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.
The methods of the ITransformation interface provide functions that convert arrays of Points or values according to the defined transformation. These methods are more commonly used in other areas of the ArcObjects model, such as Display and SpatialReference. Only the TransformPointsFF and TransformPointsFI are implemented by the AffineTransformation2D coclass.
| Description | ||
|---|---|---|
![]() |
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). |
| CoClasses and Classes | Description |
|---|---|
| AbridgedMolodenskyTransformation | Creates an Abridged Molodensky transformation. |
| AffineTransformation2D | A two dimensional affine transformation. |
| AffineTransformation3D | A three dimensional transformation. |
| CompositeGeoTransformation | Performs a sequence of geographic transformations. |
| CoordinateFrameTransformation | Creates a Coordinate Frame transformation. |
| CoordinateTransformation (esriSurveyExt) | esriSurveyCore.ArcSurvey.CoordinateTransformation |
| DisplayTransformation (esriDisplay) | Display transformation class for converting from world to device units. |
| GeocentricTranslation | Creates a geocentric translation. |
| HARNTransformation | Creates a HARN-based transformation. |
| HelmertTransformation2D (esriSurveyExt) | HelmertTransformation2D Class |
| LongitudeRotationTransformation | Creates a longitude rotation transformation. |
| MolodenskyBadekasTransformation | Creates a Molodensky-Badekas transformation. |
| MolodenskyTransformation | Creates a Molodensky transformation. |
| NADCONTransformation | Creates a NADCON-based transformation. |
| NTv2Transformation | Creates a NTv2-based transformation. |
| PiecewiseTransformation (esriEditorExt) | A piecewise transformation method. |
| PositionVectorTransformation | Creates a Position Vector transformation. |
| ProjectiveTransformation2D | A two dimensional projective transformation. |
| SimpleTransformation2D (esriSurveyExt) | SimpleTransformation2D Class |