|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPixelBlock2
Provides access to members that control a PixelBlock.
Recomment to use IPixelBlock3 interface.
| Method Summary | |
|---|---|
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. |
Object |
getSafeArrayByRef(int plane)
A variant SafeArray of pixels for a specified plane. |
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. |
| Method Detail |
|---|
int getPlanes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPixelType(int plane)
throws IOException,
AutomationException
plane - The plane (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelType(int plane,
int pVal)
throws IOException,
AutomationException
plane - The plane (in)pVal - A com.esri.arcgis.geodatabase.rstPixelType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBytesPerPixel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getSafeArrayByRef(int plane)
throws IOException,
AutomationException
plane - The plane (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getVal(int plane,
int x,
int y)
throws IOException,
AutomationException
plane - The plane (in)x - The x (in)y - The y (in)
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 | ||||||||