liuyg
2021-06-08 62f8e3ca83134e2782f5f0d1c1f07be0324321db
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}})});