org.wamblee.gps.track
Interface TrackSegment

All Known Subinterfaces:
Track
All Known Implementing Classes:
FilteredTrack, TrackImpl, TrackSegmentImpl

public interface TrackSegment


Method Summary
 java.lang.String getDescription()
           
 double getMaxCoordinate(int i)
           
 double getMinCoordinate(int i)
           
 Point getPoint(int aIndex)
          Gets the point at the given inded.
 int size()
           
 

Method Detail

getDescription

java.lang.String getDescription()

size

int size()
Returns:
Number of points in the track.

getMinCoordinate

double getMinCoordinate(int i)

getMaxCoordinate

double getMaxCoordinate(int i)

getPoint

Point getPoint(int aIndex)
Gets the point at the given inded.

Parameters:
aIndex - 0 <= aIndex < size()
Returns:
Point.


Copyright © 2010. All Rights Reserved.