public interface IRasterEdit
extends java.io.Serializable
Description: 'Provides access to members that control pixel block level editing operations.' 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 |
IID32656121_4df9_45f3_bdd1_507d481e9b49 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID32656121_4df9_45f3_bdd1_507d481e9b49
static final int xxDummy
static final java.lang.String IID
boolean canEdit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void write(IPnt pTlc, IPixelBlock pPixelBlock) throws java.io.IOException, AutomationException
pTlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void erase(IPnt pTlc, IPixelBlock pPixelBlock) throws java.io.IOException, AutomationException
pTlc
- A reference to a com.esri.arcgis.geodatabase.IPnt (in)pPixelBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void refresh() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.