Type | Property and Description |
---|---|
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
ele |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
lat |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
lon |
javafx.beans.property.ObjectProperty<java.time.LocalDateTime> |
time |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
eleProperty() |
PtType |
getData() |
java.math.BigDecimal |
getEle()
Gets the value of the property ele.
|
java.math.BigDecimal |
getLat()
Gets the value of the property lat.
|
java.math.BigDecimal |
getLon()
Gets the value of the property lon.
|
java.time.LocalDateTime |
getTime()
Gets the value of the property time.
|
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
latProperty() |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
lonProperty() |
javafx.beans.property.ObjectProperty<java.time.LocalDateTime> |
timeProperty() |
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> latProperty
getLat()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> lonProperty
getLon()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> eleProperty
getEle()
public javafx.beans.property.ObjectProperty<java.time.LocalDateTime> timeProperty
getTime()
public Point(PtType point)
public PtType getData()
public java.math.BigDecimal getLat()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> latProperty()
getLat()
public java.math.BigDecimal getLon()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> lonProperty()
getLon()
public java.math.BigDecimal getEle()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> eleProperty()
getEle()
public java.time.LocalDateTime getTime()
public javafx.beans.property.ObjectProperty<java.time.LocalDateTime> timeProperty()
getTime()