misc-over.Rd
Find spatial join or intersections
overGeomGeom(x, y, returnList = FALSE, fn = NULL, ..., minDimension = -1)
overGeomGeomDF(x, y, returnList = FALSE, fn = NULL, ..., minDimension = -1)
see over
see over
see over
see over
see over
integer; if -1
, gIntersects is used to find
geometry intersections; if 0
, 1
or 2
, gRelate is used. if
gRelate is used, intersecting geometries are ordered by the dimension of the
intersection (2: area overlap; 1: line in common; 0: point in common), and minDimension
determines the mininum dimension of intersection required.
see over
gRelate (minDimension
> -1) is likely to be substantially slower than
gIntersects.