com.esri.arcgis.datasourcesraster
Interface IRasterXformHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterXformHelper

public interface IRasterXformHelper
extends Serializable

Raster Xform Helper class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void transform3D(IGeodataXform ipXf, int direction, int npts, _WKSPointZ pPoints)
          Generic 3D transformation.
 void transform3DPoints(IGeodataXform ipXf, int direction, IPointCollection pPoints)
          Generic 3D transformation using point collection.
 

Method Detail

transform3D

void transform3D(IGeodataXform ipXf,
                 int direction,
                 int npts,
                 _WKSPointZ pPoints)
                 throws IOException,
                        AutomationException
Generic 3D transformation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ipXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
npts - The npts (in)
pPoints - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transform3DPoints

void transform3DPoints(IGeodataXform ipXf,
                       int direction,
                       IPointCollection pPoints)
                       throws IOException,
                              AutomationException
Generic 3D transformation using point collection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ipXf - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)
direction - A com.esri.arcgis.geometry.esriTransformDirection constant (in)
pPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.