public interface GpxTrack extends IWithAttributes
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns the track attributes.
|
Bounds |
getBounds()
Returns the track bounds.
|
java.util.Collection<GpxTrackSegment> |
getSegments()
Returns the track segments.
|
int |
getUpdateCount()
Returns the number of times this track has been changed.
|
double |
length()
Returns the track length.
|
addExtension, get, getCollection, getString, put
java.util.Collection<GpxTrackSegment> getSegments()
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
double length()
int getUpdateCount()