Class 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
    • Field Detail

      • 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
    • Constructor Detail

      • Clarke1858SpheroidEarthModel

        protected Clarke1858SpheroidEarthModel()
        Constructor.