公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
Method: projects.featureViews.tiles.get
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
計算顯示 FeatureView 部分內容的地圖圖塊圖片。要求包含先前 CreateFeatureView
要求的值。
HTTP 要求
GET https://earthengine.googleapis.com/v1alpha/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
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。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eGenerates a map tile image for a specific area of a FeatureView based on previous FeatureView creation parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a standard HTTP GET request with path parameters specifying the FeatureView, zoom level, and tile coordinates.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific authorization scopes for access, including Earth Engine and Cloud Platform permissions.\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/v1alpha/{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)."]]