Interface PropertyIsBetween

All Superinterfaces:
Filter, MultiValuedFilter
All Known Implementing Classes:
IsBetweenImpl

public interface PropertyIsBetween extends MultiValuedFilter
A compact way of encoding a range check.

The lower and upper boundary values are inclusive.

Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)
  • Field Details

  • Method Details

    • getExpression

      Expression getExpression()
      Returns the expression to be compared by this operator.
    • getLowerBoundary

      Expression getLowerBoundary()
      Returns the lower bounds (inclusive) an an expression.
    • getUpperBoundary

      Expression getUpperBoundary()
      Returns the upper bounds (inclusive) as an expression.