public interface IStockFrequencyDistributionHistogram
extends java.io.Serializable
Description: 'Provides access to members that control stock frequency distribution histograms.' 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 |
IIDea83381d_c3a8_4677_931e_62671af63b19 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IRasterHistogram |
getNormalDistribution(int nBins,
double mean,
double stdDev)
Returns a histogram containing a specified number of bins describing a normal/gaussian distribution with a specified mean and standard deviation.
|
IRasterHistogram |
getUniformDistribution(int nBins)
Returns a histogram containing a specified number of bins describing a uniform distribution.
|
static final int IIDea83381d_c3a8_4677_931e_62671af63b19
static final int xxDummy
static final java.lang.String IID
IRasterHistogram getNormalDistribution(int nBins, double mean, double stdDev) throws java.io.IOException, AutomationException
nBins - The nBins (in)mean - The mean (in)stdDev - The stdDev (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IRasterHistogram getUniformDistribution(int nBins) throws java.io.IOException, AutomationException
nBins - The nBins (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.