Uses of Class
org.geotools.filter.visitor.DefaultExpressionVisitor
-
Packages that use DefaultExpressionVisitor Package Description org.geotools.data.complex.filter -
-
Uses of DefaultExpressionVisitor in org.geotools.data.complex.filter
Subclasses of DefaultExpressionVisitor in org.geotools.data.complex.filter Modifier and Type Class Description class
FeatureChainedAttributeVisitor
Expression visitor that uses the attribute and mapping information provided by aFeatureTypeMapping
object to determine which nested feature types / attributes must be traversed to reach the attribute identified by the providedPropertyName
expression.
-