public class Bounds extends java.lang.Object implements DataModel<BoundsType>
Type | Property and Description |
---|---|
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
maxlat |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
maxlon |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
minlat |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
minlon |
Constructor and Description |
---|
Bounds(BoundsType bounds) |
Modifier and Type | Method and Description |
---|---|
BoundsType |
getData() |
java.math.BigDecimal |
getMaxlat()
Gets the value of the property maxlat.
|
java.math.BigDecimal |
getMaxlon()
Gets the value of the property maxlon.
|
java.math.BigDecimal |
getMinlat()
Gets the value of the property minlat.
|
java.math.BigDecimal |
getMinlon()
Gets the value of the property minlon.
|
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
maxlatProperty() |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
maxlonProperty() |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
minlatProperty() |
javafx.beans.property.ObjectProperty<java.math.BigDecimal> |
minlonProperty() |
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> minlatProperty
getMinlat()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> minlonProperty
getMinlon()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> maxlatProperty
getMaxlat()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> maxlonProperty
getMaxlon()
public Bounds(BoundsType bounds)
public BoundsType getData()
getData
in interface DataModel<BoundsType>
D
public java.math.BigDecimal getMinlat()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> minlatProperty()
getMinlat()
public java.math.BigDecimal getMinlon()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> minlonProperty()
getMinlon()
public java.math.BigDecimal getMaxlat()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> maxlatProperty()
getMaxlat()
public java.math.BigDecimal getMaxlon()
public javafx.beans.property.ObjectProperty<java.math.BigDecimal> maxlonProperty()
getMaxlon()