jxdnsong
2020-10-23 28ac4020a0baf5d369f472fa4fb309e78283bc0c
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}})});