お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ui.Map.CloudStorageLayer.setPath
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
レイヤがタイルを取得するフォルダの場所を設定します。
この地図レイヤを返します。
用途 | 戻り値 |
---|
CloudStorageLayer.setPath(path) | ui.Map.CloudStorageLayer |
引数 | タイプ | 詳細 |
---|
これ: ui.map.cloudstoragelayer | ui.Map.CloudStorageLayer | ui.Map.CloudStorageLayer インスタンス。 |
path | 文字列 | バケットを基準とした、このレイヤのタイルのパス。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eDefines the location within a Cloud Storage bucket from which the map layer will access its tile imagery.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality is accessed through the \u003ccode\u003esetPath()\u003c/code\u003e method, applied to a \u003ccode\u003eui.Map.CloudStorageLayer\u003c/code\u003e object, and provides the layer with the specified Cloud Storage path to its tiles.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esetPath()\u003c/code\u003e method accepts the tile path as a string argument and returns the updated \u003ccode\u003eui.Map.CloudStorageLayer\u003c/code\u003e instance.\u003c/p\u003e\n"]]],["The `CloudStorageLayer.setPath(path)` method sets the directory from which a layer retrieves its tiles. It takes a string `path` argument, which specifies the relative location of the tiles within a bucket. The method operates on a `ui.Map.CloudStorageLayer` instance and returns the same `ui.Map.CloudStorageLayer` object. This action configures the tile source for the specified layer.\n"],null,["# ui.Map.CloudStorageLayer.setPath\n\n\u003cbr /\u003e\n\nSets the location of the folder from which the layer will retrieve its tiles.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|-----------------------------------|--------------------------|\n| CloudStorageLayer.setPath`(path)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|----------------------------------|--------------------------|---------------------------------------------------------|\n| this: `ui.map.cloudstoragelayer` | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |\n| `path` | String | The path to this layer's tiles, relative to the bucket. |"]]