Package | Description |
---|---|
jgpx.model.analysis |
Class and Description |
---|
Chunk
A chunk contains all the derived information about two waypoints in a track:
Chunk.firstPoint and Chunk.lastPoint . |
DistanceFunction
Characterizes a function used to compute a distance between two geographical
points
|
GPSDistanceFunction
Basic implementation of a
DistanceFunction between two geographical points
using the Haversine formula. |