Package | Description |
---|---|
com.graphhopper.util | |
com.graphhopper.util.shapes |
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 |
DistanceCalcEarth |
class |
DistancePlaneProjection
Calculates the approximate distance of two points on earth.
|
Modifier and Type | Field and Description |
---|---|
static DistanceCalc |
Helper.DIST_EARTH |
Modifier and Type | Method and Description |
---|---|
double |
PointList.calcDistance(DistanceCalc calc) |
Constructor and Description |
---|
Circle(double lat,
double lon,
double radiusInMeter,
DistanceCalc calc) |
Copyright © 2012–2020. All rights reserved.