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 ws/ogc/wms/client/DataTypes.h.

Constructor & Destructor Documentation

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

Definition at line 100 of file ws/ogc/wms/client/DataTypes.h.

Member Data Documentation

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

Definition at line 97 of file ws/ogc/wms/client/DataTypes.h.

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

Definition at line 98 of file ws/ogc/wms/client/DataTypes.h.


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