Esempio n. 1
0
 def __init__(self, x=0.0, y=0.0, z=0.0, qgsPoint=None):
     if qgsPoint is None:
         QgsPoint.__init__(self, x, y)
     else:
         QgsPoint.__init__(qgsPoint)
     self.zVal = z