A Symbology Enconding visitor that configures a given canvas based on symbolizers elements. More...
#include "../color/RGBAColor.h"
#include "../se/Font.h"
#include "../se/Visitor.h"
#include "Config.h"
#include "Enums.h"
#include <map>
#include <boost/noncopyable.hpp>
Go to the source code of this file.
Classes | |
class | te::map::CanvasConfigurer |
A Symbology Enconding visitor that configures a given canvas based on symbolizers elements. If you want to use this visitor, use a command like: te::map::CanvasConfigurer cc(canvas); cc.config(symbolizer); More... | |
Namespaces | |
te | |
TerraLib. | |
te::map | |
Namespace for the Map Tools module of TerraLib. | |
te::se | |
Namespace for the Symbology Encoding module of TerraLib. | |
A Symbology Enconding visitor that configures a given canvas based on symbolizers elements.
Definition in file CanvasConfigurer.h.