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 | Field and Description |
---|---|
protected List<Definition> |
AbstractFeatureTypeMapper.definitions
The list of
Definition object defining the mapping |
protected Map<Name,Definition> |
AbstractFeatureTypeMapper.definitionsMapping
The mapping between an attributeName and its definition
|
Modifier and Type | Method and Description |
---|---|
List<Definition> |
FeatureTypeMapper.getDefinitions()
Get the definitions list
|
List<Definition> |
AbstractFeatureTypeMapper.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFeatureTypeMapper.remapGeometryAttribute(SimpleFeatureTypeBuilder tb,
Definition definition,
AttributeDescriptor descriptor,
AttributeType type)
Remap the original GeomtryType on top of the available definitions to create the database
specific featureType
|
Constructor and Description |
---|
OracleTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Modifier and Type | Method and Description |
---|---|
protected void |
PostgisFeatureTypeMapper.remapGeometryAttribute(SimpleFeatureTypeBuilder tb,
Definition definition,
AttributeDescriptor descriptor,
AttributeType type) |
Constructor and Description |
---|
PostgisTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Constructor and Description |
---|
SQLServerTransformFeatureStore(SimpleFeatureStore store,
Name name,
List<Definition> definitions,
DataStore datastore) |
Copyright © 1996–2020 Geotools. All rights reserved.