Convert Geometry data into a Geography data in MS SQL Server
摘要:DECLARE @geog GEOGRAPHY;DECLARE @geom GEOMETRY;SET @geom = GEOMETRY::STGeomFromText('POLYGON ((-99.213546752929688 19.448402404785156, -99.21579742431...
阅读全文
posted @
2015-09-14 11:00
Maxwell Hu
阅读(303)
推荐(0)