Uses of Interface
org.osid.mapping.path.SpeedZoneList
Packages that use SpeedZoneList
Package
Description
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.
-
Uses of SpeedZoneList in org.osid.mapping.path
Methods in org.osid.mapping.path that return SpeedZoneListModifier and TypeMethodDescriptionPathTravelSession.getSpeedZones(Id pathId, Coordinate coordinate, Distance distance) Gets aSpeedZoneListcorresponding to the givenPathand coordinate range.SpeedZoneLookupSession.getSpeedZones()Gets allSpeedZones.SpeedZoneSearchResults.getSpeedZones()Gets the speed zone list resulting from a search.PathTravelSession.getSpeedZonesAtResolution(Id pathId, Coordinate coordinate, Distance distance, Distance resolution) Gets aSpeedZoneListcorresponding to the givenPathand coordinate range for a given resolution.SpeedZoneLookupSession.getSpeedZonesByGenusType(Type speedZoneGenusType) Gets aSpeedZoneListcorresponding to the given speed zone genusTypewhich does not include speed zones of types derived from the specifiedType.SpeedZoneLookupSession.getSpeedZonesByIds(IdList speedZoneIds) Gets aSpeedZoneListcorresponding to the givenIdList.SpeedZoneMapSession.getSpeedZonesByMap(Id mapId) Gets the list ofSpeedZonesassociated with aMap.SpeedZoneMapSession.getSpeedZonesByMaps(IdList mapIds) Gets the list ofSpeedZonescorresponding to a list ofMaps.SpeedZoneLookupSession.getSpeedZonesByParentGenusType(Type speedZoneGenusType) Gets aSpeedZoneListcorresponding to the given speed zone genusTypeand include any additional speed zones with genus types derived from the specifiedType.SpeedZoneQuerySession.getSpeedZonesByQuery(SpeedZoneQuery speedZoneQuery) Gets a list ofSpeedZonesmatching the given speed zone query.SpeedZoneLookupSession.getSpeedZonesByRecordType(Type speedZoneRecordType) Gets aSpeedZoneListcontaining the given speed zone recordType.SpeedZoneLookupSession.getSpeedZonesForPath(Id pathId) Gets aSpeedZoneListcontaining the given path.SpeedZoneLookupSession.getSpeedZonesForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets aSpeedZoneListcontaining the given path between the given coordinates inclusive. -
Uses of SpeedZoneList in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return SpeedZoneListModifier and TypeMethodDescriptionSpeedZoneEnablerRuleLookupSession.getSpeedZonesForSpeedZoneEnabler(Id speedZoneEnablerId) Gets theSpeedZonesmapped to aSpeedZoneEnabler.