26 #ifndef __TERRALIB_SE_INTERNAL_GRAPHIC_H    27 #define __TERRALIB_SE_INTERNAL_GRAPHIC_H    36 #include <boost/noncopyable.hpp>    45     class ExternalGraphic;
   105         const std::vector<ExternalGraphic*> getExternalGraphics() 
const;
   112         void setMark(std::size_t index, 
Mark* m);
   114         const std::vector<Mark*> getMarks() 
const;
   205 #endif  // __TERRALIB_SE_INTERNAL_GRAPHIC_H Displacement * m_displacement
The Displacement gives the X and Y displacements from the "hot-spot" point. (Optional) ...
 
std::vector< ExternalGraphic * > m_externalGraphics
An ExternalGraphic gives a reference to a raster or vector graphical object, either online or inline...
 
A Mark specifies a geometric shape and applies coloring to it. 
 
ParameterValue * m_size
The Size element gives the absolute size of the graphic in uoms encoded as a floating-point number...
 
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
 
AnchorPoint * m_anchorPoint
The AnchorPoint element of a PointSymbolizer gives the location inside of a Graphic to use for anchor...
 
ParameterValue * m_rotation
The Rotation element gives the rotation of a graphic in the clockwise direction about its center poin...
 
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
 
ParameterValue * m_opacity
The Opacity element gives the opacity to use for rendering the graphic. (Optional) ...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
std::vector< Mark * > m_marks
A Mark specifies a geometric shape and applies coloring to it. (Optional)