Type | Property and Description |
---|---|
javafx.beans.property.StringProperty |
creator |
javafx.beans.property.StringProperty |
version |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.StringProperty |
creatorProperty() |
java.lang.String |
getCreator()
Gets the value of the property creator.
|
GpxType |
getData() |
Extensions |
getExtensions() |
Metadata |
getMetadata() |
javafx.collections.ObservableList<Route> |
getRoutes() |
javafx.collections.ObservableList<Track> |
getTracks() |
java.lang.String |
getVersion()
Gets the value of the property version.
|
javafx.collections.ObservableList<Waypoint> |
getWaypoints() |
javafx.beans.property.StringProperty |
versionProperty() |
public javafx.beans.property.StringProperty versionProperty
getVersion()
public javafx.beans.property.StringProperty creatorProperty
getCreator()
public Gpx(GpxType gpx)
public GpxType getData()
public Metadata getMetadata()
public javafx.collections.ObservableList<Waypoint> getWaypoints()
public javafx.collections.ObservableList<Route> getRoutes()
public javafx.collections.ObservableList<Track> getTracks()
public Extensions getExtensions()
public java.lang.String getVersion()
public javafx.beans.property.StringProperty versionProperty()
getVersion()
public java.lang.String getCreator()
public javafx.beans.property.StringProperty creatorProperty()
getCreator()