com.esri.arcgis.geodatabaseextensions
Interface ITerrainFieldStatistics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITerrainFieldStatisticsProxy, TerrainFieldStatistics

public interface ITerrainFieldStatistics
extends java.io.Serializable

COM Interface 'ITerrainFieldStatistics'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3f30b349_518b_41fa_9f2e_e00d6f81af82
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID3f30b349_518b_41fa_9f2e_e00d6f81af82

static final int IID3f30b349_518b_41fa_9f2e_e00d6f81af82
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isEmpty

boolean isEmpty()
                throws java.io.IOException,
                       AutomationException
Indicates if the object is empty.

Returns:
The pbIsEmpty
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNeedsUpdate

boolean isNeedsUpdate()
                      throws java.io.IOException,
                             AutomationException
Indicates if update is necessary.

Returns:
The pbNeedsUpdate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The field name associated with the statistics.

Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

double getCount()
                throws java.io.IOException,
                       AutomationException
The number of elements.

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimum

double getMinimum()
                  throws java.io.IOException,
                         AutomationException
The minimum value.

Returns:
The pMinimum
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximum

double getMaximum()
                  throws java.io.IOException,
                         AutomationException
The maximum value.

Returns:
The pMaximum
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMean

double getMean()
               throws java.io.IOException,
                      AutomationException
The mean value.

Returns:
The pMean
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStandardDeviation

double getStandardDeviation()
                            throws java.io.IOException,
                                   AutomationException
The standard deviation.

Returns:
The pStandardDeviation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueValueType

int getUniqueValueType()
                       throws java.io.IOException,
                              AutomationException
Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data.

Returns:
A com.esri.arcgis.geodatabaseextensions.esriTerrainBlobDataType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueValuesAsLong

ILongArray getUniqueValuesAsLong()
                                 throws java.io.IOException,
                                        AutomationException
Returns the unique values.

Returns:
A reference to a com.esri.arcgis.system.ILongArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueValuesAsDouble

IDoubleArray getUniqueValuesAsDouble()
                                     throws java.io.IOException,
                                            AutomationException
Returns the unique values.

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUniqueValueCounts

IDoubleArray getUniqueValueCounts()
                                  throws java.io.IOException,
                                         AutomationException
Returns the number of unique values.

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.