com.esri.arcgis.datasourcesraster
Interface IRasterEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterEditProxy, Raster

public interface IRasterEdit
extends java.io.Serializable

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

IID32656121_4df9_45f3_bdd1_507d481e9b49

static final int IID32656121_4df9_45f3_bdd1_507d481e9b49
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

canEdit

boolean canEdit()
                throws java.io.IOException,
                       AutomationException
Checks if this Raster can be edited.

Returns:
The canEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

write

void write(IPnt pTlc,
           IPixelBlock pPixelBlock)
           throws java.io.IOException,
                  AutomationException
Writes a PixelBlock starting at a given Top-Left corner.

Parameters:
pTlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
pPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

erase

void erase(IPnt pTlc,
           IPixelBlock pPixelBlock)
           throws java.io.IOException,
                  AutomationException
Erases a PixelBlock starting at a given Top-Left corner.

Parameters:
pTlc - A reference to a com.esri.arcgis.geodatabase.IPnt (in)
pPixelBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refresh

void refresh()
             throws java.io.IOException,
                    AutomationException
Refreshes the associated RasterDataset.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.