Week2: 03 - Spatial Relations: matrix/overlayed Flashcards

1
Q

How can spatial objects (in a vector based representation) be characterised?

A

In terms of their spatial relations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Two regions are said to be adjacent if …

A

if they share part of a boundary but do not share any points in their interior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the pros and cons of the 4-intersection matrix?

A
Pros:
1) simple model
2) well accepted
Cons:
1) Does not distinguish between conceptually different situations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a possible extension of the 4-intersection matrix?

A

Use different values for matrix entries:

1) number of connected components
2) adding the dimension of each component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Non-overlayed approach

A

We can consider generic sets of entities (any topological relations allowed) or sets with specific properties/structures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Overlayed approach

A

We do not allow for proper intersections among entities i.e. intersections between the interior of entities
This approach is useful to define data structures for storing vector spatial data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Properties of generic sets of entities

A

1) all relations are possible between pairs of entities
2) No specific structure characterises these sets of entities
3) Inefficient to maintain topology
4) Layered model
5) Each layer (usually kept separately) is an overlayed set but different layers can intersect each other

e.g. intersection point (bridge) is not recorded in the dataset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Properties of overlayed sets

A

1) If the same dataset is stored as an overlayed set, all interactions are calculated and stored in the dataset
e. g. intersection point (bridge) is explicitly recorded in dataset
2) With overlayed sets of entities, only disjoint and meet relations are possible between two polygons/lines
3) Overlayed sets of entities correspond to plane graphs in which we consider nodes, edges & faces (polygons) bounded by closed cycles of edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly