|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath.StepList | |
---|---|
org.geotools.data.complex | This package contains the implementation of a ComplexDataStore, |
org.geotools.data.complex.filter |
Uses of XPath.StepList in org.geotools.data.complex |
---|
Methods in org.geotools.data.complex that return XPath.StepList | |
---|---|
XPath.StepList |
AttributeMapping.getTargetXPath()
|
Methods in org.geotools.data.complex with parameters of type XPath.StepList | |
---|---|
AttributeMapping |
FeatureTypeMapping.getAttributeMapping(XPath.StepList exactPath)
Finds the attribute mapping for the target expression exactPath |
java.util.List<AttributeMapping> |
FeatureTypeMapping.getAttributeMappingsIgnoreIndex(XPath.StepList targetPath)
Finds the attribute mappings for the given target location path. |
java.lang.String |
XmlFeatureTypeMapping.getStringMapping(XPath.StepList exactPath)
Finds the attribute mapping for the target expression exactPath |
java.util.List<java.lang.String> |
XmlFeatureTypeMapping.getStringMappingsIgnoreIndex(XPath.StepList targetPath)
|
protected void |
XmlMappingFeatureIterator.setAttributeValue(org.opengis.feature.Feature target,
org.opengis.feature.Feature source,
XPath.StepList xpath,
java.lang.String id)
|
protected void |
DataAccessMappingFeatureIterator.setXlinkReference(org.opengis.feature.Attribute target,
java.util.Map<org.opengis.feature.type.Name,org.opengis.filter.expression.Expression> clientPropsMappings,
java.lang.Object value,
XPath.StepList xpath,
org.opengis.feature.type.AttributeType targetNodeType)
Set xlink:href client property for multi-valued chained features. |
Constructors in org.geotools.data.complex with parameters of type XPath.StepList | |
---|---|
AttributeMapping(org.opengis.filter.expression.Expression idExpression,
org.opengis.filter.expression.Expression sourceExpression,
XPath.StepList targetXPath)
Creates a new AttributeMapping object. |
|
AttributeMapping(org.opengis.filter.expression.Expression idExpression,
org.opengis.filter.expression.Expression sourceExpression,
XPath.StepList targetXPath,
org.opengis.feature.type.AttributeType targetNodeInstance,
boolean isMultiValued,
java.util.Map<org.opengis.feature.type.Name,org.opengis.filter.expression.Expression> clientProperties)
|
|
NestedAttributeMapping(org.opengis.filter.expression.Expression idExpression,
org.opengis.filter.expression.Expression parentExpression,
XPath.StepList targetXPath,
boolean isMultiValued,
java.util.Map<org.opengis.feature.type.Name,org.opengis.filter.expression.Expression> clientProperties,
org.opengis.filter.expression.Expression sourceElement,
XPath.StepList sourcePath,
org.xml.sax.helpers.NamespaceSupport namespaces)
Sole constructor |
|
TreeAttributeMapping(org.opengis.filter.expression.Expression idExpression,
org.opengis.filter.expression.Expression parentExpression,
XPath.StepList targetXPath,
org.opengis.feature.type.AttributeType expectedInstanceOf,
boolean isMultiValued,
java.util.Map<org.opengis.feature.type.Name,org.opengis.filter.expression.Expression> clientProperties,
java.lang.String label,
java.lang.String parentLabel,
java.lang.String targetQueryString,
java.lang.String instanceXpath)
Sole constructor |
Uses of XPath.StepList in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter that return XPath.StepList | |
---|---|
XPath.StepList |
XPath.StepList.clone()
|
static XPath.StepList |
XPath.steps(org.opengis.feature.type.AttributeDescriptor root,
java.lang.String xpathExpression,
org.xml.sax.helpers.NamespaceSupport namespaces)
Returns the list of stepts in xpathExpression by cleaning it up removing
unnecessary elements. |
XPath.StepList |
XPath.StepList.subList(int fromIndex,
int toIndex)
|
Methods in org.geotools.data.complex.filter with parameters of type XPath.StepList | |
---|---|
boolean |
XPath.StepList.equalsIgnoreIndex(XPath.StepList propertyName)
Compares this StepList with another for equivalence regardless of the indexes of each Step. |
protected java.util.List<org.opengis.filter.expression.Expression> |
XmlUnmappingFilterVisitor.findMappingsFor(FeatureTypeMapping mappings,
XPath.StepList propertyName)
Looks up for attribute mappings matching the xpath expression propertyName . |
protected java.util.List<org.opengis.filter.expression.Expression> |
UnmappingFilterVisitor.findMappingsFor(FeatureTypeMapping mappings,
XPath.StepList propertyName)
Looks up for attribute mappings matching the xpath expression propertyName . |
boolean |
XPath.isComplexType(XPath.StepList attrXPath,
org.opengis.feature.type.AttributeDescriptor featureType)
|
org.opengis.feature.Attribute |
XPath.set(org.opengis.feature.Attribute att,
XPath.StepList xpath,
java.lang.Object value,
java.lang.String id,
org.opengis.feature.type.AttributeType targetNodeType,
boolean isXlinkRef,
org.opengis.feature.type.AttributeDescriptor targetDescriptor,
org.opengis.filter.expression.Expression sourceExpression)
|
org.opengis.feature.Attribute |
XPath.set(org.opengis.feature.Attribute att,
XPath.StepList xpath,
java.lang.Object value,
java.lang.String id,
org.opengis.feature.type.AttributeType targetNodeType,
boolean isXlinkRef,
org.opengis.filter.expression.Expression sourceExpression)
Sets the value of the attribute of att addressed by xpath and of
type targetNodeType to be value with id id . |
Constructors in org.geotools.data.complex.filter with parameters of type XPath.StepList | |
---|---|
XPath.StepList(XPath.StepList steps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |