OmniSciDB
a5dc49c757
|
#include "Geospatial/Utm.h"
Go to the source code of this file.
Functions | |
ALWAYS_INLINE double | transform_4326_900913_x (const double x, double) |
ALWAYS_INLINE double | transform_4326_900913_y (double, const double y) |
ALWAYS_INLINE double | transform_900913_4326_x (const double x, double) |
ALWAYS_INLINE double | transform_900913_4326_y (double, const double y) |
ALWAYS_INLINE double | transform_4326_utm_x (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_4326_utm_y (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_utm_4326_x (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_utm_4326_y (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_900913_utm_x (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_900913_utm_y (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_utm_900913_x (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double | transform_utm_900913_y (unsigned const utm_srid, double const x, double const y) |
ALWAYS_INLINE double transform_4326_900913_x | ( | const double | x, |
double | |||
) |
Definition at line 19 of file GeoOpsRuntime.cpp.
References anonymous_namespace{Utm.h}::a, and math_consts::rad_div_deg.
Referenced by transform_utm_900913_x().
ALWAYS_INLINE double transform_4326_900913_y | ( | double | , |
const double | y | ||
) |
Definition at line 26 of file GeoOpsRuntime.cpp.
References anonymous_namespace{Utm.h}::a, and math_consts::m_pi.
Referenced by transform_utm_900913_y().
ALWAYS_INLINE double transform_4326_utm_x | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 46 of file GeoOpsRuntime.cpp.
References Transform4326ToUTM::calculateX().
Referenced by transform_900913_utm_x().
ALWAYS_INLINE double transform_4326_utm_y | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 52 of file GeoOpsRuntime.cpp.
References Transform4326ToUTM::calculateY().
Referenced by transform_900913_utm_y().
ALWAYS_INLINE double transform_900913_4326_x | ( | const double | x, |
double | |||
) |
Definition at line 33 of file GeoOpsRuntime.cpp.
References anonymous_namespace{Utm.h}::a, and math_consts::deg_div_rad.
Referenced by transform_900913_utm_x(), and transform_900913_utm_y().
ALWAYS_INLINE double transform_900913_4326_y | ( | double | , |
const double | y | ||
) |
Definition at line 39 of file GeoOpsRuntime.cpp.
References anonymous_namespace{Utm.h}::a, and math_consts::m_pi.
Referenced by transform_900913_utm_x(), and transform_900913_utm_y().
ALWAYS_INLINE double transform_900913_utm_x | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 70 of file GeoOpsRuntime.cpp.
References transform_4326_utm_x(), transform_900913_4326_x(), and transform_900913_4326_y().
ALWAYS_INLINE double transform_900913_utm_y | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 77 of file GeoOpsRuntime.cpp.
References transform_4326_utm_y(), transform_900913_4326_x(), and transform_900913_4326_y().
ALWAYS_INLINE double transform_utm_4326_x | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 58 of file GeoOpsRuntime.cpp.
References TransformUTMTo4326::calculateX().
Referenced by transform_utm_900913_x().
ALWAYS_INLINE double transform_utm_4326_y | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 64 of file GeoOpsRuntime.cpp.
References TransformUTMTo4326::calculateY().
Referenced by transform_utm_900913_y().
ALWAYS_INLINE double transform_utm_900913_x | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 84 of file GeoOpsRuntime.cpp.
References transform_4326_900913_x(), and transform_utm_4326_x().
ALWAYS_INLINE double transform_utm_900913_y | ( | unsigned const | utm_srid, |
double const | x, | ||
double const | y | ||
) |
Definition at line 90 of file GeoOpsRuntime.cpp.
References transform_4326_900913_y(), and transform_utm_4326_y().