Package | Description |
---|---|
org.geotools.data.complex.config | |
org.geotools.data.complex.spi | |
org.geotools.data.mongodb.complex |
Modifier and Type | Method and Description |
---|---|
AppSchemaDataAccessDTO |
XMLConfigDigester.parse(URL dataStoreConfigUrl)
Parses a complex datastore configuration file in xml format into a
AppSchemaDataAccessDTO |
Modifier and Type | Method and Description |
---|---|
static Set<FeatureTypeMapping> |
AppSchemaDataAccessConfigurator.buildMappings(AppSchemaDataAccessDTO config)
Takes a config object and creates a set of mappings.
|
static Set<FeatureTypeMapping> |
AppSchemaDataAccessConfigurator.buildMappings(AppSchemaDataAccessDTO config,
DataAccessMap sourceDataStoreMap)
This method will not create a source data store if an equivalent one (i.e. same configuration
parameters) is found in the provided
sourceDataStoreMap . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DataAccess<? extends FeatureType,? extends Feature> |
MongoComplexDataSource.buildDataStore(SourceDataStore dataStoreConfig,
AppSchemaDataAccessDTO appSchemaConfig) |
Copyright © 1996–2019 Geotools. All rights reserved.