EFFICIENT METHODS FOR ISOLINE EXTRACTION FROM A TIN

Authors
Citation
M. Vankreveld, EFFICIENT METHODS FOR ISOLINE EXTRACTION FROM A TIN, International journal of geographical information systems, 10(5), 1996, pp. 523-540
Citations number
28
Categorie Soggetti
Geografhy,"Information Science & Library Science
ISSN journal
02693798
Volume
10
Issue
5
Year of publication
1996
Pages
523 - 540
Database
ISI
SICI code
0269-3798(1996)10:5<523:EMFIEF>2.0.ZU;2-N
Abstract
A data structure is presented to store a triangulated irregular networ k digital elevation model, from which isolines (contour lines) can be extracted very efficiently. If the network is based on n points, then for any elevation, the isolines can be obtained in O (log n + k) query time, where k is the number of line segments that form the isolines. This compares favourably with O(n) time by straightforward computation . When a structured representation of the isolines is needed, the same query time applies. For a fully topological representation (with adja cency), the query requires additional O(c log c) or O(c log log n) tim e, where c is the number of connected components of isolines. In all t hree cases, the required data structure has only linear size.