Question:medium

Which of the following spatial data structures is best for analysing complex networks analysis, such as finding the shortest path between two points in a city's road network?

Show Hint

GIS Architecture Rule: - Continuous surfaces (weather, elevation, satellite images) = Raster Grid. - Discrete, interconnected pathways (roads, pipelines, utility networks) = Vector Topology. Topology provides the mathematical connectivity logic that allows routing algorithms to work.
Updated On: Jun 23, 2026
  • Raster data model
  • Vector data topological model
  • Grid-based model
  • Triangulated Irregular Network (TIN)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0