liuyg
2021-06-25 f26fde54fdc51424030eed8e9a0fc4c6529f1ac2
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}})});