Table of Contents
For shapes/images which represent objects on the map.
__init__ ( self, mappdf, thickness, rgbout, rgbin, )
mappdf : the PDF Map object
thickness : thickness of the drawing
rgbout : drawing's external color or filename (images)
rgbin : drawing's internal color or ""
draw ( self )
Only there to be sure the user will override it.
drawIt ( self, x, y, length, width, orientation, url=None, )
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
realDraw ( self )
Really draws the object on the PDF map.