shuishen
2021-06-10 c8dbf65ae80d2d4994b44495fdfea529c210e28a
1
2
//>>built
define(["dojo/_base/declare","./Geometry"],function(a,b){return a("dojox.geo.openlayers.Point",b,{setPoint:function(a){this.coordinates=a},getPoint:function(){return this.coordinates}})});