Go to the documentation of this file.
   26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTMARKRENDERER_H 
   27 #define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTMARKRENDERER_H 
   30 #include "../color/RGBAColor.h" 
   98 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTMARKRENDERER_H 
  
 
const te::se::Mark * m_mark
The Symbology Enconding Mark element that will be used as base to build the image pattern.
 
virtual ~AbstractMarkRenderer()
Virtual destructor.
 
virtual void getSupportedMarks(std::vector< std::string > &marks) const =0
Method that informs the set of supported marks by a specific concrete mark renderer.
 
double m_angle
The angle of image pattern that will be generated.
 
virtual te::color::RGBAColor ** render(const MarkRendererParams &markRendererParams)=0
It generates the image pattern from the given Symbology Enconding Mark element.
 
A Mark specifies a geometric shape and applies coloring to it.
 
bool m_isFill
TRUE if this image will be used for filling an area. Some marks may need this information to create t...
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.
 
Proxy configuration file for TerraView (see terraview_config.h).
 
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern.
 
MarkRendererParams(const te::se::Mark *mark, std::size_t size, double angle=0., bool isFill=false)
 
std::size_t m_size
The size of image pattern that will be generated.
 
AbstractMarkRenderer()
Constructor.