com.partnersoft.geometry.projection
Class Nad2Nad

java.lang.Object
  extended by com.partnersoft.geometry.projection.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.

Author:
Russell Cagle Copyright 2004 Partner Software

Constructor Summary
Nad2Nad()
           
 
Method Summary
 Point nad27ToNad83(double longitudeDegrees, double latitudeDegrees)
           
 Point 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 Point nad27ToNad83(double longitudeDegrees,
                          double latitudeDegrees)

nad83ToNad27

public Point nad83ToNad27(double longitudeDegrees,
                          double latitudeDegrees)