|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStockFrequencyDistributionHistogram
Provides access to members that control stock frequency distribution histograms.
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. |
Method Detail |
---|
IRasterHistogram getNormalDistribution(int nBins, double mean, double stdDev) throws IOException, AutomationException
nBins
- The nBins (in)mean
- The mean (in)stdDev
- The stdDev (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterHistogram getUniformDistribution(int nBins) throws IOException, AutomationException
nBins
- The nBins (in)
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 |