Tutorial: Editing Surface Data

This tutorial demonstrates some common surface editing tasks, including edge swapping, TIN line deletion, and surface smoothing. You will also hide part of the surface using a hide boundary.

Edge Swapping

Edge swapping is used to change the direction of two triangle faces in the surface, to create a more accurate surface model. For example, edges can be swapped to match the triangle edges to ridges or swales.

Click to view the effects of edge swapping.

Deleting TIN Lines

Deleting TIN lines may be required, for example, if the surface has TIN triangles on the perimeter that are long and narrow. In this case, the triangles might not be accurate for the surface, and should be deleted.

Surface TIN or Grid lines can also be deleted within a pond, for example, to create a void area. By removing these lines, you can prevent contours from being drawn through the void areas.

When an edge is removed, either an interior border that follows the adjacent lines is created, or the exterior border is modified to follow the new lines.

Hide Boundaries

Hide boundaries mask areas of the surface so triangulation, and therefore contours, are not visible in the area. Use hide boundaries to create holes in a surface, for example, to mark a building footprint.

Click to view the effects of a hide surface boundary.

Note:

When you use a hide boundary, the surface is not deleted. The full surface remains intact. If there are surface TIN lines that you want to permanently remove from the surface, use the Delete Line command.

Surface Smoothing

Surface smoothing is an operation that adds points at system-determined elevations using Natural Neighbor Interpolation(NNI) or Kriging methods. The result is smoothed contours, with no overlap.

You perform smoothing as an edit operation on a surface. You can specify smoothing properties and then turn them on or off. When the smoothing is turned off, the surface reverts back to its original state. However, the smoothing operation remains in the surface operation list, and it can be turned on again.

NNI is a method used to estimate the elevation (Z) of an arbitrary point (P) from a set of points with known elevations.

This method uses information in the triangulation of the known points to compute a weighted average of the elevations of the natural neighbors of a point.

Click to view the nearest neighbors of an arbitrary point (p).

To use NNI, specify only the output locations of the interpolated points. The elevations of the interpolated points are always based on the weighted average of the elevations of the existing neighboring points. NNI interpolates only within the surface.