The Dimension WMS 1.3.0 struct. More...
#include <DataTypes.h>
Public Member Functions | |
Dimension () | |
Public Attributes | |
std::vector< std::string > | m_allowedValues |
bool | m_current |
std::string | m_default |
bool | m_multipleValues |
std::string | m_name |
bool | m_nearestValue |
std::string | m_units |
std::string | m_unitSymbol |
The Dimension WMS 1.3.0 struct.
The Dimension element declares the existence of a dimension and indicates what values along a dimension are valid.
Definition at line 115 of file DataTypes.h.
|
inline |
Definition at line 126 of file DataTypes.h.
std::vector<std::string> te::ws::ogc::wms::Dimension::m_allowedValues |
Definition at line 124 of file DataTypes.h.
bool te::ws::ogc::wms::Dimension::m_current |
Definition at line 123 of file DataTypes.h.
std::string te::ws::ogc::wms::Dimension::m_default |
Definition at line 120 of file DataTypes.h.
bool te::ws::ogc::wms::Dimension::m_multipleValues |
Definition at line 121 of file DataTypes.h.
std::string te::ws::ogc::wms::Dimension::m_name |
Definition at line 117 of file DataTypes.h.
bool te::ws::ogc::wms::Dimension::m_nearestValue |
Definition at line 122 of file DataTypes.h.
std::string te::ws::ogc::wms::Dimension::m_units |
Definition at line 118 of file DataTypes.h.
std::string te::ws::ogc::wms::Dimension::m_unitSymbol |
Definition at line 119 of file DataTypes.h.