示例#1
0
 def __init__(self, areaname, shape, coords, Href="", **kwargs):
     self.areaname = areaname
     coords = ", ".join(["%d" % int(i) for i in coords])
     MapArea.__init__(self, shape, coords, Href=Href, **kwargs)
示例#2
0
 def __init__(self, areaname, shape, coords, Href="", **kwargs):
     self.areaname = areaname
     coords = ", ".join(["%d" % int(i) for i in coords])
     MapArea.__init__(self, shape, coords, Href=Href, **kwargs)
示例#3
0
 def __init__(self, areaname, shape, coords, href="", **kwargs):
     self.areaname = areaname
     MapArea.__init__(self, shape, coords, href=href, **kwargs)
示例#4
0
 def __init__(self, areaname, shape, coords, href="", **kwargs):
     self.areaname = areaname
     MapArea.__init__(self, shape, coords, href=href, **kwargs)