Description: 'Provides access to members that control a RasterDataset.' 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 IRasterDataset3Proxy extends IRasterDataset2Proxy implements IRasterDataset3, 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, IID2c046294_251c_43b4_8cff_d80c24dec088IID76aa6a59_25b4_4f26_9079_7a634759fed9IID7aca3d01_0629_11d2_8d24_0000f8780535| Modifier | Constructor and Description |
|---|---|
|
IRasterDataset3Proxy()
Deprecated.
For internal use only
|
|
IRasterDataset3Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterDataset3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterDataset3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterDataset3Proxy(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.
|
int |
getBlockHeight()
Deprecated.
The native block height.
|
int |
getBlockWidth()
Deprecated.
The native block width.
|
int |
getFirstPyramidLevel()
Deprecated.
The first available pyramid level.
|
IRasterLODInfos |
getLODInfos()
Deprecated.
The custom LOD infos.
|
int |
getMaximumPyramidLevel()
Deprecated.
The maximum available pyramid level.
|
boolean |
isCanWrite()
Deprecated.
Indicates if this RasterDataset is writable.
|
void |
read(IPnt tlc,
IRaster raster,
IPixelBlock pixelBlock)
Deprecated.
Reads a block of pixels starting from the top left corner.
|
void |
readPyramid(IPnt tlc,
int pyramidLevel,
IRaster raster,
IPixelBlock pixelBlock)
Deprecated.
Reads a block of pixels at a given pyramid level.
|
void |
refresh()
Deprecated.
Refreshes opened RasterDataset.
|
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 |
write(IPnt tlc,
IRaster raster,
int mode,
IPixelBlock pixelBlock)
Deprecated.
Writes a block of pixels starting from the top left corner.
|
createFullRaster, createRaster, isEmptybasicOpenFromFile, canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, openFromFile, precalculateStatsbindUsingMoniker, 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, waitcreateFullRaster, createRaster, isEmptybasicOpenFromFile, canCopy, copy, createDefaultRaster, getCompleteName, getCompressionType, getFormat, getSensorType, openFromFile, precalculateStatspublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterDataset3Proxy(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 IRasterDataset3Proxy()
public IRasterDataset3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterDataset3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterDataset3Proxy(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 IRasterDataset2ProxyiidStr - 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 IRasterDataset2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getBlockWidth()
throws java.io.IOException,
AutomationException
getBlockWidth in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getBlockHeight()
throws java.io.IOException,
AutomationException
getBlockHeight in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaximumPyramidLevel()
throws java.io.IOException,
AutomationException
getMaximumPyramidLevel in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFirstPyramidLevel()
throws java.io.IOException,
AutomationException
getFirstPyramidLevel in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterLODInfos getLODInfos() throws java.io.IOException, AutomationException
getLODInfos in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCanWrite()
throws java.io.IOException,
AutomationException
isCanWrite in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void read(IPnt tlc, IRaster raster, IPixelBlock pixelBlock) throws java.io.IOException, AutomationException
read in interface IRasterDataset3tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)pixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void write(IPnt tlc, IRaster raster, int mode, IPixelBlock pixelBlock) throws java.io.IOException, AutomationException
write in interface IRasterDataset3tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)mode - A com.esri.arcgis.geodatabase.esriRasterWriteMode constant (in)pixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void refresh()
throws java.io.IOException,
AutomationException
refresh in interface IRasterDataset3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void readPyramid(IPnt tlc, int pyramidLevel, IRaster raster, IPixelBlock pixelBlock) throws java.io.IOException, AutomationException
readPyramid in interface IRasterDataset3tlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)pyramidLevel - The pyramidLevel (in)raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)pixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.