Sensors and Systems
Breaking News
Bowman Secures $11.2 Million in USDA Aerial Mapping Awards
Rating12345Large USDA PINE award cycle win reflects investment in...
Flir to Showcase Advanced Early Fire Detection and Next-Gen Firefighting Technology at NFPA 2026
Rating12345Flir, a global leader in thermal imaging, will present...
NEO, eLEAF, and 52impact join forces as Terramira
Rating12345Three leading companies in Earth observation are moving forward...

March 16th, 2011
Simplifying Spatial Data

  • Rating12345

It has always been possible to work with geospatial data in SQL Server using built-in geometric and trigonometric functions such as SIN(), COS(), and ACOS(). However, SQL Server 2008’s spatial data types made complex spatial queries a lot more accessible to those of us who don’t remember what a cosine actually is. In this article, I will show you how to use these built-in functions within a user-defined function (UDF) to illustrate the traditional method of calculating distances between geographic points. Read More