com.esri.arcgis.datasourcesraster
Interface IRasterBandEdit2

All Superinterfaces:
IRasterBandEdit, java.io.Serializable
All Known Implementing Classes:
IRasterBandEdit2Proxy, RasterBand

public interface IRasterBandEdit2
extends IRasterBandEdit, java.io.Serializable

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

Description: 'Provides access to members that control a raster band.' 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 IID400f6ddf_d613_4dd0_a803_e7504dcbacaf
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBandEdit
IID0ab74c4d_7574_440e_b45a_2a36f22c57c8
 
Method Summary
 void computeStatisticsHistogram(int skipx, int skipy, java.lang.Object ignoreValues, boolean requireHistogram)
          Calculates statistics and histogram for a given skip factor.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBandEdit
alterHistogram, alterStatistics, computeStatsHistogram
 

Field Detail

IID400f6ddf_d613_4dd0_a803_e7504dcbacaf

static final int IID400f6ddf_d613_4dd0_a803_e7504dcbacaf
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
Calculates statistics and histogram for a given skip factor.

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.