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

This is the query inspector for examining intersection queries.

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.
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.
MethodgetRotaryTerms
Description

Gets the rotary query terms.

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

Gets the rotary query terms.

Returnosid.search.terms.BooleanTerm[]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.
MethodgetIntersectionQueryInspectorRecord
Description

Gets the intersection query inspector record corresponding to the given Intersection record Type.

Parametersosid.type.TypeintersectionRecordTypean intersection record type
Returnosid.mapping.path.records.IntersectionQueryInspectorRecordthe intersection query inspector record
ErrorsNULL_ARGUMENT intersectionRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(intersectionRecordType) is false
CompliancemandatoryThis method must be implemented.