ArcObjects Library Reference  (GeoDatabaseExtensions)    

ITerrainEdit Interface

Provides access to members used to modify and build a terrain.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The ITerrainEdit interface is used to add or remove references to participating feature classes, control pyramid level definitions, and to (re)construct the terrain when necessary.

 

Members

Description
Method AddDataSource Adds a reference to a feature class.
Method AddDataSourceData Appends measurements to a feature class which is embedded in the terrain.
Method AddPyramidLevel Adds a pyramid level.
Method Build Constructs the terrain.
Method ChangeMaxScale Modifies the largest display scale used for a particular level of a terrain pyramid.
Method ChangeResolutionBounds Change the resolution bounds of a data source.
Method DeleteDataSourceData Removes measurements from a feature class that is embedded in the terrain.
Method RemoveDataSource Removes reference to a participating feature class.
Method RemovePyramidLevel Removes a pyramid level.
Method ReplaceDataSourceData Replaces measurements from a feature class embedded in the terrain with measurements in another feature class.

CoClasses that implement ITerrainEdit

CoClasses and Classes Description
Terrain The ESRI Terrain component.

 


Feedback Send feedback on this page