#include <MAUtil/Geometry.h>
#include <maapi.h>
#include "madmath.h"
#include <conprint.h>
#include "PixelCoordinate.h"
Namespaces | |
namespace | MAP |
Classes | |
class | MAP::LonLat |
Variables | |
static const double | MAP::PI = 3.14159265358979323846 |
static const double | MAP::InitialResolution = 2.0 * PI * 6378137.09 / 256 |
static const double | MAP::InvInitialResolution = 256 / ( 2.0 * PI * 6378137.09 ) |
static const double | MAP::OriginShift = PI * 6378137.09 |