public interface IRasterCalcStatsHistogram2 extends IRasterCalcStatsHistogram, 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 |
IID5ea490ee_8638_4412_9df6_1fda5b9a8937 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID04ddbb5f_dba3_4acc_8641_43e22e8de599
Modifier and Type | Method and Description |
---|---|
void |
computeAllFromRaster(IRaster pRaster,
IArray pStatsHistograms)
Computes stats and histogram from a given Raster.
|
computeFromRaster, loadFromRasterBand
static final int IID5ea490ee_8638_4412_9df6_1fda5b9a8937
static final int xxDummy
static final java.lang.String IID
void computeAllFromRaster(IRaster pRaster, IArray pStatsHistograms) throws java.io.IOException, AutomationException
pRaster
- A reference to a com.esri.arcgis.geodatabase.IRaster (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.