General Second Order Polynomial

The General Second Order Polynomial Datum Shift method provides an interface to define a simple second order polynomial transformation between two Horizontal Datums.   The "A" parameters provide terms for the shift in the Easting, and the "B" parameters provide terms for the shift in the Northing.  The basic formula for computing the difference takes the following form:

    dx = A0 + (Au1v0 * u) + (Au0v1 * v) + (Au2v0 * u^2) + (Auv * uv) + (Au0v2 * v^2)
    dy = B0 + (Bu1v0 * u) + (Bu0v1 * v) + (Bu2v0 * u^2) + (Buv * uv) + (Bu0v2 * v^2)

*Note : a polynomial shift is generally defined for a small area.  Using the method to shift data outside of the pre-defined bounds can lead to undesirable results.

The "General Second Order Polynomial" DatumShift has the following Parameters:

Parameter Name

Type
A0Double
Au1v0Double
Au0v1Double
Au2v0Double
Au1v1Double
Au0v2Double
B0Double
Bu1v0Double
Bu0v1Double
Bu2v0Double
Bu1v1Double
Bu0v2Double