public interface IRasterCalcStatsHistogram3 extends IRasterCalcStatsHistogram2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID16ce5be0_f053_497c_a930_a68204949fee |
static int |
xxDummy
Deprecated.
Internal use only
|
IID5ea490ee_8638_4412_9df6_1fda5b9a8937
IID04ddbb5f_dba3_4acc_8641_43e22e8de599
Modifier and Type | Method and Description |
---|---|
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)
Loads stats and histogram from a given RasterBand.
|
computeAllFromRaster
computeFromRaster, loadFromRasterBand
static final int IID16ce5be0_f053_497c_a930_a68204949fee
static final int xxDummy
static final java.lang.String IID
void computeAllFromBlock(IPixelBlock pBlock, IArray pStatsHistograms) throws java.io.IOException, AutomationException
pBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)pStatsHistograms
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadFromRasterBandEx(IRasterBand pBand, java.lang.Object noData, boolean approximation, IStatsHistogram pStatsHistogram) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.