public final class GpxDistance extends java.lang.Object
OsmPrimitive and a GPX point.| Modifier | Constructor and Description |
|---|---|
private |
GpxDistance() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getLowestDistance(OsmPrimitive p,
GpxData gpxData)
Find the distance between a point and a dataset of surveyed points
|
private GpxDistance()
public static double getLowestDistance(OsmPrimitive p, GpxData gpxData)
p - OsmPrimitive from which to get the lowest distance to a GPX pointgpxData - Data from which to get the GPX points