public class UTM extends Object
| Constructor and Description |
|---|
UTM(int zone,
char letter,
double easting,
double northing) |
UTM(String utm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Tests the exact representation.
|
static UTM |
fromWGS84(double latitude,
double longitude) |
static UTM |
fromWGS84(WGS84 wgs) |
double |
getEasting() |
char |
getLetter() |
double |
getNorthing() |
int |
getZone() |
int |
hashCode() |
String |
toString() |
public UTM(int zone,
char letter,
double easting,
double northing)
public UTM(String utm)
public double getEasting()
public double getNorthing()
public int getZone()
public char getLetter()
public boolean equals(Object o)
public static UTM fromWGS84(double latitude, double longitude)
Copyright © 2017. All rights reserved.