Contours/Cartography\Interpolate Contour LinesInterpolate Contour Lines\Triangulation Algorithm

          This algorithm consists of the following steps:

1. Extract from the initial and final contour lines all vertices.

2. Generate a triangulation with all the vertices, considering as break lines all segments which form the contour lines and the polygon formed by these and the lines that join their ends as the boundary.

3. Contour line generation corresponding to this triangulation with the equidistance desired.

Top of Page