1
當我使用Distance方法時,它要求2個位置,並返回一個double。什麼是DbGeography返回距離單位?
一個double值,指定geographyValue和其他地理(MSDN)中兩個最近點之間的距離。
但它是米?公里?哩?
當我使用Distance方法時,它要求2個位置,並返回一個double。什麼是DbGeography返回距離單位?
一個double值,指定geographyValue和其他地理(MSDN)中兩個最近點之間的距離。
但它是米?公里?哩?
這樣的回答表明米:
System.Data.Spatial DbGeography.Distance units?
回答者有4326的SRID你可以查看你的是你的DbGeography對象的DefaultCoordinateSystemId什麼。
可能重複[System.Data.Spatial DbGeography.Distance units?](http://stackoverflow.com/questions/13934169/system-data-spatial-dbgeography-distance-units) – AlexC