|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStockFrequencyDistributionHistogram
COM Interface 'IStockFrequencyDistributionHistogram'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDea83381d_c3a8_4677_931e_62671af63b19
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDea83381d_c3a8_4677_931e_62671af63b19
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |