Representation of Spatial Elelments
Representation of Spatial Elelments
SPATIAL ELEMENTS
VECTOR, RASTER AND TABULAR DATA
FEATURE REPRESENTATION
• Spatial data describes any data related to or containing information about a specific
location on the earth’s surface.
VECTOR DATA
• Represented as a matrix of uniform size square areas (grid of cells, cells or pixels)
arranged in rows and columns, each cell containing a value.
• Their size determines the detail that can be maintained in the dataset. Because
raster data represent square areas, they describe interiors rather than boundaries
as is the case with vector data.
• Resolution based on the size of the cell: the smaller the cell, the higher the
resolution
• Used to represent continuous data without distinct boundaries such as elevation
and precipitation, soil pH as they vary from location to location.
ADVANTAGES OF VECTOR DATA
STRUCTURES
Good representation of phenomenon
Topology can be completely described and easy to maintain
Accurate graphics, retrieval, updating and generalization of
graphics and attributes possible
Requires less disk space
Graphical maps more closely represent hand-drawn
Compact data structure for homogeneous areas
Better suited for map output
ADVANTAGES OF RASTER DATA STRUCTURES
Simple data structures
Some spatial analysis methods simple to perform
Simulation easy because cells have the same size and
shape
Compatible with remote sensing
High spatial variability available which is efficiently
represented
Can store image data
RASTER VERSES VECTOR DATA
Vector
Raster
• Complex data structure
• Simple data structure
• Simple to implement overlays
• Overlay more difficult to implement
• Inefficient for image processing
• Efficient for image processing
• Spatially more accurate because it
• Generalizes spatial locations (features
places points everywhere
are considered homogeneous within a
pixel) • Adapts to scale changes
• Raster datasets are potentially very • Allows representing networks
large datasets • Allows easy association with attribute
data
• More update intensive
ATTRIBUTE DATA