加载中...
搜索中...
无匹配项
cuproj::detail::epsg_code 类参考

公共成员函数

 epsg_code (std::string const &str)
 从字符串构造一个 epsg_code 对象。
 
 epsg_code (int code)
 从整数构造一个 epsg_code 对象。
 
 operator std::string () const
 
 operator int () const
 
bool is_wgs_84 () const
 
auto to_utm_zone ()
 返回与该 EPSG 代码对应的 UTM 区域的 [区域, 半球] 对。
 

详细描述

定义在文件 projection_factories.cuh 的第 38 行。

构造函数与析构函数文档

◆ epsg_code() [1/2]

cuproj::detail::epsg_code::epsg_code ( std::string const & str)
inlineexplicit

从字符串构造一个 epsg_code 对象。

定义在文件 projection_factories.cuh 的第 41 行。

◆ epsg_code() [2/2]

cuproj::detail::epsg_code::epsg_code ( int code)
inlineexplicit

从整数构造一个 epsg_code 对象。

定义在文件 projection_factories.cuh 的第 54 行。

成员函数文档

◆ is_wgs_84()

bool cuproj::detail::epsg_code::is_wgs_84 ( ) const
inline

定义在文件 projection_factories.cuh 的第 60 行。

◆ operator int()

cuproj::detail::epsg_code::operator int ( ) const
inlineexplicit

定义在文件 projection_factories.cuh 的第 57 行。

◆ operator std::string()

cuproj::detail::epsg_code::operator std::string ( ) const
inlineexplicit

定义在文件 projection_factories.cuh 的第 56 行。

◆ to_utm_zone()

auto cuproj::detail::epsg_code::to_utm_zone ( )
inline

返回与该 EPSG 代码对应的 UTM 区域的 [区域, 半球] 对。

定义在文件 projection_factories.cuh 的第 63 行。


本类的文档生成于以下文件