public class AppSchemaDataAccessRegistry extends DataAccessRegistry
properties, registry, theRegistry
Constructor and Description |
---|
AppSchemaDataAccessRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
clearAppSchemaProperties()
Clean-up properties, mainly used for cleaning up after tests
|
static InterpolationProperties |
getAppSchemaProperties()
Get App-schema properties
|
static FeatureTypeMapping |
getMappingByElement(Name featureTypeName) |
static FeatureTypeMapping |
getMappingByName(Name featureTypeName)
Get a feature type mapping from a registered app-schema data access.
|
static FeatureSource<FeatureType,Feature> |
getSimpleFeatureSource(Name featureTypeName)
Get a feature source for simple features with supplied feature type name.
|
static boolean |
hasName(Name featureTypeName)
Return true if a type name is mapped in one of the registered app-schema data accesses.
|
static boolean |
hasTargetElement(Name featureTypeName)
Return true if a type name is mapped in one of the registered app-schema data accesses as
targetElementName, regardless whether or not mappingName exists.
|
access, clearProperties, dataStore, disposeAndUnregisterAll, featureSource, findFeature, getDataAccess, getDataStores, getFeatureSource, getInstance, getProperties, hasAccessName, hasAppSchemaAccessName, hasAppSchemaTargetElement, mappingByElement, mappingByName, register, registerAccess, throwDataSourceException, unregister, unregisterAccess, unregisterAll, unregisterAndDisposeAll
public static boolean hasName(Name featureTypeName) throws IOException
featureTypeName
- Feature type nameIOException
public static FeatureTypeMapping getMappingByName(Name featureTypeName) throws IOException
featureTypeName
- IOException
public static FeatureTypeMapping getMappingByElement(Name featureTypeName) throws IOException
IOException
public static FeatureSource<FeatureType,Feature> getSimpleFeatureSource(Name featureTypeName) throws IOException
featureTypeName
- IOException
public static boolean hasTargetElement(Name featureTypeName) throws IOException
featureTypeName
- IOException
public static InterpolationProperties getAppSchemaProperties()
public static void clearAppSchemaProperties()
Copyright © 1996–2019 Geotools. All rights reserved.