27 #include "../../../se/ExternalGraphic.h"
28 #include "../../../xlink/SimpleLink.h"
36 :
te::map::AbstractExternalGraphicRenderer()
53 const std::string uri = link->
getHref();
59 if(!img.load(uri.c_str()))
63 if(img.height() != height)
64 img = img.scaledToHeight(height, Qt::SmoothTransformation);
const std::string & getHref() const
const te::xl::SimpleLink * getOnlineResource() const
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
A concrete renderer based on Qt4 for conversion of Symbology Enconding External Graphic elements to a...
A helper class for 32-bit RGBA (Red-Green-Blue-Alpha channel) color.