public class UTMCoordinate extends AbstractGeoCoordinate
| Constructor and Description |
|---|
UTMCoordinate(double easting,
double northing,
java.lang.String latZone,
int lngZone)
Instantiates a new UTM reference.
|
| Modifier and Type | Method and Description |
|---|---|
WGS84LatLngCoordinate |
getWGS84LatLngCoordinate()
Gets the WGS 84 lat lng coordinate.
|
java.lang.String |
toString() |
public UTMCoordinate(double easting,
double northing,
java.lang.String latZone,
int lngZone)
easting - the eastingnorthing - the northinglatZone - the latitude zonelngZone - the longitude zonepublic WGS84LatLngCoordinate getWGS84LatLngCoordinate()
public java.lang.String toString()
toString in class java.lang.Object