ReadonlymaxReadonlyminReadonlyscaleReadonlyxReadonlyxReadonlyyReadonlyySeries of Polygons to test.
OptionalmemoryResource: MemoryResourceOptional 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.
OptionalmemoryResource: MemoryResourceOptional resource used to allocate the output device memory.
DataFrame containing the closest point to each polyline.
Series of Polylines to test.
Radius of each polyline point.
OptionalmemoryResource: MemoryResourceOptional 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.
OptionalmemoryResource: MemoryResourceOptional 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.
OptionalmemoryResource: MemoryResourceOptional resource used to allocate the output device memory.
DataFrame Indices for each intersecting bounding box and leaf quadrant.
StaticnewObject of quadtree options
Maximum quadtree depth in range [0, 15)
OptionalmemoryResource?: MemoryResourceOptional 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
Series of Polygons to test.