|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPixelBlock4
Provides access to members that control a PixelBlock.
Method Summary | |
---|---|
void |
clear()
Clears the pixel block. |
void |
create(int planes,
int nCols,
int nRows,
int pixelType)
Initializes the pixel block. |
void |
createFromPixelBlock(IPixelBlock pBlock,
Object noData)
Initializes the pixel block using another pixel block. |
byte[] |
exportToBytes()
Exports to a byte array. |
boolean |
hasData()
Checks if a PixelBlock contains any data pixels. |
boolean |
hasNoData()
Checks if a PixelBlock contains NoData. |
Method Detail |
---|
void create(int planes, int nCols, int nRows, int pixelType) throws IOException, AutomationException
planes
- The planes (in)nCols
- The nCols (in)nRows
- The nRows (in)pixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFromPixelBlock(IPixelBlock pBlock, Object noData) throws IOException, AutomationException
pBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)noData
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] exportToBytes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasNoData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasData() throws IOException, AutomationException
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 |