26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTLAYERRENDERERFACTORY_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTLAYERRENDERERFACTORY_H 
   69 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTLAYERRENDERERFACTORY_H 
This is the abstract factory for layer renderers. 
 
AbstractRenderer * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
 
~AbstractLayerRendererFactory()
 
An abstract factory for layer renderers. 
 
static AbstractLayerRendererFactory * sm_factory
A pointer to the global renderer factory. 
 
This is the concrete factory for renderers of a AbstractLayer. i.e. builds a generic renderer...
 
AbstractLayerRendererFactory()
 
It renders the objects associated to a layer.