加载中...
搜索中...
无匹配项
projection.cuh 文件参考
#include <cuspatial/geometry/vec_2d.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <iterator>
#include <cuspatial/detail/projection/sinusoidal_projection.cuh>

前往此文件的源代码。

函数

template<class InputIt, class OutputIt, class T>
OutputIt cuspatial::sinusoidal_projection (InputIt lon_lat_first, InputIt lon_lat_last, OutputIt xy_first, vec_2d< T > origin, rmm::cuda_stream_view stream=rmm::cuda_stream_default)
 将经度/纬度相对于原点正弦投影到笛卡尔 (x/y) 坐标(单位:公里)。