26#ifndef __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H
27#define __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H
Template support for singleton pattern.
Template support for singleton pattern.
A Symbolizer describes how a feature is to appear on a map.
SymbologyManager()
It initializes the Singleton.
~SymbologyManager()
Destructor.
std::map< std::string, Symbolizer * > m_catalogIdxByName
An index from catalog's name to catalog's instance (note: we can not have duplicated names).
void clear()
It inserts a new catalog that will be managed by ColorManager.
Namespace for the Symbology Encoding module of TerraLib.
Configuration flags for the Symbology Encoding support of TerraLib.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.