WMS:Creating TINs: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(No difference)

Revision as of 18:53, 11 October 2008

A TIN can be created from a set of feature objects in a drainage coverage using the Create TIN command in the Feature Objects menu. The density of vertices in the TIN will be proportional to the vertex spacing along arcs. The Redistribute command in the Feature Objects menu can be used to adjust vertex spacing and locally refine the TIN in important areas. Either an existing TIN or a DEM can be used as a background elevation map when interpolating z values for the vertices of the TIN. If appropriate z values have been assigned to the feature arcs then the z values from the arcs will override z values interpolated from the background elevation map for TIN vertices created from feature arcs vertices.

File:Image44.gif

For TINs requiring a lot of memory (high resolution of vertices or covering a large spatial extent), it may be advantageous to build the TIN in the absence of a background DEM. Interpolation of elevations to the TIN from the DEM afterwards can be done in a “block by block” fashion using the Interpolate | ...to TIN command found in the DEM menu of the Terrain Data module. In other words you can read in portions of the DEM and interpolate to TIN multiple times. Elevations for TIN vertices that are not within the extents of the current DEM are not interpolated. No such option exists if a TIN is used as the background elevation source.

You may wonder why if you already have TIN data, you would ever use a TIN as a background elevation set. The primary purpose of creating TINs from feature objects is to insure that stream channels and other important hydrologic features are adequately represented in the TIN as triangle edges. If you simply triangulate a set of xyz scatter points, or import a TIN from another data source, it is not likely that this condition will exist. Creating a new TIN from feature objects will insure that the TIN is optimal for performing drainage analysis because the new TIN will be built “around” the feature objects.


Related Topics