Uses of Class
org.geotools.data.complex.filter.FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor
-
Packages that use FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor Package Description org.geotools.data.complex.filter -
-
Uses of FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter that return FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor Modifier and Type Method Description FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor
FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor. shallowCopy()
Perform a shallow copy of thisFeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor
instance.Methods in org.geotools.data.complex.filter that return types with arguments of type FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor Modifier and Type Method Description List<FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor>
FeatureChainedAttributeVisitor. getFeatureChainedAttributes()
Returns an object describing the sequence of feature chaining links that must be traversed to reach the attribute specified by the visited expression.Method parameters in org.geotools.data.complex.filter with type arguments of type FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor Modifier and Type Method Description protected void
ComplexFilterSplitter. checkAttributeFound(PropertyName expression, XPathUtil.StepList exprSteps, FeatureChainedAttributeVisitor nestedAttrExtractor, FeatureChainedAttributeVisitor existsAttrExtractor, List<FeatureChainedAttributeVisitor.FeatureChainedAttributeDescriptor> fcAttrs)
Attribute error check
-