Interface | osid.mapping.path.IntersectionQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidAggregateableQueryInspector | |||
Description |
This is the query inspector for examining intersection queries. | ||
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 | 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 | getRotaryTerms | ||
Description |
Gets the rotary query terms. | ||
Return | osid.search.terms.BooleanTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getForkTerms | ||
Description |
Gets the rotary query terms. | ||
Return | osid.search.terms.BooleanTerm[] | 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 | getIntersectionQueryInspectorRecord | ||
Description |
Gets the intersection query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | intersectionRecordType | an intersection record type |
Return | osid.mapping.path.records.IntersectionQueryInspectorRecord | the intersection query inspector record | |
Errors | NULL_ARGUMENT | intersectionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(intersectionRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |