gistoolkit.projection.ellipsoid
Class GRS80

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

public class GRS80
extends SimpleEllipsoid

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


Constructor Summary
GRS80()
          Creates new GRS80
 
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

GRS80

public GRS80()
Creates new GRS80