public class Ellipsoid
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Ellipsoid |
AIRY
The Airy Sphere 1830 - "best fit" Ellipsoid for Great Britain
|
static Ellipsoid |
BESSEL
The Bessel 1841 Ellipsoid.
|
static Ellipsoid |
CLARKE
The Clarke (1880) Ellipsoid.
|
static Ellipsoid |
GRS80
The GRS80 Ellipsoid - "Best fit" ellipsoid for the whole Earth.
|
static Ellipsoid |
HAYFORD
The Hayford (1909) Ellipsoid.
|
static Ellipsoid |
INTERNATIONAL
The Bessel 1841 Ellipsoid.
|
static Ellipsoid |
MODIFIED_AIRY
The "Modified Airy" ellipsoid.
|
Modifier | Constructor and Description |
---|---|
protected |
Ellipsoid(java.lang.String name,
double major,
double minor)
Create an Ellipsoid with specified major and minor exes.
|
Modifier and Type | Method and Description |
---|---|
protected double |
eccsq()
The eccentricity squared for this Ellipsoid.
|
double |
majoraxis()
Major Axis (m) of the spheroid
|
double |
minoraxis()
Minor axis (m) of the spheroid
|
java.lang.String |
toString()
Provide a String identifying this Ellipsoid
|
public static final Ellipsoid AIRY
public static final Ellipsoid CLARKE
public static final Ellipsoid HAYFORD
public static final Ellipsoid GRS80
public static final Ellipsoid MODIFIED_AIRY
public static final Ellipsoid BESSEL
public static final Ellipsoid INTERNATIONAL
protected Ellipsoid(java.lang.String name, double major, double minor)
name
- Defines the name of this Ellipsoidmajor
- Major axis (m)minor
- Minor axis (m)public double majoraxis()
public double minoraxis()
protected double eccsq()
public java.lang.String toString()
toString
in class java.lang.Object