OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.DistanceRangeTerm
Implementsosid.search.QueryTerm
Used Byosid.mapping.route.RouteQueryInspector
osid.mapping.route.RouteSegmentQueryInspector
Description

A term for a Distance range query.

MethodgetDistanceRangeStart
Description

Gets the start of the Distance range in this term.

Returnosid.mapping.Distance the distance start
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetDistanceRangeEnd
Description

Gets the end of the Distance range in this term.

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