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