public interface IRasterCalcStatsHistogram
extends 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 |
IID04ddbb5f_dba3_4acc_8641_43e22e8de599 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID04ddbb5f_dba3_4acc_8641_43e22e8de599
static final int xxDummy
static final java.lang.String IID
void computeFromRaster(IRaster pRaster, int iBand, IStatsHistogram pStatsHistogram) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadFromRasterBand(IRasterBand pBand, java.lang.Object noData, IStatsHistogram pStatsHistogram) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.