ST_DISTANCE返回什么单位?

时间:2019-01-31 04:16:10

标签: azure azure-cosmosdb geospatial

在Cosmos DB中,std::vector<float>::const_iterator函数返回的值的单位是什么? docs在这方面无济于事:

  

返回两个GeoJSON Point,Polygon或LineString表达式之间的距离。

2 个答案:

答案 0 :(得分:1)

实际上,我没有像您一样在文档中通过ST_DISTANCE函数找到关于确切单位的任何正式声明。但是我使用link中的示例来测试sql查询。

SQL:

enter image description here

然后我用online tool计算两个坐标之间的距离。

enter image description here

根据测试结果,我认为函数的单位是米。当然,您可以提交feedback来验证结论。

答案 1 :(得分:0)

参考来自 MS 的官方文档,其中他们以米为单位提到了它。 https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-st-distance