net.divbyzero.gpx
Interface Measurable

All Known Implementing Classes:
Track, TrackSegment

public interface Measurable

Common interface for tracks and track segments.

Since:
0.1
Author:
Martin Jansen

Method Summary
 double cumulativeAscent()
           
 double cumulativeDescent()
           
 Date endTime()
           
 double length()
           
 Date startingTime()
           
 

Method Detail

cumulativeAscent

double cumulativeAscent()

cumulativeDescent

double cumulativeDescent()

length

double length()

startingTime

Date startingTime()

endTime

Date endTime()


Processing library MapThing by Jon Reades. (C) 2013