public interface ITerrainEmbeddedDataSource2 extends ITerrainEmbeddedDataSource, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7a0bb0b6_b097_4fbf_be95_d32473b75ab1 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID36a1b4a5_d296_433d_ac4f_4da50d020812
Modifier and Type | Method and Description |
---|---|
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.
|
getName, getReservedFields, isToBeEmbedded, setName, setReservedFields, setToBeEmbedded
static final int IID7a0bb0b6_b097_4fbf_be95_d32473b75ab1
static final int xxDummy
static final java.lang.String IID
ITerrainFieldStatistics getFieldStatistics(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getReservedFieldStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.