com.esri.arcgis.datasourcesraster
Interface IRasterXformHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterXformHelperProxy, RasterXformHelper

public interface IRasterXformHelper
extends java.io.Serializable

COM Interface 'IRasterXformHelper'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Raster Xform Helper class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa17ed9eb_23d8_48b4_8f05_a6e55bdffed7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void transform3D(IGeodataXform pXf, int direction, int npts, _WKSPointZ pPoints)
          Generic 3D transformation.
 void transform3DPoints(IGeodataXform pXf, int direction, IPointCollection pPoints)
          Generic 3D transformation using point collection.
 

Field Detail

IIDa17ed9eb_23d8_48b4_8f05_a6e55bdffed7

static final int IIDa17ed9eb_23d8_48b4_8f05_a6e55bdffed7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

transform3D

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

Parameters:
pXf - 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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transform3DPoints

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

Parameters:
pXf - 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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.