liuyg
2021-06-03 852e4fe5dc39ed29f17f766480e561b5d586273e
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}})});