Terrain dataset concepts

You can easily design, create, and work with terrains if you understand their main concepts.

Terrains use a TIN data structure to represent surfaces

A terrain dataset is a TIN-based dataset that uses geodatabase feature classes as data sources. A triangulated irregular network (TIN) is a data structure used to model surfaces, such as elevation, as a connected network of triangles.

TINs are assembled from a series of data points with x-, y-, and z-values and partition geographic space into contiguous, nonoverlapping triangles (called faces). The nodes of each triangle are the elevation or surface points.

conn river triangle edges

Each triangle node has an x,y coordinate and a z surface value. Any surface value can be interpolated within a face or along an edge.

Terrains use pyramids to represent multiple levels of resolution

A terrain dataset is a multiresolution TIN. It has a series of TINs, each of which is used within a specific map scale range. A coarse-grained TIN is used at larger map extents (such as when you are zoomed out to the entire study area). More surface points and increasing levels of detail are used as you zoom in and focus on larger map scales and specific map extents.

mass_pyramid01

As part of the process of creating a terrain dataset, you will define the number of pyramid levels, a working range of map scales for each pyramid level, and the relative accuracy of each pyramid level.

Two methods exist for creating pyramid levels: z-tolerance and window size. The level of detail for each pyramid level is defined by the z-tolerance or window size that you want to work with at that map scale.

An example terrain dataset containing five z-tolerance pyramid levels is shown below:

Terrain dataset example with five pyramid levels

Pyramid level

Z-tolerance in feet

Map scale range

Level of detail

1

1

Less than 1:10,000

Pyramid level 1

2

2.5

1:10,000 to 1:15,000

Pyramid level 2

3

5

1:15,000 to 1:30,000

Pyramid level 3

4

10

1:30,000 to 1:50,000

Pyramid level 4

5

20

1:50,000 to 1:100,000

Pyramid level 5

Example pyramid levels in a terrain dataset

Related Topics

9/3/2014