1 / 10

Triangulated Irregular Network ( TIN )

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,

alvin-sears
Download Presentation

Triangulated Irregular Network ( TIN )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Surface Concepts • Discrete vs. Continuous features • Discrete features; • roads, • land ownership, • Continuous features; • elevation, • Rainfall data, • Pollution concentration

  3. 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

  4. What is a TIN ? (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

  5. Components of a TIN • Nodes • Edges • Trangles

  6. 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

  7. What do TINs Look Like ?

  8. TIN in ArcInfo Arc: TINARC Usage: TINARC <in_tin> <out_tin> {POLY | LINE | POINT | HULL} {PERCENT | DEGREE | Z_FACTOR}

  9. END

More Related