Class 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 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