お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.data.getFilmstripThumbId
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定されたアセットのフィルムストリップ サムネイル ID を取得します。
サムネイル ID とオプションのトークンを返します。コールバックが指定されている場合は null を返します。
用途 | 戻り値 |
---|
ee.data.getFilmstripThumbId(params, callback) | ThumbnailId |
引数 | タイプ | 詳細 |
---|
params | FilmstripThumbnailOptions | リクエストを行うためのパラメータ。 |
callback | 関数(省略可) | オプションのコールバック。指定しない場合、呼び出しは同期的に行われます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eRetrieves the thumbnail ID and an optional token for a specified asset, utilizing the \u003ccode\u003eee.data.getFilmstripThumbId\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eRequires input parameters defined within a \u003ccode\u003eFilmstripThumbnailOptions\u003c/code\u003e object to specify the asset.\u003c/p\u003e\n"],["\u003cp\u003eOffers both synchronous and asynchronous execution through an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eReturns the \u003ccode\u003eThumbnailId\u003c/code\u003e directly if no callback is provided, facilitating immediate use in applications.\u003c/p\u003e\n"]]],[],null,["# ee.data.getFilmstripThumbId\n\n\u003cbr /\u003e\n\nGet a Filmstrip Thumbnail Id for a given asset.\n\n\u003cbr /\u003e\n\nReturns the thumb ID and optional token, or null if a callback is specified.\n\n| Usage | Returns |\n|-----------------------------------------------------|-------------|\n| `ee.data.getFilmstripThumbId(params, `*callback*`)` | ThumbnailId |\n\n| Argument | Type | Details |\n|------------|---------------------------|------------------------------------------------------------------------|\n| `params` | FilmstripThumbnailOptions | Parameters to make the request with. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]