Class GRS80SpheroidEarthModel

  • All Implemented Interfaces:
    EarthModel

    @Alias({"GRS-80","GRS80"})
    public class GRS80SpheroidEarthModel
    extends AbstractEarthModel
    The GRS 80 spheroid earth model, without height model (so not a geoid, just a spheroid!)

    Radius: 6378137.0 m

    Flattening: 1 / 298.257222101

    Since:
    0.6.0
    Author:
    Erich Schubert
    • Field Detail

      • GRS80_RADIUS

        public static final double GRS80_RADIUS
        Radius of the GRS80 Ellipsoid in m (a).
        See Also:
        Constant Field Values
      • GRS80_INV_FLATTENING

        public static final double GRS80_INV_FLATTENING
        Inverse flattening 1/f of the GRS80 Ellipsoid.
        See Also:
        Constant Field Values
      • GRS80_FLATTENING

        public static final double GRS80_FLATTENING
        Flattening f of the GRS80 Ellipsoid.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GRS80SpheroidEarthModel

        protected GRS80SpheroidEarthModel()
        Constructor.