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