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