org.opengis.filter.expression
Interface Divide
-
- All Superinterfaces:
- BinaryExpression, Expression
@XmlElement(value="Div") public interface Divide extends BinaryExpression
Encodes the operation of division where the first argument is divided by the second argument. Instances of this interface implement theirevaluatemethod 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
-
-
Method Summary
-
Methods inherited from interface org.opengis.filter.expression.BinaryExpression
getExpression1, getExpression2
-
Methods inherited from interface org.opengis.filter.expression.Expression
accept, evaluate, evaluate
-
-
DataMelt 3.0 © DataMelt by jWork.ORG