#include "WMSLayerInfo.h"
#include <map>
#include <string>
Go to the source code of this file.
|
| std::string | te::wms::BuildGetMapRequest (const std::string &serverUrl, const WMSLayerInfo &info, const std::string &width, const std::string &height, const std::string &format, const std::string &bbox="") |
| |
| WMSLayerInfo | te::wms::BuildLayerInfo (const std::map< std::string, std::string > &kvp) |
| |
| void | te::wms::BuildLayersInfo (char **subdatasets, std::map< std::string, WMSLayerInfo > &info) |
| |
| void | te::wms::ExtractRequestValues (const std::string &request, std::string &layer, std::string &width, std::string &height, std::string &format) |
| |
| std::string | te::wms::GetBBOX (const te::gm::Envelope &e) |
| |
| void | te::wms::GetBBOXValues (const std::string &bbox, std::string &ulx, std::string &uly, std::string &lrx, std::string &lry) |
| |
| void | te::wms::GetBBOXValues (const te::gm::Envelope &e, std::string &ulx, std::string &uly, std::string &lrx, std::string &lry) |
| |