uk.me.jstott.jcoord.datum.nad27
Class NAD27CanadaYukonDatum

java.lang.Object
  extended by uk.me.jstott.jcoord.datum.Datum
      extended by uk.me.jstott.jcoord.datum.nad27.NAD27CanadaYukonDatum

public class NAD27CanadaYukonDatum
extends Datum

This class is part of the Jcoord package. Visit the Jcoord website for more information.

Class representing the NAD27 (Canada Yukon) datum.

(c) 2006 Jonathan Stott

Created on 02-Apr-2006

Since:
1.1
Version:
1.1
Author:
Jonathan Stott

Method Summary
static NAD27CanadaYukonDatum getInstance()
          Get the static instance of this datum
 
Methods inherited from class uk.me.jstott.jcoord.datum.Datum
getDs, getDx, getDy, getDz, getName, getReferenceEllipsoid, getRx, getRy, getRz, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static NAD27CanadaYukonDatum getInstance()
Get the static instance of this datum

Returns:
a reference to the static instance of this datum
Since:
1.1