org.opengis.filter.expression
Interface BinaryExpression
-
- All Superinterfaces:
- Expression
@XmlElement(value="BinaryOperatorType") public interface BinaryExpression extends Expression
Abstract base class for the various filter expressions that compute some value from two input values.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ExpressiongetExpression1()Returns the expression that represents the first (left) value that will be used in the computation of another value.ExpressiongetExpression2()Returns the expression that represents the second (right) value that will be used in the computation of another value.-
Methods inherited from interface org.opengis.filter.expression.Expression
accept, evaluate, evaluate
-
-
-
-
Method Detail
-
getExpression1
@XmlElement(value="expression") Expression getExpression1()
Returns the expression that represents the first (left) value that will be used in the computation of another value.
-
getExpression2
@XmlElement(value="expression") Expression getExpression2()
Returns the expression that represents the second (right) value that will be used in the computation of another value.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG