uk.me.jstott.jcoord.ellipsoid
Class ModifiedEverestEllipsoid

java.lang.Object
  extended by uk.me.jstott.jcoord.ellipsoid.Ellipsoid
      extended by uk.me.jstott.jcoord.ellipsoid.ModifiedEverestEllipsoid

public class ModifiedEverestEllipsoid
extends Ellipsoid

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

Class defining the Modified Everest reference ellipsoid.

(c) 2006 Jonathan Stott

Created on 02-Apr-2006

Since:
1.1
Version:
1.1
Author:
Jonathan Stott

Constructor Summary
ModifiedEverestEllipsoid()
          Create an object defining the Modified Everest reference ellipsoid.
 
Method Summary
static ModifiedEverestEllipsoid getInstance()
          Get the static instance of this ellipsoid
 
Methods inherited from class uk.me.jstott.jcoord.ellipsoid.Ellipsoid
getEccentricitySquared, getFlattening, getSemiMajorAxis, getSemiMinorAxis, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifiedEverestEllipsoid

public ModifiedEverestEllipsoid()
Create an object defining the Modified Everest reference ellipsoid.

Since:
1.1
Method Detail

getInstance

public static ModifiedEverestEllipsoid getInstance()
Get the static instance of this ellipsoid

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