//CLASS:几何对象线类。 function Sector2(points,r) { Geometry.apply(this, arguments); this.points = points; //this.linestyle=linestyle; this.r=r; this.width; }; Sector2.prototype = new Geometry(); Sector2.prototype.geoType = "Sector2";