A Symbology Enconding visitor that finds a color given a symbolizer. More...
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 | |
namespace | te |
TerraLib. | |
namespace | te::color |
Namespace for the Color Model of TerraLib. | |
namespace | te::se |
Namespace for the Symbology Encoding module of TerraLib. | |
A Symbology Enconding visitor that finds a color given a symbolizer.
Definition in file SymbolizerColorFinder.h.