加载中...
搜索中...
无匹配项
nearest_points.hpp 文件参考
#include <cudf/column/column_view.hpp>
#include <cudf/utilities/span.hpp>
#include <rmm/resource_ref.hpp>
#include <optional>

转到此文件的源代码。

结构体  cuspatial::point_linestring_nearest_points_result
 pairwise_point_linestring_nearest_points 结果的容器 更多...
 

函数

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::device_async_resource_ref mr=rmm::mr::get_current_device_resource())
 计算(多)点和(多)线的对之间的最近点和几何ID。