Ghana School of Surveying and Mapping: LEVEL 200 Principles of Gis/Lis
Ghana School of Surveying and Mapping: LEVEL 200 Principles of Gis/Lis
Raster Vector
Field-based Object-based
Raster Vector
Field-based Object-based
code
code
x x x
Point Line Area
Raster data model
Row
Row
Row
Unstructured
spaghetti
Structured
topology
Topology models for areas
Spatial data
models
Raster Vector
Field-based Object-based
Topological Unstructured
Regular Irregular structured (spaghetti)
Tessellation Tessellation
Unstructured
spaghetti
Topological
structured
Topology models for areas
Spatial data
models
Raster Vector
Field-based Object-based
Topological Unstructured
Regular Irregular structured (spaghetti)
Tessellation Tessellation
Boundary Polygon
Model Model
Polygon model
Polygon-by-Polygon
Feature coordinates
polygon 1 x1,y1, x2,y2, ..,.. xn,yn
polygon 2 x1,y1, x2,y2, ..,.. xm,ym
Polygon model
A
C
Disadvantages:
• Data redundancy (duplication of boundaries)
• Spatial analysis (e.g. find neighbor polygons) is rather
complicated and time-consuming
Boundary model
Nodes
Arc-by-Arc
Feature coordinates
Arc 1 x1,y1, x2,y2, ..,..
Arc 2 x1,y1, x2,y2, ..,..
Arc 3 x1,y1, x2,y2, ..,..
Boundary model
a1
U
1 A
a2
2
a3
B
2
b1 A
C
4
Disadvantage:
• Complex data structure
• Overlay more difficult to implement
• Inefficient for image processing
• More update-intensive
Raster-based models
Spatial data
models
Raster Vector
Field-based Object-based
Disadvantage:
• Less compact data structure
• Difficult to represent topology
• Cell boundaries independent of feature boundaries
Irregular tessellations (1)
Irregular Tessellations are partitions of space into mutually distinct cells, but now the
cells may vary in size and shape, allowing them to adapt to the spatial phenomena
that they represent. Irregular tessellations are more complex than regular ones, but
they are also more adaptive, which typically leads to a reduction in the amount of
computer memory needed to store the data.
Raster Vector
Field-based
TIN Object-based
Delaunay triangulation
Models for elevation
Raster Data Formats
Raster data is commonly stored in specific file
formats, such as GeoTIFF, ERDAS IMG, or GRID,
which provide the necessary structure and metadata
to store and manage raster datasets. These formats
are widely supported by GIS software and can retain
both spatial and attribute information.
Advantages of Raster Model