ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain2 Interface

Provides access to members used to acquire information about a Terrain and to retrieve DynamicSurface objects from which raster and TIN surfaces are made.

Product Availability

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

Members

Description
Method CreateDynamicSurface Returns an implicit surface from which TINs and rasters are derived.
Read-only property DataSource Returns the data source specified by the index.
Read-only property DataSourceCount The number of data sources participating in the terrain.
Read-only property Extent The approximate xyz extent of the terrain.
Method ExtractFromEmbeddedDataSource Copies features of an embedded data source to the specified feature class.
Read-only property FeatureDataset The feature dataset which contains the terrain.
Method GetDirtyTiles Returns all dirty tiles.
Method GetEmbeddedDataSourceShapeFieldName Returns the 'Shape' field name of the embedded data sources.
Method GetPointCount Returns the approximate number of points in the terrain within a given area and at a particular pyramid level.
Read-only property ID The database identifier of the terrain.
Read-only property IsDirty Indicates whether or not a partial rebuild is needed.
Read-only property IsValid Indicates whether or not a full build is required.
Read-only property MaxOverviewTerrainPoints The maximum number of points in the most generalized representation of a Terrain.
Read-only property MaxPointsPerShape The maximum number of vertices per multipoint.
Read-only property Name The name of the terrain.
Read-only property PyramidLevel Returns the pyramid level specified by the index.
Read-only property PyramidLevelCount The number of pyramid levels in the terrain.
Read-only property PyramidType The pyramid type of this Terrain.
Method QueryTileInfo Returns horizontal partitioning information about the terrain data.
Method SearchFromEmbeddedDataSource Returns a Search Cursor on the specified embedded data source.
Read-only property Size The total number of points in the Terrain.
Read-only property SpatialReference The spatial reference of the terrain.
Read-only property TileSize The horizontal distance used to spatially index and partition terrain data.

Inherited Interfaces

Interfaces Description
ITerrain Provides access to members used to acquire information about a Terrain and to retrieve DynamicSurface objects from which raster and TIN surfaces are made.

CoClasses that implement ITerrain2

CoClasses and Classes Description
Terrain The Esri Terrain component.