有一些示范哈,您看一下:
http://support.supermap.com.cn:8090/iserver/iClient/forJavaScript/examples/examples.html#coordinate_transformation
客户端投影转换就是上面的范例,客户端是不能对对象进行投影转换的,只能对坐标点做,线面可以循环节点做转换。。。
如果您要计算GeoRegion3D面积的方法就是get_area,只不过经纬度数据算出来的面积是不准的,并不是您方法的问题哈。
另外如果您如果是量测面积,鼠标画的那种,是可以参考这个方法的:
http://support.supermap.com.cn:8090/iserver/iClient/for3D/plugin/samplecode/samplecode/samples/Query3D/Measure.html
看这个
http://support.supermap.com.cn:8090/iserver/iClient/forJavaScript/examples/examples.html#projection
<!--StartFragment -->
实质上方法就是 lonlat.transform()