Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
Feature
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Un oggetto funzionalità GeoJSON (vedi RFC 7946) contenente la stringa "Feature" in un campo denominato "type", la geometria in un campo denominato "geometry" e le proprietà chiave/valore in un campo denominato "properties".
Rappresentazione JSON |
{
"type": string,
"geometry": value,
"properties": value
} |
Campi |
type |
string
Questa stringa è sempre presente e uguale a "Funzionalità".
|
geometry |
value (Value format)
La geometria della caratteristica. Contiene un google.protobuf.Struct se è presente la geometria per questa funzionalità. In caso contrario, verrà visualizzato un google.protobuf.NullValue .
|
properties |
value (Value format)
Le proprietà della funzionalità. Se sono presenti proprietà per questa funzionalità, questo campo conterrà un google.protobuf.Struct . In caso contrario, verrà visualizzato un google.protobuf.NullValue .
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eRepresents geographical features using a JSON object with "type", "geometry", and "properties" fields.\u003c/p\u003e\n"],["\u003cp\u003eThe "type" field is always a string with the value "Feature".\u003c/p\u003e\n"],["\u003cp\u003eGeometry and properties are stored in "geometry" and "properties" fields respectively, utilizing the \u003ccode\u003egoogle.protobuf.Value\u003c/code\u003e format.\u003c/p\u003e\n"],["\u003cp\u003eThese fields will contain a \u003ccode\u003egoogle.protobuf.Struct\u003c/code\u003e if data is present and \u003ccode\u003egoogle.protobuf.NullValue\u003c/code\u003e if not.\u003c/p\u003e\n"]]],["The core content describes a GeoJSON feature object structured with three fields: `type`, `geometry`, and `properties`. The `type` field always contains the string \"Feature\". The `geometry` field holds the feature's geometry data as a `google.protobuf.Struct` or `google.protobuf.NullValue`. The `properties` field stores key/value pairs as a `google.protobuf.Struct` or `google.protobuf.NullValue`. Both `geometry` and `properties` use the [Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value) format.\n"],null,["# Feature\n\nA GeoJSON feature object (see RFC 7946) containing the string \"Feature\" in a field named \"type\", the geometry in a field named \"geometry\", and key/value properties in a field named \"properties\".\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"type\": string, \"geometry\": value, \"properties\": value } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `type` | `string` This string is always present and equal to \"Feature\". |\n| `geometry` | `value (`[Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value)` format)` The geometry of the feature. This will contain a `google.protobuf.Struct` if geometry is present for this feature. Otherwise, it will hold a `google.protobuf.NullValue`. |\n| `properties` | `value (`[Value](https://protobuf.dev/reference/protobuf/google.protobuf/#value)` format)` The properties of the feature. This will contain a `google.protobuf.Struct` if properties are present for this feature. Otherwise, it will hold a `google.protobuf.NullValue`. |"]]