Uses of Interface
org.osid.mapping.CoordinateList
Packages that use CoordinateList
Package
Description
The Open Service Interface Definitions for the org.osid.locale
service.
The Open Service Interface Definitions for the org.osid.mapping
service.
The Open Service Interface Definitions for the org.osid.mapping.path
service.
-
Uses of CoordinateList in org.osid.locale
Methods in org.osid.locale that return CoordinateListModifier and TypeMethodDescriptionCoordinateConversionSession.convertCoordinates(CoordinateList sourceCoordinateList) Converts coordinates.Methods in org.osid.locale with parameters of type CoordinateListModifier and TypeMethodDescriptionString[]CoordinateFormattingSession.ccoordinatesToStrings(CoordinateList coordinates) Gets a string representation of a list of coordinates.CoordinateConversionSession.convertCoordinates(CoordinateList sourceCoordinateList) Converts coordinates. -
Uses of CoordinateList in org.osid.mapping
Methods in org.osid.mapping that return CoordinateListModifier and TypeMethodDescriptionSpatialUnit.getBoundingCoordinates()Gets a list of bounding coordinates of this spatial unit.Methods in org.osid.mapping with parameters of type CoordinateListModifier and TypeMethodDescriptionLocationSpatialSession.getLocationsByCoordinates(CoordinateList coordinates) Gets the closest bounding locations in the given coordinate list. -
Uses of CoordinateList in org.osid.mapping.path
Methods in org.osid.mapping.path that return CoordinateListModifier and TypeMethodDescriptionPathSpatialDesignSession.getPathCoordinates(Id pathId, Coordinate from, Coordinate to) Gets a list of fixed path coordinates between the given coordinates along a path inclusive.Methods in org.osid.mapping.path with parameters of type CoordinateListModifier and TypeMethodDescriptionPathSpatialSession.getPathsAtCoordinates(CoordinateList coordinates) Gets the paths at the given coordinate list.