com.esri.arcgis.datasourcesraster
Interface IRasterCalcStatsHistogram3

All Superinterfaces:
IRasterCalcStatsHistogram, IRasterCalcStatsHistogram2, java.io.Serializable
All Known Implementing Classes:
IRasterCalcStatsHistogram3Proxy, RasterCalcStatsHistogram

public interface IRasterCalcStatsHistogram3
extends IRasterCalcStatsHistogram2, java.io.Serializable

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

Description: 'Provides access to members that controls calculation of 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 IID16ce5be0_f053_497c_a930_a68204949fee
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram2
IID5ea490ee_8638_4412_9df6_1fda5b9a8937
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram
IID04ddbb5f_dba3_4acc_8641_43e22e8de599
 
Method Summary
 void computeAllFromBlock(IPixelBlock pBlock, IArray pStatsHistograms)
          Computes stats and histogram from a pixel block.
 void loadFromRasterBandEx(IRasterBand pBand, java.lang.Object noData, boolean approximation, IStatsHistogram pStatsHistogram)
          Computes stats and histogram from a given RasterBand.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram2
computeAllFromRaster
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram
computeFromRaster, loadFromRasterBand
 

Field Detail

IID16ce5be0_f053_497c_a930_a68204949fee

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

computeAllFromBlock

void computeAllFromBlock(IPixelBlock pBlock,
                         IArray pStatsHistograms)
                         throws java.io.IOException,
                                AutomationException
Computes stats and histogram from a pixel block.

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

loadFromRasterBandEx

void loadFromRasterBandEx(IRasterBand pBand,
                          java.lang.Object noData,
                          boolean approximation,
                          IStatsHistogram pStatsHistogram)
                          throws java.io.IOException,
                                 AutomationException
Computes stats and histogram from a given RasterBand.

Parameters:
pBand - A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)
noData - A Variant (in)
approximation - The approximation (in)
pStatsHistogram - A reference to a com.esri.arcgis.datasourcesraster.IStatsHistogram (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.