OmniSciDB
a5dc49c757
|
#include <Utm.h>
Public Member Functions | |
DEVICE ALWAYS_INLINE | TransformUTMTo4326 (unsigned const srid, double const x, double const y) |
DEVICE ALWAYS_INLINE double | calculateX () const |
DEVICE ALWAYS_INLINE double | calculateY () const |
Private Attributes | |
unsigned const | srid_ |
double | eta_ |
double | xi_ |
bool | small_eta_ |
|
inline |
Definition at line 224 of file Utm.h.
References anonymous_namespace{Utm.h}::betas, anonymous_namespace{Utm.h}::E0, eta_, shared::fastCosh(), shared::fastSinh(), anonymous_namespace{Utm.h}::k0_A, anonymous_namespace{Utm.h}::N, small_eta_, srid_, and xi_.
|
inline |
Definition at line 255 of file Utm.h.
References math_consts::deg_div_rad, eta_, shared::fastSinh(), small_eta_, srid_, and xi_.
Referenced by conv_utm_4326(), and transform_utm_4326_x().
|
inline |
Definition at line 263 of file Utm.h.
References math_consts::deg_div_rad, anonymous_namespace{Utm.h}::deltas, eta_, f(), shared::fastCosh(), anonymous_namespace{Utm.h}::N, small_eta_, and xi_.
Referenced by conv_utm_4326(), and transform_utm_4326_y().
|
private |
Definition at line 214 of file Utm.h.
Referenced by calculateX(), calculateY(), and TransformUTMTo4326().
|
private |
Definition at line 216 of file Utm.h.
Referenced by calculateX(), calculateY(), and TransformUTMTo4326().
|
private |
Definition at line 213 of file Utm.h.
Referenced by calculateX(), and TransformUTMTo4326().
|
private |
Definition at line 215 of file Utm.h.
Referenced by calculateX(), calculateY(), and TransformUTMTo4326().