System.Data.Spatial DbGeography.Distance单位?

使用DbGeography.Distance(otherLocation)测量两个位置之间的距离时,距离的单位是多少?

甚至msdn信息和intellisense都无法指定距离的单位。

有谁知道?

[编辑]我正在使用srid 4326.大多数例子似乎都在使用。 从我所能找到的,4326似乎是弧度,这让我完全无能为力。 弧度用于测量角度/度数,那么这实际上意味着什么呢?

一些文章似乎同意在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