|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IRasterXformerProxy
com.esri.arcgis.datasourcesraster.IRasterXformer2Proxy
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
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer2 |
---|
IID, IID9ddce4e9_d076_4dfc_b157_0924de623897 |
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer |
---|
IID22803c42_60f8_46b6_9b2c_b0a282cd7324 |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterXformerProxy |
---|
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, update |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterXformer |
---|
getApproximationTolerance, getPixelResampler, read, setApproximationTolerance, setPixelResamplerByRef, setRaster, update |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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.UnknownHostException
java.io.IOException
public IRasterXformer2Proxy()
public IRasterXformer2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterXformer2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class IRasterXformerProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IRasterXformerProxy
java.io.IOException
public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IRasterXformer2
java.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 IRasterXformer2
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 int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IRasterXformer2
java.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 IRasterXformer2
java.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 IRasterXformer2
java.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 IRasterXformer2
ppCellsize
- 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 IRasterXformer2
java.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 IRasterXformer2
ppXform
- 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 IRasterXformer2
java.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 IRasterXformer2
ppReader
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |