com.esri.arcgis.geodatabaseextensions
Interface ITerrainEmbeddedDataSource2

All Superinterfaces:
ITerrainEmbeddedDataSource, java.io.Serializable
All Known Implementing Classes:
ITerrainEmbeddedDataSource2Proxy, TerrainDataSource

public interface ITerrainEmbeddedDataSource2
extends ITerrainEmbeddedDataSource, java.io.Serializable

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

Description: 'Provides access to members associated with embedded data sources.' 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 IID7a0bb0b6_b097_4fbf_be95_d32473b75ab1
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainEmbeddedDataSource
IID36a1b4a5_d296_433d_ac4f_4da50d020812
 
Method Summary
 ITerrainFieldStatistics getFieldStatistics(java.lang.String fieldName)
          Returns the statistics of the specified Terrain blob field.
 IArray getReservedFieldStatistics()
          Returns the statistics of all the Terrain blob fields.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainEmbeddedDataSource
getName, getReservedFields, isToBeEmbedded, setName, setReservedFields, setToBeEmbedded
 

Field Detail

IID7a0bb0b6_b097_4fbf_be95_d32473b75ab1

static final int IID7a0bb0b6_b097_4fbf_be95_d32473b75ab1
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

getFieldStatistics

ITerrainFieldStatistics getFieldStatistics(java.lang.String fieldName)
                                           throws java.io.IOException,
                                                  AutomationException
Returns the statistics of the specified Terrain blob field.

Parameters:
fieldName - The fieldName (in)
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ITerrainFieldStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReservedFieldStatistics

IArray getReservedFieldStatistics()
                                  throws java.io.IOException,
                                         AutomationException
Returns the statistics of all the Terrain blob fields.

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