Class UTM_Converter
java.lang.Object
UTM_Converter
- public final class UTM_Converter
- extends java.lang.Object
Wizard-like class that transforms UTM coordinates from one zone to another in a magic way.
Method Summary |
static dPair |
UTMtoLL(double UTMNorthing,
double UTMEasting,
int ZoneNumber)
|
static dPair |
UTMtoUTM(double UTMNorthing,
double UTMEasting,
int fromZone,
int toZone)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PI
private static double PI
FOURTHPI
private static double FOURTHPI
deg2rad
private static double deg2rad
rad2deg
private static double rad2deg
EquatorialRadius
private static double EquatorialRadius
eccentricitySquared
private static double eccentricitySquared
UTM_Converter
public UTM_Converter()
UTMtoLL
public static dPair UTMtoLL(double UTMNorthing,
double UTMEasting,
int ZoneNumber)
UTMtoUTM
public static dPair UTMtoUTM(double UTMNorthing,
double UTMEasting,
int fromZone,
int toZone)