Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до
15 апреля 2025 года, должны
подтвердить некоммерческое право на сохранение доступа к Earth Engine.
REST Resource: projects.featureView
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Ресурс: FeatureView
Информация о карте FeatureView.
JSON-представление |
---|
{
"name": string,
"visualizationExpression": {
object (Expression )
},
// Union field source can be only one of the following:
"asset": string
// End of list of possible types for union field source .
} |
Поля |
---|
name | string Имя ресурса, представляющего карту, в форме «projects/*/featureViews/**» (например, «projects/earthengine-legacy/featureViews/ "). |
visualizationExpression | object ( Expression ) Набор параметров визуализации FeatureView, которые можно применять к плиткам во время обслуживания. На основе прототипа google.earthengine.datamaps.v1.MapOptions. |
source поля Союза. Источник данных этой карты. source может быть только одним из следующих: |
asset | string Имя ресурса Earth Engine, для которого нужно создать FeatureView. |
Методы |
---|
| Создайте FeatureView. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (which can be an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews use visualization options based on the google.earthengine.datamaps.v1.MapOptions protocol applied during tile serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003eprojects.featureView/create\u003c/code\u003e method and are identified by a unique resource name in the format "projects/*/featureViews/**".\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.featureView\n\nResource: FeatureView\n---------------------\n\nInformation about a FeatureView map.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1alpha/Expression) }, // Union field `source` can be only one of the following: \"asset\": string // End of list of possible types for union field `source`. } ``` |\n\n| Fields ||\n|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/featureViews/\\*\\*\" (e.g. \"projects/earthengine-legacy/featureViews/\"). |\n| `visualizationExpression` | `object (`[Expression](/earth-engine/reference/rest/v1alpha/Expression)`)` A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto. |\n| Union field `source`. The source of this map's data. `source` can be only one of the following: ||\n| `asset` | `string` Earth Engine asset name for which to create a FeatureView. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------|-----------------------|\n| ### [create](/earth-engine/reference/rest/v1alpha/projects.featureView/create) | Create a FeatureView. |"]]