te::ws::ogc::wms::WMSGetMapRequest Struct Reference

The WMSGetMapRequest WMS 1.3.0 struct. More...

#include <DataTypes.h>

Public Member Functions

 WMSGetMapRequest ()
 

Public Attributes

std::string m_bgColor
 
BoundingBox m_boundingBox
 
std::string m_format
 
int m_height
 
std::vector< std::string > m_layers
 
std::string m_srs
 
std::vector< std::string > m_styles
 
std::string m_time
 
bool m_transparent
 
int m_width
 

Detailed Description

The WMSGetMapRequest WMS 1.3.0 struct.

A WMSGetMapRequest is a struct to be used on WMS 1.3.0 GetMap requests.

Definition at line 286 of file DataTypes.h.

Constructor & Destructor Documentation

◆ WMSGetMapRequest()

te::ws::ogc::wms::WMSGetMapRequest::WMSGetMapRequest ( )
inline

Definition at line 299 of file DataTypes.h.

Member Data Documentation

◆ m_bgColor

std::string te::ws::ogc::wms::WMSGetMapRequest::m_bgColor

Definition at line 296 of file DataTypes.h.

◆ m_boundingBox

BoundingBox te::ws::ogc::wms::WMSGetMapRequest::m_boundingBox

Definition at line 291 of file DataTypes.h.

◆ m_format

std::string te::ws::ogc::wms::WMSGetMapRequest::m_format

Definition at line 294 of file DataTypes.h.

◆ m_height

int te::ws::ogc::wms::WMSGetMapRequest::m_height

Definition at line 293 of file DataTypes.h.

◆ m_layers

std::vector<std::string> te::ws::ogc::wms::WMSGetMapRequest::m_layers

Definition at line 288 of file DataTypes.h.

◆ m_srs

std::string te::ws::ogc::wms::WMSGetMapRequest::m_srs

Definition at line 290 of file DataTypes.h.

◆ m_styles

std::vector<std::string> te::ws::ogc::wms::WMSGetMapRequest::m_styles

Definition at line 289 of file DataTypes.h.

◆ m_time

std::string te::ws::ogc::wms::WMSGetMapRequest::m_time

Definition at line 297 of file DataTypes.h.

◆ m_transparent

bool te::ws::ogc::wms::WMSGetMapRequest::m_transparent

Definition at line 295 of file DataTypes.h.

◆ m_width

int te::ws::ogc::wms::WMSGetMapRequest::m_width

Definition at line 292 of file DataTypes.h.


The documentation for this struct was generated from the following file: