sql - Converting geometry(spatial) to longitude and latitude -
i've uploaded .shp files table in sql , got geometry column data. can see points on "spatial results" tab in sql server , that's fine. when run line in sql server
select [geom].stastext() mytable
i these kind of results
point (444386.4927124856 5073381.9183241855)
so there way convert regular latitude , longitude.
Comments
Post a Comment