Uses of Class
org.geotools.data.complex.config.DataAccessMap
Packages that use DataAccessMap
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of DataAccessMap in org.geotools.data.complex
Methods in org.geotools.data.complex with parameters of type DataAccessMapModifier and TypeMethodDescriptionAppSchemaDataAccessFactory.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 DataAccessMapModifier and TypeMethodDescriptionstatic 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
.