标签: c# gps entity-framework-5 spatial
使用DbGeography.Distance(otherLocation)测量两个位置之间的距离时,距离的单位是多少?
DbGeography.Distance(otherLocation)
即使msdn信息和intellisense也无法指定距离的单位。
有谁知道?
[编辑] 我正在使用srid 4326.大多数例子似乎都在使用。 从我所能找到的,4326似乎是弧度,这让我完全无能为力。 弧度用于测量角度/度数,那么这实际上意味着什么?
答案 0 :(得分:24)
有几篇文章似乎同意将4326作为距离单位使用的米。
WGS 84也以米为单位完成,这可能就是为什么它使用米。
http://blogs.msdn.com/b/adonet/archive/2011/06/30/walkthrough-spatial-june-ctp.aspx http://www.jasonfollas.com/blog/archive/2011/07/20/entity-framework-spatial-first-look.aspx http://blog.simplecode.eu/post/DistancesWithDbGeographyAndDbGeometry