arcgis平面米转度方法
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/bitree1/article/details/82148896 1方法1: 用这个工具可以转换坐标,但是不能换投影系统,比如可以2000平面转2000经纬度,如果要2000平面转84经纬度,需要输入转换参数。 方法2: 使用arcgis的geometry project方法分别输入输出坐标系和gemetry值 方法3:https://developers.arcgis.com/javascript/3/jsapi/esri.geometry.projection-amd.html#project 代码调用arcgis的API // Project each polygon in the array. project() will use the spatial // reference of the first geometry in the array as an input spatial // reference. It will use the default transform...