| Modifier and Type | Field and Description |
|---|---|
BigDecimal |
lat |
BigDecimal |
lon |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Point |
build() |
Point.Builder |
setLat(BigDecimal lat) |
Point.Builder |
setLat(Double lat) |
Point.Builder |
setLon(BigDecimal lon) |
Point.Builder |
setLon(Double lon) |
public BigDecimal lat
public BigDecimal lon
public Point.Builder setLat(BigDecimal lat)
lat - public Point.Builder setLon(BigDecimal lon)
lon - public Point.Builder setLat(Double lat)
lat - public Point.Builder setLon(Double lon)
lon - public Point build()
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.