public interface IPixelBlock4
extends java.io.Serializable
Description: 'Provides access to members that control a PixelBlock.' 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 |
IID7007286c_be43_4c88_8db6_b6ee88bad01b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the pixel block.
|
void |
create(int planes,
int nCols,
int nRows,
int pixelType)
Initializes the pixel block.
|
void |
createFromPixelBlock(IPixelBlock pBlock,
java.lang.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.
|
static final int IID7007286c_be43_4c88_8db6_b6ee88bad01b
static final int xxDummy
static final java.lang.String IID
void create(int planes, int nCols, int nRows, int pixelType) throws java.io.IOException, AutomationException
planes
- The planes (in)nCols
- The nCols (in)nRows
- The nRows (in)pixelType
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void createFromPixelBlock(IPixelBlock pBlock, java.lang.Object noData) throws java.io.IOException, AutomationException
pBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)noData
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] exportToBytes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean hasNoData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean hasData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.