Uses of Interface
org.osid.mapping.path.IntersectionList
Packages that use IntersectionList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
-
Uses of IntersectionList in org.osid.mapping.path
Methods in org.osid.mapping.path that return IntersectionListModifier and TypeMethodDescriptionIntersectionLookupSession.getIntersections()Gets allIntersection.IntersectionSearchResults.getIntersections()Gets the intersection list resulting from a search.IntersectionLookupSession.getIntersectionsByGenusType(Type pathGenusType) Gets anIntersectionListcorresponding to the given intersection genusTypewhich does not include intersections of genus types derived from the specifiedType.IntersectionLookupSession.getIntersectionsByIds(IdList intersectionIds) Gets anIntersectionListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the intersections specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.IntersectionMapSession.getIntersectionsByMap(Id mapId) Gets the list ofIntersectionsassociated with aMap.IntersectionMapSession.getIntersectionsByMaps(IdList mapIds) Gets the list ofIntersectioncorresponding to a list ofMaps.IntersectionLookupSession.getIntersectionsByParentGenusType(Type intersectionGenusType) Gets anIntersectionListcorresponding to the given intersection genusTypeand include any additional intersections with genus types derived from the specifiedType.IntersectionQuerySession.getIntersectionsByQuery(IntersectionQuery intersectionQuery) Gets a list ofIntersectionsmatching the given inttersection query.IntersectionLookupSession.getIntersectionsByRecordType(Type intersectionRecordType) Gets anIntersectionListcontaining the given intersection recordType.In plenary mode, the returned list contains all known intersections or an error results.IntersectionLookupSession.getIntersectionsForPath(Id pathId) Gets anIntersectionListconnected to the givenPath.IntersectionLookupSession.getIntersectionsForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets anIntersectionListconnected to the givenPathwithin a distance of a given coordinate.IntersectionLookupSession.getIntersectionsForPaths(Id pathId, Id crossingPathId) Gets theIntersectionsof both given paths.