Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
Method: projects.featureViews.tiles.get
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Вычисляет изображение плитки карты, показывающее часть FeatureView. Запрос включает значения из предыдущего запроса CreateFeatureView
.
HTTP-запрос
GET https://earthengine.googleapis.com/v1alpha/{parent=projects/*/featureViews/*}/tiles/{zoom}/{x}/{y}
URL-адрес использует синтаксис транскодирования 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 .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\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)."]]