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);
An Envelope defines a 2D rectangular region.
An abstract class for raster data strucutures.
A layer with reference to a WMS Layer.
TEOGCWMSDATAACCESSEXPORT WMSGetMapResponse GetMap(WMSLayer *wmsLayer, const te::gm::Envelope &box, const int &width, const int &height)
TEOGCWMSDATAACCESSEXPORT te::rst::Raster * GetLayerMapRaster(const WMSLayer *wmsLayer)
TEOGCWMSDATAACCESSEXPORT te::rst::Raster * GetMapRaster(WMSLayer *wmsLayer, const int &srid, const te::gm::Envelope &box, const int &width, const int &height)
The WMSGetMapResponse WMS 1.3.0 struct.
#define TEOGCWMSDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).