REST Resource: projects.filmstripThumbnails
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: FilmstripThumbnail
ข้อมูลเกี่ยวกับภาพปกแถบสไลด์
ช่อง |
name |
string
ชื่อทรัพยากรที่แสดงภาพขนาดย่อของแถบสไลด์ในรูปแบบ "projects/*/filmstripThumbnails/**" (เช่น "projects/earthengine-legacy/filmstripThumbnails/")
|
expression |
object (Expression )
นิพจน์ที่จะคํานวณ ต้องประเมินเป็น ImageCollection
|
orientation |
enum (Orientation )
วิธีจัดวางรูปภาพเพื่อสร้างภาพปกแถบฟิล์ม
|
fileFormat |
enum (ImageFileFormat )
การเข้ารหัสเอาต์พุตที่จะสร้างรูปภาพที่ได้
|
grid |
object (PixelGrid )
ตารางพิกเซลที่ไม่บังคับซึ่งอธิบายวิธีโปรเจ็กต์และตัดรูปภาพที่คำนวณโดย expression อีกครั้ง
|
การวางแนว
กําหนดการวางแนวของภาพขนาดย่อของแถบสไลด์
Enum |
ORIENTATION_UNSPECIFIED |
ไม่ระบุ |
HORIZONTAL |
แนวนอน: รูปภาพจะวางอยู่ข้างๆ กันจากซ้ายไปขวา |
VERTICAL |
แนวตั้ง: รูปภาพจะวางจากบนลงล่าง |
เมธอด |
|
สร้างรหัสที่ใช้เพื่อแสดงผลรูปภาพที่มีรูปภาพหลายรูปจากคอลเล็กชัน |
|
คำนวณรูปภาพที่แสดงผลลัพธ์ของการคํานวณ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]