Uses of Interface
org.osid.mapping.path.ObstacleList
Packages that use ObstacleList
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 ObstacleList in org.osid.mapping.path
Methods in org.osid.mapping.path that return ObstacleListModifier and TypeMethodDescriptionObstacleLookupSession.getObstacles()Gets allObstacles.ObstacleSearchResults.getObstacles()Gets the obstacle list resulting from a search.PathTravelSession.getObstacles(Id pathId, Coordinate coordinate, Distance distance) Gets anObstacleListcorresponding to the givenPathand coordinate range.ObstacleLookupSession.getObstaclesByGenusType(Type obstacleGenusType) Gets anObstacleListcorresponding to the given obstacle genusTypewhich does not include obstacles of types derived from the specifiedType.ObstacleLookupSession.getObstaclesByIds(IdList obstacleIds) Gets anObstacleListcorresponding to the givenIdList.ObstacleMapSession.getObstaclesByMap(Id mapId) Gets the list ofObstaclesassociated with aMap.ObstacleMapSession.getObstaclesByMaps(IdList mapIds) Gets the list ofObstaclescorresponding to a list ofMaps.ObstacleLookupSession.getObstaclesByParentGenusType(Type obstacleGenusType) Gets anObstacleListcorresponding to the given obstacle genusTypeand include any additional obstacles with genus types derived from the specifiedType.ObstacleQuerySession.getObstaclesByQuery(ObstacleQuery obstacleQuery) Gets a list ofObstaclesmatching the given obstacle search.ObstacleLookupSession.getObstaclesByRecordType(Type obstacleRecordType) Gets anObstacleListcontaining the given obstacle recordType.ObstacleLookupSession.getObstaclesForPath(Id pathId) Gets anObstacleListcontaining the given path.ObstacleLookupSession.getObstaclesForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets anObstacleListcontaining the given path between the given coordinates inclusive. -
Uses of ObstacleList in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return ObstacleListModifier and TypeMethodDescriptionObstacleEnablerRuleLookupSession.getObstaclesForObstacleEnabler(Id obstacleEnablerId) Gets theObstaclesmapped to anObstacleEnabler.