Package | Description |
---|---|
org.geotools.data.transform | |
org.geotools.gce.imagemosaic.catalog.oracle | |
org.geotools.gce.imagemosaic.catalog.postgis |
Modifier and Type | Method and Description |
---|---|
List<Definition> |
Definition.inverse()
Returns the inverse to this Definition, that is, the definition of the source attribute
corresponding to this computed attribute, if any.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureSource |
TransformFactory.transform(SimpleFeatureSource source,
Name name,
List<Definition> definitions)
Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving
it a certain name and a set of computed properties
|
static SimpleFeatureSource |
TransformFactory.transform(SimpleFeatureSource source,
String name,
List<Definition> definitions)
Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving
it a certain name and a set of computed properties
|
Constructor and Description |
---|
TransformFeatureSource(SimpleFeatureSource source,
Name name,
List<Definition> definitions)
Creates a transformed feature source from the original source, giving it a certain name and a
set of computed properties
|
TransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions) |
Modifier and Type | Method and Description |
---|---|
List<Definition> |
OracleFeatureTypeMapper.getDefinitions() |
List<Definition> |
FeatureTypeMapper.getDefinitions()
Get the definitions list
|
Constructor and Description |
---|
OracleTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Modifier and Type | Method and Description |
---|---|
List<Definition> |
PostgisFeatureTypeMapper.getDefinitions() |
Constructor and Description |
---|
PostgisTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Copyright © 1996–2019 Geotools. All rights reserved.