Uses of Interface
org.osid.mapping.path.PathQuery
Packages that use PathQuery
Package
Description
The Open Service Interface Definitions for the org.osid.mapping
service.
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.route
service.
-
Uses of PathQuery in org.osid.mapping
Methods in org.osid.mapping that return PathQueryModifier and TypeMethodDescriptionLocationQuery.getPathQuery()Gets the query for a path.MapQuery.getPathQuery()Gets the query for a path. -
Uses of PathQuery in org.osid.mapping.path
Methods in org.osid.mapping.path that return PathQueryModifier and TypeMethodDescriptionPathQuery.getIntersectingPathQuery()Gets the query for an intersecting path, Multiple retrievals produce a nestedORterm.IntersectionQuery.getPathQuery()Gets the query for a path.ObstacleQuery.getPathQuery()Gets the query for a path.PathQuerySession.getPathQuery()Gets a path query.PathSmartMapSession.getPathQuery()Gets a path query.SignalQuery.getPathQuery()Gets the query for a path.SpeedZoneQuery.getPathQuery()Gets the query for a path.PathSearchSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector) Gets a path query from an inspector.PathSmartMapSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector) Gets a path query from an inspector.Methods in org.osid.mapping.path with parameters of type PathQueryModifier and TypeMethodDescriptionvoidPathSmartMapSession.applyPathQuery(PathQuery pathQuery) Applies a path query to this map.PathQuerySession.getPathsByQuery(PathQuery pathQuery) Gets a list ofPathsmatching the given path query.PathSearchSession.getPathsBySearch(PathQuery pathQuery, PathSearch pathSearch) Gets the search results matching the given search query using the given search. -
Uses of PathQuery in org.osid.mapping.route
Methods in org.osid.mapping.route that return PathQueryModifier and TypeMethodDescriptionRouteQuery.getPathQuery()Gets the query for a path.RouteSegmentQuery.getPathQuery()Gets the query for a path.