Series of Polygons to test.
Optional resource used to allocate the output device memory.
DataFrame Indices for each intersecting point and polygon pair.
Series of Polylines to test.
Radius of each polyline point.
Optional resource used to allocate the output device memory.
DataFrame Indices for each point/nearest polyline pair, and distance between them.
Series of Polygons to test.
Optional resource used to allocate the output device memory.
DataFrame x and y-coordinates of each found point
Series of Polylines to test.
Radius of each polyline point.
Optional resource used to allocate the output device memory.
DataFrame containing the closest point to each polyline.
Series of Polygons to test.
Optional resource used to allocate the output device memory.
Series of each polygon that contains any points
Minimum bounding boxes for a set of polygons or polylines.
Optional resource used to allocate the output device memory.
DataFrame Indices for each intersecting bounding box and leaf quadrant.
Object of quadtree options
Maximum quadtree depth in range [0, 15)
Optional resource to use for output device memory allocations.
Minimum number of points for a non-leaf quadtree node
Scale to apply to each point's distance from (x_min, y_min)
Column of x-coordinates for each point
The upper-right x-coordinate of the area of interest bounding box
The lower-left x-coordinate of the area of interest bounding box
Column of y-coordinates for each point
The upper-right y-coordinate of the area of interest bounding box
The lower-left y-coordinate of the area of interest bounding box
Quadtree
maxDepth
used to construct the Quadtree. *