Package elki.math.geodesy
Class WGS72SpheroidEarthModel
- java.lang.Object
-
- elki.math.geodesy.AbstractEarthModel
-
- elki.math.geodesy.WGS72SpheroidEarthModel
-
- All Implemented Interfaces:
EarthModel
@Alias({"WGS72","WGS-72"}) public class WGS72SpheroidEarthModel extends AbstractEarthModel
The WGS72 spheroid earth model, without height model.Radius: 6378135.0 m
Flattening: 1 / 298.26
- Since:
- 0.6.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWGS72SpheroidEarthModel.ParParameterization class.
-
Field Summary
Fields Modifier and Type Field Description static WGS72SpheroidEarthModelSTATICStatic instance.static doubleWGS72_FLATTENINGFlattening f of the WGS72 Ellipsoid.static doubleWGS72_INV_FLATTENINGInverse flattening 1/f of the WGS72 Ellipsoid.static doubleWGS72_RADIUSRadius of the WGS72 Ellipsoid in m (a).-
Fields inherited from interface elki.math.geodesy.EarthModel
MODEL_ID
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWGS72SpheroidEarthModel()Constructor.
-
Method Summary
-
Methods inherited from class elki.math.geodesy.AbstractEarthModel
distanceDeg, distanceRad, ecefToLatDeg, ecefToLatLngDegHeight, ecefToLatLngRadHeight, ecefToLatRad, ecefToLngDeg, ecefToLngRad, getEquatorialRadius, getPolarDistance, latLngDegToECEF, latLngDegToECEF, latLngRadToECEF, latLngRadToECEF, minDistDeg, minDistRad, toString
-
-
-
-
Field Detail
-
STATIC
public static final WGS72SpheroidEarthModel STATIC
Static instance.
-
WGS72_RADIUS
public static final double WGS72_RADIUS
Radius of the WGS72 Ellipsoid in m (a).- See Also:
- Constant Field Values
-
WGS72_INV_FLATTENING
public static final double WGS72_INV_FLATTENING
Inverse flattening 1/f of the WGS72 Ellipsoid.- See Also:
- Constant Field Values
-
WGS72_FLATTENING
public static final double WGS72_FLATTENING
Flattening f of the WGS72 Ellipsoid.- See Also:
- Constant Field Values
-
-