public interface IRawPixels
extends java.io.Serializable
Description: 'Provides access to members that control pixel reading and writing from a RasterBand.' 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 |
IID5a2d94ae_190a_479c_93b9_d6645bb121e6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
acquireCache()
Gets reference to edit cache.
|
IPixelBlock |
createPixelBlock(IPnt size)
Allocates a PixelBlock of size requested and type of this band.
|
int |
getNumCacheRefs()
Number of outstanding cache references
|
void |
read(IPnt tlc,
IPixelBlock pxls)
Read a block of pixels starting from tlc (top left corner).
|
int |
returnCache(java.lang.Object cache)
Restores edit cache to previous state.
|
void |
write(IPnt tlc,
IPixelBlock pxls)
Write a block of pixels starting from tlc (top left corner).
|
static final int IID5a2d94ae_190a_479c_93b9_d6645bb121e6
static final int xxDummy
static final java.lang.String IID
IPixelBlock createPixelBlock(IPnt size) throws java.io.IOException, AutomationException
size
- 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.void read(IPnt tlc, IPixelBlock pxls) throws java.io.IOException, AutomationException
tlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pxls
- 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.void write(IPnt tlc, IPixelBlock pxls) throws java.io.IOException, AutomationException
tlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pxls
- 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.java.lang.Object acquireCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int returnCache(java.lang.Object cache) throws java.io.IOException, AutomationException
cache
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNumCacheRefs() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.