Class Datum

java.lang.Object
org.esa.snap.core.dataop.maptransf.Datum
All Implemented Interfaces:
Cloneable

@Deprecated public class Datum extends Object implements Cloneable
Deprecated.
since BEAM 4.7, use GeodeticDatum instead.
Represents a geodetic datum. Geodetic datums define the size and shape of the earth and the origin and orientation of the coordinate systems used to map the earth.
  • Field Details

    • WGS_72

      public static final Datum WGS_72
      Deprecated.
      The standard WGS-72 datum.
    • WGS_84

      public static final Datum WGS_84
      Deprecated.
      The standard WGS-84 datum.
    • ITRF_97

      public static final Datum ITRF_97
      Deprecated.
      The ITRF-97 datum.
  • Constructor Details

    • Datum

      public Datum(String name, Ellipsoid ellipsoid, double dx, double dy, double dz)
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
    • getEllipsoid

      public Ellipsoid getEllipsoid()
      Deprecated.
    • getDX

      public double getDX()
      Deprecated.
    • getDY

      public double getDY()
      Deprecated.
    • getDZ

      public double getDZ()
      Deprecated.
    • clone

      public Object clone()
      Deprecated.
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object