PolynomialXform

Base Type: GeodataXform

A class for polynomial transformation.

Property

Type

Description

CoeffX

double[]

Array of X coefficients.

CoeffY

double[]

Array of Y coefficients.

InverseCoeffX

double[]

Array of X inverse coefficients.

InverseCoeffY

double[]

Array of Y inverse coefficients.

PolynomialOrder

int

The polynomial order (1-3).

PolynomialOrderSpecified

bool

Indicates if PolynomialOrder is specified.

SourceGCPs

double[]

The source control points.

SpatialReference

SpatialReference

The output spatial reference after applying this transform.

TargetGCPs

double[]

The target control points.

11/8/2016