public class WGS84 extends Object
| Constructor and Description |
|---|
WGS84(double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static WGS84 |
fromUTM(int zone,
char letter,
double easting,
double northing) |
static WGS84 |
fromUTM(UTM utmValue) |
double |
getLatitude() |
double |
getLongitude() |
int |
hashCode() |
String |
toString() |
String |
toWKT() |
Copyright © 2017. All rights reserved.