te::ws::ogc::wms::Layer Struct Reference

The Layer WMS 1.3.0 struct. More...

#include <DataTypes.h>

Public Member Functions

 Layer ()
 

Public Attributes

std::string m_abstract
 
std::vector< BoundingBoxm_boundingBoxes
 
unsigned int m_cascaded
 
std::vector< std::string > m_crs
 
std::vector< Dimensionm_dimensions
 
unsigned int m_fixedHeight
 
unsigned int m_fixedWidth
 
GeographicBoundingBox m_geoBoundingBox
 
std::vector< std::string > m_keywordList
 
std::vector< Layerm_layers
 
double m_maxScaleDenominator
 
double m_minScaleDenominator
 
std::string m_name
 
bool m_noSubsets
 
bool m_opaque
 
bool m_queryable
 
std::vector< Stylem_styles
 
std::string m_title
 

Detailed Description

The Layer WMS 1.3.0 struct.

Nested list of zero or more map Layers offered by WMS server.

Definition at line 212 of file DataTypes.h.

Constructor & Destructor Documentation

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

Definition at line 233 of file DataTypes.h.

Member Data Documentation

std::string te::ws::ogc::wms::Layer::m_abstract

Definition at line 216 of file DataTypes.h.

std::vector<BoundingBox> te::ws::ogc::wms::Layer::m_boundingBoxes

Definition at line 220 of file DataTypes.h.

unsigned int te::ws::ogc::wms::Layer::m_cascaded

Definition at line 227 of file DataTypes.h.

std::vector<std::string> te::ws::ogc::wms::Layer::m_crs

Definition at line 217 of file DataTypes.h.

std::vector<Dimension> te::ws::ogc::wms::Layer::m_dimensions

Definition at line 221 of file DataTypes.h.

unsigned int te::ws::ogc::wms::Layer::m_fixedHeight

Definition at line 231 of file DataTypes.h.

unsigned int te::ws::ogc::wms::Layer::m_fixedWidth

Definition at line 230 of file DataTypes.h.

GeographicBoundingBox te::ws::ogc::wms::Layer::m_geoBoundingBox

Definition at line 219 of file DataTypes.h.

std::vector<std::string> te::ws::ogc::wms::Layer::m_keywordList

Definition at line 218 of file DataTypes.h.

std::vector<Layer> te::ws::ogc::wms::Layer::m_layers

Definition at line 225 of file DataTypes.h.

double te::ws::ogc::wms::Layer::m_maxScaleDenominator

Definition at line 224 of file DataTypes.h.

double te::ws::ogc::wms::Layer::m_minScaleDenominator

Definition at line 223 of file DataTypes.h.

std::string te::ws::ogc::wms::Layer::m_name

Definition at line 214 of file DataTypes.h.

bool te::ws::ogc::wms::Layer::m_noSubsets

Definition at line 229 of file DataTypes.h.

bool te::ws::ogc::wms::Layer::m_opaque

Definition at line 228 of file DataTypes.h.

bool te::ws::ogc::wms::Layer::m_queryable

Definition at line 226 of file DataTypes.h.

std::vector<Style> te::ws::ogc::wms::Layer::m_styles

Definition at line 222 of file DataTypes.h.

std::string te::ws::ogc::wms::Layer::m_title

Definition at line 215 of file DataTypes.h.


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