com.esri.arcgis.datasourcesraster
Interface IStatsHistogram2

All Superinterfaces:
IStatsHistogram, java.io.Serializable
All Known Subinterfaces:
IStatsHistogram3
All Known Implementing Classes:
IStatsHistogram2Proxy, IStatsHistogram3Proxy, StatsHistogram

public interface IStatsHistogram2
extends IStatsHistogram, java.io.Serializable

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

Description: 'Provides access to members that controls stats and histogram.' 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 IID0a69bfa0_d411_468d_be27_3042e80a9cc0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IStatsHistogram
IID2b9062e8_df44_4012_a0e4_cf0efaa21693
 
Method Summary
 double getPixelCount()
          The total pixel count.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IStatsHistogram
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update
 

Field Detail

IID0a69bfa0_d411_468d_be27_3042e80a9cc0

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

getPixelCount

double getPixelCount()
                     throws java.io.IOException,
                            AutomationException
The total pixel count.

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