public interface IPixelBlockCursor
extends java.io.Serializable
Description: 'Provides access to members that control pixel block cursor.' 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 |
IID54dfc56a_bc14_46ac_a815_07dea8cb9cfb |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getBlockSize(int[] pBlockSizeX,
int[] pBlockSizeY)
Gets the cursor block size.
|
void |
initByRaster(IRaster pRaster)
Initializes the cursor by the raster interface.
|
void |
initByRawPixels(IRawPixels pRowPixels,
int blockSizeX,
int blockSizeY)
Initializes the cursor by the raw pixel interface.
|
IPixelBlock |
nextBlock(int[] pLeft,
int[] pTop,
int[] pSizeX,
int[] pSizeY)
Obtains the next pixel block from the cursor.
|
void |
setScanMode(int rhs1)
The cursor scan mode: Line = 0, LineSerpent = 1, Serpent2 = 3, alaGIF = 4.
|
void |
updateBlockSize(int blockSizeX,
int blockSizeY)
Updates the cursor block size.
|
static final int IID54dfc56a_bc14_46ac_a815_07dea8cb9cfb
static final int xxDummy
static final java.lang.String IID
void initByRawPixels(IRawPixels pRowPixels, int blockSizeX, int blockSizeY) throws java.io.IOException, AutomationException
pRowPixels
- A reference to a com.esri.arcgis.datasourcesraster.IRawPixels (in)blockSizeX
- The blockSizeX (in)blockSizeY
- The blockSizeY (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initByRaster(IRaster pRaster) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateBlockSize(int blockSizeX, int blockSizeY) throws java.io.IOException, AutomationException
blockSizeX
- The blockSizeX (in)blockSizeY
- The blockSizeY (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getBlockSize(int[] pBlockSizeX, int[] pBlockSizeY) throws java.io.IOException, AutomationException
pBlockSizeX
- The pBlockSizeX (in/out: use single element array)pBlockSizeY
- The pBlockSizeY (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setScanMode(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPixelBlock nextBlock(int[] pLeft, int[] pTop, int[] pSizeX, int[] pSizeY) throws java.io.IOException, AutomationException
pLeft
- The pLeft (in/out: use single element array)pTop
- The pTop (in/out: use single element array)pSizeX
- The pSizeX (in/out: use single element array)pSizeY
- The pSizeY (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.