This document is archived and information here might be outdated.  Recommended version.


ITerrainEmbeddedDataSource Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEmbeddedDataSource Interface
ArcGIS Developer Help

ITerrainEmbeddedDataSource Interface

Provides access to members associated with embedded data sources.

Product Availability

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

Description

ITerrainEmbeddedDataSource is used to indicate whether a multipoint data source will be embedded during the terrain build process and whether or not any LAS based (i.e. attributes originating from LAS files) LIDAR attributes will be embedded along with them. 

Embedding involves copying the multipoints, and the optional attributes, into the terrain. The terrain becomes their primary container. A reference to the source feature class is not maintained. It may be deleted after the terrain is built.

 

Notes:

Embedded points falling inside replace polygons will have their persisted heights changed to match the replace value(s) of the polygons.

Embedded points that are (near) coincident in XY will be snapped.

Members

Name Description
Method GetReservedFields Returns the names of the database fields associated with the data source that are copied into the terrain.
Read/write property Name The name of the embedded data source.
Method SetReservedFields Set the names of the database fields associated with the data source that will be copied into the terrain.
Read/write property ToBeEmbedded Indicates the terrain will copy the data and not have a dependency on the data source after the terrain is built.

Classes that implement ITerrainEmbeddedDataSource

Classes Description
TerrainDataSource Esri Terrain Data Source object.