OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.MappingPathProxyManager
Implementsosid.OsidProxyManager
osid.mapping.path.MappingPathProfile
Used Byosid.mapping.MappingProxyManager
Description

The mapping proxy manager provides access to rules sessions and provides interoperability tests for various aspects of this service. Methods in this manager pass a Proxy for passing information from server environments. The sessions included in this manager are:

  • PathLookupSession: a session to retrieve paths
  • PathQuerySession: a session to query for paths
  • PathSearchSession: a session to search for paths
  • PathAdminSession: a session to create and delete paths
  • PathNotificationSession: a session to receive notifications pertaining to path changes
  • PathMapSession: a session to looking up mappings of paths to maps
  • PathMapAssignmentSession: a session to manage path to map mappings
  • PathMapAssignmentSession: a session to manage dynamic maps of paths
  • PathSpatialSession: a session to query paths spatially
  • PathSpatialDesignSession: a session to spatially design paths
  • PathTravelSession: a session to examining a path for travel
  • ResourcePathNotificationSession: a session to subscirbe to resources moving across paths
  • ResourceVelocitySession: a session to examine resource velocities
  • ResourceVelocityUpdateSession: a session to update resource velocities
  • ResourceVelocityNotificationSession: a session to subscribe to changes in resource velocities
  • MyPathSession: a session to examine paths and velocities for the authenticated agent.
  • IntersectionLookupSession: a session to retrieve intersections
  • IntersectionQuerySession: a session to query for intersections
  • IntersectionSearchSession: a session to search for intersections
  • IntersectionAdminSession: a session to create and delete intersections
  • IntersectionNotificationSession: a session to receive notifications pertaining to intersection changes
  • IntersectionMapSession: a session to looking up mappings of intersections to maps
  • IntersectionMapAssignmentSession: a session to manage intersection to map mappings
  • IntersectionMapAssignmentSession: a session to manage dynamic maps of intersections
  • SpeedZoneLookupSession: a session to retrieve speed zones
  • SpeedZoneQuerySession: a session to query for speed zones
  • SpeedZoneSearchSession: a session to search for speed zones
  • SpeedZoneAdminSession: a session to create and delete speed zones
  • SpeedZoneNotificationSession: a session to receive notifications pertaining to speed zone changes
  • SpeedZoneMapSession: a session to look up speed zone to map mappings
  • SpeedZoneMapAssignmentSession: a session to manage speed zone to map mappings
  • SpeedZoneSmartMapSession: a session to manage dynamic maps of speed zones
  • SignalLookupSession: a session to retrieve signals
  • SignalQuerySession: a session to query for signals
  • SignalSearchSession: a session to search for signals
  • SignalAdminSession: a session to create and delete signals
  • SignalNotificationSession: a session to receive notifications pertaining to signal changes
  • SignalMapSession: a session to look up signal to map mappings
  • SignalMapAssignmentSession: a session to manage signal to map mappings
  • SignalSmartMapSession: a session to manage dynamic maps of signals
  • ResourceSignalNotificationSession: a session to subscribe to signal crossing events
  • ObstacleLookupSession: a session to retrieve obstacles
  • ObstacleQuerySession: a session to query for obstacles
  • ObstacleSearchSession: a session to search for obstacles
  • ObstacleAdminSession: a session to create and delete obstacles
  • ObstacleNotificationSession: a session to receive notifications pertaining to obstacles changes
  • ObstacleHierarchySession: a session to examine obstacles in a hierarchy
  • ObstacleHierarchyAssignmentSession: a session to traverse the obstacle hierarchy
  • ObstacleMapSession: a session to look up obstacle to map mappings
  • ObstacleMapAssignmentSession: a session to manage obstacle to map mappings
  • ObstacleSmartMapSession: a session to manage dynamic maps of obstacles
MethodgetPathLookupSession
Description

Gets the OsidSession associated with the path lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathLookupSession a PathLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathLookup() is false
Complianceoptional This method must be implemented if supportsPathLookup() is true.
MethodgetPathLookupSessionForMap
Description

Gets the OsidSession associated with the path lookup service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathLookupSession a PathLookupSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathLookup() and supportsVisibleFederation() are true
MethodgetPathQuerySession
Description

Gets the OsidSession associated with the path query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathQuerySession a PathQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathQuery() is false
Complianceoptional This method must be implemented if supportsPathQuery() is true.
MethodgetPathQuerySessionForMap
Description

