com.esri.arcgis.datasourcesraster
Interface IRasterCalcStatsHistogram2

All Superinterfaces:
IRasterCalcStatsHistogram, java.io.Serializable
All Known Subinterfaces:
IRasterCalcStatsHistogram3
All Known Implementing Classes:
IRasterCalcStatsHistogram2Proxy, IRasterCalcStatsHistogram3Proxy, RasterCalcStatsHistogram

public interface IRasterCalcStatsHistogram2
extends IRasterCalcStatsHistogram, java.io.Serializable

COM Interface 'IRasterCalcStatsHistogram2'. 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 IID5ea490ee_8638_4412_9df6_1fda5b9a8937
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram
IID04ddbb5f_dba3_4acc_8641_43e22e8de599
 
Method Summary
 void computeAllFromRaster(IRaster pRaster, IArray pStatsHistograms)
          Computes stats and histogram from a given Raster.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcStatsHistogram
computeFromRaster, loadFromRasterBand
 

Field Detail

IID5ea490ee_8638_4412_9df6_1fda5b9a8937

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

computeAllFromRaster

void computeAllFromRaster(IRaster pRaster,
                          IArray pStatsHistograms)
                          throws java.io.IOException,
                                 AutomationException
Computes stats and histogram from a given Raster.

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (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.