Vector

Overview

Vector is a type of spatial data in a GIS that represents geographic features using points, lines, and polygons, allowing for precise representation of discrete features such as roads, buildings, and land parcels. Vector data combines geometry (location/shape) with attributes (descriptive information).

Key Concepts

Point is a single coordinate representing a location. Line/LineString is an ordered sequence of connected points. Polygon is a closed area defined by a boundary ring. Attributes are tabular data associated with each feature. Feature class is a collection of features of the same geometry type. Topology describes spatial relationships between features.

Vector vs. Raster

AspectVectorRaster
Data modelPoints, lines, polygonsGrid cells
Best forDiscrete featuresContinuous phenomena
PrecisionExact boundariesResolution-dependent
File sizeVaries with complexityVaries with resolution
Overlay analysisRequires processingSimple math

Common Formats

Appendix

Created: 2025-12-13 | Modified: 2025-12-13

See Also