|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/projection/ossimGoogleProjection.h>Go to the source code of this file.
Macros | |
| #define | deg2rad(d) (((d)*M_PI)/180) |
| #define | rad2deg(d) (((d)*180)/M_PI) |
| #define | earth_radius 6378137 |
Functions | |
| double | y2lat_d (double y) |
| double | x2lon_d (double x) |
| double | lat2y_d (double lat) |
| double | lon2x_d (double lon) |
| double | y2lat_m (double y) |
| double | x2lon_m (double x) |
| double | lat2y_m (double lat) |
| double | lon2x_m (double lon) |
| #define deg2rad | ( | d | ) | (((d)*M_PI)/180) |
| #define earth_radius 6378137 |
| #define rad2deg | ( | d | ) | (((d)*180)/M_PI) |
| double lat2y_d | ( | double | lat | ) |
| double lat2y_m | ( | double | lat | ) |
Definition at line 32 of file ossimGoogleProjection.cpp.
References deg2rad, earth_radius, and M_PI.
Referenced by ossimGoogleProjection::forward().
| double lon2x_d | ( | double | lon | ) |
Definition at line 26 of file ossimGoogleProjection.cpp.
| double lon2x_m | ( | double | lon | ) |
Definition at line 33 of file ossimGoogleProjection.cpp.
References deg2rad, and earth_radius.
Referenced by ossimGoogleProjection::forward().
| double x2lon_d | ( | double | x | ) |
| double x2lon_m | ( | double | x | ) |
Definition at line 31 of file ossimGoogleProjection.cpp.
References earth_radius, rad2deg, and x.
Referenced by ossimGoogleProjection::inverse().
| double y2lat_d | ( | double | y | ) |
| double y2lat_m | ( | double | y | ) |
Definition at line 30 of file ossimGoogleProjection.cpp.
References earth_radius, M_PI, rad2deg, and y.
Referenced by ossimGoogleProjection::inverse().
1.8.14