AbstractRenderer * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
 
This is the abstract factory for layer renderers. 
 
static RasterLayerRendererFactory sm_factory
A pointer to the global renderer factory. 
 
This is the concrete factory for renderers of a RasterLayer. 
 
It renders the objects associated to a raster layer. 
 
RasterLayerRendererFactory()
 
It renders the objects associated to a raster layer. 
 
~RasterLayerRendererFactory()
 
This is the concrete factory for renderers of a RasterLayer. 
 
It renders the objects associated to a layer.