public interface IRasterDatasetEdit
extends java.io.Serializable
Description: 'Provides access to members that control raster dataset 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 |
IIDba86a917_98ec_4994_b692_760abedcc306 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
alterColormap(IRasterColormap colormap)
Alters colormap.
|
void |
appendNewBand()
Appends a new raster band.
|
void |
computeStats(int pyramidLevel)
Calculates statistics and histograms from a given pyramid level.
|
void |
deleteColormap()
Deletes colormap.
|
void |
deleteStats()
Deletes statistics and histograms.
|
void |
erase(IEnvelope extent)
Erases a rectanglar area of this RasterDataset.
|
void |
mosaic(IRaster raster,
double tolerance)
Mosaics a Raster into this RasterDataset.
|
void |
mosaicBands(IRaster raster,
int start,
double tolerance)
Mosaics a Raster into this RasterDataset at a given starting band index.
|
static final int IIDba86a917_98ec_4994_b692_760abedcc306
static final int xxDummy
static final java.lang.String IID
void mosaic(IRaster raster, double tolerance) throws java.io.IOException, AutomationException
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)tolerance
- The tolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void mosaicBands(IRaster raster, int start, double tolerance) throws java.io.IOException, AutomationException
raster
- A reference to a com.esri.arcgis.geodatabase.IRaster (in)start
- The start (in)tolerance
- The tolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void erase(IEnvelope extent) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void computeStats(int pyramidLevel) throws java.io.IOException, AutomationException
pyramidLevel
- The pyramidLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteStats() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterColormap(IRasterColormap colormap) throws java.io.IOException, AutomationException
colormap
- A reference to a com.esri.arcgis.geodatabase.IRasterColormap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteColormap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void appendNewBand() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.