正在加载...
正在搜索...
无匹配项
projection_factories.cuh 文件参考
#include <cuproj/error.hpp>
#include <cuproj/projection.cuh>
#include <cuproj/projection_parameters.hpp>
#include <memory>

查看此文件的源代码。

class  cuproj::detail::epsg_code
 

函数

template<typename Coordinate, typename T = typename Coordinate::value_type>
projection< Coordinate > * cuproj::make_utm_projection (int zone, hemisphere hemisphere, direction dir=direction::FORWARD)
 为给定的 UTM 区域和半球创建 WGS84<-->UTM 投影。
 
template<typename Coordinate>
cuproj::projection< Coordinate > * cuproj::make_projection (detail::epsg_code const &src_epsg, detail::epsg_code const &dst_epsg)
 从 EPSG 代码创建投影对象。
 
template<typename Coordinate>
cuproj::projection< Coordinate > * cuproj::make_projection (std::string const &src_epsg, std::string const &dst_epsg)
 从 "EPSG:XXXX" 字符串形式的 EPSG 代码创建投影对象。
 
template<typename Coordinate>
cuproj::projection< Coordinate > * cuproj::make_projection (int src_epsg, int const &dst_epsg)
 从整数形式的 EPSG 代码创建投影对象。