com.partnersoft.v3x.geometry.projections
Class Nad2Nad

java.lang.Object
  extended by com.partnersoft.v3x.geometry.projections.Nad2Nad

public class Nad2Nad
extends java.lang.Object

Ported, copied, and outright stolen from proj. See cleanslate/tools/nad2bin.py for the tool to make the regions file.


Constructor Summary
Nad2Nad()
           
 
Method Summary
 DoublePoint nad27ToNad83(double longitudeDegrees, double latitudeDegrees)
           
 DoublePoint nad83ToNad27(double longitudeDegrees, double latitudeDegrees)
           
static Nad2Nad singleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nad2Nad

public Nad2Nad()
Method Detail

singleton

public static Nad2Nad singleton()

nad27ToNad83

public DoublePoint nad27ToNad83(double longitudeDegrees,
                                double latitudeDegrees)

nad83ToNad27

public DoublePoint nad83ToNad27(double longitudeDegrees,
                                double latitudeDegrees)