org.esa.beam.framework.dataop.maptransf
Class Datum

java.lang.Object
  extended by org.esa.beam.framework.dataop.maptransf.Datum
All Implemented Interfaces:
Cloneable

Deprecated. since BEAM 4.7, use GeodeticDatum instead.

@Deprecated
public class Datum
extends Object
implements Cloneable

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 Summary
static Datum ITRF_97
          Deprecated. The ITRF-97 datum.
static Datum WGS_72
          Deprecated. The standard WGS-72 datum.
static Datum WGS_84
          Deprecated. The standard WGS-84 datum.
 
Constructor Summary
Datum(String name, Ellipsoid ellipsoid, double dx, double dy, double dz)
          Deprecated.  
 
Method Summary
 Object clone()
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 double getDX()
          Deprecated.  
 double getDY()
          Deprecated.  
 double getDZ()
          Deprecated.  
 Ellipsoid getEllipsoid()
          Deprecated.  
 String getName()
          Deprecated.  
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

Datum

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

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


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.