Lecture 3-4.

Vector and Raster Types of GIS
Data Structure and Applications

"Yes raster is faster, but raster is vaster, and vector just seems more correcter."


C. Dana Tomlin


Raster Data Model (GRID)


Main elements:  Advantages:  Disadvantages:  

Vector Data Model. Arc/Node Data Structure.




Main elements:

 Advantage: Disadvantage:  

Tables associated with Vector Data Model:
 
 

 

The Triangulated Irregular Network (TIN)


TIN structure is a vector-based topological data model that is used to represent terrain data.

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.