public class Geometry extends Object
Modifier and Type | Field and Description |
---|---|
List<Double> |
coordinates |
String |
type |
Modifier and Type | Method and Description |
---|---|
static Geometry |
fromCoordinates(List<Double> coordinates) |
Double |
getAltitude() |
double |
getLatitude() |
double |
getLongitude() |
public final String type