te::ws::ogc::wms::GeographicBoundingBox Struct Reference

The GeographicBoundingBox WMS 1.3.0 struct. More...

#include <DataTypes.h>

Public Member Functions

 GeographicBoundingBox ()
 

Public Attributes

double m_eastBoundLongitude
 
double m_northBoundLatitude
 
double m_southBoundLatitude
 
double m_westBoundLongitude
 

Detailed Description

The GeographicBoundingBox WMS 1.3.0 struct.

The EX_GeographicBoundingBox attributes indicate the limits of the enclosing rectangle in longitude and latitude decimal degrees.

Definition at line 70 of file DataTypes.h.

Constructor & Destructor Documentation

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

Definition at line 77 of file DataTypes.h.

Member Data Documentation

double te::ws::ogc::wms::GeographicBoundingBox::m_eastBoundLongitude

Definition at line 73 of file DataTypes.h.

double te::ws::ogc::wms::GeographicBoundingBox::m_northBoundLatitude

Definition at line 75 of file DataTypes.h.

double te::ws::ogc::wms::GeographicBoundingBox::m_southBoundLatitude

Definition at line 74 of file DataTypes.h.

double te::ws::ogc::wms::GeographicBoundingBox::m_westBoundLongitude

Definition at line 72 of file DataTypes.h.


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