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

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

      • WGS72SpheroidEarthModel

        protected WGS72SpheroidEarthModel()
        Constructor.