26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTMARKRENDERER_H    27 #define __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTMARKRENDERER_H    30 #include "../color/RGBAColor.h"    75         virtual void getSupportedMarks(std::vector<std::string>& marks) 
const = 0;
    81 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_ABSTRACTMARKRENDERER_H A Mark specifies a geometric shape and applies coloring to it. 
 
virtual ~AbstractMarkRenderer()
Virtual destructor. 
 
AbstractMarkRenderer()
Constructor. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern...