Utils of WS Core Runtime Library. More...
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
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 long | te::ws::core::GetFileSize (const std::string &filename) |
This function gets the size of a file, using C runtime stat struct that works on Windows, Mac and Linux. 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... | |
Utils of WS Core Runtime Library.
Definition in file Utils.h.