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

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

      • GRS67SpheroidEarthModel

        protected GRS67SpheroidEarthModel()
        Constructor.