public interface ICoordinateXform3 extends ICoordinateXform2, java.io.Serializable
Description: 'Provides access to members that control a coordinate (projection) transform.' 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 |
IID3e286063_be01_48c2_baf7_bf22e0cdc1ac |
static int |
xxDummy
Deprecated.
Internal use only
|
IID71abcacf_b2ac_4074_a99b_f6ae0264f293
IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier and Type | Method and Description |
---|---|
IDoubleArray |
getApproxiPixelValuePoly()
.
|
IEnvelope |
getNoNodataExtent()
.
|
boolean |
isNeedVCSTransformation()
.
|
void |
projectPixelBlock3D(_WKSPoint pBlockPoints,
int npoints,
ISpatialReference pSrcSR,
ISpatialReference pDstSR,
IPixelBlock[] pPixelBlock)
.
|
void |
setApproxiPixelValuePoly(IDoubleArray ppPoly)
.
|
void |
setNeedVCSTransformation(boolean pNeedVCSTran)
.
|
void |
setNoNodataExtent(IEnvelope ppExtent)
.
|
getInputSpatialReference, setInputSpatialReferenceByRef
getGeoTransformations, setGeoTransformationsByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
static final int IID3e286063_be01_48c2_baf7_bf22e0cdc1ac
static final int xxDummy
static final java.lang.String IID
void setNeedVCSTransformation(boolean pNeedVCSTran) throws java.io.IOException, AutomationException
pNeedVCSTran
- The pNeedVCSTran (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNeedVCSTransformation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setApproxiPixelValuePoly(IDoubleArray ppPoly) throws java.io.IOException, AutomationException
ppPoly
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getApproxiPixelValuePoly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNoNodataExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getNoNodataExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void projectPixelBlock3D(_WKSPoint pBlockPoints, int npoints, ISpatialReference pSrcSR, ISpatialReference pDstSR, IPixelBlock[] pPixelBlock) throws java.io.IOException, AutomationException
pBlockPoints
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)npoints
- The npoints (in)pSrcSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pDstSR
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.