Package com.luciad.ogc.filter.evaluator
Interface ILcdSpatialEvaluatorFunction
- All Superinterfaces:
ILcdEvaluatorFunction
Deprecated.
This interface must be implemented by the spatial operator implementations.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the supported operands.Methods inherited from interface com.luciad.ogc.filter.evaluator.ILcdEvaluatorFunction
apply, getArgumentCount
-
Method Details
-
getSupportedOperands
TLcdXMLName[] getSupportedOperands()Deprecated.Gets the supported operands. This operands will be published in the filter capabilities.- Returns:
- the supported operands.
-
ILcdEvaluatorFunction
to support your own OGC functions.