It renders the data associated to a OGC WMS layer. More...
#include <WMSLayerRenderer.h>
Public Member Functions | |
void | draw (te::map::AbstractLayer *layer, te::map::Canvas *canvas, const te::gm::Envelope &bbox, int srid, const double &scale, bool *cancel) |
It draws the layer geographic objects in the given canvas using the SRS informed. More... | |
WMSLayerRenderer () | |
~WMSLayerRenderer () | |
It renders the data associated to a OGC WMS layer.
Definition at line 47 of file WMSLayerRenderer.h.
te::ws::ogc::wms::WMSLayerRenderer::WMSLayerRenderer | ( | ) |
te::ws::ogc::wms::WMSLayerRenderer::~WMSLayerRenderer | ( | ) |
|
virtual |
It draws the layer geographic objects in the given canvas using the SRS informed.
The informed bounding box (bbox) is used to constraint the Layer objects to be drawn. The bbox coordinates must be in the Spatial Reference System given by srid.
layer | The layer that will be drawn. |
canvas | The canvas were the layer objects will be drawn. |
bbox | The interest area to render the map. |
srid | The SRS to be used to draw the layer objects. |
scale | The current scale to draw the layer. |
Implements te::map::AbstractRenderer.