triangulated irregular network ( tin )

10
Triangulated Irregular Network ( TIN TIN) A set of adjacent, non- overlapping triangles computed from irregularly spaced points with x, y coordinates and z values.

Upload: alvin-sears

Post on 31-Dec-2015

46 views

Category:

Documents


0 download

DESCRIPTION

Triangulated Irregular Network ( TIN ). A set of adjacent, non-overlapping triangles computed from irregularly spaced points with x, y coordinates and z values. Surface Concepts. Discrete vs. Continuous features Discrete features; roads, land ownership, Continuous features; elevation, - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Triangulated Irregular Network ( TIN )

Triangulated Irregular Network

(TINTIN)A set of adjacent, non-overlapping

triangles computed from irregularly spaced points with x, y

coordinates and z values.

Page 2: Triangulated Irregular Network ( TIN )

Surface ConceptsSurface Concepts

• Discrete vs. Continuous features– Discrete features;

• roads,

• land ownership,

– Continuous features;• elevation,

• Rainfall data,

• Pollution concentration

Page 3: Triangulated Irregular Network ( TIN )

What is a TIN ?What is a TIN ?

• Tin data structure based on two basic elements to form a continuous faceted surface.

»Points with x,y,z values

»Series of edges

Page 4: Triangulated Irregular Network ( TIN )

What is a TIN ? What is a TIN ? (cont.)(cont.)

• The triangles are as equi-angular as possible

• Ensures that any point on the surface is as close as possible to a node

• The triangulation is independent of the order the points are processed

Page 5: Triangulated Irregular Network ( TIN )

Components of a TINComponents of a TIN

• Nodes

• Edges

• Trangles

Page 6: Triangulated Irregular Network ( TIN )

What is a Lattice ?What is a Lattice ?

• A surface interpretation of a grid– Equally spaced sample points– Referenced to a common origin – Constant sampling distance in the x and y

directions

Page 7: Triangulated Irregular Network ( TIN )

What do TINs Look Like ?

Page 8: Triangulated Irregular Network ( TIN )
Page 9: Triangulated Irregular Network ( TIN )

TIN in ArcInfo

Arc: TINARC

Usage: TINARC <in_tin> <out_tin> {POLY | LINE | POINT | HULL}

{PERCENT | DEGREE | Z_FACTOR}

Page 10: Triangulated Irregular Network ( TIN )

• END