MS Sql Server 2008 geometry type supports adding Z and M values to geometry objects, including linestrings. However, I cannot find any way to make use of these values, since methods such as .STIntersection() return a 2D point.
My end goal is to find where a given point intersects with a...