Gets the OsidSession associated with the path query service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathQuerySession a PathQuerySession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathQuery() and supportsVisibleFederation() are true
MethodgetPathSearchSession
Description

Gets the OsidSession associated with the path search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSearchSession a PathSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSearch() is false
Complianceoptional This method must be implemented if supportsPathSearch() is true.
MethodgetPathSearchSessionForMap
Description

Gets the OsidSession associated with the path search service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSearchSession a PathSearchSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathSearch() and supportsVisibleFederation() are true
MethodgetPathAdminSession
Description

Gets the OsidSession associated with the path administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathAdminSession a PathAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathAdmin() is false
Complianceoptional This method must be implemented if supportsPathAdmin() is true.
MethodgetPathAdminSessionForMap
Description

Gets the OsidSession associated with the path administration service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathAdminSession a PathAdminSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathAdmin() and supportsVisibleFederation() are true
MethodgetPathNotificationSession
Description

Gets the OsidSession associated with the path notification service.

Parametersosid.mapping.path.PathReceiverpathReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathNotificationSession a PathNotificationSession
ErrorsNULL_ARGUMENT pathReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathNotification() is false
Complianceoptional This method must be implemented if supportsPathNotification() is true.
MethodgetPathNotificationSessionForMap
Description

Gets the OsidSession associated with the path notification service for the given map.

Parametersosid.mapping.path.PathReceiverpathReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathNotificationSession a PathNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT pathReceiver, mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathNotification() and supportsVisibleFederation() are true
MethodgetPathMapSession
Description

Gets the OsidSession to lookup path/map mappings.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathMapSession a PathMapSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathMap() is false
Complianceoptional This method must be implemented if supportsPathMap() is true.
MethodgetPathMapAssignmentSession
Description

Gets the OsidSession associated with assigning paths to maps.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathMapAssignmentSession a PathMapAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathMapAssignment() is false
Complianceoptional This method must be implemented if supportsPathMapAssignment() is true.
MethodgetPathSmartMapSession
Description

Gets the OsidSession to manage path smart maps.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSmartMapSession a PathSmartMapSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSmartMap() is false
Complianceoptional This method must be implemented if supportsPathSmartMap() is true.
MethodgetPathSpatialSession
Description

Gets the OsidSession associated with the path spatial service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSpatialSession a PathSpatialSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSpatial() is false
Complianceoptional This method must be implemented if supportsPathSpatial() is true.
MethodgetPathSpatialSessionForMap
Description

Gets the OsidSession associated with the path spatial service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSpatialSession a PathSpatialSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSpatial() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathSpatial() and supportsVisibleFederation() are true
MethodgetPathSpatialDesignSession
Description

Gets the OsidSession associated with the path spatial design service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSpatialDesignSession a PathSpatialDesignSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSpatialDesign() is false
Complianceoptional This method must be implemented if supportsPathSpatialDsign() is true.
MethodgetPathSpatialDesignSessionForMap
Description

Gets the OsidSession associated with the path spatial design service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathSpatialDesignSession a PathSpatialDesignSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathSpatialDesign() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathSpatialDesign() and supportsVisibleFederation() are true
MethodgetPathTravelSession
Description

Gets the OsidSession associated with the path travel service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathTravelSession a PathTravelSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathTravel() is false
Complianceoptional This method must be implemented if supportsPathTravel() is true.
MethodgetPathTravelSessionForMap
Description

Gets the OsidSession associated with the path travel service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.PathTravelSession a PathTravelSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPathTravel() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPathTravel() and supportsVisibleFederation() are true
MethodgetResourcePathNotificationSession
Description

Gets the OsidSession associated with the resource path notification service.

Parametersosid.mapping.path.ResourcePathReceiverresourcePathReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourcePathNotificationSession a ResourcePathNotificationSession
ErrorsNULL_ARGUMENT resourcePathReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourcePathNotification() is false
Complianceoptional This method must be implemented if supportsResourcePathNotification() is true.
MethodgetResourcePathNotificationSessionForMap
Description

Gets the OsidSession associated with the resource path notification service for the given map.

Parametersosid.mapping.path.ResourcePathReceiverresourcePathReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourcePathNotificationSession a ResourcePathNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT resourcePathReceiver, mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourcePathNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourcePathNotification() and supportsVisibleFederation() are true
MethodgetResourceVelocitySession
Description

