Description: 'Provides access to members that control raster transformer.' 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 IRasterXformer2Proxy extends IRasterXformerProxy implements IRasterXformer2, 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, objRefIID, IID9ddce4e9_d076_4dfc_b157_0924de623897IID22803c42_60f8_46b6_9b2c_b0a282cd7324| Modifier | Constructor and Description |
|---|---|
|
IRasterXformer2Proxy()
Deprecated.
For internal use only
|
|
IRasterXformer2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterXformer2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterXformer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterXformer2Proxy(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.
|
IPnt |
getCellSize()
Deprecated.
The output cell size.
|
IEnvelope |
getExtent()
Deprecated.
The output extent.
|
IGeodataXform |
getGeodataXform()
Deprecated.
The current geodata transform to be applied.
|
int |
getHeight()
Deprecated.
The output height in pixels.
|
IPixelReader |
getPixelReader()
Deprecated.
The current pixel reader for reading source pixels.
|
int |
getWidth()
Deprecated.
The output width in pixels.
|
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 |
setCellSize(IPnt ppCellsize)
Deprecated.
The output cell size.
|
void |
setExtent(IEnvelope ppExtent)
Deprecated.
The output extent.
|
void |
setGeodataXformByRef(IGeodataXform ppXform)
Deprecated.
The current geodata transform to be applied.
|
void |
setPixelReaderByRef(IPixelReader ppReader)
Deprecated.
The current pixel reader for reading source pixels.
|
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, updatebindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, updatepublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterXformer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRasterXformer2Proxy()
public IRasterXformer2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterXformer2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterXformer2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class IRasterXformerProxyiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class IRasterXformerProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent in interface IRasterXformer2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setExtent(IEnvelope ppExtent) throws java.io.IOException, AutomationException
setExtent in interface IRasterXformer2ppExtent - 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 int getWidth()
throws java.io.IOException,
AutomationException
getWidth in interface IRasterXformer2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getHeight()
throws java.io.IOException,
AutomationException
getHeight in interface IRasterXformer2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPnt getCellSize() throws java.io.IOException, AutomationException
getCellSize in interface IRasterXformer2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCellSize(IPnt ppCellsize) throws java.io.IOException, AutomationException
setCellSize in interface IRasterXformer2ppCellsize - A reference to a com.esri.arcgis.geodatabase.IPnt (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeodataXform getGeodataXform() throws java.io.IOException, AutomationException
getGeodataXform in interface IRasterXformer2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeodataXformByRef(IGeodataXform ppXform) throws java.io.IOException, AutomationException
setGeodataXformByRef in interface IRasterXformer2ppXform - A reference to a com.esri.arcgis.geodatabase.IGeodataXform (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPixelReader getPixelReader() throws java.io.IOException, AutomationException
getPixelReader in interface IRasterXformer2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPixelReaderByRef(IPixelReader ppReader) throws java.io.IOException, AutomationException
setPixelReaderByRef in interface IRasterXformer2ppReader - A reference to a com.esri.arcgis.datasourcesraster.IPixelReader (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.