Uses of Class
org.geotools.data.complex.config.SourceDataStore
Packages that use SourceDataStore
Package
Description
-
Uses of SourceDataStore in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config that return types with arguments of type SourceDataStoreMethod parameters in org.geotools.data.complex.config with type arguments of type SourceDataStoreModifier and TypeMethodDescriptionstatic void
XMLConfigDigester.setCommonSourceDataStoreRules
(Class<? extends SourceDataStore> datStoreType, String dataStoreTag, Digester digester) Helper method that can be used by stores to contribute their own XML configurations.void
AppSchemaDataAccessDTO.setSourceDataStores
(List<SourceDataStore> dataStores) -
Uses of SourceDataStore in org.geotools.data.complex.spi
Methods in org.geotools.data.complex.spi with parameters of type SourceDataStoreModifier 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 SourceDataStore in org.geotools.data.mongodb.complex
Methods in org.geotools.data.mongodb.complex with parameters of type SourceDataStoreModifier and TypeMethodDescriptionDataAccess<? extends FeatureType,
? extends Feature> MongoComplexDataSource.buildDataStore
(SourceDataStore dataStoreConfig, AppSchemaDataAccessDTO appSchemaConfig)