public interface IRawBlocks
extends java.io.Serializable
Description: 'Provides access to members that control raw pixel block access.' 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 |
IIDf20ff8ff_643a_4669_a465_e14a5095e7dd |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IPixelBlock |
createPixelBlock()
Create a compatible pixel block.
|
void |
flush()
Flushes buffered data.
|
IRasterInfo |
getRasterInfo()
The raster information.
|
void |
readBlock(int tx,
int ty,
int level,
IPixelBlock pPixelBlock)
Reads a raw pixel block.
|
void |
writeBlock(int tx,
int ty,
int level,
IPixelBlock pPixelBlock)
Writes a raw pixel block.
|
static final int IIDf20ff8ff_643a_4669_a465_e14a5095e7dd
static final int xxDummy
static final java.lang.String IID
IRasterInfo getRasterInfo() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IPixelBlock createPixelBlock() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void readBlock(int tx,
int ty,
int level,
IPixelBlock pPixelBlock)
throws java.io.IOException,
AutomationException
tx - The tx (in)ty - The ty (in)level - The level (in)pPixelBlock - 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 writeBlock(int tx,
int ty,
int level,
IPixelBlock pPixelBlock)
throws java.io.IOException,
AutomationException
tx - The tx (in)ty - The ty (in)level - The level (in)pPixelBlock - 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 flush()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.