Class DatumTransform
- java.lang.Object
-
- org.esa.snap.core.dataop.maptransf.DatumTransform
-
@Deprecated public class DatumTransform extends Object
Deprecated.since BEAM 4.7, no replacement.Note that this class is not yet public API and may change in future releases.
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description DatumTransform()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GeoPos
transform(GeoPos from, double from_h, double from_a, double from_f, double from_esq, double da, double df, double dx, double dy, double dz)
Deprecated.Molodensky transform.
-
-
-
Method Detail
-
transform
public GeoPos transform(GeoPos from, double from_h, double from_a, double from_f, double from_esq, double da, double df, double dx, double dy, double dz)
Deprecated.Molodensky transform. (source)- Parameters:
from
- The geodetic position to be translated.from_h
- The height obove the "from" ellipsoidfrom_a
- The semi-major axis of the "from" ellipsoid.from_f
- Flattening of the "from" ellipsoid.from_esq
- Eccentricity-squared of the "from" ellipsoid.da
- Change in semi-major axis length (meters); "to" minus "from"df
- Change in flattening; "to" minus "from"dx
- Change in x between "from" and "to" datumdy
- Change in y between "from" and "to" datumdz
- Change in z between "from" and "to" datum
-
-