This chapter contains descriptions of the triangulated irregular network (TIN) subprograms shown in Table 29-1.
Table 29-1 TIN Subprograms
Subprogram | Description |
---|---|
Performs a clip operation on a TIN. |
|
Creates a TIN using the points specified in the |
|
Drops the dependencies between a TIN block table and a specified base table and column. |
|
Initializes a TIN. |
|
Projects two-dimensional points onto a TIN, thereby determining point heights. |
|
Creates a DEM (Digital Elevation Model) GeoRaster object from a TIN. |
|
Returns a geometry object representing all or part of a TIN. |
To use the subprograms in this package, you must understand the main concepts related to three-dimensional geometries, including the use of triangulated irregular networks (TINs) to model surfaces. Three-Dimensional Spatial Objects describes support for three-dimensional geometries, Modeling Surfaces describes the use of TINs to model surfaces, and TIN-Related Object Types describes data types related to TINs.