26#ifndef __TERRALIB_QT_WIDGETS_INTERNAL_CHARTCONFIGURER_H 
   27#define __TERRALIB_QT_WIDGETS_INTERNAL_CHARTCONFIGURER_H 
   30#include "../../../se/Visitor.h" 
   36#include <boost/noncopyable.hpp> 
   41  namespace map { 
class AbstractLayer; }
 
This is the base class for layers.
 
The CoverageStyle defines the styling that is to be applied to a subset of Coverage data.
 
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
 
A Fill specifies the pattern for filling an area geometry.
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point.
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos,...
 
A Stroke specifies the appearance of a linear geometry.
 
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
 
A Symbolizer describes how a feature is to appear on a map.
 
A TextSymbolizer is used to render text labels according to various graphical parameters.
 
A visitor interface for the SymbologyEncoding hierarchy.
 
Enumerations of XML module.