Class Garmin.Track

Object
   |
   +--Garmin.Track

class Garmin.Track

 
Method Summary
 void addSegment(trackSegment)
          
 String getDuration()
           Get the total duration for this track
 {TrackPoint} getEnd()
           Get the end point for the track
 Garmin.DateTimeFormat getEndDate()
           Get the DateTimeFormat object for the end of this track
 TrackSegment getFirstSegment()
           Quick method to get the first point
 TrackSegment getLastSegment()
           Quick method to get the last point
 {Number} getLength()
           Get the total number of trackpoints in this track
 Number getNumSegments()
           Get the total length of the track
 TrackSegment getSegment(index)
           Get the segment specified on the track If the number is negative, get's the first If it's larger than possible, get's the last Otherwise it gets the number requested
 {TrackPoint} getStart()
           Get the start point for the track
 Garmin.DateTimeFormat getStartDate()
           Get the DateTimeFormat object for the start of this track
 Number getStartLat()
           Get the latitude of the start point for the track
 Number getStartLng()
           Get the lpngitude of the start point for the track
 Object initialize()
          
 Object isDrawable()
          
 Object toString()
          


Method Detail

addSegment

void addSegment(trackSegment)

getDuration

String getDuration()

getEnd

{TrackPoint} getEnd()

getEndDate

Garmin.DateTimeFormat getEndDate()

getFirstSegment

TrackSegment getFirstSegment()

getLastSegment

TrackSegment getLastSegment()

getLength

{Number} getLength()

getNumSegments

Number getNumSegments()

getSegment

TrackSegment getSegment(index)

getStart

{TrackPoint} getStart()

getStartDate

Garmin.DateTimeFormat getStartDate()

getStartLat

Number getStartLat()

getStartLng

Number getStartLng()

initialize

Object initialize()

isDrawable

Object isDrawable()

toString

Object toString()


Documentation generated by JSDoc on Mon Apr 16 11:23:41 2007