|
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 代码创建投影对象。
|
|