com.esri.arcgis.geodatabase
Interface IRasterDatasetEdit

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterDatasetEdit2, IRasterDatasetEdit3
All Known Implementing Classes:
IRasterDatasetEdit2Proxy, IRasterDatasetEdit3Proxy, IRasterDatasetEditProxy, RasterDataset

public interface IRasterDatasetEdit
extends java.io.Serializable

COM Interface 'IRasterDatasetEdit'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDba86a917_98ec_4994_b692_760abedcc306
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDba86a917_98ec_4994_b692_760abedcc306

static final int IIDba86a917_98ec_4994_b692_760abedcc306
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

mosaic

void mosaic(IRaster raster,
            double tolerance)
            throws java.io.IOException,
                   AutomationException
Mosaics a Raster into this RasterDataset.

Parameters:
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
tolerance - The tolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mosaicBands

void mosaicBands(IRaster raster,
                 int start,
                 double tolerance)
                 throws java.io.IOException,
                        AutomationException
Mosaics a Raster into this RasterDataset at a given starting band index.

Parameters:
raster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
start - The start (in)
tolerance - The tolerance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

erase

void erase(IEnvelope extent)
           throws java.io.IOException,
                  AutomationException
Erases a rectanglar area of this RasterDataset.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeStats

void computeStats(int pyramidLevel)
                  throws java.io.IOException,
                         AutomationException
Calculates statistics and histograms from a given pyramid level.

Parameters:
pyramidLevel - The pyramidLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteStats

void deleteStats()
                 throws java.io.IOException,
                        AutomationException
Deletes statistics and histograms.

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

alterColormap

void alterColormap(IRasterColormap colormap)
                   throws java.io.IOException,
                          AutomationException
Alters colormap.

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

deleteColormap

void deleteColormap()
                    throws java.io.IOException,
                           AutomationException
Deletes colormap.

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

appendNewBand

void appendNewBand()
                   throws java.io.IOException,
                          AutomationException
Appends a new raster band.

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