OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.CoordinateRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a Coordinate range query.

MethodgetCoordinateRangeStart
Description

Gets the start of the Coordinate range in this term.

Returnosid.mapping.Coordinate the coordinate start
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetCoordinateRangeEnd
Description

Gets the end of the Coordinate range in this term.

Returnosid.mapping.Coordinate the coordinate end
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.