Uses of Interface
org.osid.mapping.path.PathList
Packages that use PathList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
-
Uses of PathList in org.osid.mapping.path
Methods in org.osid.mapping.path that return PathListModifier and TypeMethodDescriptionIntersection.getPaths()Gets the intersecting paths.PathLookupSession.getPaths()Gets allPaths.PathSearchResults.getPaths()Gets the path list resulting from a search.PathLookupSession.getPathsAlongLocations(IdList locationIds) Gets aPathListconnected to all the givenLocations.PathSpatialSession.getPathsAtCoordinate(Coordinate coordinate) Gets the paths at the given coordinate.PathSpatialSession.getPathsAtCoordinates(CoordinateList coordinates) Gets the paths at the given coordinate list.PathLookupSession.getPathsByGenusType(Type pathGenusType) Gets aPathListcorresponding to the given path genusTypewhich does not include paths of genus types derived from the specifiedType.PathLookupSession.getPathsByIds(IdList pathIds) Gets aPathListcorresponding to the givenIdList.PathMapSession.getPathsByMap(Id mapId) Gets the list ofPathsassociated with aMap.PathMapSession.getPathsByMaps(IdList mapIds) Gets the list ofPathcorresponding to a list ofMaps.PathLookupSession.getPathsByParentGenusType(Type pathGenusType) Gets aPathListcorresponding to the given path genusTypeand include any additional paths with genus types derived from the specifiedType.PathQuerySession.getPathsByQuery(PathQuery pathQuery) Gets a list ofPathsmatching the given path query.PathLookupSession.getPathsByRecordType(Type pathRecordType) Gets aPathListcontaining the given path recordType.PathSpatialSession.getPathsInSpatialUnit(SpatialUnit spatialUnit) Gets the paths that are included inside the given spatial unit.PathSpatialSession.getPathsOverlappingSpatialUnit(SpatialUnit spatialUnit) Gets the paths that are included inside or touch the given spatial unit.