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