OSID Logo
OSID Specifications
mapping path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.ObstacleQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidOperableQueryInspector
Description

This is the query inspecto for examining obstacle 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 inclusive query terms.

Returnosid.search.terms.SpatialUnitTerm[]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.
MethodgetObstacleQueryInspectorRecord
Description

Gets the obstacle query inspector record corresponding to the given Obstacle record Type.

Parametersosid.type.TypeobstacleRecordTypean obstacle record type
Returnosid.mapping.path.records.ObstacleQueryInspectorRecordthe obstacle query inspector record
ErrorsNULL_ARGUMENT obstacleRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(obstacleRecordType) is false
CompliancemandatoryThis method must be implemented.