|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMapping | |
---|---|
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.joining |
Uses of AttributeMapping in org.geotools.data.complex |
---|
Subclasses of AttributeMapping in org.geotools.data.complex | |
---|---|
class |
NestedAttributeMapping
This class represents AttributeMapping for attributes that are nested inside another complex attribute. |
Fields in org.geotools.data.complex with type parameters of type AttributeMapping | |
---|---|
protected List<AttributeMapping> |
AbstractMappingFeatureIterator.selectedMapping
Mappings after Property Selection is applied |
protected Map<AttributeMapping,List<PropertyName>> |
AbstractMappingFeatureIterator.selectedProperties
Selected Properties for Feature Chaining |
Methods in org.geotools.data.complex that return AttributeMapping | |
---|---|
AttributeMapping |
FeatureTypeMapping.getAttributeMapping(XPathUtil.StepList exactPath)
Finds the attribute mapping for the target expression exactPath |
AttributeMapping |
XmlFeatureTypeMapping.getAttributeMappingByLabel(String label)
Finds an attribute mapping by label. |
AttributeMapping |
NestedAttributeMapping.getMapping(FeatureTypeMapping featureTypeMapping)
|
AttributeMapping |
XmlFeatureTypeMapping.getStringMapping(XPathUtil.StepList exactPath)
Finds the attribute mapping for the target expression exactPath |
Methods in org.geotools.data.complex that return types with arguments of type AttributeMapping | |
---|---|
List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappings()
|
List<AttributeMapping> |
XmlFeatureTypeMapping.getAttributeMappingsByExpression(Expression sourceExpression)
Finds the attribute mappings for the given source expression. |
List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappingsByExpression(Expression sourceExpression)
Finds the attribute mappings for the given source expression. |
List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappingsIgnoreIndex(XPathUtil.StepList targetPath)
Finds the attribute mappings for the given target location path. |
List<AttributeMapping> |
FeatureTypeMapping.getIsListMappings()
Return list of attribute mappings that are configured as list (isList = true). |
Iterator<AttributeMapping> |
AttributeCreateOrderList.iterator()
|
Methods in org.geotools.data.complex with parameters of type AttributeMapping | |
---|---|
protected Expression |
XmlFeatureTypeMapping.getValue(String xpathPrefix,
Expression node,
AttributeMapping mapping)
|
boolean |
AttributeCreateOrderList.put(AttributeMapping attMapping)
Attempt to add an attribute to the list. |
protected Attribute |
DataAccessMappingFeatureIterator.setAttributeValue(Attribute target,
String id,
Object source,
AttributeMapping attMapping,
Object values,
XPathUtil.StepList inputXpath,
List<PropertyName> selectedProperties)
Sets the values of grouping attributes. |
void |
DataAccessMappingFeatureIterator.skipNestedMapping(AttributeMapping attMapping,
List<Feature> sources)
|
protected boolean |
DataAccessMappingFeatureIterator.skipTopElement(Name topElement,
AttributeMapping attMapping,
AttributeType type)
|
Method parameters in org.geotools.data.complex with type arguments of type AttributeMapping | |
---|---|
static FeatureTypeMapping |
FeatureTypeMappingFactory.getInstance(FeatureSource source,
AttributeDescriptor target,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
String itemXpath,
boolean isXmlDataStore,
boolean isDenormalised)
|
Constructor parameters in org.geotools.data.complex with type arguments of type AttributeMapping | |
---|---|
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source,
AttributeDescriptor target,
List<AttributeMapping> mappings,
NamespaceSupport namespaces)
|
|
FeatureTypeMapping(FeatureSource<? extends FeatureType,? extends Feature> source,
AttributeDescriptor target,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
boolean isDenormalised)
|
|
XmlFeatureTypeMapping(FeatureSource source,
AttributeDescriptor target,
List<AttributeMapping> mappings,
NamespaceSupport namespaces,
String itemXpath)
|
Uses of AttributeMapping in org.geotools.data.joining |
---|
Subclasses of AttributeMapping in org.geotools.data.joining | |
---|---|
class |
JoiningNestedAttributeMapping
Nested attribute mapping used for joining system |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |