Interface | osid.mapping.path.SpeedZoneQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRuleQueryInspector | ||
Description |
This is the query inspector for examining speed zone queries. | ||
Method | getPathIdTerms | ||
Description |
Gets the path | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPathTerms | ||
Description |
Gets the path query terms. | ||
Return | osid.mapping.path.PathQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCoordinateTerms | ||
Description |
Gets the coordinate query terms. | ||
Return | osid.search.terms.CoordinateTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getContainingSpatialUnitTerms | ||
Description |
Gets the spatial unit query terms. | ||
Return | osid.search.terms.SpatialUnitTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getImplicitTerms | ||
Description |
Gets the implicit query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedLimitTerms | ||
Description |
Gets the speed limit query terms. | ||
Return | osid.search.terms.SpeedRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMapIdTerms | ||
Description |
Gets the map | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMapTerms | ||
Description |
Gets the map query terms. | ||
Return | osid.mapping.MapQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneQueryInspectorRecord | ||
Description |
Gets the speed zone query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | speedZoneRecordType | a speed zone record type |
Return | osid.mapping.path.records.SpeedZoneQueryInspectorRecord | the speed zone query inspector record | |
Errors | NULL_ARGUMENT | speedZoneRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(speedZoneRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |