org.opengis.filter
Interface BinaryComparisonOperator
-
- All Superinterfaces:
- Filter
- All Known Subinterfaces:
- PropertyIsEqualTo, PropertyIsGreaterThan, PropertyIsGreaterThanOrEqualTo, PropertyIsLessThan, PropertyIsLessThanOrEqualTo
@XmlElement(value="BinaryComparisonOpType") public interface BinaryComparisonOperator extends Filter
Abstract base class for filters that compare exactly two values against each other. The nature of the comparison is dependent on the subclass.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ExpressiongetExpression1()Returns the first of the two expressions to be compared by this operator.ExpressiongetExpression2()Returns the second of the two expressions to be compared by this operator.
-
-
-
Method Detail
-
getExpression1
@XmlElement(value="expression") Expression getExpression1()
Returns the first of the two expressions to be compared by this operator.
-
getExpression2
@XmlElement(value="expression") Expression getExpression2()
Returns the second of the two expressions to be compared by this operator.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG