Spatial Joins Flashcards
Attribute joins are based on a common field. What are spatial joins based on?
Spatial joins are similar to table joins:
There is a source and a destination
User must take into account the cardinality of the feature classes
Spatial joins are not based on a common attribute
Spatial joins are based on a common spatial relationship
The result of a spatial join is a new feature class
List the two spatial relationships on which spatial joins are based?
One feature inside another - containment
One feature closest to another - proximity
What are inside joins? Explain.
features inside a polygon
What are distance joins? Explain.
features closest to other features
An attribute join temporarily appends the fields of the source table to the destination
table. In this respect, how is a spatial join different from an attribute join?
The tables of the participating feature classes are not affected New feature class has fields from both input tables
What determines the geometry of the output feature class in a spatial join?
Output layer has the same geometry type as destination layer
If an airports feature class is joined to a cities feature class, with cities as the destination layer, what type of features, cities or airports, will be contained in the output feature class?
Cities = Points
When using a distance join, what fields, if any, are created automatically?
Distances are given in stored map units
True or false? In an inside join the records of two features will be joined only if one of the
features is completely inside the other feature
True
True or false? In an inside join one of the feature classes must always be a polygon
feature class
True
What is the rule of joining? Explain.
Cardinality rules apply
Must be projected for accuracy
Based on cardinality, spatial joins can be grouped into two categories. What are these
categories?
Simple joins - one to one or many to one
Summarised joins - one to many
What type of spatial joins can be performed if the cardinality is one-to-one or many-toone?
Simple joins
What type of spatial joins can be performed if the cardinality is one-to-many or many-tomany?
Summarised joins
Taking into account cardinality and spatial relationship, spatial joins can be grouped into
four categories. List these categories.
Simple Inside
Simple Distance
Summarised Inside
Summarised Outside