public class GHPoint3D extends GHPoint
Modifier and Type | Field and Description |
---|---|
double |
ele |
Constructor and Description |
---|
GHPoint3D(double lat,
double lon,
double elevation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getEle() |
double |
getElevation() |
int |
hashCode() |
Double[] |
toGeoJson()
Attention: geoJson is LON,LAT
|
String |
toString() |
create, fromJson, fromString, fromStringLonLat, getLat, getLon, isValid, toShortString
Copyright © 2012–2020. All rights reserved.