Data Types geometry geography Planar data geography Geodetic data (projection of the curve of the Earth) Represents points, polygons, regions, etc. in the same data type Common Methods Contains Overlaps Distance Touches Equals Within Intersects Union DECLARE @g geometry; SET @g = geometry::STPoly...