问题
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