Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
REST Resource: projects.locations.filmstripThumbnails
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Recurso: FilmstripThumbnail
Es la información sobre una miniatura de una película.
Campos |
name |
string
Es el nombre del recurso que representa la miniatura de la diapositiva, con el formato "projects/*/filmstripThumbnails/**" (p.ej., "projects/earthengine-legacy/filmstripThumbnails/").
|
expression |
object (Expression )
La expresión que se debe calcular. Debe evaluarse como ImageCollection.
|
orientation |
enum (Orientation )
Cómo deben colocarse las imágenes para formar la miniatura de la tira de película
|
fileFormat |
enum (ImageFileFormat )
Es la codificación de salida en la que se generará la imagen resultante.
|
grid |
object (PixelGrid )
Es una cuadrícula de píxeles opcional que describe cómo se vuelven a proyectar y recortan las imágenes que calcula expression .
|
Métodos |
|
Crea un ID que se puede usar para renderizar una imagen que contiene varias imágenes de una colección. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 2025-07-25 (UTC)"],[[["\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. |"]]