Uses of Class
org.geotools.data.complex.config.AppSchemaDataAccessDTO
-
Packages that use AppSchemaDataAccessDTO Package Description org.geotools.data.complex.config org.geotools.data.complex.spi org.geotools.data.mongodb.complex -
-
Uses of AppSchemaDataAccessDTO in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that return AppSchemaDataAccessDTO Modifier and Type Method Description AppSchemaDataAccessDTO
XMLConfigDigester. parse(URL dataStoreConfigUrl)
Parses a complex datastore configuration file in xml format into aAppSchemaDataAccessDTO
Methods in org.geotools.data.complex.config with parameters of type AppSchemaDataAccessDTO Modifier and Type Method Description static Set<FeatureTypeMapping>
AppSchemaDataAccessConfigurator. buildMappings(AppSchemaDataAccessDTO config)
Takes a config object and creates a set of mappings, assumes the mappings are not from includesstatic Set<FeatureTypeMapping>
AppSchemaDataAccessConfigurator. buildMappings(AppSchemaDataAccessDTO config, boolean isInclude)
Takes a config object and creates a set of mappings.static Set<FeatureTypeMapping>
AppSchemaDataAccessConfigurator. buildMappings(AppSchemaDataAccessDTO config, DataAccessMap sourceDataStoreMap, boolean isInclude)
This method will not create a source data store if an equivalent one (i.e. same configuration parameters) is found in the providedsourceDataStoreMap
. -
Uses of AppSchemaDataAccessDTO in org.geotools.data.complex.spi
Methods in org.geotools.data.complex.spi with parameters of type AppSchemaDataAccessDTO Modifier and Type Method Description DataAccess<? extends FeatureType,? extends Feature>
CustomSourceDataStore. buildDataStore(SourceDataStore dataStoreConfig, AppSchemaDataAccessDTO appSchemaConfig)
Builds a data store based on the provided App-Schema data store configuration. -
Uses of AppSchemaDataAccessDTO in org.geotools.data.mongodb.complex
Methods in org.geotools.data.mongodb.complex with parameters of type AppSchemaDataAccessDTO Modifier and Type Method Description DataAccess<? extends FeatureType,? extends Feature>
MongoComplexDataSource. buildDataStore(SourceDataStore dataStoreConfig, AppSchemaDataAccessDTO appSchemaConfig)
-