| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRawPixelReader
Provides access to members that control a raw pixel reader.
An interface used to implement call back function to provide pixels for the RasterXformer.
| Method Summary | |
|---|---|
 void | 
read(IPnt tlc,
     IPixelBlock pPixelBlock)
Reads a pixel block.  | 
| Method Detail | 
|---|
void read(IPnt tlc,
          IPixelBlock pPixelBlock)
          throws IOException,
                 AutomationException
The argument tlc is the top left corner of the pixel block.
tlc - A reference to a com.esri.arcgis.geodatabase.IPnt  (in)pPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock  (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 | ||||||||