Gets the OsidSession associated with the resource velocity service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceVelocitySession a ResourceVelocitySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceVelocity() is false
Complianceoptional This method must be implemented if supportsResourceVelocity() is true.
MethodgetResourceVelocitySessionForMap
Description

Gets the OsidSession associated with the resource velocity service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceVelocitySession a ResourceVelocitySession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceVelocity() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourceVelocity() and supportsVisibleFederation() are true
MethodgetResourceVelocityUpdateSession
Description

Gets the OsidSession associated with the resource velocity update service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceVelocityUpdateSession a ResourceVelocityUpdateSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceVelocityUpdate() is false
Complianceoptional This method must be implemented if supportsResourceVelocityUpdate() is true.
MethodgetResourceVelocityUpdateSessionForMap
Description

Gets the OsidSession associated with the resource velocity update service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceVelocityUpdateSession a ResourceVelocityUpdateSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceVelocityUpdate() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourceVelocityUpdate() and supportsVisibleFederation() are true
MethodgetResourceVelocityNotificationSession
Description

Gets the OsidSession associated with the resource velocity notification service.

Parametersosid.mapping.path.ResourceVelocityReceiverresourceVelocityReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceVelocityNotificationSession a ResourceVelocityNotificationSession
ErrorsNULL_ARGUMENT resourceVelocityReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceVelocityNotification() is false
Complianceoptional This method must be implemented if supportsResourceVelocityNotification() is true.
MethodgetResourceVelocityNotificationSessionForMap
Description

Gets the OsidSession associated with the resource velocity notification service for the given map.

Parametersosid.mapping.path.ResourceVelocityReceiverresourceVelocityReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceVelocityNotificationSession a ResourceVelocityNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT resourceVelocityReceiver, mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceVelocityNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourceVelocityNotification() and supportsVisibleFederation() are true
MethodgetMyPathSession
Description

Gets the OsidSession associated with the my path service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.MyPathSession a MyPathSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMyPath() is false
Complianceoptional This method must be implemented if supportsMyPath() is true.
MethodgetMyPathSessionForMap
Description

Gets the OsidSession associated with the my path service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.MyPathSession a MyPathSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMyPath() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsMyPath() and supportsVisibleFederation() are true
MethodgetIntersectionLookupSession
Description

Gets the OsidSession associated with the intersection lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionLookupSession an IntersectionLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionLookup() is false
Complianceoptional This method must be implemented if supportsIntersectionLookup() is true.
MethodgetIntersectionLookupSessionForMap
Description

Gets the OsidSession associated with the intersection lookup service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionLookupSession an IntersectionLookupSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsIntersectionLookup() and supportsVisibleFederation() are true
MethodgetIntersectionQuerySession
Description

Gets the OsidSession associated with the intersection query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionQuerySession an IntersectionQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionQuery() is false
Complianceoptional This method must be implemented if supportsIntersectionQuery() is true.
MethodgetIntersectionQuerySessionForMap
Description

Gets the OsidSession associated with the intersection query service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionQuerySession an IntersectionQuerySession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsIntersectionQuery() and supportsVisibleFederation() are true
MethodgetIntersectionSearchSession
Description

Gets the OsidSession associated with the intersection search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionSearchSession an IntersectionSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionSearch() is false
Complianceoptional This method must be implemented if supportsIntersectionSearch() is true.
MethodgetIntersectionSearchSessionForMap
Description

Gets the OsidSession associated with the intersection search service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionSearchSession an IntersectionSearchSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsIntersectionSearch() and supportsVisibleFederation() are true
MethodgetIntersectionAdminSession
Description

Gets the OsidSession associated with the intersection administrative service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionAdminSession an IntersectionAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionAdmin() is false
Complianceoptional This method must be implemented if supportsIntersectionAdmin() is true.
MethodgetIntersectionAdminSessionForMap
Description

Gets the OsidSession associated with the intersection administrative service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionAdminSession an IntersectionAdminSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsIntersectionAdmin() and supportsVisibleFederation() are true
MethodgetIntersectionNotificationSession
Description

Gets the OsidSession associated with the intersection notification service.

Parametersosid.mapping.path.IntersectionReceiverintersectionReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionNotificationSession an IntersectionNotificationSession
ErrorsNULL_ARGUMENT intersectionReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionNotification() is false
Complianceoptional This method must be implemented if supportsIntersectionNotification() is true.
MethodgetIntersectionNotificationSessionForMap
Description

