注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。
ストリーミングで対応しています
提供されたジオポイントを中心とした2次元の時計回りの回転を、与えられたジオメトリに適用します。この回転は提供された座標参照システムで行われ、その後 WGS84 に投影されます。 表現カテゴリー: 地理空間
出力タイプ: Geometry
例 1 - 基本ケース
引数の値:
geoPoint
geometry
geometry | geoPoint | :arrow_right: | Output |
---|---|---|---|
{"type":"Point","coordinates":[1.0, 0.0]} | { latitude -> 0.0, longitude -> 0.0, } | {"type":"Point","coordinates":[6.123233995736766E-17, -1.0]} |
例 2 - 基本ケース
引数の値:
geoPoint
geometry
geometry | geoPoint | :arrow_right: | Output |
---|---|---|---|
{"type":"Point","coordinates":[-77.0, 20.0]} | { latitude -> 22.0, longitude -> -76.0, } | {"type":"Point","coordinates":[-73.8719606865239, 21.041418391118174]} |
例 3 - 基本ケース
引数の値:
geoPoint
geometry
geometry | geoPoint | :arrow_right: | Output |
---|---|---|---|
{"type":"LineString","coordinates":[[0.0, 0.0], [1.0, 0.0]]} | { latitude -> 1.0, longitude -> 1.0, } | {"type":"LineString","coordinates":[[2.0, 2.0], [0.9999999999999999, 2.0]]} |
例 4 - Null ケース
引数の値:
geoPoint
geometry
geometry | geoPoint | :arrow_right: | Output |
---|---|---|---|
null | null | null |