Lecture 30/01/2017 Flashcards
What are the 3 Geographic Entities?
- Points
- Lines
- Areas
What geographic entities best represent vector and raster file formats? Which is continuous, which is discrete?
- VECTOR (point, line, area)
•discrete - RASTER (grid/pixels)
•continuous
What does a vector model use to store the location of geographic entities?
Cartesian (i.e., x,y) or geographic coordinates (i.e., lat/long).
What are lines?
A string of coordinate points that are connected by:
- Nodes;
- Vertices; and
- Arcs.
What are polygons?
- A closed string of coordinate points that are connected by nodes and vertices and arcs.
- Polygons also have size and perimeter properties.
If you had to represent a small area with a big scale, would you use a point or a polygon?
point
If you had to represent a small area with a large scale, would you use a point or a polygon?
polygon
Provide an example of when a workgroup might require different geographic entities of the same geographic features?
A regional planner vs. an urban planner or traffic engineer require different resolutions of information at different scales (e.g., roadway details).
Vector data models fall into 2 categories:
- Topological
2. Non-Topological
What is topology?
Topology is the geometric relationships that exist between entities located in space. It can be thought of as the study of how entities are organised relative to one another, whether they are: connected; adjacent; or contained.
What does topology help us to do with spatial data?
Topology helps to detect errors in spatial data; topology is correct where lines connect with other lines, all polygons are closed, and no space should exist between adjacent polygons.
What are the 3 aspects of topology?
- Adjacency is the information about the neigbourhoods of different entities (e.g., properties which border each other)
- Contained is the information about entities that enclose other spatial features (e.g., the boundaries of a water body).
- Connected is the information about the links between entities (e.g., streets, roads, and highways).
What detects slivers generated by digitizing?
TOPOLOGY!
What’s the difference between Non-Topological Vector Data Structures and Topological Vector Data Structures?
Topological Vector Data Structures calculates the relationships that each geographic entity has to one another, where as Non-Topological Vector Data Structures are relative only to themselves.