Package | Description |
---|---|
jgpx.model.analysis | |
jgpx.model.gpx |
Modifier and Type | Method and Description |
---|---|
Waypoint |
Chunk.getFirstPoint()
Gets the first waypoint
|
Waypoint |
Chunk.getLastPoint()
Gets the last waypoint
|
Constructor and Description |
---|
Chunk(Waypoint w1,
Waypoint w2,
DistanceFunction distanceFunction,
double speedThreshold) |
Modifier and Type | Field and Description |
---|---|
protected javafx.collections.ObservableList<Waypoint> |
Route.waypoints |
protected javafx.collections.ObservableList<Waypoint> |
TrackSegment.waypoints |
Modifier and Type | Method and Description |
---|---|
Waypoint |
Track.getEndPoint() |
Waypoint |
Track.getStartPoint() |
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Waypoint> |
Gpx.getWaypoints() |
javafx.collections.ObservableList<Waypoint> |
TrackSegment.getWaypoints() |
Modifier and Type | Method and Description |
---|---|
int |
Waypoint.compareTo(Waypoint o) |