OmniSciDB
a5dc49c757
|
Convert to/from WGS84 (long,lat) and UTM (x,y) given utm zone srid. More...
Go to the source code of this file.
Classes | |
class | Transform4326ToUTM |
class | TransformUTMTo4326 |
Namespaces | |
anonymous_namespace{Utm.h} | |
Functions | |
DEVICE bool | is_utm_srid (unsigned const srid) |
Variables | |
constexpr double | anonymous_namespace{Utm.h}::f = 1 / 298.257223563 |
constexpr double | anonymous_namespace{Utm.h}::a = 6378137 |
constexpr double | anonymous_namespace{Utm.h}::k0 = 0.9996 |
constexpr double | anonymous_namespace{Utm.h}::E0 = 500e3 |
constexpr double | anonymous_namespace{Utm.h}::n = f / (2 - f) |
constexpr double | anonymous_namespace{Utm.h}::A |
constexpr double | anonymous_namespace{Utm.h}::k0_A = k0 * A |
constexpr std::array< double, 9 > | anonymous_namespace{Utm.h}::alphas |
constexpr std::array< double, 9 > | anonymous_namespace{Utm.h}::betas |
constexpr std::array< double, 9 > | anonymous_namespace{Utm.h}::deltas |
constexpr unsigned | anonymous_namespace{Utm.h}::N = 6 |
Convert to/from WGS84 (long,lat) and UTM (x,y) given utm zone srid.
Definition in file Utm.h.
|
inline |
Definition at line 113 of file Utm.h.
Referenced by transform_point(), and x_and_y_are_dependent().