public class TrackSegment extends java.lang.Object implements DataModel<TrksegType>
Modifier and Type | Field and Description |
---|---|
protected javafx.collections.ObservableList<Waypoint> |
waypoints |
Constructor and Description |
---|
TrackSegment(TrksegType trackSegment) |
Modifier and Type | Method and Description |
---|---|
TrksegType |
getData() |
javafx.collections.ObservableList<Waypoint> |
getWaypoints() |
protected javafx.collections.ObservableList<Waypoint> waypoints
public TrackSegment(TrksegType trackSegment)
public TrksegType getData()
getData
in interface DataModel<TrksegType>
D
public javafx.collections.ObservableList<Waypoint> getWaypoints()