Top Banner
Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Technische Universität Berlin Credits: This material is mostly an english translation of the course module no. 2 (‘Geoobjekte und ihre Modellierung‘) of the open e-content platform www.geoinformation.net .
8

Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

Dec 13, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

Department of Geoinformation Science

Technische Universität Berlin

WS 2006/07

Geoinformation Technology: lecture 9a

Triangulated Networks

Prof. Dr. Thomas H. Kolbe

Institute for Geodesy and Geoinformation ScienceTechnische Universität Berlin

Credits: This material is mostly an english translation of the course module no. 2 (‘Geoobjekte und ihre Modellierung‘) of the open e-content platform www.geoinformation.net.

Page 2: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/072 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

Triangulated Networks

Page 3: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/073 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

Overview

triangle networks – “Triangulated Irregular Networks“ (TINs)

modelling of the relief by TINs

Delaunay TINs: ‘especially good‘ TINs

break lines in the relief: Constrained Delaunay TINs

triangulated networks and hydrography

Page 4: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/074 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

Triangulated Networks and Terrain Models

given: n irregularly distributed points with planimetric coordinates and height values

wanted: a data model for the terrain‘s relief

observation: 3 (linear independent) points define a plane

solution: construction of a triangle network

Page 5: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/075 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

Triangulated Networks and Contour Lines

Page 6: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/076 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

Categorisation of TINs

triangulated networks are:

a special tesselation of the plane with the height as an additional attribute

special simplicial complexes special maps (all internal

faces are triangles) discrete, finite approximate

representatives of fields

TINs as terrain models:

it applies: z = f(x,y)Digital Terrain Models

(DTM) are often called a “2,5D representation“

Page 7: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/077 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

“Bad“ and “Good“ Triangulated Networks

usual triangulation may generate sharply peaked triangles

Delaunay-Triangulation with minimum (interior) angles

Page 8: Department of Geoinformation Science Technische Universität Berlin WS 2006/07 Geoinformation Technology: lecture 9a Triangulated Networks Prof. Dr. Thomas.

WS 2006/078 T. H. Kolbe – Geoinformation Technology: lecture 9

Department of Geoinformation Science

Delaunay Triangulation

for a set of n points the Delaunay TIN is the TIN, in which the smallest occurring angle is maximised

Delaunay TINs fulfill the circle criterion:

no fourth node lies

inside the perimeter of a

triangle

exercise: how to design

an algorithm to transform

a TIN into a Delaunay

TIN ?