|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Track
The interface of track segments.
| Method Summary | |
|---|---|
WayPoint |
getEndWayPoint()
Get the ending waypoint of the track segment. |
double |
getLength()
Get the length of the track. |
TrackPosition |
getPosition(double dist)
Get the position on the track that is a given distance from the starting waypoint. |
Shape |
getShape()
Get the shape of the track segment |
WayPoint |
getStartWayPoint()
Get the starting waypoint of the track segment. |
| Method Detail |
|---|
WayPoint getStartWayPoint()
WayPoint getEndWayPoint()
double getLength()
TrackPosition getPosition(double dist)
dist - the distance from the starting waypoint; null if the
distance is longer than the length of the track.Shape getShape()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||