TIN Overview


TIN Definition

A TIN (Triangulated Irregular Network) is a vector data structure which depicts geographic surfaces as contiguous non-overlapping triangles.  The vertices of each triangle match the elevation of the terrain exactly.  This means that a topographic surface is represented by several triangles, with each triangle face having an approximate slope, aspect, and surface area.  The irregularity of the triangles comes from the scattered nature of the (x,y,z) points (the triangle vertices) used as a background elevation source -- hence the name irregular.  Once a TIN is created, the elevation of any point on the triangle's continuous surface can be interpolated.  WMS can easily create a TIN from any one of the following:
  1. x,y,z, survey data
  2. digitizing a topographic map
  3. a DEM used as a background elevation source.



TINs are made up of non-overlapping triangles.
 


WMS can create a TIN within the water-
shed boundaries from known elevation
points.
 


Elevations are then interpolated along the
face of each triangle, allowing contours to be
drawn.
 


An oblique view of a TIN showing a watershed in Yellowstone
National Park.



WMS and TIN Data

It is critical to realize that a TIN created from (x,y,z) data points is generally not yet suited for a hydrologic model.  Further preparation and refining of the TIN is required to ensure that linear features such as streams and ridge lines are shown properly on the final TIN to be used for modeling.  For example, the edge of a triangle should not cross a stream, but rather conform to it.


Advantages of a TIN

There are several key advantages of a TIN surface model over a grid model like a DEM, and TINs are regarded as a more intelligent data structure.  A few of these advantages are:

 

[ Obtain TIN Data ]    [ TIN Data Tips ]    [ All Tips ]

[ Top ]    [ Data Acquisition (GSDA) Home ]