Uses of Interface
org.osid.mapping.route.RouteQuery
Packages that use RouteQuery
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 RouteQuery in org.osid.mapping
Methods in org.osid.mapping that return RouteQueryModifier and TypeMethodDescriptionLocationQuery.getRouteQuery()Gets the query for a route.MapQuery.getRouteQuery()Gets the query for a route. -
Uses of RouteQuery in org.osid.mapping.path
Methods in org.osid.mapping.path that return RouteQuery -
Uses of RouteQuery in org.osid.mapping.route
Methods in org.osid.mapping.route that return RouteQueryModifier and TypeMethodDescriptionRouteQuerySession.getRouteQuery()Gets a route query.RouteSegmentQuery.getRouteQuery()Gets the query for a route.RouteSmartMapSession.getRouteQuery()Gets a route query.RouteSearchSession.getRouteQueryFromInspector(RouteQueryInspector routeQueryInspector) Gets a route query from an inspector.RouteSmartMapSession.getRouteQueryFromInspector(RouteQueryInspector routeQueryInspector) Gets a route query from an inspector.Methods in org.osid.mapping.route with parameters of type RouteQueryModifier and TypeMethodDescriptionvoidRouteSmartMapSession.applyRouteQuery(RouteQuery routeQuery) Applies a route query to this map.RouteQuerySession.getRoutesByQuery(RouteQuery routeQuery) Gets a list ofRoutesmatching the given search.RouteSearchSession.getRoutesBySearch(RouteQuery routeQuery, RouteSearch routeSearch) Gets the search results matching the given search query using the given search.