Package | Description |
---|---|
com.graphhopper.reader.dem | |
com.graphhopper.routing.weighting | |
com.graphhopper.storage.index | |
com.graphhopper.util | |
com.graphhopper.util.shapes |
Modifier and Type | Method and Description |
---|---|
static PointList |
EdgeSampling.sample(PointList input,
double maxDistance,
DistanceCalc distCalc,
ElevationProvider elevation) |
Modifier and Type | Method and Description |
---|---|
BeelineWeightApproximator |
BeelineWeightApproximator.setDistanceCalc(DistanceCalc distanceCalc) |
Modifier and Type | Method and Description |
---|---|
void |
Snap.calcSnappedPoint(DistanceCalc distCalc)
Calculates the closest point on the edge from the query point.
|
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 |
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.
|
Constructor and Description |
---|
Circle(double lat,
double lon,
double radiusInMeter,
DistanceCalc calc) |
Copyright © 2012–2022. All rights reserved.