26 #ifndef __TERRALIB_WS_OGC_WMSLAYER_SERIALIZATION_XML_H    27 #define __TERRALIB_WS_OGC_WMSLAYER_SERIALIZATION_XML_H    29 #include "../../Config.h"    32 #include "../../../../../../maptools/serialization/xml/Layer.h"    33 #include "../../../client/DataTypes.h"    58 #endif // __TERRALIB_WS_OGC_WMSLAYER_SERIALIZATION_XML_H This class models a XML reader object. 
 
This is the base class for layers. 
 
TEOGCWMSDATAACCESSEXPORT te::ws::ogc::wms::WMSGetMapRequest GetMapRequestReader(te::xml::Reader &reader)
 
TEOGCWMSDATAACCESSEXPORT te::map::AbstractLayer * LayerReader(te::xml::Reader &reader)
 
This class models a XML writer object. 
 
TEOGCWMSDATAACCESSEXPORT void LayerWriter(const te::map::AbstractLayer *layer, te::xml::AbstractWriter &writer)
 
#define TEOGCWMSDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The WMSGetMapRequest WMS 1.3.0 struct.