com.esri.arcgis.geodatabaseextensions
Interface ITerrainDataSource2

All Superinterfaces:
ITerrainDataSource, java.io.Serializable
All Known Implementing Classes:
ITerrainDataSource2Proxy

public interface ITerrainDataSource2
extends ITerrainDataSource, java.io.Serializable

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

Description: 'Provides access to members of Terrain Data Source.' 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 IID17b45aaf_fdb2_4492_87c6_9578b20001bd
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataSource
IID4d228018_1ec1_4fcc_9646_9c6a67f9ef3c
 
Method Summary
 boolean isAnchored()
          Indicates if this is an anchor-points data source.
 void setAnchored(boolean pbAnchored)
          Indicates if this is an anchor-points data source.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITerrainDataSource
getFeatureClassID, getGroupID, getHeightField, getSurfaceFeatureType, getTagValueField, isApplyToOverviewTerrain, isEmbedded, queryResolutionBounds, setApplyToOverviewTerrain, setFeatureClassID, setGroupID, setHeightField, setResolutionBounds, setSurfaceFeatureType, setTagValueField
 

Field Detail

IID17b45aaf_fdb2_4492_87c6_9578b20001bd

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

setAnchored

void setAnchored(boolean pbAnchored)
                 throws java.io.IOException,
                        AutomationException
Indicates if this is an anchor-points data source.

Parameters:
pbAnchored - The pbAnchored (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnchored

boolean isAnchored()
                   throws java.io.IOException,
                          AutomationException
Indicates if this is an anchor-points data source.

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