OSID Logo
OSID Specifications
mapping path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.SpeedZoneQueryInspector
Implementsosid.OsidRuleQueryInspector
Description

This is the query inspector for examining speed zone queries.

MethodgetPathIdTerms
Description

Gets the path Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPathTerms
Description

Gets the path query terms.

Returnosid.mapping.path.PathQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCoordinateTerms
Description

Gets the coordinate query terms.

Returnosid.search.terms.CoordinateTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetContainingSpatialUnitTerms
Description

Gets the spatial unit query terms.

Returnosid.search.terms.SpatialUnitTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetImplicitTerms
Description

Gets the implicit query terms.

Returnosid.search.terms.BooleanTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSpeedLimitTerms
Description

Gets the speed limit query terms.

Returnosid.search.terms.SpeedRangeTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetMapIdTerms
Description

Gets the map Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetMapTerms
Description

Gets the map query terms.

Returnosid.mapping.MapQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSpeedZoneQueryInspectorRecord
Description

Gets the speed zone query inspector record corresponding to the given SpeedZone record Type.

Parametersosid.type.TypespeedZoneRecordTypea speed zone record type
Returnosid.mapping.path.records.SpeedZoneQueryInspectorRecordthe speed zone query inspector record
ErrorsNULL_ARGUMENT speedZoneRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(speedZoneRecordType) is false
CompliancemandatoryThis method must be implemented.