26 #ifndef __TERRALIB_WS_OGC_UTILS_H    27 #define __TERRALIB_WS_OGC_UTILS_H    34 #include "../client/DataTypes.h"    35 #include "../../../../geometry/Envelope.h"    36 #include "../../../../raster/Raster.h"    48                                                           const int& width, 
const int& height);
    51                                                                const int& width, 
const int& height);
 
TEOGCWMSDATAACCESSEXPORT te::rst::Raster * GetLayerMapRaster(const WMSLayer *wmsLayer)
 
Configuration flags for the Terrralib WS OGC WMS DATA ACCESS module. 
 
An Envelope defines a 2D rectangular region. 
 
An abstract class for raster data strucutures. 
 
TEOGCWMSDATAACCESSEXPORT WMSGetMapResponse GetMap(WMSLayer *wmsLayer, const te::gm::Envelope &box, const int &width, const int &height)
 
#define TEOGCWMSDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TEOGCWMSDATAACCESSEXPORT te::rst::Raster * GetMapRaster(WMSLayer *wmsLayer, const int &srid, const te::gm::Envelope &box, const int &width, const int &height)