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