공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
REST Resource: projects.locations.filmstripThumbnails
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: FilmstripThumbnail
필드 |
name |
string
필름 스트립 썸네일을 나타내는 리소스 이름으로, 'projects/*/filmstripThumbnails/**' 형식입니다(예: 'projects/earthengine-legacy/filmstripThumbnails/").
|
expression |
object (Expression )
계산할 표현식입니다. ImageCollection으로 평가되어야 합니다.
|
orientation |
enum (Orientation )
필름 스트립 썸네일을 만들기 위해 이미지를 배치하는 방법입니다.
|
fileFormat |
enum (ImageFileFormat )
결과 이미지를 생성할 출력 인코딩입니다.
|
grid |
object (PixelGrid )
expression 로 계산된 이미지가 재프로젝션되고 잘리는 방식을 설명하는 선택적 픽셀 그리드입니다.
|
메서드 |
|
컬렉션의 여러 이미지가 포함된 이미지를 렌더링하는 데 사용할 수 있는 ID를 만듭니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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. |"]]