Uses of Interface
org.osid.mapping.Distance
Packages that use Distance
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.mapping
service.
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.route
service.
-
Uses of Distance in org.osid
Modifier and TypeMethodDescriptionDistance[]Metadata.getDefaultDistanceValues()Gets the default distance values.Distance[]Metadata.getDistanceSet()Gets the set of acceptable distance values.Distance[]Metadata.getExistingDistanceValues()Gets the existing distance values.Metadata.getMaximumDistance()Gets the maximum distance value.Metadata.getMinimumDistance()Gets the minimum distance value. -
Uses of Distance in org.osid.binding.java
Subinterfaces with type arguments of type Distance in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Distance interface for Java.Methods in org.osid.binding.java that return DistanceModifier and TypeMethodDescriptionDistance.getLowerBound()Gets the lower bound of the distance.Distance.getUpperBound()Gets the upper bound of the distance.Methods in org.osid.binding.java with parameters of type DistanceModifier and TypeMethodDescriptionintCompares this distance with the specifiedDistanceto determine the natural order.booleanDistance.isContained(Distance distance1, Distance distance2) Tests if the range of this Distance, as specified by its uncertainty, is included within the given two Distances.booleanDistance.isExclusive(Distance distance) Tests if the range of this Distance, as specified by its uncertainty, does not overlap the given Distance.booleanDistance.isExclusive(Distance distance1, Distance distance2) Tests if the range of this Distance, as specified by its uncertainty, does not overlap with the range of the given two distances.booleanTests if this Distance is greater than the given Distance.booleanDistance.isInclusive(Distance distance) Tests if the range of this Distance, as specified by its uncertainty, includes the given Distance ranged by its uncertainty.booleanTests if this Distance is less than the given Distance. -
Uses of Distance in org.osid.configuration
Methods in org.osid.configuration that return DistanceMethods in org.osid.configuration with parameters of type DistanceModifier and TypeMethodDescriptionvoidValueQuery.matchDistanceValue(Distance low, Distance high, boolean match) Adds aDistancerange match within the given range inclusive.voidValueForm.setDistanceValue(Distance value) Sets aDistancevalue. -
Uses of Distance in org.osid.mapping
Methods in org.osid.mapping that return Distance -
Uses of Distance in org.osid.mapping.path
Methods in org.osid.mapping.path with parameters of type DistanceModifier and TypeMethodDescriptionPathTravelSession.getAverageSpeed(Id pathId, Coordinate coordinate, Distance distance) Gets the expected average speed for a traveler along a path between the given coordinates.IntersectionLookupSession.getIntersectionsForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets anIntersectionListconnected to the givenPathwithin a distance of a given coordinate.PathTravelSession.getObstacles(Id pathId, Coordinate coordinate, Distance distance) Gets anObstacleListcorresponding to the givenPathand coordinate range.ObstacleLookupSession.getObstaclesForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets anObstacleListcontaining the given path between the given coordinates inclusive.PathSpatialSession.getPathSpatialUnitsAtResolution(Id pathId, Coordinate coordinate, Distance distance, Distance resolution) Gets a list of spatial units at the given given distance from a coordinate along a path inclusive at the given resolution.SignalLookupSession.getSignalsForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets aSignalListcontaining the given path between the given coordinates inclusive.PathTravelSession.getSpeedZones(Id pathId, Coordinate coordinate, Distance distance) Gets aSpeedZoneListcorresponding to the givenPathand coordinate range.PathTravelSession.getSpeedZonesAtResolution(Id pathId, Coordinate coordinate, Distance distance, Distance resolution) Gets aSpeedZoneListcorresponding to the givenPathand coordinate range for a given resolution.SpeedZoneLookupSession.getSpeedZonesForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets aSpeedZoneListcontaining the given path between the given coordinates inclusive.voidPathSpatialDesignSession.setPathWidth(Id pathId, Distance width, Coordinate from, Coordinate to) Sets the width of the path between two coordinates. -
Uses of Distance in org.osid.mapping.route
Methods in org.osid.mapping.route that return DistanceModifier and TypeMethodDescriptionRoute.getDistance()Gets the total distance of this route.RouteSegment.getDistance()Gets the length of the entire segment.RouteProgress.getRouteSegmentTraveled()Gets the distance along the current route segment traveled.RouteProgress.getTotalDistanceTraveled()Gets the total distance traveled.Methods in org.osid.mapping.route with parameters of type DistanceModifier and TypeMethodDescriptionvoidRouteQuery.matchDistance(Distance from, Distance to, boolean match) Matches routes that have distances within the specified range inclusive.voidRouteSegmentQuery.matchDistance(Distance from, Distance to, boolean match) Matches route segments with distances in the specified range.voidRouteSegmentForm.setDistance(Distance distance) Sets the distance for this segment. -
Uses of Distance in org.osid.search.terms
Methods in org.osid.search.terms that return DistanceModifier and TypeMethodDescriptionDistanceTerm.getDistance()Gets theDistancein this term.DistanceRangeTerm.getDistanceRangeEnd()Gets the end of theDistancerange in this term.DistanceRangeTerm.getDistanceRangeStart()Gets the start of theDistancerange in this term.