Interface CoordinateRangeTerm
- All Superinterfaces:
QueryTerm
A term for a Coordinate range query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end of theCoordinaterange in this term.Gets the start of theCoordinaterange in this term.Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getCoordinateRangeStart
Coordinate getCoordinateRangeStart()Gets the start of theCoordinaterange in this term.- Returns:
- the coordinate start
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getCoordinateRangeEnd
Coordinate getCoordinateRangeEnd()Gets the end of theCoordinaterange in this term.- Returns:
- the coordinate end
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-