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