2013-10-01 25 views

回答

0

如果您已經在數據庫表中得到它,你可以這樣做:

select geography::STGeomFromText(cast(yourGeomCol as varchar(max)), 4326) 
from yourTable