Uses of Interface
org.osid.mapping.Coordinate
Packages that use Coordinate
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
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 Coordinate in org.osid
Methods in org.osid that return CoordinateModifier and TypeMethodDescriptionMetadata.getCoordinateSet()Gets the set of acceptable coordinate values.Metadata.getDefaultCoordinateValues()Gets the default coordinate values.Metadata.getExistingCoordinateValues()Gets the existing coordinate values. -
Uses of Coordinate in org.osid.binding.java
Subinterfaces with type arguments of type Coordinate in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Coordinate interface for Java.Methods in org.osid.binding.java that return CoordinateModifier and TypeMethodDescriptionCoordinate.getClosestBound()Gets the closest bound of the coordinate.Coordinate.getFarthestBound()Gets the farthest bound of the coordinate.Methods in org.osid.binding.java with parameters of type CoordinateModifier and TypeMethodDescriptionintCoordinate.compareTo(Coordinate coordinate) Compares this coordinate with the specifiedCoordinateto determine the natural order.booleanCoordinate.isCloser(Coordinate one, Coordinate another) Tests if oneCoordinateis closer to origin than another to thisCoordinate.booleanCoordinate.isExclusive(Coordinate coordinate) Tests if thisCoordinate, as specified by its uncertainty, does not overlap the givenCoordinate.booleanCoordinate.isFarther(Coordinate one, Coordinate another) Tests if oneCoordinateis farther from origin than another from thisCoordinate.booleanCoordinate.isInclusive(Coordinate coordinate) Tests if thisCoordinate, as specified by its uncertainty, completely includes the givenCoordinateranged by its uncertainty.booleanCoordinate.isLarger(Coordinate coordinate) Tests if thisCoordinateis greater in area than the givenCoordinate.booleanCoordinate.isSmaller(Coordinate coordinate) Tests if thisCoordinateis less in area than the givenCoordinate. -
Uses of Coordinate in org.osid.calendaring
Methods in org.osid.calendaring with parameters of type CoordinateModifier and TypeMethodDescriptionvoidEventQuery.matchCoordinate(Coordinate coordinate, boolean match) Matches events whose locations contain the given coordinate. -
Uses of Coordinate in org.osid.configuration
Methods in org.osid.configuration that return CoordinateModifier and TypeMethodDescriptionValue.getCoordinateValue()Gets the value if it is a coordinate.Methods in org.osid.configuration with parameters of type CoordinateModifier and TypeMethodDescriptionvoidValueQuery.matchCoordinateValue(Coordinate coordinate, boolean match) Adds a coordinate match for coordinates inside the specified coordinate.voidValueForm.setCoordinateValue(Coordinate value) Sets a coordinate value. -
Uses of Coordinate in org.osid.locale
Methods in org.osid.locale that return CoordinateModifier and TypeMethodDescriptionCoordinateConversionSession.convertCoordinate(Coordinate sourceCoordinate) Converts a coordinate.CoordinateFormattingSession.stringToCoordinate(String s) Parses a coordinate.Methods in org.osid.locale with parameters of type CoordinateModifier and TypeMethodDescriptionCoordinateConversionSession.convertCoordinate(Coordinate sourceCoordinate) Converts a coordinate.CoordinateFormattingSession.coordinateToString(Coordinate coordinate) Gets a string representation of a coordinate. -
Uses of Coordinate in org.osid.mapping
Methods in org.osid.mapping that return CoordinateModifier and TypeMethodDescriptionSpatialUnit.getCenterCoordinate()Gets a single corrdinate to represent the center of this spatial unit.ResourceLocation.getCoordinate()Gets the coordinate of the resource.MyLocationSession.getMyCoordinate()Gets the current coordinate of this agent.CoordinateList.getNextCoordinate()Gets the nextCoordinatein this list.CoordinateList.getNextCoordinates(long n) Gets the next set ofCoordinateelements in this list.Methods in org.osid.mapping with parameters of type CoordinateModifier and TypeMethodDescriptionLocationSpatialSession.getLocationByCoordinate(Coordinate coordinate) Gets the closest bounding location of the given coordinate.voidLocationQuery.matchCoordinate(Coordinate coordinate, boolean match) Matches locations at the specifiedCoordinate.voidResourcePositionReceiver.movedResource(Id notificationId, Id resourceId, Coordinate coordinate) The callback for notifications of resources entering locations.voidResourceLocationReceiver.newResourceCoordinate(Id notificationId, Coordinate coordinate, Id resourceId) The callback for notifications of resources changing coordinates.voidResourceLocationUpdateSession.updateResourceCoordinate(Id resourceId, Coordinate coordinate) Updates the coordinate of the resource. -
Uses of Coordinate in org.osid.mapping.path
Methods in org.osid.mapping.path that return CoordinateModifier and TypeMethodDescriptionIntersection.getCoordinate()Gets a single corrdinate to represent the intersection.Signal.getCoordinate()Gets the coordinate of the signal on the path.Obstacle.getEndingCoordinate()Gets the ending coordinate of the obstacle on the path.SpeedZone.getEndingCoordinate()Gets the ending coordinate of the speed zone on the path.ResourceVelocity.getPosition()Gets the current position.Obstacle.getStartingCoordinate()Gets the starting coordinate of the obstacle on the path.SpeedZone.getStartingCoordinate()Gets the starting coordinate of the speed zone on the path.Methods in org.osid.mapping.path with parameters of type CoordinateModifier and TypeMethodDescriptionvoidPathSpatialDesignSession.anchorPathToCoordinate(Id pathId, Coordinate coordinate) Anchors a path to a coordinate.voidPathSpatialDesignSession.clearCoordinatesFromPath(Id pathId, Coordinate coordinate) Clears the fixed coordinates from a path within the given coordinate.PathTravelSession.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.PathSpatialDesignSession.getPathCoordinates(Id pathId, Coordinate from, Coordinate to) Gets a list of fixed path coordinates between the given coordinates along a path inclusive.PathSpatialSession.getPathsAtCoordinate(Coordinate coordinate) Gets the paths at the given coordinate.PathSpatialSession.getPathSpatialUnits(Id pathId, Coordinate from, Coordinate to) Gets a list of spatial units between the given coordinates along a path 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.voidIntersectionQuery.matchCoordinate(Coordinate coordinate, boolean match) Match intersections overlapping with the given coordinate.voidObstacleQuery.matchCoordinate(Coordinate coordinate, boolean match) Matches obstacles overlapping with the specifiedCoordinate.voidPathQuery.matchCoordinate(Coordinate coordinate, boolean match) Matches paths overlapping with the specifiedCoordinate.voidSignalQuery.matchCoordinate(Coordinate coordinate, boolean match) Matches signals overlapping with the specifiedCoordinate.voidSpeedZoneQuery.matchCoordinate(Coordinate coordinate, boolean match) Matches speed zones overlapping with the specifiedCoordinate.voidSignalForm.setCoordinate(Coordinate coordinate) Sets the coordinate.voidObstacleForm.setEndingCoordinate(Coordinate coordinate) Sets the ending coordinate.voidSpeedZoneForm.setEndingCoordinate(Coordinate coordinate) Sets the ending coordinate.voidPathSpatialDesignSession.setPathWidth(Id pathId, Distance width, Coordinate from, Coordinate to) Sets the width of the path between two coordinates.voidObstacleForm.setStartingCoordinate(Coordinate coordinate) Sets the starting coordinate.voidSpeedZoneForm.setStartingCoordinate(Coordinate coordinate) Sets the starting coordinate.voidResourceVelocityUpdateSession.updateResourceCoordinate(Id resourceId, Coordinate coordinate) Updates the coordinate of the resource. -
Uses of Coordinate in org.osid.search.terms
Methods in org.osid.search.terms that return CoordinateModifier and TypeMethodDescriptionCoordinateTerm.getCoordinate()Gets theCoordinatein this term.CoordinateRangeTerm.getCoordinateRangeEnd()Gets the end of theCoordinaterange in this term.CoordinateRangeTerm.getCoordinateRangeStart()Gets the start of theCoordinaterange in this term.