Uses of Interface
org.osid.mapping.MapQuery
Packages that use MapQuery
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.path.rules
service.
The Open Service Interface Definitions for the org.osid.mapping.route
service.
-
Uses of MapQuery in org.osid.mapping
Methods in org.osid.mapping that return MapQueryModifier and TypeMethodDescriptionMapQuery.getAncestorMapQuery()Gets the query for a map.MapQuery.getDescendantMapQuery()Gets the query for a map.LocationQuery.getMapQuery()Gets the query for a map.MapQuerySession.getMapQuery()Gets a map query.MapSearchSession.getMapQueryFromInspector(MapQueryInspector mapQueryInspector) Gets a map query from an inspector.Methods in org.osid.mapping with parameters of type MapQueryModifier and TypeMethodDescriptionMapQuerySession.getMapsByQuery(MapQuery mapQuery) Gets a list ofMapsmatching the given map query.MapSearchSession.getMapsBySearch(MapQuery mapQuery, MapSearch mapSearch) Gets the search results matching the given search query using the given search. -
Uses of MapQuery in org.osid.mapping.path
Methods in org.osid.mapping.path that return MapQueryModifier and TypeMethodDescriptionIntersectionQuery.getMapQuery()Gets the query for a map.ObstacleQuery.getMapQuery()Gets the query for a map.PathQuery.getMapQuery()Gets the query for a map.SignalQuery.getMapQuery()Gets the query for a map.SpeedZoneQuery.getMapQuery()Gets the query for a map. -
Uses of MapQuery in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return MapQueryModifier and TypeMethodDescriptionObstacleEnablerQuery.getMapQuery()Gets the query for a map.SignalEnablerQuery.getMapQuery()Gets the query for a map.SpeedZoneEnablerQuery.getMapQuery()Gets the query for a map. -
Uses of MapQuery in org.osid.mapping.route
Methods in org.osid.mapping.route that return MapQuery