如果对根据经度 x 和纬度 y 计算的 S2 单元格令牌字符串调用geo_s2cell_to_central_point()函数,该函数不一定返回 x 和 y。 语法 geo_point_to_s2cell(longitude,latitude,[level]) 详细了解语法约定。 参数 名称类型必需说明 longitudereal✔️地理空间坐标经度值(度)。 有效值为 [-180, +180] 范围内...
s2cellstring✔️geo_point_to_s2cell()によって計算された S2 セル トークン値。 S2 セル トークン文字列の最大長は 16 文字です。 返品 GeoJSON 形式で、動的データ型の地理空間座標値。 S2 セル トークンが無効な場合、クエリによって null の結果が生成されます。
深入瞭解S2 單元格階層。 語法 geo_s2cell_to_central_point(s2cell) 深入瞭解語法慣例。 參數 姓名類型必要描述 s2cellstring✔️S2 單元格標記值,因為它是由geo_point_to_s2cell()計算。 S2 單元格標記的最大字串長度為 16 個字元。
geo_point_to_s2cell() 関数を使用して、地理的な場所の S2 セル トークン文字列値を計算する方法について説明します。
print s2cell = geo_point_to_s2cell(1,1,35) OutputExpand table s2cellThe following example produces an empty result because of the invalid level input.kusto Copy print s2cell = geo_point_to_s2cell(1,1,int(null)) OutputExpand table ...
geo_polygon_to_h3cells() geo_point_buffer() geo_point_in_circle() geo_point_in_polygon() geo_point_to_geohash() geo_point_to_h3cell() geo_point_to_s2cell() geo_geohash_to_central_point() geo_geohash_neighbors() geo_geohash_to_polygon() ...
Si vous appelez la fonction geo_s2cell_to_central_point() sur une chaîne de jeton de cellule S2 calculée sur longitude x et latitude y, la fonction ne retourne pas nécessairement x et y.En savoir plus sur la hiérarchie de cellules S2.Syntaxe...
Learn how to use the geo_point_to_s2cell() function to calculate the S2 cell token string value of a geographic location.
Learn how to use the geo_s2cell_to_central_point() function to calculate the geospatial coordinates that represent the center of an S2 cell.
geo_polygon_to_h3cells() geo_point_buffer() geo_point_in_circle() geo_point_in_polygon() geo_point_to_geohash() geo_point_to_h3cell() geo_point_to_s2cell() geo_geohash_to_central_point() geo_geohash_neighbors() geo_geohash_to_polygon() geo_s2cell_to_central_point() geo_s2ce...