![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IP > IPiecewiseTransformation Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that define and manipulate piecewise transformations.
| Description | ||
|---|---|---|
![]() |
DefineFromControlPoints | Defines the best transformation between a set of points. |
![]() |
TransformMeasuresFF | Transforms floating point measures to floating point measures (or do the inverse). |
![]() |
TransformMeasuresFI | Transforms floating point measures to integer measures (or do the inverse). |
![]() |
TransformMeasuresIF | Transforms integer measures to floating point measures (or do the inverse). |
![]() |
TransformMeasuresII | Transforms integer measures to integer measures (or do the inverse). |
![]() |
TransformPointsFF | Transforms floating point points to floating point points (or do the inverse). |
![]() |
TransformPointsFI | Transforms floating point points to integer points (or do the inverse). |
![]() |
TransformPointsIF | Transforms integer points to floating point points (or do the inverse). |
![]() |
TransformPointsII | Transforms integer points to integer points (or do the inverse). |
| 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 and Classes | Description |
|---|---|
| PiecewiseTransformation | A piecewise transformation method. |