|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterEdit
COM Interface 'IRasterEdit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID32656121_4df9_45f3_bdd1_507d481e9b49
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID32656121_4df9_45f3_bdd1_507d481e9b49
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||