Vector and Raster Types of GIS
Data Structure and Applications
Raster Data Model (GRID)
Vector Data Model. Arc/Node Data Structure.
Main elements:
Tables associated with Vector Data Model:
The Triangulated Irregular Network (TIN)
TIN represents the terrain surface as a set of interconnected triangular facets.
TIN structure is a vector-based alternative to the traditional raster representation of terrain surface - Digital Elevation Model (DEM).
TIN is a result of interpolation between measured elevation values. Unlike DEM, composed of regular grid, TIN facets have different sizes depending on data density. Therefore, TIN can describe terrain surface better. At the same time TINs are much more complex than DEMs and their production can be time consuming.