This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control an adjustment (rubber sheeting) transform.
Name | Description | |
---|---|---|
DefineFromControlPoints | Defines an adjustement transform using control points. | |
Domains | The domains in output space. | |
GetControlPoints | Gets control points. | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
NaturalNeighbor | Indicates if natural neighbor interpolation should be used. | |
PolynomialApproximation | The polynomial for initial approximation. | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
TransformCellsize | Transforms a cellsize in a given direction. | |
TransformExtent | Transforms an extent in a given direction. | |
TransformPoints | Transforms a point collection in a given direction |
Interfaces | Description |
---|---|
IGeodataXform | Provides access to members that control geodata transformation. |
Classes | Description |
---|---|
AdjustXform | An adjustment (rubber sheeting) transform class. |
The IAdjustXform is used to create an AdjustXform object.
To create an AdjustXform, the two sets of control points, polynomial order that is used in the approximation and the NaturalNeighbor option for TIN interpolation must be set.