Package | Description |
---|---|
com.graphhopper.util |
Modifier and Type | Class and Description |
---|---|
class |
DistanceCalc3D
This class implements a rather quick solution to calculate 3D distances on earth using euclidean
geometry mixed with Haversine formula used for the on earth distance.
|
class |
DistanceCalcEuclidean
Calculates the distance of two points or one point and an edge in euclidean space.
|
class |
DistancePlaneProjection
Calculates the approximate distance of two points on earth.
|
Modifier and Type | Field and Description |
---|---|
static DistanceCalcEarth |
DistanceCalcEarth.DIST_EARTH |
Copyright © 2012–2022. All rights reserved.