Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de
15 de abril de 2025 precisam
verificar a qualificação não comercial para manter o acesso ao Earth Engine.
REST Resource: projects.locations.filmstripThumbnails
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Recurso: FilmstripThumbnail
Informações sobre uma miniatura de filme.
Campos |
name |
string
O nome do recurso que representa a miniatura da tira de filme, no formato "projects/*/filmstripThumbnails/**" (por exemplo, "projects/earthengine-legacy/filmstripThumbnails/").
|
expression |
object (Expression )
A expressão a ser calculada. Precisa ser avaliado como uma ImageCollection.
|
orientation |
enum (Orientation )
Como as imagens devem ser colocadas para formar a miniatura da tira de filme.
|
fileFormat |
enum (ImageFileFormat )
A codificação de saída para gerar a imagem resultante.
|
grid |
object (PixelGrid )
Uma grade de pixels opcional que descreve como as imagens calculadas por expression são reprojetadas e cortadas.
|
Métodos |
|
Cria um ID que pode ser usado para renderizar uma imagem que contém várias imagens de uma coleção. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[null,null,["Última atualização 2025-07-25 UTC."],[[["\u003cp\u003eFilmstripThumbnail resource provides information about a filmstrip thumbnail, which is an image containing multiple images from a collection.\u003c/p\u003e\n"],["\u003cp\u003eIt's represented in JSON format with fields like name, expression (to compute an ImageCollection), orientation, file format, and grid for image placement.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003ecreate\u003c/code\u003e method to generate an ID for rendering the filmstrip thumbnail image.\u003c/p\u003e\n"],["\u003cp\u003eThe expression field must evaluate to an ImageCollection, which forms the basis of the thumbnail's content.\u003c/p\u003e\n"]]],["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"],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/v1alpha/Expression) }, \"orientation\": enum (/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails#FilmstripThumbnail.Orientation), \"fileFormat\": enum (/earth-engine/reference/rest/v1alpha/ImageFileFormat), \"grid\": { object (/earth-engine/reference/rest/v1alpha/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/v1alpha/Expression)`)` The expression to compute. Must evaluate to an ImageCollection. |\n| `orientation` | `enum (`[Orientation](/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails#FilmstripThumbnail.Orientation)`)` How the images should be placed to form the filmstrip thumbnail. |\n| `fileFormat` | `enum (`[ImageFileFormat](/earth-engine/reference/rest/v1alpha/ImageFileFormat)`)` The output encoding in which to generate the resulting image. |\n| `grid` | `object (`[PixelGrid](/earth-engine/reference/rest/v1alpha/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/v1alpha/projects.locations.filmstripThumbnails/create) | Creates an ID that can be used to render an image containing multiple images from a collection. |"]]