#include <stdint.h>#include <boost/serialization/singleton.hpp>#include <boost/thread/mutex.hpp>#include <proj_api.h>

Go to the source code of this file.
| Classes | |
| class | swri_transform_util::UtmUtil::UtmData | 
| The actual UTM conversion processing takes place in this helper class, which is a singleton due to the large memory footprint of the underlying PROJ.4 projections library structures.  More... | |
| class | swri_transform_util::UtmUtil | 
| Utility class for converting between latitude/longitude and UTM.  More... | |
| Namespaces | |
| swri_transform_util | |
| Functions | |
| char | swri_transform_util::GetBand (double latitude) | 
| Given a latitude angle, get the UTM band letter.  More... | |
| uint32_t | swri_transform_util::GetZone (double longitude) | 
| Given a longitude angle, get the UTM zone.  More... | |