This document is archived and information here might be outdated.  Recommended version.


IPiecewiseTransformation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformation Interface
ArcGIS Developer Help

IPiecewiseTransformation Interface

Provides access to members that define and manipulate piecewise transformations.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DefineFromControlPoints Defines the best transformation between a set of points.
Method DefineFromControlPointsEx 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.

Classes that implement IPiecewiseTransformation

Classes Description
PiecewiseTransformation A piecewise transformation method.