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 
An abstract class for conversion of Symbology Enconding Mark elements to an image pattern...
 
#define TEMAPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color. 
 
AbstractMarkRenderer()
Constructor. 
 
virtual ~AbstractMarkRenderer()
Virtual destructor. 
 
A Mark specifies a geometric shape and applies coloring to it.