Arcgis Android 坐标转换

http://spatialreference.org/ 首先,在上面的网站查出现有的坐标srid,然后查出目标Srid。 参考api 示例代码 Point point = new Point(120.0, 30.0); Point p = (Point) GeometryEngine.project(point, SpatialReference.
相关文章
相关标签/搜索