OSID Logo
OSID Specifications
mapping package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.LocationQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidFederateableQueryInspector
Description

This is the query inspector for searching locations.

MethodgetCoordinateTerms
Description

Gets the coordinate query terms.

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

Gets the contained spatial unit query terms.

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

Gets the overlapping spatial unit query terms.

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

Gets the spatial unit query terms.

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

Gets the route Id query terms.

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

Gets the route query terms.

Returnosid.mapping.route.RouteQueryInspector[]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.
MethodgetContainingLocationIdTerms
Description

Gets the containing location Id query terms.

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

Gets the containing location query terms.

Returnosid.mapping.LocationQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetContainedLocationIdTerms
Description

Gets the contained location Id query terms.

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

Gets the contained location query terms.

Returnosid.mapping.LocationQueryInspector[]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.
MethodgetLocationQueryInspectorRecord
Description

Gets the location query inspector record corresponding to the given Location record Type.

Parametersosid.type.TypelocationRecordTypea location record type
Returnosid.mapping.records.LocationQueryInspectorRecordthe location query inspector record
ErrorsNULL_ARGUMENT locationRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(locationRecordType) is false
CompliancemandatoryThis method must be implemented.