It renders the data associated to a WMS layer.
More...
#include <WMSLayerRenderer.h>
|
void | draw (WMSLayer *layer, te::map::Canvas *canvas, const te::gm::Envelope &bbox, int srid) |
|
void | drawRaster (const std::string &layerTitle, te::rst::Raster *raster, te::map::Canvas *canvas, const te::gm::Envelope &bbox, int bboxSRID, const te::gm::Envelope &visibleArea, int srid, te::se::CoverageStyle *style) |
|
It renders the data associated to a WMS layer.
Definition at line 57 of file WMSLayerRenderer.h.
te::wms::WMSLayerRenderer::WMSLayerRenderer |
( |
| ) |
|
te::wms::WMSLayerRenderer::~WMSLayerRenderer |
( |
| ) |
|
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.
- Parameters
-
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.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/wms/WMSLayerRenderer.h