|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterEdit
Provides access to members that control pixel block level editing operations.
IRasterEdit allows you to modify the pixel values in a Raster. Refresh after you call Write to flush the changes.
Another way to modify pixel values is to use IRawPixels.
PixelBlock
Method Summary | |
---|---|
boolean |
canEdit()
Checks if this Raster can be edited. |
void |
erase(IPnt pTlc,
IPixelBlock pPixelBlock)
Erases a PixelBlock starting at a given Top-Left corner. |
void |
refresh()
Refreshes the associated RasterDataset. |
void |
write(IPnt pTlc,
IPixelBlock pPixelBlock)
Writes a PixelBlock starting at a given Top-Left corner. |
Method Detail |
---|
boolean canEdit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void write(IPnt pTlc, IPixelBlock pPixelBlock) throws IOException, AutomationException
pTlc
- 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.void erase(IPnt pTlc, IPixelBlock pPixelBlock) throws IOException, AutomationException
pTlc
- 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.void refresh() 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 |