Loading...
Searching...
No Matches
Classes | Functions
nearest_points.hpp File Reference
#include <cudf/column/column_view.hpp>
#include <cudf/utilities/span.hpp>
#include <optional>

Go to the source code of this file.

Classes

struct  cuspatial::point_linestring_nearest_points_result
 Container for the result of pairwise_point_linestring_nearest_points More...
 

Functions

point_linestring_nearest_points_result cuspatial::pairwise_point_linestring_nearest_points (std::optional< cudf::device_span< cudf::size_type const > > multipoint_geometry_offsets, cudf::column_view points_xy, std::optional< cudf::device_span< cudf::size_type const > > multilinestring_geometry_offsets, cudf::device_span< cudf::size_type const > linestring_part_offsets, cudf::column_view linestring_points_xy, rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource())
 Compute the nearest points and geometry ID between pairs of (multi)point and (multi)linestring.