Converting geometry(spatial) to longitude and latitude

丶灬走出姿态 提交于 2019-12-13 02:58:22

问题


I've uploaded .SHP files to my table in sql and I got geometry column with data. I can see points on "Spatial results" tab in sql server and that's all fine. When I run this line in sql server

SELECT [geom].STAsText() FROM myTable

I get these kind of results

POINT (444386.4927124856 5073381.9183241855)

So is there any way to convert this to regular latitude and longitude.

来源:https://stackoverflow.com/questions/22611331/converting-geometryspatial-to-longitude-and-latitude

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!