Spatial Selection and Spatial Joins Flashcards

1
Q

Explain multipart features

A

a point, line, or polygon that has more than one part, but is defined as one feature

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

Select by location: intersect

A

returns any feature that either fully or partially overlaps the source features

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

select by location: within a distance

A

creates buffers using the buffer distance around the source features and returns all features intersecting the buffer zones

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

select by location: contains

A

to be selected, the geometry of the source must fall inside the target feature+boundaries

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

select by location: completely contains

A

to be selected, the parts of the target feature must contain the geometries of the source feature - source feature cannot overlap the target feature

  • source feature must be a polygon
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

select by location: within

A

to be selected, the target feature must fall inside the source feature

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

select by location: completely within

A

to be selected, all of the target feature must be in the source feature

  • source feature must be a polygon - opposite of completely contains
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

select by location: are identical to

A

selected if features are strictly equal

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

select by location: boundary touches

A

selected if the intersection with the source feature is non-empty

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

select by location: share a line segment with

A

source and target share a vertices
- only lines and polygons

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

select by location: crossed by the outline of

A

source and target share at least an edge, vertex, or endpoint, but not a line segment

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

Define centroid

A

Center of a geometric feature

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

select by location: have their center in

A

selected if target centroid falls into the source feature

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

Explain misclassification matrix

A

Computes the overall accuracy between the classified map and the reference data

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

Define metadata

A

data about data - helps to share data and avoid many errors

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