Classes | |
class | CurlWrapper |
An abstraction to Lib Curl functions. More... | |
struct | Exception |
Base exception class for WS Core Runtime Library. More... | |
Enumerations | |
enum | AuthenticationMethod { NOT_AUTH = 0, HTTP_BASIC = 1, HTTP_DIGEST = 2 } |
Functions | |
TEWSCOREEXPORT te::map::ImageType | FormatToImageType (const std::string &format) |
This function gets an ImageType Enum according to an image format string (e.g. image/png). More... | |
TEWSCOREEXPORT bool | 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... | |
Enumerator | |
---|---|
NOT_AUTH | |
HTTP_BASIC | |
HTTP_DIGEST |
Definition at line 47 of file CurlWrapper.h.
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).
format | (e.g. image/png). |
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.
epsg | An EPSG in the following format EPSG:XXXX (e.g.: EPSG:4326) |