Interface SpatialUnitTerm
- All Superinterfaces:
QueryTerm
A term for a SpatialUnit query.
-
Method Summary
Modifier and TypeMethodDescriptionGets theSpatialUnitin 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
-
getSpatialUnit
SpatialUnit getSpatialUnit()Gets theSpatialUnitin this term.- Returns:
- the spatial unit
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-