Spatial relationship descriptor and lookup tables
sp_rel_lookups.Rd
These data.frames are used to lookup and explain which spatial relation types go with different spatial queries.
Format
sp_rel_valid
is a data.frame with 105 rows and 3 variables as
follows:
- feature_class
A feature class to be queried
- query_feature_class
The feature class used to do a spatial query
- sp_rel
The spatial relationships that are valid for the feature class and query_feature_class combination
sp_rel_lookup
is a data.frame with 9 rows and 2 variables as
follows:
- sp_rel
The spatial relationship being described
- description
A description of the sp_rel
Source
sp_rel_valid--Independent tests done specifically by and for arcpullr
sp_rel_lookup -- https://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.SpatialRelationship.html