org.opengis.filter
Interface PropertyIsBetween
-
- All Superinterfaces:
- Filter
@XmlElement(value="PropertyIsBetween") public interface PropertyIsBetween extends Filter
A compact way of encoding a range check. The lower and upper boundary values are inclusive.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ExpressiongetExpression()Returns the expression to be compared by this operator.ExpressiongetLowerBoundary()Returns the lower bounds (inclusive) an an expression.ExpressiongetUpperBoundary()Returns the upper bounds (inclusive) as an expression.
-
-
-
Method Detail
-
getExpression
@XmlElement(value="expression") Expression getExpression()
Returns the expression to be compared by this operator.
-
getLowerBoundary
@XmlElement(value="LowerBoundary") Expression getLowerBoundary()
Returns the lower bounds (inclusive) an an expression.
-
getUpperBoundary
@XmlElement(value="UpperBoundary") Expression getUpperBoundary()
Returns the upper bounds (inclusive) as an expression.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG