public interface GpxTrackSegment
Modifier and Type | Method and Description |
---|---|
Bounds |
getBounds()
Returns the segment bounds.
|
int |
getUpdateCount()
Returns the number of times this track has been changed
|
java.util.Collection<WayPoint> |
getWayPoints()
Returns the segment waypoints.
|
double |
length()
Returns the segment length.
|
java.util.Collection<WayPoint> getWayPoints()
double length()
int getUpdateCount()