-
Vector data representation records the position of features using coordinates, with each point being expressed as two or three numbers (X, Y or X, Y, Z coordinates).
-
A vector data model uses points stored by their real (earth) coordinates, with lines and areas being built from sequences of points. It can store information about topology and is best input through manual digitizing.
-
Vector files are commonly used for highly precise applications, when file sizes are important, when individual map features require analysis, and when descriptive information must be stored.
-
The advantages of vector data formats include:
- Superior for storing discrete objects
- Scalable
- Less storage required for detailed data
-
The disadvantages of vector data formats include:
- More complex and time-consuming to process
- Difficult to display smoothly (without gaps) when zooming out.