Uses of Interface
com.targomo.client.api.geo.Coordinate
Packages that use Coordinate
Package
Description
-
Uses of Coordinate in com.targomo.client.api
Methods in com.targomo.client.api that return CoordinateModifier and TypeMethodDescriptionMethods in com.targomo.client.api with parameters of type CoordinateModifier and TypeMethodDescriptionvoidTravelOptions.addSource(Coordinate source) voidTravelOptions.addTarget(Coordinate target) voidTravelOptions.clearAndAddSource(String id, Coordinate source) Clear sources and add new oneMethod parameters in com.targomo.client.api with type arguments of type CoordinateModifier and TypeMethodDescriptionvoidTravelOptions.addAllSources(Map<String, Coordinate> sources) voidTravelOptions.addAllTargets(Collection<Coordinate> targets) voidTravelOptions.addAllTargets(Map<String, Coordinate> targets) -
Uses of Coordinate in com.targomo.client.api.geo
Classes in com.targomo.client.api.geo that implement CoordinateModifier and TypeClassDescriptionclassSimple abstract class to use for storing coordinates with IDs and travel types.classDefault implementation for storing source coordinates.classDefault implementation for storing target coordinates.classCreated by gerb on 24/03/2017. -
Uses of Coordinate in com.targomo.client.api.request
Method parameters in com.targomo.client.api.request with type arguments of type Coordinate -
Uses of Coordinate in com.targomo.client.api.response
Methods in com.targomo.client.api.response that return types with arguments of type CoordinateModifier and TypeMethodDescriptionTimeResponse.getLengths()Get travel distances from each source point to each target point.TimeResponse.getLengths()Get travel distances from each source point to each target point.OverpassResponse.getTargets()TimeResponse.getTravelTimes()Get travel times from each source point to each target point.TimeResponse.getTravelTimes()Get travel times from each source point to each target point.TimeVectorResponse.getTravelTimeVectors()TimeVectorResponse.getTravelTimeVectors()TimeResponse.getTravelWeights()Get travel weights from each source point to each target point.TimeResponse.getTravelWeights()Get travel weights from each source point to each target point.Methods in com.targomo.client.api.response with parameters of type CoordinateModifier and TypeMethodDescriptionvoidTimeResponse.addTravelWeight(Coordinate source, Coordinate target, Integer travelTime, Integer length) TimeResponse.getLength(Coordinate source, Coordinate target) TimeResponse.getTravelTime(Coordinate source, Coordinate target) TimeResponse.getTravelWeight(Coordinate source, Coordinate target) -
Uses of Coordinate in com.targomo.client.api.util
Methods in com.targomo.client.api.util that return CoordinateModifier and TypeMethodDescriptionGeoUtil.degreeToMeters(double latitude) Convert a latitude into x - y coordinates in meters Source: http://pordlabs.ucsd.edu/matlab/coord.htmGeoUtil.metersToDegrees(double meters, double latitude) Convert a length from meters to degrees with respect to a certain latitude