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 =
public class ICoordinateXform3Proxy extends ICoordinateXform2Proxy implements ICoordinateXform3, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID3e286063_be01_48c2_baf7_bf22e0cdc1ac
IID71abcacf_b2ac_4074_a99b_f6ae0264f293
IID64f70678_9cc7_48db_acd1_faa7e9e8e5c7
IID5e6cf525_4e74_419b_946f_7da9bfdf815d
Modifier | Constructor and Description |
---|---|
|
ICoordinateXform3Proxy()
Deprecated.
For internal use only
|
|
ICoordinateXform3Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ICoordinateXform3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ICoordinateXform3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ICoordinateXform3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IDoubleArray |
getApproxiPixelValuePoly()
Deprecated.
.
|
IEnvelope |
getNoNodataExtent()
Deprecated.
.
|
boolean |
isNeedVCSTransformation()
Deprecated.
.
|
void |
projectPixelBlock3D(_WKSPoint pBlockPoints,
int npoints,
ISpatialReference pSrcSR,
ISpatialReference pDstSR,
IPixelBlock[] pPixelBlock)
Deprecated.
.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setApproxiPixelValuePoly(IDoubleArray ppPoly)
Deprecated.
.
|
void |
setNeedVCSTransformation(boolean pNeedVCSTran)
Deprecated.
.
|
void |
setNoNodataExtent(IEnvelope ppExtent)
Deprecated.
.
|
getInputSpatialReference, setInputSpatialReferenceByRef
getGeoTransformations, setGeoTransformationsByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInputSpatialReference, setInputSpatialReferenceByRef
getGeoTransformations, setGeoTransformationsByRef
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints
public static final java.lang.Class targetClass
public boolean noncastable
public ICoordinateXform3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ICoordinateXform3Proxy()
public ICoordinateXform3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ICoordinateXform3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ICoordinateXform3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class ICoordinateXform2Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class ICoordinateXform2Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setNeedVCSTransformation(boolean pNeedVCSTran) throws java.io.IOException, AutomationException
setNeedVCSTransformation
in interface ICoordinateXform3
pNeedVCSTran
- The pNeedVCSTran (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isNeedVCSTransformation() throws java.io.IOException, AutomationException
isNeedVCSTransformation
in interface ICoordinateXform3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setApproxiPixelValuePoly(IDoubleArray ppPoly) throws java.io.IOException, AutomationException
setApproxiPixelValuePoly
in interface ICoordinateXform3
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.public IDoubleArray getApproxiPixelValuePoly() throws java.io.IOException, AutomationException
getApproxiPixelValuePoly
in interface ICoordinateXform3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNoNodataExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setNoNodataExtent
in interface ICoordinateXform3
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.public IEnvelope getNoNodataExtent() throws java.io.IOException, AutomationException
getNoNodataExtent
in interface ICoordinateXform3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void projectPixelBlock3D(_WKSPoint pBlockPoints, int npoints, ISpatialReference pSrcSR, ISpatialReference pDstSR, IPixelBlock[] pPixelBlock) throws java.io.IOException, AutomationException
projectPixelBlock3D
in interface ICoordinateXform3
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.