public final class Ellipsoid extends Object implements Serializable
Geoid
,
Serialized FormModifier and Type | Field and Description |
---|---|
static Ellipsoid |
DEFAULT
The default ellipsoid: WGSC-84
|
static Ellipsoid |
IERS_1989
The ellipsoid of the International Earth Rotation and Reference
Systems Service (1989)
|
static Ellipsoid |
IERS_2003
The ellipsoid of the International Earth Rotation and Reference
Systems Service (2003)
|
static Ellipsoid |
WGS84
The ellipsoid of the World Geodetic System: WGS 84
|
Modifier and Type | Method and Description |
---|---|
double |
A()
Return the equatorial radius, in meter.
|
double |
B()
Return the polar radius, in meter.
|
double |
F()
Return the inverse flattening.
|
String |
getName()
Return the name of the earth ellipsoid model.
|
static Ellipsoid |
of(String name,
double a,
double b,
double f)
Create a new earth ellipsoid with the given parameters.
|
public static final Ellipsoid WGS84
public static final Ellipsoid IERS_1989
public static final Ellipsoid IERS_2003
public String getName()
public double A()
public double B()
public double F()
public static Ellipsoid of(String name, double a, double b, double f)
name
- the name of the earth ellipsoid modela
- the equatorial radius, in meterb
- the polar radius, in meterf
- the inverse flattening© 2016-2017 Franz Wilhelmstötter (2017-02-22 21:53)