public interface ITerrainFieldStatistics
extends java.io.Serializable
Description: 'Provides access to TerrainFieldStatistics object.' 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 |
IID3f30b349_518b_41fa_9f2e_e00d6f81af82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getCount()
The number of elements.
|
java.lang.String |
getFieldName()
The field name associated with the statistics.
|
double |
getMaximum()
The maximum value.
|
double |
getMean()
The mean value.
|
double |
getMinimum()
The minimum value.
|
double |
getStandardDeviation()
The standard deviation.
|
IDoubleArray |
getUniqueValueCounts()
Returns the number of unique values.
|
IDoubleArray |
getUniqueValuesAsDouble()
Returns the unique values.
|
ILongArray |
getUniqueValuesAsLong()
Returns the unique values.
|
int |
getUniqueValueType()
Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data.
|
boolean |
isEmpty()
Indicates if the object is empty.
|
boolean |
isNeedsUpdate()
Indicates if update is necessary.
|
static final int IID3f30b349_518b_41fa_9f2e_e00d6f81af82
static final int xxDummy
static final java.lang.String IID
boolean isEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNeedsUpdate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMean() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getStandardDeviation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUniqueValueType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getUniqueValuesAsLong() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getUniqueValuesAsDouble() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getUniqueValueCounts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.