26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_EXTERNALGRAPHICRENDERERMANAGER_H    27 #define __TERRALIB_MAPTOOLS_INTERNAL_EXTERNALGRAPHICRENDERERMANAGER_H    30 #include "../color/RGBAColor.h"    31 #include "../common/Singleton.h"    32 #include "../common/ThreadingPolicies.h"    43     class ExternalGraphic;
    49     class AbstractExternalGraphicRenderer;
    64                                                                                  ::boost::recursive_mutex,
    65                                                                                  ::boost::lock_guard< ::boost::recursive_mutex>,
    66                                                                                  ::boost::lock_guard< ::boost::recursive_mutex> >,
   121 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_EXTERNALGRAPHICRENDERERMANAGER_H 
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
 
This is a singleton for managing all external graphic renderers instances available in the system...
 
std::vector< AbstractExternalGraphicRenderer * > m_renderers
The external graphic renderers in the manager. 
 
This policy assures a class-level locking scheme for a derived class. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
An abstract class for conversion of Symbology Enconding ExternalGraphic elements to an image pattern...
 
Template support for singleton pattern.