26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_RENDERERFACTORY_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_RENDERERFACTORY_H 
   30 #include "../common/AbstractFactory.h" 
This is the base class for renderers.
 
This class defines the interface of abstract factories without initializing parameters.
 
This is the abstract factory for layer renderers.
 
virtual ~RendererFactory()
Virtual destructor.
 
RendererFactory(const std::string &factoryKey)
It creates the factory.