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 |
אנכית: התמונות מסודרות מלמעלה למטה. |
Methods |
|
יצירת מזהה שאפשר להשתמש בו כדי ליצור תמונה שמכילה כמה תמונות מאוסף. |
|
חישוב של תמונה שמציגה את התוצאה של חישוב. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]