26 #ifndef __TERRALIB_SE_INTERNAL_POLYGONSYMBOLIZER_H 
   27 #define __TERRALIB_SE_INTERNAL_POLYGONSYMBOLIZER_H 
   35   namespace fe { 
class PropertyName; }
 
   79         PolygonSymbolizer(
const PolygonSymbolizer& rhs);
 
  130         void setFill(
Fill* f);
 
  137         const Fill* getFill() 
const;
 
  144         void setStroke(
Stroke* stroke);
 
  151         const Stroke* getStroke() 
const;
 
  179         const std::string& getType() 
const;
 
  200 #endif  // __TERRALIB_SE_INTERNAL_POLYGONSYMBOLIZER_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. 
 
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point. 
 
A Symbolizer describes how a feature is to appear on a map. 
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
#define TE_DEFINE_VISITABLE
 
A Stroke specifies the appearance of a linear geometry. 
 
Stroke * m_stroke
A "Stroke" specifies the appearance of a linear geometry. (Optional) 
 
Displacement * m_displacement
The Displacement gives the X and Y displacements from the original geometry. (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. 
 
te::fe::PropertyName * m_geometry
A Geometry gives reference to a (the) geometry property of a feature to be used for rendering...
 
ParameterValue * m_perpendicularOffset
A "PerpendicularOffset" gives the perpendicular distance away from a line to draw a label...
 
Fill * m_fill
Specifies how the area of the geometry will be filled. (Optional) 
 
#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...