26#ifndef __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H 
   27#define __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H 
   30#include "../common/Singleton.h" 
Template support for singleton pattern.
 
The SymbologyManager is a singleton that can be used to manage all loaded symbols in TerraLib.
 
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.
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).