Exemplo n.º 1
0
 def dims(self):
     "Returns the dimension of this Geometry (0=point, 1=line, 2=surface)."
     return capi.get_dims(self.ptr)
Exemplo n.º 2
0
 def dims(self):
     "Returns the dimension of this Geometry (0=point, 1=line, 2=surface)."
     return capi.get_dims(self.ptr)