示例#1
0
 def geom_type(self):
     "Returns a string representing the Geometry type, e.g. 'Polygon'"
     return capi.geos_type(self.ptr)
示例#2
0
 def geom_type(self):
     "Returns a string representing the Geometry type, e.g. 'Polygon'"
     return capi.geos_type(self.ptr)