|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coordinate | |
|---|---|
| basics | |
| basics.route | |
| util | |
| Uses of Coordinate in basics |
|---|
| Methods in basics that return Coordinate | |
|---|---|
Coordinate |
Service.getCoord()
|
| Methods in basics that return types with arguments of type Coordinate | |
|---|---|
java.util.Map<java.lang.String,Coordinate> |
VehicleRoutingProblem.Builder.getLocationMap()
Returns the unmodifiable map of locations (mapped by their id). |
| Methods in basics with parameters of type Coordinate | |
|---|---|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addLocation(java.lang.String id,
Coordinate coord)
|
Service.Builder |
Service.Builder.setCoord(Coordinate coord)
|
| Uses of Coordinate in basics.route |
|---|
| Methods in basics.route that return Coordinate | |
|---|---|
Coordinate |
Vehicle.getCoord()
|
Coordinate |
VehicleImpl.getCoord()
|
Coordinate |
Start.getCoordinate()
|
Coordinate |
End.getCoordinate()
|
| Methods in basics.route with parameters of type Coordinate | |
|---|---|
void |
Start.setCoordinate(Coordinate coordinate)
|
void |
End.setCoordinate(Coordinate coordinate)
|
VehicleImpl.Builder |
VehicleImpl.Builder.setLocationCoord(Coordinate coord)
|
| Uses of Coordinate in util |
|---|
| Methods in util that return Coordinate | |
|---|---|
Coordinate |
Locations.getCoord(java.lang.String id)
|
static Coordinate |
Coordinate.newInstance(double x,
double y)
|
| Methods in util with parameters of type Coordinate | |
|---|---|
static double |
ManhattanDistanceCalculator.calculateDistance(Coordinate coord1,
Coordinate coord2)
|
static double |
EuclideanDistanceCalculator.calculateDistance(Coordinate coord1,
Coordinate coord2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||