SymbolizerColorFinder.h File Reference

A Symbology Enconding visitor that finds a color given a symbolizer. More...

#include "Config.h"
#include "Visitor.h"
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  te::se::SymbolizerColorFinder
 A Symbology Enconding visitor that finds a color given a symbolizer element. If you want to use this visitor, use a command like: te::se::SymbolizerColorFinder scf; scf.find(symbolizer); te::color::RGBAColor color = scf.getColor(); More...
 

Namespaces

 te
 URI C++ Library.
 
 te::color
 Namespace for the Color Model of TerraLib.
 
 te::se
 Namespace for the Symbology Encoding module of TerraLib.
 

Detailed Description

A Symbology Enconding visitor that finds a color given a symbolizer.

Definition in file SymbolizerColorFinder.h.