Package | Description |
---|---|
org.osid.mapping |
The Open Service Interface Definitions for the org.osid.mapping
service.
|
org.osid.mapping.path |
The Open Service Interface Definitions for the org.osid.mapping.path
service.
|
org.osid.mapping.route |
The Open Service Interface Definitions for the org.osid.mapping.route
service.
|
Modifier and Type | Method and Description |
---|---|
PathQuery |
LocationQuery.getPathQuery()
Gets the query for a path.
|
PathQuery |
MapQuery.getPathQuery()
Gets the query for a path.
|
Modifier and Type | Method and Description |
---|---|
PathQuery |
PathQuery.getIntersectingPathQuery()
Gets the query for an intersecting path, Multiple retrievals produce a
nested
OR term. |
PathQuery |
IntersectionQuery.getPathQuery()
Gets the query for a path.
|
PathQuery |
ObstacleQuery.getPathQuery()
Gets the query for a path.
|
PathQuery |
PathQuerySession.getPathQuery()
Gets a path query.
|
PathQuery |
PathSmartMapSession.getPathQuery()
Gets a path query.
|
PathQuery |
SignalQuery.getPathQuery()
Gets the query for a path.
|
PathQuery |
SpeedZoneQuery.getPathQuery()
Gets the query for a path.
|
PathQuery |
PathSearchSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector)
Gets a path query from an inspector.
|
PathQuery |
PathSmartMapSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector)
Gets a path query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
PathSmartMapSession.applyPathQuery(PathQuery pathQuery)
Applies a path query to this map.
|
PathList |
PathQuerySession.getPathsByQuery(PathQuery pathQuery)
Gets a list of
Paths matching the given path query. |
PathSearchResults |
PathSearchSession.getPathsBySearch(PathQuery pathQuery,
PathSearch pathSearch)
Gets the search results matching the given search query using the
given search.
|
Modifier and Type | Method and Description |
---|---|
PathQuery |
RouteQuery.getPathQuery()
Gets the query for a path.
|
PathQuery |
RouteSegmentQuery.getPathQuery()
Gets the query for a path.
|