| Package | Description |
|---|---|
| org.geotools.data.complex |
This package contains the implementation of a ComplexDataStore,
Author note: though this "Complex" datastore has born to provide
complex features out of a simple features data source, it may be better
called a DerivativeDataStore or something like that, you'll see
why later.
|
| org.geotools.data.complex.config |
| Modifier and Type | Method and Description |
|---|---|
DataAccess<FeatureType,Feature> |
AppSchemaDataAccessFactory.createDataStore(Map params,
boolean hidden,
DataAccessMap sourceDataStoreMap) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 1996–2019 Geotools. All rights reserved.