Gets the OsidSession associated with the intersection notification service for the given map.

Parametersosid.mapping.path.IntersectionReceiverintersectionReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionNotificationSession an IntersectionNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT intersectionReceiver, mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsIntersectionNotification() and supportsVisibleFederation() are true
MethodgetIntersectionMapSession
Description

Gets the OsidSession to lookup intersection/map mappings.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionMapSession an IntersectionMapSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionMap() is false
Complianceoptional This method must be implemented if supportsIntersectionMap() is true.
MethodgetIntersectionMapAssignmentSession
Description

Gets the OsidSession associated with assigning intersections to maps.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionMapAssignmentSession an IntersectionMapAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionMapAssignment() is false
Complianceoptional This method must be implemented if supportsIntersectionMapAssignment() is true.
MethodgetIntersectionSmartMapSession
Description

Gets the OsidSession to manage intersection smart maps.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.IntersectionSmartMapSession an IntersectionSmartMapSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIntersectionSmartMap() is false
Complianceoptional This method must be implemented if supportsIntersectionSmartMap() is true.
MethodgetSpeedZoneLookupSession
Description

Gets the OsidSession associated with the speed zone lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneLookupSession a SpeedZoneLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneLookup() is false
Complianceoptional This method must be implemented if supportsSpeedZoneLookup() is true.
MethodgetSpeedZoneLookupSessionForMap
Description

Gets the OsidSession associated with the speed zone lookup service for the given map.

Parametersosid.id.IdmapId the Id of the map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneLookupSession a SpeedZoneLookupSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSpeedZoneLookup() and supportsVisibleFederation() are true
MethodgetSpeedZoneQuerySession
Description

Gets the OsidSession associated with the speed zone query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneQuerySession a SpeedZoneQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneQuery() is false
Complianceoptional This method must be implemented if supportsSpeedZoneQuery() is true.
MethodgetSpeedZoneQuerySessionForMap
Description

Gets the OsidSession associated with the speed zone query service for the given map.

Parametersosid.id.IdmapId the Id of the map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneQuerySession a SpeedZoneQuerySession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSpeedZoneQuery() and supportsVisibleFederation() are true
MethodgetSpeedZoneSearchSession
Description

Gets the OsidSession associated with the speed zone search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneSearchSession a SpeedZoneSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneSearch() is false
Complianceoptional This method must be implemented if supportsSpeedZoneSearch() is true.
MethodgetSpeedZoneSearchSessionForMap
Description

Gets the OsidSession associated with the speed zone search service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneSearchSession a SpeedZoneSearchSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSpeedZoneSearch() and supportsVisibleFederation() are true
MethodgetSpeedZoneAdminSession
Description

Gets the OsidSession associated with the speed zone administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneAdminSession a SpeedZoneAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneAdmin() is false
Complianceoptional This method must be implemented if supportsSpeedZoneAdmin() is true.
MethodgetSpeedZoneAdminSessionForMap
Description

Gets the OsidSession associated with the speed zone administration service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneAdminSession a SpeedZoneAdminSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSpeedZoneAdmin() and supportsVisibleFederation() are true
MethodgetSpeedZoneNotificationSession
Description

Gets the OsidSession associated with the speed zone notification service.

Parametersosid.mapping.path.SpeedZoneReceiverspeedZoneReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneNotificationSession a SpeedZoneNotificationSession
ErrorsNULL_ARGUMENT speedZoneReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneNotification() is false
Complianceoptional This method must be implemented if supportsSpeedZoneNotification() is true.
MethodgetSpeedZoneNotificationSessionForMap
Description

Gets the OsidSession associated with the speed zone notification service for the given map.

Parametersosid.mapping.path.SpeedZoneReceiverspeedZoneReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneNotificationSession a SpeedZoneNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT speedZoneReceiver, mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSpeedZoneNotification() and supportsVisibleFederation() are true
MethodgetSpeedZoneMapSession
Description

Gets the OsidSession to lookup speed zone/map mappings.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneMapSession a SpeedZoneMapSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneMap() is false
Complianceoptional This method must be implemented if supportsSpeedZoneMap() is true.
MethodgetSpeedZoneMapAssignmentSession
Description

