com.esri.arcgis.datasourcesraster
Interface IRasterCalcStatsHistogram

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

public interface IRasterCalcStatsHistogram
extends java.io.Serializable

COM Interface 'IRasterCalcStatsHistogram'. 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 IID04ddbb5f_dba3_4acc_8641_43e22e8de599
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void computeFromRaster(IRaster pRaster, int iBand, IStatsHistogram pStatsHistogram)
          Computes stats and histogram from a given Raster.
 void loadFromRasterBand(IRasterBand pBand, java.lang.Object noData, IStatsHistogram pStatsHistogram)
          Computes stats and histogram from a given RasterBand.
 

Field Detail

IID04ddbb5f_dba3_4acc_8641_43e22e8de599

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

computeFromRaster

void computeFromRaster(IRaster pRaster,
                       int iBand,
                       IStatsHistogram pStatsHistogram)
                       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)
iBand - The iBand (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.

loadFromRasterBand

void loadFromRasterBand(IRasterBand pBand,
                        java.lang.Object noData,
                        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)
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.