#include <string>
#include <ostream>
#include <sstream>
#include <ctype.h>
#include "JLang/JException.hh"
#include "JLang/JEquals.hh"
#include "JMath/JConstants.hh"
#include "JIO/JSerialisable.hh"
#include "JIO/JSTDIO.hh"
Go to the source code of this file.
|
namespace | JUTM |
| Auxiliaries for handling universal transverse mercator coordinate system (UTM).
|
|
namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
|
|
|
int | JUTM::getUTMZone (const double longitude) |
| Get UTM zone for given longitude.
|
|
static double | JUTM::getUTMLongitude (const int zone) |
| Get longitude of the central meridian for given UTM zone.
|
|