公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
REST Resource: projects.locations.filmstripThumbnails
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:FilmstripThumbnail
欄位 |
name |
string
代表短片縮圖的資源名稱,格式為「projects/*/filmstripThumbnails/**」(例如「projects/earthengine-legacy/filmstripThumbnails/」)。
|
expression |
object (Expression )
要計算的運算式。必須評估為 ImageCollection。
|
orientation |
enum (Orientation )
如何排列圖片,以便形成膠卷縮圖。
|
fileFormat |
enum (ImageFileFormat )
產生最終圖片的輸出編碼。
|
grid |
object (PixelGrid )
選用的像素格線,說明 expression 計算的圖片如何重新投影及裁剪。
|
方法 |
|
建立可用於算繪包含多個圖片集的圖片的 ID。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eFilmstrip thumbnails provide a visual representation of an image collection, rendered as a single image.\u003c/p\u003e\n"],["\u003cp\u003eThey are generated from an expression that evaluates to an ImageCollection and can be customized with orientation, file format, and pixel grid parameters.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a filmstrip thumbnail ID using the "create" method, which allows you to specify how the images from the collection should be displayed in the filmstrip.\u003c/p\u003e\n"]]],["FilmstripThumbnail information includes a `name`, an `expression` to compute an ImageCollection, `orientation` for image placement, and `fileFormat` for output encoding. An optional `grid` defines image reprojection and clipping. The `create` method generates an ID to render a multi-image from a collection. The resource name is in the format \"projects/*/filmstripThumbnails/*\". These components are represented in a JSON format.\n"],null,["# REST Resource: projects.locations.filmstripThumbnails\n\nResource: FilmstripThumbnail\n----------------------------\n\nInformation about a filmstrip thumbnail.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1/Expression) }, \"orientation\": enum (/earth-engine/reference/rest/v1/projects.filmstripThumbnails#FilmstripThumbnail.Orientation), \"fileFormat\": enum (/earth-engine/reference/rest/v1/ImageFileFormat), \"grid\": { object (/earth-engine/reference/rest/v1/PixelGrid) } } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the filmstrip thumbnail, of the form \"projects/\\*/filmstripThumbnails/\\*\\*\" (e.g. \"projects/earthengine-legacy/filmstripThumbnails/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1/Expression)`)` The expression to compute. Must evaluate to an ImageCollection. |\n| `orientation` | `enum (`[Orientation](/earth-engine/reference/rest/v1/projects.filmstripThumbnails#FilmstripThumbnail.Orientation)`)` How the images should be placed to form the filmstrip thumbnail. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1/ImageFileFormat)`)` The output encoding in which to generate the resulting image. |\n| `grid` | `object (`[PixelGrid](/earth-engine/reference/rest/v1/PixelGrid)`)` An optional pixel grid describing how the images computed by `expression` are reprojected and clipped. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1/projects.locations.filmstripThumbnails/create) | Creates an ID that can be used to render an image containing multiple images from a collection. |"]]