6 - Topology Flashcards
Spatial data model
Simplified representation of spatial
features or spatial phenomena on the Earth’s surface
How is vector data prepared??
- Geometrical data are stored as sets of xy coordinates.
- The data & their spatial relationships are organised into digital data files that the computer can access, interpret and process.
Components of general format for storage of vector data
- The object Id-number, which has to be unique
- The n-term
- The co-ordinate pairs as defined by n-term
The object Id-number use
- Has to be unique
- Used to identify the object and to link attributes to it
The n-term use
States how many pairs of co-ordinates are used to build the object
Difference bwtn spaghetti and topology models
The level of structure and organisation of the data
Topology def
- The spatial relationships that exists between features in a feature layer in the vector model.
- Set of rules of how points, lines and polygons share their geometry.
- The geometric relationship between edges (line), nodes (point) and the faces (polygon), they created.
What does topology do?
Checks and validates the spatial relationship of neighbouring and overlapping features.
Nodes def
Connections at the intersection points and start at end points of edges
Edge def
Set of coordinate pairs starting with a node and ending with a node making up the boundaries of
polygons.
Face def
The largest two-dimensional space restricted by the edges
Some topology rules
- Municipal boundaries must not overlap.
- Municipal boundaries must not have gaps (slivers).
- Polygons showing property boundaries must be closed.
- Undershoots (lower than final value) or overshoots (higher than the final value) of the border lines are not allowed.
- Contour lines in a vector line layer must not intersect.
Main topology rules
- Connectivity
- Adjacency
- Containment
- Contiguity
Connectivity
Describes the linking of points or polygons to each other.
- Adjacency
Summarizes the sharing of a common boundary of two
regions or polygons.