: Public <<type>> Class
Created: 10-04-2008 12:16:13
Modified: 10-04-2008 12:16:13
Project:
Advanced:
A GM_Tin (Figure 21) is a GM_TriangulatedSurface that uses the Delaunay algorithm or a similar algorithm complemented with consideration for breaklines, stoplines and maximum length of triangle sides (Figure 22). These networks satisfy the Delaunay criterion away from the modifications: For each triangle in the network, the circle passing through its vertexes does not contain, in its interior, the vertex of any other triangle.
Attribute
Public Set<GM_LineString>
  stopLines
Details:
 
Public Set<GM_LineString>
  breakLines
Details:
 
Public Distance
  maxLength
Details:
 
Public GM_Position
  controlPoint
Details:
 
Operation
Public
GM_Tin( post: Set<GM_Position>,
stopLines: Set<GM_LineString>,
breakLines: Set<GM_LineString>,
maxLength: Number,
):GM_Tin
Details:
Sequential
Tag Value
persistence persistent
Details:
 
Object Type Connection Direction Notes
«type» GM_TriangulatedSurface Class Generalization To