te::ws::ogc::wms::BoundingBox Struct Reference

The BoundingBox WMS 1.3.0 struct. More...

#include <DataTypes.h>

Public Member Functions

 BoundingBox ()
 

Public Attributes

std::string m_crs
 
double m_maxX
 
double m_maxY
 
double m_minX
 
double m_minY
 
double m_resX
 
double m_resY
 

Detailed Description

The BoundingBox WMS 1.3.0 struct.

The BoundingBox attributes indicate the limits of the bounding box in units of the specified coordinate reference system.

Definition at line 90 of file DataTypes.h.

Constructor & Destructor Documentation

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

Definition at line 100 of file DataTypes.h.

Member Data Documentation

std::string te::ws::ogc::wms::BoundingBox::m_crs

Definition at line 92 of file DataTypes.h.

double te::ws::ogc::wms::BoundingBox::m_maxX

Definition at line 95 of file DataTypes.h.

double te::ws::ogc::wms::BoundingBox::m_maxY

Definition at line 96 of file DataTypes.h.

double te::ws::ogc::wms::BoundingBox::m_minX

Definition at line 93 of file DataTypes.h.

double te::ws::ogc::wms::BoundingBox::m_minY

Definition at line 94 of file DataTypes.h.

double te::ws::ogc::wms::BoundingBox::m_resX

Definition at line 97 of file DataTypes.h.

double te::ws::ogc::wms::BoundingBox::m_resY

Definition at line 98 of file DataTypes.h.


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