
@Alias(value={"wgs84","WGS-84","WGS84"}) public class WGS84SpheroidEarthModel extends AbstractEarthModel
| Modifier and Type | Class and Description |
|---|---|
static class |
WGS84SpheroidEarthModel.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static WGS84SpheroidEarthModel |
STATIC
Static instance.
|
static double |
WGS84_FLATTENING
Flattening f of the WGS84 Ellipsoid.
|
static double |
WGS84_INV_FLATTENING
Inverse flattening 1/f of the WGS84 Ellipsoid.
|
static double |
WGS84_RADIUS
Radius of the WGS84 Ellipsoid in m (a).
|
a, b, e, esq, f, invfMODEL_ID| Modifier | Constructor and Description |
|---|---|
protected |
WGS84SpheroidEarthModel()
Constructor.
|
distanceDeg, distanceRad, ecefToLatDeg, ecefToLatLngDegHeight, ecefToLatLngRadHeight, ecefToLatRad, ecefToLngDeg, ecefToLngRad, getEquatorialRadius, getPolarDistance, latLngDegToECEF, latLngDegToECEF, latLngRadToECEF, latLngRadToECEF, minDistDeg, minDistRad, toStringpublic static final WGS84SpheroidEarthModel STATIC
public static final double WGS84_RADIUS
public static final double WGS84_INV_FLATTENING
public static final double WGS84_FLATTENING