Interface Divide
- All Superinterfaces:
BinaryExpression
,Expression
- All Known Implementing Classes:
DivideImpl
Encodes the operation of division where the first argument is divided by the second argument.
Instances of this interface implement their evaluate
method by computing the numeric quotient
resulting from dividing the first operand by the second.
The second argument or expression cannot evaluate to zero.
- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Operator name used to check FilterCapabilitiesFields inherited from interface Expression
NIL
-
Method Summary
Methods inherited from interface BinaryExpression
getExpression1, getExpression2
Methods inherited from interface Expression
accept, evaluate, evaluate
-
Field Details
-
NAME
Operator name used to check FilterCapabilities- See Also:
-