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