Method: projects.featureViews.tiles.get
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک تصویر کاشی نقشه را محاسبه می کند که بخشی از FeatureView را نشان می دهد. این درخواست شامل مقادیری از درخواست قبلی CreateFeatureView
است.
درخواست HTTP
GET https://earthengine.googleapis.com/v1beta/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
parent | string نام نقشه از FeatureView.name . |
zoom | integer [سطح بزرگنمایی][https://developers.google.com/maps/documentation/javascript/coordinates] کاشی نقشه درخواستی. |
x | integer [x مختصات][https://developers.google.com/maps/documentation/javascript/coordinates] کاشی نقشه درخواستی. |
y | integer [y مختصات][https://developers.google.com/maps/documentation/javascript/coordinates] کاشی نقشه درخواستی. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، پاسخ یک پاسخ HTTP عمومی است که قالب آن با روش تعریف شده است.
محدوده مجوز
به یکی از حوزه های OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/earthengine
-
https://www.googleapis.com/auth/earthengine.readonly
-
https://www.googleapis.com/auth/cloud-platform
-
https://www.googleapis.com/auth/cloud-platform.read-only
برای اطلاعات بیشتر، بهOAuth 2.0 Overview .
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eRetrieves a map tile image displaying a section of a FeatureView based on previous FeatureView creation parameters.\u003c/p\u003e\n"],["\u003cp\u003eUses a GET request with zoom level, x and y coordinates to specify the desired tile location within the FeatureView.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specific OAuth scopes for accessing and retrieving the map tile data.\u003c/p\u003e\n"],["\u003cp\u003eResponse provides the image in a format determined by the request method, given successful execution.\u003c/p\u003e\n"]]],[],null,["# Method: projects.featureViews.tiles.get\n\nComputes a map tile image showing a portion of a FeatureView. The request includes values from a previous `CreateFeatureView` request.\n\n### HTTP request\n\n`GET https://earthengine.googleapis.com/v1beta/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` A map name from `FeatureView.name`. |\n| `zoom` | `integer` The \\[zoom level\\]\\[https://developers.google.com/maps/documentation/javascript/coordinates\\] of the requested map tile. |\n| `x` | `integer` The \\[x coordinate\\]\\[https://developers.google.com/maps/documentation/javascript/coordinates\\] of the requested map tile. |\n| `y` | `integer` The \\[y coordinate\\]\\[https://developers.google.com/maps/documentation/javascript/coordinates\\] of the requested map tile. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/earthengine.readonly`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]