Lookup function for shorthand versions of spatial relation text strings
sp_rel_xref.Rd
After typing "esriSpatialRelIntersects" into 4 to 5 functions, you'll get
pretty sick of typing that. This function serves to allow shorthand strings
to be passed to the sp_rel
arguments of the
get_layers_by_spatial
family of functions. For example, you can
pass "intersects" to this function and it will return
"esriSpatialRelIntersects"
Arguments
- x
A character string. One of "contains", "crosses", "envelopeintersects", "indexintersects", "intersects", "overlaps", "relation", "touches", "within"