26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLOGYPREVIEW_H    27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLOGYPREVIEW_H    30 #include "../../../common/Static.h"    31 #include "../Config.h"    86           static QPixmap build(
const std::vector<te::se::Symbolizer*>& symbs, 
const QSize& size);
    98           static QPixmap build(
const te::se::Rule* rule, 
const QSize& size);
   130           static QPixmap build(
const std::vector<te::se::Symbolizer*>& symbs, 
const te::gm::Geometry* geom, 
const QSize& size);
   159 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_SYMBOLOGYPREVIEW_H A Symbolizer describes how a feature is to appear on a map. 
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...
 
A base type for static classes.