com.esri.arcgis.geodatabase
Interface IRasterDatasetEdit3

All Superinterfaces:
IRasterDatasetEdit, IRasterDatasetEdit2, java.io.Serializable
All Known Implementing Classes:
IRasterDatasetEdit3Proxy, RasterDataset

public interface IRasterDatasetEdit3
extends IRasterDatasetEdit2, java.io.Serializable

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

Description: 'Provides access to members that control editing of a RasterDataset.' 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 IID8e68e3da_30d6_492b_b12e_ca2669a106ef
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit2
IID24217915_7f69_4317_b0e0_908400e578c4
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit
IIDba86a917_98ec_4994_b692_760abedcc306
 
Method Summary
 void computeStatisticsHistogram(int skipx, int skipy, java.lang.Object ignoreValues, boolean requireHistogram)
          Computes statistics and histogram for a skip factor and a list of Ignore vlaues.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit2
alterAttributeTable, buildAttributeTable, deleteAttributeTable, isCanAlterAttributeTable
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRasterDatasetEdit
alterColormap, appendNewBand, computeStats, deleteColormap, deleteStats, erase, mosaic, mosaicBands
 

Field Detail

IID8e68e3da_30d6_492b_b12e_ca2669a106ef

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

computeStatisticsHistogram

void computeStatisticsHistogram(int skipx,
                                int skipy,
                                java.lang.Object ignoreValues,
                                boolean requireHistogram)
                                throws java.io.IOException,
                                       AutomationException
Computes statistics and histogram for a skip factor and a list of Ignore vlaues.

Parameters:
skipx - The skipx (in)
skipy - The skipy (in)
ignoreValues - A Variant (in)
requireHistogram - The requireHistogram (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.