Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
REST Resource: projects.filmstripThumbnails
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: FilmstripThumbnail
Film şeridi küçük resmi hakkında bilgi.
Alanlar |
name |
string
Film şeridi küçük resmini temsil eden kaynak adı. "projects/*/filmstripThumbnails/**" biçimindedir (ör. "projects/earthengine-legacy/filmstripThumbnails/").
|
expression |
object (Expression )
Hesaplanacak ifade. Bir ImageCollection olarak değerlendirilmelidir.
|
orientation |
enum (Orientation )
Film şeridi küçük resmini oluşturmak için resimlerin nasıl yerleştirilmesi gerektiği.
|
fileFormat |
enum (ImageFileFormat )
Sonuçta ortaya çıkacak görüntünün oluşturulacağı çıkış kodlaması.
|
grid |
object (PixelGrid )
expression tarafından hesaplanan görüntülerin nasıl yeniden projelendirildiğini ve kırpıldığını açıklayan isteğe bağlı bir piksel ızgarasıdır.
|
Yön
Film şeridi küçük resminin yönünü tanımlar.
Sıralamalar |
ORIENTATION_UNSPECIFIED |
Belirtilmedi. |
HORIZONTAL |
Yatay: Resimler soldan sağa doğru yan yana yerleştirilir. |
VERTICAL |
Dikey: Resimler yukarıdan aşağıya doğru yerleştirilir. |
Yöntemler |
|
Bir koleksiyondaki birden fazla resmi içeren bir resim oluşturmak için kullanılabilecek bir kimlik oluşturur. |
|
Bir hesaplamanın sonucunu gösteren bir resim hesaplar. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eFilmstripThumbnail objects represent a series of images from an ImageCollection, arranged in a strip format (horizontal or vertical).\u003c/p\u003e\n"],["\u003cp\u003eThey are created using an expression which evaluates to an ImageCollection, and can be rendered in a chosen output encoding.\u003c/p\u003e\n"],["\u003cp\u003eYou can customize the layout and projection of the image strip using Orientation and PixelGrid options respectively.\u003c/p\u003e\n"],["\u003cp\u003eEarth Engine provides methods to create these filmstrip thumbnails and retrieve pixel data for visualization.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.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### Orientation\n\nDefines the orientation of a filmstrip thumbnail image.\n\n| Enums ||\n|---------------------------|-------------------------------------------------------------------|\n| `ORIENTATION_UNSPECIFIED` | Unspecified. |\n| `HORIZONTAL` | Horizontal: images are laid out side by side, from left to right. |\n| `VERTICAL` | Vertical: images are laid out from top to bottom. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails/create) | Creates an ID that can be used to render an image containing multiple images from a collection. |\n| ### [getPixels](/earth-engine/reference/rest/v1alpha/projects.filmstripThumbnails/getPixels) | Computes an image showing the result of a computation. |"]]