#include "Config.h"
#include "WMSLayer.h"
#include "../client/DataTypes.h"
#include "../../../../geometry/Envelope.h"
#include "../../../../raster/Raster.h"
Go to the source code of this file.
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::ws |
namespace | te::ws::ogc |
namespace | te::ws::ogc::wms |
Functions | |
TEOGCWMSDATAACCESSEXPORT te::rst::Raster * | te::ws::ogc::wms::GetLayerMapRaster (const WMSLayer *wmsLayer) |
TEOGCWMSDATAACCESSEXPORT WMSGetMapResponse | te::ws::ogc::wms::GetMap (WMSLayer *wmsLayer, const te::gm::Envelope &box, const int &width, const int &height) |
TEOGCWMSDATAACCESSEXPORT te::rst::Raster * | te::ws::ogc::wms::GetMapRaster (WMSLayer *wmsLayer, const int &srid, const te::gm::Envelope &box, const int &width, const int &height) |