26#ifndef __TERRALIB_MAPTOOLS_INTERNAL_QUERYLAYERRENDERERFACTORY_H
27#define __TERRALIB_MAPTOOLS_INTERNAL_QUERYLAYERRENDERERFACTORY_H
An abstract factory for layer renderers.
It renders the objects associated to a layer.
This is the concrete factory for renderers of a QueryLayer.
static QueryLayerRendererFactory * sm_factory
A pointer to the global renderer factory.
QueryLayerRendererFactory()
~QueryLayerRendererFactory()
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.