| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.util |
| Modifier and Type | Method and Description |
|---|---|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
GreatCircleDistanceCalculator.calculateDistance(Coordinate coord1,
Coordinate coord2,
DistanceUnit distanceUnit)
Harversine method.
|
| Constructor and Description |
|---|
GreatCircleCosts(DistanceUnit distanceUnit) |
Copyright © 2013–2024. All rights reserved.