REST Resource: projects.featureView
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: FeatureView
Informacje o mapie FeatureView.
Zapis 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 .
} |
Pola |
name |
string
Nazwa zasobu reprezentująca mapę w formie „projects/*/featureViews/**” (np. „projects/earthengine-legacy/featureViews/”).
|
visualizationExpression |
object (Expression )
Zestaw opcji wizualizacji widoku cech, które mają być stosowane do kafelków w momencie ich wyświetlania. Na podstawie protokołu google.earthengine.datamaps.v1.MapOptions
|
Pole unii source . Źródło danych na tej mapie. source może być tylko jednym z tych elementów: |
asset |
string
Nazwa zasobu Earth Engine, dla którego chcesz utworzyć widok cech.
|
Metody |
|
Utwórz widok cech. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eIt uses a visualization expression based on the google.earthengine.datamaps.v1.MapOptions proto to apply visualization options to tiles during serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003ecreate\u003c/code\u003e method and are identified by a resource name following 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/v1beta/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/v1beta/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/v1beta/projects.featureView/create) | Create a FeatureView. |"]]