Package | Description |
---|---|
org.osid.mapping.path |
The Open Service Interface Definitions for the org.osid.mapping.path
service.
|
Modifier and Type | Method and Description |
---|---|
PathList |
Intersection.getPaths()
Gets the intersecting paths.
|
PathList |
PathLookupSession.getPaths()
Gets all
Paths. |
PathList |
PathSearchResults.getPaths()
Gets the path list resulting from a search.
|
PathList |
PathLookupSession.getPathsAlongLocations(IdList locationIds)
Gets a
PathList connected to all the given
Locations. |
PathList |
PathSpatialSession.getPathsAtCoordinate(Coordinate coordinate)
Gets the paths at the given coordinate.
|
PathList |
PathSpatialSession.getPathsAtCoordinates(CoordinateList coordinates)
Gets the paths at the given coordinate list.
|
PathList |
PathLookupSession.getPathsByGenusType(Type pathGenusType)
Gets a
PathList corresponding to the given path genus
Type which does not include paths of genus types
derived from the specified Type. |
PathList |
PathLookupSession.getPathsByIds(IdList pathIds)
Gets a
PathList corresponding to the given
IdList. |
PathList |
PathMapSession.getPathsByMap(Id mapId)
Gets the list of
Paths associated with a Map. |
PathList |
PathMapSession.getPathsByMaps(IdList mapIds)
Gets the list of
Path corresponding to a list of
Maps. |
PathList |
PathLookupSession.getPathsByParentGenusType(Type pathGenusType)
Gets a
PathList corresponding to the given path genus
Type and include any additional paths with genus types
derived from the specified Type. |
PathList |
PathQuerySession.getPathsByQuery(PathQuery pathQuery)
Gets a list of
Paths matching the given path query. |
PathList |
PathLookupSession.getPathsByRecordType(Type pathRecordType)
Gets a
PathList containing the given path record
Type. |
PathList |
PathSpatialSession.getPathsInSpatialUnit(SpatialUnit spatialUnit)
Gets the paths that are included inside the given spatial unit.
|
PathList |
PathSpatialSession.getPathsOverlappingSpatialUnit(SpatialUnit spatialUnit)
Gets the paths that are included inside or touch the given spatial
unit.
|