Package elki.math.geodesy
Class Clarke1858SpheroidEarthModel
- java.lang.Object
-
- elki.math.geodesy.AbstractEarthModel
-
- elki.math.geodesy.Clarke1858SpheroidEarthModel
-
- All Implemented Interfaces:
EarthModel
@Alias("Clarke1858") public class Clarke1858SpheroidEarthModel extends AbstractEarthModel
The Clarke 1858 spheroid earth model.Radius: 6378293.645 m
Flattening: 1 / 294.26068
- Since:
- 0.6.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Clarke1858SpheroidEarthModel.Par
Parameterization class.
-
Field Summary
Fields Modifier and Type Field Description static double
CLARKE1858_FLATTENING
Flattening f of the CLARKE1858 Ellipsoid.static double
CLARKE1858_INV_FLATTENING
Inverse flattening 1/f of the CLARKE1858 Ellipsoid.static double
CLARKE1858_RADIUS
Radius of the CLARKE1858 Ellipsoid in m (a).static Clarke1858SpheroidEarthModel
STATIC
Static instance.-
Fields inherited from interface elki.math.geodesy.EarthModel
MODEL_ID
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Clarke1858SpheroidEarthModel()
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 Clarke1858SpheroidEarthModel STATIC
Static instance.
-
CLARKE1858_RADIUS
public static final double CLARKE1858_RADIUS
Radius of the CLARKE1858 Ellipsoid in m (a).- See Also:
- Constant Field Values
-
CLARKE1858_INV_FLATTENING
public static final double CLARKE1858_INV_FLATTENING
Inverse flattening 1/f of the CLARKE1858 Ellipsoid.- See Also:
- Constant Field Values
-
CLARKE1858_FLATTENING
public static final double CLARKE1858_FLATTENING
Flattening f of the CLARKE1858 Ellipsoid.- See Also:
- Constant Field Values
-
-