OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
Interfaceosid.search.terms.DistanceRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a Distance range query.

MethodgetDistanceRangeStart
Description

Gets the start of the Distance range in this term.

Returnosid.mapping.Distancethe distance start
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetDistanceRangeEnd
Description

Gets the end of the Distance range in this term.

Returnosid.mapping.Distancethe distance end
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.