|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.dataop.maptransf.Datum
GeodeticDatum instead.
@Deprecated public class Datum
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 |
|---|
public static final Datum WGS_72
public static final Datum WGS_84
public static final Datum ITRF_97
| Constructor Detail |
|---|
public Datum(String name,
Ellipsoid ellipsoid,
double dx,
double dy,
double dz)
| Method Detail |
|---|
public String getName()
public Ellipsoid getEllipsoid()
public double getDX()
public double getDY()
public double getDZ()
public Object clone()
clone in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||