REST Resource: projects.locations.filmstripThumbnails
Resource: FilmstripThumbnail
Information about a filmstrip thumbnail.
Fields |
name |
string
The resource name representing the filmstrip thumbnail, of the form "projects/*/filmstripThumbnails/**" (e.g. "projects/earthengine-legacy/filmstripThumbnails/").
|
expression |
object (Expression )
The expression to compute. Must evaluate to an ImageCollection.
|
orientation |
enum (Orientation )
How the images should be placed to form the filmstrip thumbnail.
|
fileFormat |
enum (ImageFileFormat )
The output encoding in which to generate the resulting image.
|
grid |
object (PixelGrid )
An optional pixel grid describing how the images computed by expression are reprojected and clipped.
|
Methods |
|
Creates an ID that can be used to render an image containing multiple images from a collection. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["FilmstripThumbnail resource provides information about a filmstrip thumbnail, which is an image containing multiple images from a collection."],["It's represented in JSON format with fields like name, expression (to compute an ImageCollection), orientation, file format, and grid for image placement."],["You can use the `create` method to generate an ID for rendering the filmstrip thumbnail image."],["The expression field must evaluate to an ImageCollection, which forms the basis of the thumbnail's content."]]],["FilmstripThumbnail information includes a `name`, an `expression` that evaluates to an ImageCollection, and an `orientation` for image placement. It also specifies the output `fileFormat` and an optional `grid` for reprojection/clipping. The key action is using the `create` method to generate an ID for rendering a filmstrip thumbnail, which combines multiple images from a collection into one image. The filmstrip thumbnail's attributes are represented by strings, objects and enumerators.\n"]]