Interface CoordinateRangeTerm

All Superinterfaces:
QueryTerm

public interface CoordinateRangeTerm extends QueryTerm

A term for a Coordinate range query.

  • Method Details

    • getCoordinateRangeStart

      Coordinate getCoordinateRangeStart()
      Gets the start of the Coordinate range in this term.
      Returns:
      the coordinate start
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getCoordinateRangeEnd

      Coordinate getCoordinateRangeEnd()
      Gets the end of the Coordinate range in this term.
      Returns:
      the coordinate end
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.