org.wamblee.gps.track
Interface TrackSegment
- All Known Subinterfaces:
- Track
- All Known Implementing Classes:
- FilteredTrack, TrackImpl, TrackSegmentImpl
public interface TrackSegment
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.