gistoolkit.projection.ellipsoid
Class WGS84

java.lang.Object
  extended bygistoolkit.projection.ellipsoid.SimpleEllipsoid
      extended bygistoolkit.projection.ellipsoid.WGS84
All Implemented Interfaces:
Ellipsoid

public class WGS84
extends SimpleEllipsoid

The Ellipsoid used to describe the WGS84 lat long conversion same as GRS80.


Constructor Summary
WGS84()
          Creates new WGS84
 
Methods inherited from class gistoolkit.projection.ellipsoid.SimpleEllipsoid
getDescriptiveName, getMajorAxis, getMinorAxis, getName, getUnitOfMeasure, setDescriptiveName, setMajorAxis, setMinorAxis, setName, setUnitOfMeasure, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WGS84

public WGS84()
Creates new WGS84