org.esa.beam.framework.dataop.maptransf
Class DatumTransform
java.lang.Object
org.esa.beam.framework.dataop.maptransf.DatumTransform
Deprecated. since BEAM 4.7, no replacement.
@Deprecated
public class DatumTransform
- extends Object
Note that this class is not yet public API and may change in future releases.
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatumTransform
public DatumTransform()
- Deprecated.
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
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.