Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin erişimlerini sürdürebilmeleri için
ticari olmayan uygunluklarını doğrulamaları gerekir. 26 Eylül 2025'e kadar doğrulama yapmazsanız erişiminiz bekletilebilir.
Feature
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
"type" adlı bir alanda "Feature" dizesini, "geometry" adlı bir alanda geometriyi ve "properties" adlı bir alanda anahtar/değer özelliklerini içeren bir GeoJSON özellik nesnesi (RFC 7946'ya bakın).
JSON gösterimi |
{
"type": string,
"geometry": value,
"properties": value
} |
Alanlar |
type |
string
Bu dize her zaman mevcuttur ve "Özellik"e eşittir.
|
geometry |
value (Value format)
Özelliğin geometrisi. Bu özellik için geometri varsa google.protobuf.Struct içerir. Aksi takdirde, google.protobuf.NullValue değeri tutulur.
|
properties |
value (Value format)
Özelliğin özellikleri. Bu özellik için özellikler varsa google.protobuf.Struct içerir. Aksi takdirde, google.protobuf.NullValue değeri tutulur.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[],["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"]]