お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Projection.scale
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
各軸で指定された量だけスケーリングされた射影を返します。
用途 | 戻り値 |
---|
Projection.scale(x, y) | 予測 |
引数 | タイプ | 詳細 |
---|
これ: projection | 予測 | |
x | 浮動小数点数 | x 軸でスケーリングする量。 |
y | 浮動小数点数 | Y 軸でスケーリングする量。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eReturns a modified Projection with scaling applied to its x and y axes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003escale\u003c/code\u003e method takes two arguments: \u003ccode\u003ex\u003c/code\u003e for horizontal scaling and \u003ccode\u003ey\u003c/code\u003e for vertical scaling, both of which are float values.\u003c/p\u003e\n"],["\u003cp\u003eThis method can be used to adjust the size or dimensions of the projection without changing its other properties.\u003c/p\u003e\n"]]],[],null,["# ee.Projection.scale\n\nReturns the projection scaled by the given amount in each axis.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|------------|\n| Projection.scale`(x, y)` | Projection |\n\n| Argument | Type | Details |\n|--------------------|------------|---------------------------------------|\n| this: `projection` | Projection | |\n| `x` | Float | The amount to scale by in the x axis. |\n| `y` | Float | The amount to scale by in the y axis. |"]]