|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRawBlocks
COM Interface 'IRawBlocks'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf20ff8ff_643a_4669_a465_e14a5095e7dd
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDf20ff8ff_643a_4669_a465_e14a5095e7dd
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |