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 | 
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.
      
  | 
  inline | 
Definition at line 77 of file DataTypes.h.
| 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.