Interface Subtract
- All Superinterfaces:
BinaryExpression,Expression
- All Known Implementing Classes:
SubtractImpl
Encodes the operation of subtraction where the second argument is subtracted from the first.
Instances of this interface implement their evaluate method by computing the numeric difference
between the first and second operand.
- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOperator name used to check FilterCapabilitiesFields inherited from interface Expression
NIL -
Method Summary
Methods inherited from interface BinaryExpression
getExpression1, getExpression2Methods inherited from interface Expression
accept, evaluate, evaluate
-
Field Details
-
NAME
Operator name used to check FilterCapabilities- See Also:
-