Joints/selections/digitizing Flashcards
what are attributes
non spatial data associated with a spatial location
where are attributes stored
in an attribute table
can vector data have numerous attributes attached to one spatial location
YES
what are joints
methods of linking two or more attribute tables
how can two tables be joined together
through a COMMON FIELD
what are relates
a relationship between two or more tables but DOES NOT attach or remove data
what is required for relates
a common field
when are relates preferred over joints
when working with one to many relationships or numerous tables
when is a spatial joint used
when layers DO NOT have a common attribute field
what are join one to one relationships
the joining of information with each feature in a target layer
what are join one to many relationships
multiple join features overlay the target feature = output will have multiple copies of the target feature
what are three types of selections
- interactive selection
- select by attribute
- select by location
when is select by location used
for spatial queries
when is select by attributes used
for database queries
what language do queries use
structured query language
what is a compound query
a query used to make selections based on multiple criteria
what are the logical operators for query
AND
OR
NOT
XOR
contrast the four logical operators
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
can the and logical operator be used for the same field
NO
what is a limitation of the AND logical operator
MUST mean both criteria is true
what are spatial queries
selecting features or information based on spatial relationships
what are the different spatial relationships
- intersect
- within a distance
- within
- completely within
- contains
- completely contains
- boundary touches
what is the intersect spatial location
features in the input layer are selected if they completely or partially overlaps with the selecting features
what is the within a distance spatial location
- creates search area from the selecting feature
- selects features that fall WITHIN a certain distance