| Package | Description |
|---|---|
| com.graphhopper.routing.weighting | |
| com.graphhopper.storage.index | |
| com.graphhopper.util | |
| com.graphhopper.util.shapes |
| Modifier and Type | Method and Description |
|---|---|
BeelineWeightApproximator |
BeelineWeightApproximator.setDistanceCalc(DistanceCalc distanceCalc) |
| Modifier and Type | Field and Description |
|---|---|
protected DistanceCalc |
LocationIndexTree.distCalc |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.calcSnappedPoint(DistanceCalc distCalc)
Calculates the closet point on the edge from the query point.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistanceCalc2D
Calculates the distance of two points or one point and an edge in euclidean space.
|
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–2018. All rights reserved.