26 #ifndef __TERRALIB_SE_INTERNAL_TEXTSYMBOLIZER_H 
   27 #define __TERRALIB_SE_INTERNAL_TEXTSYMBOLIZER_H 
   35   namespace fe { 
class PropertyName; }
 
   99         void setFont(
Font* f);
 
  101         const Font* getFont() 
const;
 
  107         void setHalo(
Halo* h);
 
  109         const Halo* getHalo() 
const;
 
  111         void setFill(
Fill* f);
 
  113         const Fill* getFill() 
const;
 
  115         const std::string& getType() 
const;
 
  137 #endif  // __TERRALIB_SE_INTERNAL_TEXTSYMBOLIZER_H 
This class is used to encode the name of any property of an object. 
 
A Fill specifies the pattern for filling an area geometry. 
 
ParameterValue * m_label
The label specifies the textual content to be rendered. (Optional) 
 
LabelPlacement * m_labelPlacement
The label placement specifies where and how a text label should be rendered relative to a geometry...
 
Fill * m_fill
It specifies how the text area will be filled. (Optional) 
 
A Symbolizer describes how a feature is to appear on a map. 
 
#define TE_DEFINE_VISITABLE
 
te::fe::PropertyName * m_geometry
The Geometry will be interpreted as a point or a line as needed by the LabelPlacement. (Optional) 
 
A Symbolizer describes how a Feature is to appear on a map. 
 
static const std::string sm_type
A static data member used in the implementation of getType method. 
 
A Font specifies the text font to use in a text symbolizer. 
 
A TextSymbolizer is used to render text labels according to various graphical parameters. 
 
Halo * m_halo
A Halo is a type of Fill that is applied to the backgrounds of font glyphs. (Optional) ...
 
A Halo is a type of Fill that is applied to the backgrounds of font glyphs. 
 
Font * m_font
The font element specifies the text font to use. (Optional) 
 
The LabelPlacement specifies where and how a text label should be rendered relative to a geometry...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...