26 #ifndef __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H 
   27 #define __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H 
   30 #include "../common/Singleton.h" 
  138 #endif  // __TERRALIB_SE_INTERNAL_SYMBOLOGYMANAGER_H 
The SymbologyManager is a singleton that can be used to manage all loaded symbols in TerraLib...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
std::map< std::string, Symbolizer * > m_catalogIdxByName
An index from catalog's name to catalog's instance (note: we can not have duplicated names)...
 
Template support for singleton pattern.