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

java.lang.Object
  extended by 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

Constructor Summary
DatumTransform()
          Deprecated.  
 
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
 

Constructor Detail

DatumTransform

public DatumTransform()
Deprecated. 
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" ellipsoid
from_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" datum
dy - Change in y between "from" and "to" datum
dz - Change in z between "from" and "to" datum


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