|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleStatistics
Provides access to Statistics.
Method Summary | |
---|---|
double |
getCount()
The number of elements. |
Object |
getDataType()
Returns data type (defined by VARIANT::vt) |
double |
getMaximum()
The maximum value. |
double |
getMean()
The mean value. |
double |
getMinimum()
The minimum value. |
double |
getStandardDeviation()
The standard deviation. |
Method Detail |
---|
Object getDataType() throws IOException, AutomationException
The numeric type of the attribute (i.e., long, float, double, etc.) the statistics are based.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCount() throws IOException, AutomationException
The number of elements used to calculate the statistics.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinimum() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaximum() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMean() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getStandardDeviation() throws IOException, AutomationException
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 |