drawIt (
self,
x,
y,
length,
width,
orientation,
url=None,
)
Draws an object on the PDF map.
x,y : object's coordinates in map units
length : object's length in map units
width : object's width in map units
orientation : object's orientation in degres
url : optional url to make an hyperlink on this object
|