osgEarth 2.1.1
|
#include <osgEarthUtil/Formatters>
#include <iomanip>
#include <sstream>
#include <cstdio>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{Formatters.cpp} |
Defines | |
#define | LC "[LatLongFormatter] " |
#define | LC "[MGRSFormatter] " |
Variables | |
static char * | anonymous_namespace{Formatters.cpp}::GZD_ALPHABET = "CDEFGHJKLMNPQRSTUVWXX" |
static char * | anonymous_namespace{Formatters.cpp}::UTM_COL_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ" |
static char * | anonymous_namespace{Formatters.cpp}::UTM_ROW_ALPHABET = "ABCDEFGHJKLMNPQRSTUV" |
static unsigned | anonymous_namespace{Formatters.cpp}::UTM_ROW_ALPHABET_SIZE = 20 |
static char * | anonymous_namespace{Formatters.cpp}::UPS_COL_ALPHABET = "ABCFGHJKLPQRSTUXYZ" |
static unsigned | anonymous_namespace{Formatters.cpp}::UPS_COL_ALPHABET_SIZE = 18 |
static char * | anonymous_namespace{Formatters.cpp}::UPS_ROW_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ" |
static unsigned | anonymous_namespace{Formatters.cpp}::UPS_ROW_ALPHABET_SIZE = 24 |
#define LC "[LatLongFormatter] " |
Definition at line 161 of file Formatters.cpp.
#define LC "[MGRSFormatter] " |
Definition at line 161 of file Formatters.cpp.