public interface IRasterXformHelper
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDa17ed9eb_23d8_48b4_8f05_a6e55bdffed7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDa17ed9eb_23d8_48b4_8f05_a6e55bdffed7
static final int xxDummy
static final java.lang.String IID
void transform3D(IGeodataXform pXf, int direction, int npts, _WKSPointZ pPoints) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void transform3DPoints(IGeodataXform pXf, int direction, IPointCollection pPoints) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.