public interface FeatureAttributeVisitor extends FeatureVisitor
Modifier and Type | Method and Description |
---|---|
List<Expression> |
getExpressions()
List of expressions used by visitor.
|
default Optional<List<Class>> |
getResultType(List<Class> inputTypes)
Returns the expected output type given the input type.
|
visit
List<Expression> getExpressions()
default Optional<List<Class>> getResultType(List<Class> inputTypes)
inputTypes
- The type of the input expressionsIllegalArgumentException
- If the list of input types is not a match for the getExpressions()
result or is not acceptable for this visitoCopyright © 1996–2023 Geotools. All rights reserved.