With the release of Microsoft SQL Server 2008 comes the ability to work with spatial data. This allows us to store, manipulate and visualise spatial data whilst getting all the benefits of persisting data to a SQL Server database. In this post I will be looking at the different types that are used to store this data as well as how to work with the methods associated with these types.
Spatial Reference Systems
To represent a geographical entity, a coordinate system is needed. There are many ...
[Read more]