Embedded feature classes

Terrain pyramids can require a significant amount of storage space. The size is roughly equivalent to that of the geometry present in the feature classes participating in the terrain. For large point collections, typically represented by lidar or sonar, the cost may be prohibitive. In these cases, large multipoint feature classes can be embedded in a terrain dataset as a way to save storage space.

When a multipoint feature class is embedded, its geometry and, optionally, LAS lidar attributes are copied directly into the terrain pyramid structure. This copying occurs during the build process. After the terrain is built, it becomes the container of the points and no longer references the source feature class. That feature class can be deleted, allowing you to recover its storage space. Keep in mind that subsequent builds involving schema edits will temporarily require roughly that amount of space for processing.

Benefits associated with embedded data:

Limitations associated with embedded data:

Whether these trade-offs represent a significant issue depends on the requirements of your project. Weigh them against storage costs to determine whether you should use embedding.

In the New Terrain wizard, a multipoint feature class can be set as embedded in the Select Feature Class characteristics area on the New Terrain dialog box as shown in the following example:

Embedding a multipoint feature class in a terrain dataset
Embedding a multipoint feature class in a terrain dataset

The Preserve Embedded Fields button is enabled if there are feature classes that are to be embedded in the terrain dataset. For example, lidar points contain per point attributes, such as intensity and return number, which can be saved along side the embedded points. Select the Preserve Embedded Fields button if you want select attributes to be saved along side the embedded points.

NoteNote:

If replace polygons and embedded points are used as part of a terrain dataset's definition, the embedded points will have their z values changed to the z value of the enclosing replace polygon.

With regular, non-embedded, points, their z values are not changed. The z values within replace polygons are only changed in the run time TIN.

Related Topics


8/18/2010