| Constructor and Description |
|---|
GHPoint() |
GHPoint(double lat,
double lon) |
| Modifier and Type | Method and Description |
|---|---|
static GHPoint |
create(com.vividsolutions.jts.geom.Point point) |
boolean |
equals(Object obj) |
double |
getLat() |
double |
getLon() |
int |
hashCode() |
boolean |
isValid() |
static GHPoint |
parse(String str) |
static GHPoint |
parseLonLat(String str) |
Double[] |
toGeoJson()
Attention: geoJson is LON,LAT
|
String |
toString() |
Copyright © 2012–2018. All rights reserved.