Coverage And Relational Data Model Flashcards

1
Q

How are data and tables constructed

A
Data consists if tables and relations. 
Rows define the cases objects, instances of some class of objects
The columns define the known properties or attributes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what can go in the columns of a data models

A

Data (integers, floats, dates and text)
BLOBs (images, music, video)
Hyperlinks to wed pages
Links to initiate programs

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

The relational data model

A
A county (entity) has a name, FILS pop90 and area are considered attributes
Data can be linked from different tables that are linked using unique IDs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is relational algebra

A

Relational algebra is the foundational underpinning of query languages for databases
It defines how relations (tables) can be manipulated and combines to form new relations
E.g projection reduced the number of attributes in a target table with respect to the source table

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

What are feature classes

A

I. Arcgis feature classes are homogeneous collections of features with a common spatial representation and set of attributes stored in a database

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

Give an example of a feature class

A

A line feature class for representing read centre lines

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

Describe relationships between objects

A

Every arc points to two polygons
The outside world is s special polygons
Every arc ends in two nodes
Nodes have any number of arcs, sometimes limited to three
Polygons have any number of arcs, sometimes limited by design
Polygons must be closed

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

Describe connectivity in arc node topology

A

This is a data structure starting from a Node, and ending at a node. Intersecting arcs are split

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

Define area in topological concepts

A

Polygon arc topology is defined as an ordered list of arcs
Boundary model of polygons
Arc coordinates are not duplicated
Arclist is a list of arc creating polygon

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

Describe contiguity in topology

A

This is defined to understand adjacency, e.g. left polygon and right polygon. This rests on the order of nodes

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

What is a spatial data model

A

Defined as the objects in a spatial database plus the relationships amount them. It’s purpose is the provide a formal means of represent and manipulating spatially referenced information

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

What is the purpose of coordinates

A

They are used to define the spatial location and extent of geographic objects

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

What is the max values one/two bytes can store (of integer values)

A

256/65536

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

What is ASCII code

A

ASCII code allows us to easily represent alphanumeric characters and numbers
Typically used for attribute information

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

What is indicated in .shx files

A

Segments of roads are indexed by pointers , and the identifiers for connected segments

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

What is the difference between a sub type and domain

A

Subtypes group based in class and a domain is the examples of possible forms of this class would be valid, restricting the value you can put in the domain