OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
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.Coordinatethe coordinate start
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetCoordinateRangeEnd
Description

Gets the end of the Coordinate range in this term.

Returnosid.mapping.Coordinatethe coordinate end
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.