ArcObjects Library Reference (EditorExt)  

IPiecewiseTransformation Interface

Provides access to members that define and manipulate piecewise transformations.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method DefineFromControlPoints Defines the best transformation between a set of points.
Method TransformMeasuresFF Transforms floating point measures to floating point measures (or do the inverse).
Method TransformMeasuresFI Transforms floating point measures to integer measures (or do the inverse).
Method TransformMeasuresIF Transforms integer measures to floating point measures (or do the inverse).
Method TransformMeasuresII Transforms integer measures to integer measures (or do the inverse).
Method TransformPointsFF Transforms floating point points to floating point points (or do the inverse).
Method TransformPointsFI Transforms floating point points to integer points (or do the inverse).
Method TransformPointsIF Transforms integer points to floating point points (or do the inverse).
Method TransformPointsII Transforms integer points to integer points (or do the inverse).

Inherited Interfaces

Interfaces Description
ITransformation Provides access to members that apply a function (or its inverse) to a set of points or measures. The suffix of each method indicates the type of parameters operated on.

CoClasses that implement IPiecewiseTransformation

CoClasses and Classes Description
PiecewiseTransformation A piecewise transformation method.