public interface IPixelBlock2
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 |
IID22dded84_d0a6_448e_95be_284503ac9cac |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getBytesPerPixel()
The number of bytes per pixel for the PixelBlock.
|
int |
getHeight()
The height of the PixelBlock in pixels.
|
int |
getPixelType(int plane)
The pixel type of the PixelBlock.
|
int |
getPlanes()
The number of pixel arrays contained in the PixelBlock.
|
java.lang.Object |
getSafeArrayByRef(int plane)
A variant SafeArray of pixels for a specified plane.
|
java.lang.Object |
getVal(int plane,
int x,
int y)
The value for a specified pixel.
|
int |
getWidth()
The width of the PixelBlock in pixels.
|
void |
setPixelType(int plane,
int pVal)
The pixel type of the PixelBlock.
|
static final int IID22dded84_d0a6_448e_95be_284503ac9cac
static final int xxDummy
static final java.lang.String IID
int getPlanes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPixelType(int plane) throws java.io.IOException, AutomationException
plane
- The plane (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPixelType(int plane, int pVal) throws java.io.IOException, AutomationException
plane
- The plane (in)pVal
- A com.esri.arcgis.geodatabase.rstPixelType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBytesPerPixel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getSafeArrayByRef(int plane) throws java.io.IOException, AutomationException
plane
- The plane (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getVal(int plane, int x, int y) throws java.io.IOException, AutomationException
plane
- The plane (in)x
- The x (in)y
- The y (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.