Uses of Class
org.geotools.data.complex.config.AppSchemaDataAccessDTO
Packages that use AppSchemaDataAccessDTO
Package
Description
-
Uses of AppSchemaDataAccessDTO in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that return AppSchemaDataAccessDTOModifier and TypeMethodDescriptionParses a complex datastore configuration file in xml format into aAppSchemaDataAccessDTO
Methods in org.geotools.data.complex.config with parameters of type AppSchemaDataAccessDTOModifier and TypeMethodDescriptionstatic 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 AppSchemaDataAccessDTOModifier and TypeMethodDescriptionDataAccess<? 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 AppSchemaDataAccessDTOModifier and TypeMethodDescriptionDataAccess<? extends FeatureType,
? extends Feature> MongoComplexDataSource.buildDataStore
(SourceDataStore dataStoreConfig, AppSchemaDataAccessDTO appSchemaConfig)