使用Cesium.Math.toDegrees方法可以将笛卡尔坐标转为经纬度
具体参考示例:http://support.supermap.com.cn:8090/webgl/examples/editor.html#pickPosition
使用Cesium.Cartesian3.fromDegrees方法可以将经纬度转为笛卡尔
具体参考可以看上述示例中第58行
不好意思,笛卡尔转经纬度那个少了一个API。
需要Cesium.Cartographic.fromCartesian转为弧度,再用Cesium.Math.toDegrees转为经纬度