Uses of Class
org.geotools.data.complex.config.DataAccessMap
-
Packages that use DataAccessMap Package Description org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.config -
-
Uses of DataAccessMap in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type DataAccessMap Modifier and Type Method Description DataAccess<FeatureType,Feature>
AppSchemaDataAccessFactory. createDataStore(Map<String,?> params, boolean hidden, DataAccessMap sourceDataStoreMap, Set<AppSchemaDataAccess> registeredAppSchemaStores, URL parentUrl)
-
Uses of DataAccessMap in org.geotools.data.complex.config
Methods in org.geotools.data.complex.config with parameters of type DataAccessMap Modifier and Type Method Description 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
.
-