Package elki.math.geodesy
Class GRS67SpheroidEarthModel
- java.lang.Object
-
- elki.math.geodesy.AbstractEarthModel
-
- elki.math.geodesy.GRS67SpheroidEarthModel
-
- All Implemented Interfaces:
EarthModel
@Alias({"GRS67","GRS-67"}) public class GRS67SpheroidEarthModel extends AbstractEarthModel
The GRS 67 spheroid earth model.Radius: 6378160.0 m
Flattening: 1 / 298.25
- Since:
- 0.6.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GRS67SpheroidEarthModel.Par
Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description static double
GRS67_FLATTENING
Flattening f of the GRS67 Ellipsoid.static double
GRS67_INV_FLATTENING
Inverse flattening 1/f of the GRS67 Ellipsoid.static double
GRS67_RADIUS
Radius of the GRS67 Ellipsoid in m (a).static GRS67SpheroidEarthModel
STATIC
Static instance.-
Fields inherited from interface elki.math.geodesy.EarthModel
MODEL_ID
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GRS67SpheroidEarthModel()
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 GRS67SpheroidEarthModel STATIC
Static instance.
-
GRS67_RADIUS
public static final double GRS67_RADIUS
Radius of the GRS67 Ellipsoid in m (a).- See Also:
- Constant Field Values
-
GRS67_INV_FLATTENING
public static final double GRS67_INV_FLATTENING
Inverse flattening 1/f of the GRS67 Ellipsoid.- See Also:
- Constant Field Values
-
GRS67_FLATTENING
public static final double GRS67_FLATTENING
Flattening f of the GRS67 Ellipsoid.- See Also:
- Constant Field Values
-
-