Utils.h File Reference

Utils of WS Core Runtime Library. More...

#include "../../maptools/Enums.h"
#include "Config.h"
#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::ws
 
 te::ws::core
 

Functions

TEWSCOREEXPORT te::map::ImageType te::ws::core::FormatToImageType (const std::string &format)
 This function gets an ImageType Enum according to an image format string (e.g. image/png). More...
 
TEWSCOREEXPORT bool te::ws::core::IsInvertedEPSG (const std::string &epsg)
 This function gets true for EPSGs that has inverted axis-order. Otherwise false. This implementation is using the MapServer's rule to define if the EPSG has inverted axis-order or not. If the EPSG code number is between 4000 and 5000, the axis-order of such EPSG is inverted. More...
 

Detailed Description

Utils of WS Core Runtime Library.

Author
Emerson Moraes

Definition in file Utils.h.