Gets the OsidSession associated with assigning speed zones to maps.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneMapAssignmentSession a SpeedZoneMapAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneMapAssignment() is false
Complianceoptional This method must be implemented if supportsSpeedZoneMapAssignment() is true.
MethodgetSpeedZoneSmartMapSession
Description

Gets the OsidSession to manage speed zone smart maps.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SpeedZoneSmartMapSession a SpeedZoneSmartMapSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSpeedZoneSmartMap() is false
Complianceoptional This method must be implemented if supportsSpeedZoneSmartMap() is true.
MethodgetSignalLookupSession
Description

Gets the OsidSession associated with the signal lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalLookupSession a SignalLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalLookup() is false
Complianceoptional This method must be implemented if supportsSignalLookup() is true.
MethodgetSignalLookupSessionForMap
Description

Gets the OsidSession associated with the signal lookup service for the given map.

Parametersosid.id.IdmapId the Id of the map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalLookupSession a SignalLookupSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSignalLookup() and supportsVisibleFederation() are true
MethodgetSignalQuerySession
Description

Gets the OsidSession associated with the signal query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalQuerySession a SignalQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalQuery() is false
Complianceoptional This method must be implemented if supportsSignalQuery() is true.
MethodgetSignalQuerySessionForMap
Description

Gets the OsidSession associated with the signal query service for the given map.

Parametersosid.id.IdmapId the Id of the map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalQuerySession a SignalQuerySession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSignalQuery() and supportsVisibleFederation() are true
MethodgetSignalSearchSession
Description

Gets the OsidSession associated with the signal search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalSearchSession a SignalSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalSearch() is false
Complianceoptional This method must be implemented if supportsSignalSearch() is true.
MethodgetSignalSearchSessionForMap
Description

Gets the OsidSession associated with the signal search service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalSearchSession a SignalSearchSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSignalSearch() and supportsVisibleFederation() are true
MethodgetSignalAdminSession
Description

Gets the OsidSession associated with the signal administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalAdminSession a SignalAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalAdmin() is false
Complianceoptional This method must be implemented if supportsSignalAdmin() is true.
MethodgetSignalAdminSessionForMap
Description

Gets the OsidSession associated with the signal administration service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalAdminSession a SignalAdminSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSignalAdmin() and supportsVisibleFederation() are true
MethodgetSignalNotificationSession
Description

Gets the OsidSession associated with the signal notification service.

Parametersosid.mapping.path.SignalReceiversignalReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalNotificationSession a SignalNotificationSession
ErrorsNULL_ARGUMENT signalReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalNotification() is false
Complianceoptional This method must be implemented if supportsSignalNotification() is true.
MethodgetSignalNotificationSessionForMap
Description

Gets the OsidSession associated with the signal notification service for the given map.

Parametersosid.mapping.path.SignalReceiversignalReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalNotificationSession a SignalNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT signalReceiver, mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsSignalNotification() and supportsVisibleFederation() are true
MethodgetSignalMapSession
Description

Gets the OsidSession to lookup signal/map mappings.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalMapSession a SignalMapSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalMap() is false
Complianceoptional This method must be implemented if supportsSignalMap() is true.
MethodgetSignalMapAssignmentSession
Description

Gets the OsidSession associated with assigning signals to maps.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalMapAssignmentSession a SignalMapAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalMapAssignment() is false
Complianceoptional This method must be implemented if supportsSignalMapAssignment() is true.
MethodgetSignalSmartMapSession
Description

Gets the OsidSession to manage signal smart maps.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.SignalSmartMapSession a SignalSmartMapSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsSignalSmartMap() is false
Complianceoptional This method must be implemented if supportsSignalSmartMap() is true.
MethodgetResourceSignalNotificationSession
Description

Gets the OsidSession associated with the resource signal notification service.

Parametersosid.mapping.path.ResourceVelocityReceiverresourceSignalReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceSignalNotificationSession a ResourceSignaNotificationSession
ErrorsNULL_ARGUMENT resourceSignalReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceSignaNotification() is false
Complianceoptional This method must be implemented if supportsResourceSignaNotification() is true.
MethodgetResourceSignalNotificationSessionForMap
Description

Gets the OsidSession associated with the resource signal notification service for the given map.

Parametersosid.mapping.path.ResourceVelocityReceiverresourceSignalReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ResourceSignalNotificationSession a ResourceSignaNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT resourceSignalReceiver, mapId, or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceSignaNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourceSignaNotification() and supportsVisibleFederation() are true
MethodgetObstacleLookupSession
Description

