Method: projects.featureViews.tiles.get
计算显示 FeatureView 的一部分的地图图块图片。请求包含上一个 CreateFeatureView
请求中的值。
HTTP 请求
GET https://earthengine.googleapis.com/v1/{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。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-06。
[null,null,["最后更新时间 (UTC):2025-03-06。"],[[["Retrieves a map tile image displaying a section of a FeatureView based on parameters from a prior `CreateFeatureView` request."],["The request is an HTTP GET request and utilizes gRPC Transcoding syntax, requiring specific path parameters such as parent (FeatureView name), zoom level, and x/y coordinates of the tile."],["An empty request body is necessary, and a successful response conforms to the method's defined HTTP response format."],["Authorization requires one of four OAuth scopes, including Earth Engine read/write, Earth Engine read-only, Cloud Platform read/write, or Cloud Platform read-only access."]]],["This content details retrieving a map tile image via a `GET` request to a specific URL structure. The URL path requires the `parent` (FeatureView name), and `zoom`, `x`, and `y` coordinates for the desired tile. The request body must be empty. Successful requests return a generic HTTP response. Authorization requires specific OAuth scopes related to Earth Engine or Cloud Platform access. The process relies on information from a prior `CreateFeatureView` request.\n"]]