Raster Xform Helper class.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Transform3D | Generic 3D transformation. | 
![]()  | 
Transform3DPoints | Generic 3D transformation using point collection. | 
IRasterXformHelper.Transform3D Method
Generic 3D transformation.
Public Sub Transform3D ( _
    ByVal pXf As IGeodataXform, _
    ByVal direction As esriTransformDirection, _
    ByVal npts As Integer, _
    ByRef pPoints As WKSPointZ _
)
public void Transform3D (
    IGeodataXform pXf,
    esriTransformDirection direction,
    int npts,
    ref WKSPointZ pPoints
);
IRasterXformHelper.Transform3DPoints Method
Generic 3D transformation using point collection.
Public Sub Transform3DPoints ( _
    ByVal pXf As IGeodataXform, _
    ByVal direction As esriTransformDirection, _
    ByVal pPoints As IPointCollection _
)
public void Transform3DPoints (
    IGeodataXform pXf,
    esriTransformDirection direction,
    IPointCollection pPoints
);
Classes that implement IRasterXformHelper
| Classes | Description | 
|---|---|
| RasterXformHelper | A Raster transform helper class. | 