Gets the OsidSession associated with the obstacle lookup service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleLookupSession an ObstacleLookupSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleLookup() is false
Complianceoptional This method must be implemented if supportsObstacleLookup() is true.
MethodgetObstacleLookupSessionForMap
Description

Gets the OsidSession associated with the obstacle lookup service for the given map.

Parametersosid.id.IdmapId the Id of the map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleLookupSession an ObstacleLookupSession
ErrorsNOT_FOUND no Map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleLookup() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsObstacleLookup() and supportsVisibleFederation() are true
MethodgetObstacleQuerySession
Description

Gets the OsidSession associated with the obstacle query service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleQuerySession an ObstacleQuerySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleQuery() is false
Complianceoptional This method must be implemented if supportsObstacleQuery() is true.
MethodgetObstacleQuerySessionForMap
Description

Gets the OsidSession associated with the obstacle query service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleQuerySession an ObstacleQuerySession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleQuery() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsObstacleQuery() and supportsVisibleFederation() are true
MethodgetObstacleSearchSession
Description

Gets the OsidSession associated with the obstacle search service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleSearchSession an ObstacleSearchSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleSearch() is false
Complianceoptional This method must be implemented if supportsObstacleSearch() is true.
MethodgetObstacleSearchSessionForMap
Description

Gets the OsidSession associated with the obstacle search service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleSearchSession an ObstacleSearchSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleSearch() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsObstacleSearch() and supportsVisibleFederation() are true
MethodgetObstacleAdminSession
Description

Gets the OsidSession associated with the obstacle administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleAdminSession an ObstacleAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleAdmin() is false
Complianceoptional This method must be implemented if supportsObstacleAdmin() is true.
MethodgetObstacleAdminSessionForMap
Description

Gets the OsidSession associated with the obstacle administration service for the given map.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleAdminSession an ObstacleAdminSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsObstacleAdmin() and supportsVisibleFederation() are true
MethodgetObstacleNotificationSession
Description

Gets the OsidSession associated with the obstacle notification service.

Parametersosid.mapping.path.ObstacleReceiverobstacleReceiver the notification callback
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleNotificationSession an ObstacleNotificationSession
ErrorsNULL_ARGUMENT obstacleReceiver or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleNotification() is false
Complianceoptional This method must be implemented if supportsObstacleNotification() is true.
MethodgetObstacleNotificationSessionForMap
Description

Gets the OsidSession associated with the obstacle notification service for the given map.

Parametersosid.mapping.path.ObstacleReceiverobstacleReceiver the notification callback
osid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleNotificationSession an ObstacleNotificationSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT obstacleReceiver, mapId, or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleNotification() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsObstacleNotification() and supportsVisibleFederation() are true
MethodgetObstacleMapSession
Description

Gets the OsidSession to lookup obstacle/map mappings.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleMapSession an ObstacleMapSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleMap() is false
Complianceoptional This method must be implemented if supportsObstacleMap() is true.
MethodgetObstacleMapAssignmentSession
Description

Gets the OsidSession associated with assigning obstacles to maps.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleMapAssignmentSession an ObstacleMapAssignmentSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleMapAssignment() is false
Complianceoptional This method must be implemented if supportsObstacleMapAssignment() is true.
MethodgetObstacleSmartMapSession
Description

Gets the OsidSession to manage locatin smart maps.

Parametersosid.id.IdmapId the Id of the Map
osid.proxy.Proxyproxy a proxy
Returnosid.mapping.path.ObstacleSmartMapSession an ObstacleSmartMapSession
ErrorsNOT_FOUND no map found by the given Id
NULL_ARGUMENT mapId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsObstacleSmartMap() is false
Complianceoptional This method must be implemented if supportsObstacleSmartMap() is true.
MethodgetMappingPathBatchProxyManager
Description

Gets a MappingPathBatchproxyManager.

Returnosid.mapping.path.batch.MappingPathBatchProxyManager a MappingPathBatchProxyManager
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMappingPathBatch() is false
Complianceoptional This method must be implemented if supportsMappingPathBatch() is true.
MethodgetMappingPathRulesProxyManager
Description

Gets a MappingPathRulesProxyManager.

Returnosid.mapping.path.rules.MappingPathRulesProxyManager a MappingPathRulesProxyManager
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMappingPathRules() is false
Complianceoptional This method must be implemented if supportsMappingPathRules() is true.