Joints/selections/digitizing Flashcards

1
Q

what are attributes

A

non spatial data associated with a spatial location

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

where are attributes stored

A

in an attribute table

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

can vector data have numerous attributes attached to one spatial location

A

YES

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

what are joints

A

methods of linking two or more attribute tables

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

how can two tables be joined together

A

through a COMMON FIELD

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

what are relates

A

a relationship between two or more tables but DOES NOT attach or remove data

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

what is required for relates

A

a common field

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

when are relates preferred over joints

A

when working with one to many relationships or numerous tables

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

when is a spatial joint used

A

when layers DO NOT have a common attribute field

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

what are join one to one relationships

A

the joining of information with each feature in a target layer

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

what are join one to many relationships

A

multiple join features overlay the target feature = output will have multiple copies of the target feature

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

what are three types of selections

A
  1. interactive selection
  2. select by attribute
  3. select by location
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

when is select by location used

A

for spatial queries

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

when is select by attributes used

A

for database queries

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

what language do queries use

A

structured query language

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

what is a compound query

A

a query used to make selections based on multiple criteria

17
Q

what are the logical operators for query

A

AND

OR

NOT
XOR

18
Q

contrast the four logical operators

A

and - selects INTERSECTION between multiple criteria

or - selects everything that meets BOTH criteria (UNION)

not - select what meets the FIRST criteria but NOT the second

Xor - selects all features that ONLY meets the first and second criteria

19
Q

can the and logical operator be used for the same field

20
Q

what is a limitation of the AND logical operator

A

MUST mean both criteria is true

21
Q

what are spatial queries

A

selecting features or information based on spatial relationships

22
Q

what are the different spatial relationships

A
  1. intersect
  2. within a distance
  3. within
  4. completely within
  5. contains
  6. completely contains
  7. boundary touches
23
Q

what is the intersect spatial location

A

features in the input layer are selected if they completely or partially overlaps with the selecting features

24
Q

what is the within a distance spatial location

A
  • creates search area from the selecting feature
  • selects features that fall WITHIN a certain distance
25
contrast within and completely within
within - selects input features that are located COMPLETELY or PARTIALLY within the select feature completely within - selects input feature if it DOES NOT share a boundary with selecting feature
26
contrast contains and completely contains
contains - selects the input feature that has the selecting feature WITHIN it completely contains - selecting feature MUST be completely within the input feature
27
what is the inverse of within? completely within?
within - contains completely within - completely contains
28
what is the boundary touches spatial location
1. selects the input if it touches the boundary of the selecting feature
29
what shapefile must data be to use boundary touches location
lines or polygones
30
what is digitizing
a process of creating points, lines or polygons which represent features from a map or image
31
what is important to remember while digitizing
errors propagate during digitizing
32
what are two types of digitizing
1. heads down digitizing 2. heads up digitizing
33
contrast heads up or down digitizing
heads up - on screen digitizing heads down - digitizing tables for hardcopy maps
34
how does heads down digitizing work
the tablets use a grid of wires to generate a magnetic field which is detected by the cursor
35
contrast point mode vs stream mode digitizing methods
point - user identifies the point to be captured by intentionally pressing a button stream - points are captured at set time intervals (the user traces over a feature)
36
what can be an unwanted result of digitizing
sliver polygons
37
what are sliver polygons
occur when digitized polygons overlay each other and gaps exist between boundaries
38