Skip to main content

Module spatial_join

Module spatial_join 

Source
Expand description

Spatial join operations with spatial indexing

Efficient spatial joins using R-tree and other spatial indices.

Structs§

SpatialJoinOptions
Options for spatial join
SpatialJoinResult
Result of spatial join

Enums§

SpatialJoinPredicate
Spatial join predicate

Functions§

k_nearest_neighbors
K-nearest neighbors search
nearest_neighbor
Nearest neighbor search
range_query
Range query (all points within distance)
spatial_join_points
Perform spatial join between two point sets