Uses of Interface
org.osid.mapping.MapList
Packages that use MapList
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 MapList in org.osid.mapping
Methods in org.osid.mapping that return MapListModifier and TypeMethodDescriptionMapHierarchySession.getChildMaps(Id mapId) Gets the children of the given map.MapLookupSession.getMaps()Gets allMaps.MapSearchResults.getMaps()Gets the map list resulting from a search.MapLookupSession.getMapsByGenusType(Type mapGenusType) Gets aMapListcorresponding to the given map genusTypewhich does not include maps of types derived from the specifiedType.MapLookupSession.getMapsByIds(IdList mapIds) Gets aMapListcorresponding to the givenIdList.LocationMapSession.getMapsByLocation(Id locationId) Gets theMapsmapped to aLocation.MapLookupSession.getMapsByParentGenusType(Type mapGenusType) Gets aMapListcorresponding to the given map genusTypeand include any additional maps with genus types derived from the specifiedType.MapLookupSession.getMapsByProvider(Id resourceId) Gets aMapListfor the given provider.MapQuerySession.getMapsByQuery(MapQuery mapQuery) Gets a list ofMapsmatching the given map query.MapLookupSession.getMapsByRecordType(Type mapRecordType) Gets aMapListcontaining the given map recordType.MapHierarchySession.getParentMaps(Id mapId) Gets the parents of the given map.MapHierarchySession.getRootMaps()Gets the root map in the map hierarchy. -
Uses of MapList in org.osid.mapping.path
Methods in org.osid.mapping.path that return MapListModifier and TypeMethodDescriptionIntersectionMapSession.getMapsByIntersection(Id intersectionId) Gets theMapsmapped to anIntersection.ObstacleMapSession.getMapsByObstacle(Id obstacleId) Gets theMapsmapped to anObstacle.PathMapSession.getMapsByPath(Id pathId) Gets theMapsmapped to aPath.SignalMapSession.getMapsBySignal(Id signalId) Gets theMapsmapped to aSignal.SpeedZoneMapSession.getMapsBySpeedZone(Id speedZoneId) Gets theMapsmapped to aSpeedZone. -
Uses of MapList in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return MapListModifier and TypeMethodDescriptionObstacleEnablerMapSession.getMapsByObstacleEnabler(Id obstacleEnablerId) Gets theMapsmapped to anObstacleEnabler.SignalEnablerMapSession.getMapsBySignalEnabler(Id signalEnablerId) Gets theMapsmapped to aSignalEnabler.SpeedZoneEnablerMapSession.getMapsBySpeedZoneEnabler(Id speedZoneEnablerId) Gets theMapsmapped to aSpeedZoneEnabler. -
Uses of MapList in org.osid.mapping.route
Methods in org.osid.mapping.route that return MapListModifier and TypeMethodDescriptionRouteMapSession.getMapsByRoute(Id routeId) Gets theMapsmapped to aRoute.