All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
WMSLayerRenderer.cpp File Reference

It renders the data associated to a WMS layer. More...

#include "../common/progress/TaskProgress.h"
#include "../common/STLUtils.h"
#include "../common/Translator.h"
#include "../dataaccess/utils/Utils.h"
#include "../geometry/Envelope.h"
#include "../geometry/Utils.h"
#include "../maptools/Canvas.h"
#include "../maptools/CanvasConfigurer.h"
#include "../maptools/RasterTransform.h"
#include "../maptools/RasterTransformConfigurer.h"
#include "../raster/Grid.h"
#include "../raster/RasterProperty.h"
#include "../raster/RasterSummary.h"
#include "../raster/RasterSummaryManager.h"
#include "../raster/Utils.h"
#include "../se/CoverageStyle.h"
#include "../se/ImageOutline.h"
#include "../se/RasterSymbolizer.h"
#include "../se/Rule.h"
#include "../se/Utils.h"
#include "../srs/Config.h"
#include "../srs/Converter.h"
#include "Exception.h"
#include "WMSLayer.h"
#include "WMSLayerRenderer.h"
#include <boost/format.hpp>
#include <boost/lexical_cast.hpp>
#include <cassert>
#include <memory>

Go to the source code of this file.

Detailed Description

It renders the data associated to a WMS layer.

Definition in file WMSLayerRenderer.cpp.