Class UTM_Converter

java.lang.Object
  extended byUTM_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.


Field Summary
private static double deg2rad
           
private static double eccentricitySquared
           
private static double EquatorialRadius
           
private static double FOURTHPI
           
private static double PI
           
private static double rad2deg
           
 
Constructor Summary
UTM_Converter()
           
 
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
 

Field Detail

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
Constructor Detail

UTM_Converter

public UTM_Converter()
Method Detail

UTMtoLL

public static dPair UTMtoLL(double UTMNorthing,
                            double UTMEasting,
                            int ZoneNumber)

UTMtoUTM

public static dPair UTMtoUTM(double UTMNorthing,
                             double UTMEasting,
                             int fromZone,
                             int toZone)