UNCLASSIFIED
GeographicTranslator
|
#include <string.h>
#include <math.h>
#include "WebMercator.h"
#include "EllipsoidParameters.h"
#include "MapProjectionCoordinates.h"
#include "GeodeticCoordinates.h"
#include "CoordinateConversionException.h"
#include "ErrorMessages.h"
Go to the source code of this file.
Variables | |
const double | PI = 3.14159265358979323e0 |
const double PI = 3.14159265358979323e0 |
Definition at line 52 of file WebMercator.cpp.