public class Position extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected BigDecimal |
lat |
protected BigDecimal |
lon |
| Constructor and Description |
|---|
Position(BigDecimal lat,
BigDecimal lon) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getLat() |
BigDecimal |
getLon() |
void |
setLat(BigDecimal lat) |
void |
setLon(BigDecimal lon) |
public static final String copyright
protected BigDecimal lat
protected BigDecimal lon
public Position(BigDecimal lat, BigDecimal lon)
public void setLat(BigDecimal lat)
public void setLon(BigDecimal lon)
public BigDecimal getLat()
public BigDecimal getLon()