|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMapping | |
---|---|
org.geotools.data.complex | This package contains the implementation of a ComplexDataStore, |
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. |
class |
TreeAttributeMapping
An attributeMapping implementation that is part of a tree hierachy, defined in a single mapping file. |
Methods in org.geotools.data.complex that return AttributeMapping | |
---|---|
AttributeMapping |
FeatureTypeMapping.getAttributeMapping(XPath.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 | |
---|---|
java.util.List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappings()
|
java.util.List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappingsByExpression(org.opengis.filter.expression.Expression sourceExpression)
Finds the attribute mappings for the given source expression. |
java.util.List<AttributeMapping> |
XmlFeatureTypeMapping.getAttributeMappingsByExpression(org.opengis.filter.expression.Expression sourceExpression)
Finds the attribute mappings for the given source expression. |
java.util.List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappingsIgnoreIndex(XPath.StepList targetPath)
Finds the attribute mappings for the given target location path. |
Methods in org.geotools.data.complex with parameters of type AttributeMapping | |
---|---|
protected void |
DataAccessMappingFeatureIterator.setAttributeValue(org.opengis.feature.Attribute target,
org.opengis.feature.Feature source,
AttributeMapping attMapping)
Sets the values of grouping attributes. |
protected void |
XmlMappingFeatureIterator.setAttributeValue(org.opengis.feature.Feature target,
java.lang.Object source,
AttributeMapping attMapping)
Sets the values of grouping attributes. |
protected void |
XmlMappingFeatureIterator.setAttributeValueFromSources(org.opengis.feature.Feature target,
AttributeMapping attMapping)
|
Method parameters in org.geotools.data.complex with type arguments of type AttributeMapping | |
---|---|
static FeatureTypeMapping |
FeatureTypeMappingFactory.getInstance(FeatureSource source,
org.opengis.feature.type.AttributeDescriptor target,
java.util.List<AttributeMapping> mappings,
org.xml.sax.helpers.NamespaceSupport namespaces,
java.lang.String itemXpath,
boolean isXmlDataStore)
|
Constructor parameters in org.geotools.data.complex with type arguments of type AttributeMapping | |
---|---|
FeatureTypeMapping(FeatureSource source,
org.opengis.feature.type.AttributeDescriptor target,
java.util.List<AttributeMapping> mappings,
org.xml.sax.helpers.NamespaceSupport namespaces)
|
|
FeatureTypeMapping(FeatureSource source,
org.opengis.feature.type.AttributeDescriptor target,
java.util.List<AttributeMapping> mappings,
org.xml.sax.helpers.NamespaceSupport namespaces,
java.lang.String itemXpath)
|
|
XmlFeatureTypeMapping(FeatureSource source,
org.opengis.feature.type.AttributeDescriptor target,
java.util.List<AttributeMapping> mappings,
org.xml.sax.helpers.NamespaceSupport namespaces)
|
|
XmlFeatureTypeMapping(FeatureSource source,
org.opengis.feature.type.AttributeDescriptor target,
java.util.List<AttributeMapping> mappings,
org.xml.sax.helpers.NamespaceSupport namespaces,
java.lang.String itemXpath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |