Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses. Jika Anda belum melakukan verifikasi hingga 26 September 2025, akses Anda mungkin ditangguhkan.
Feature
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Objek fitur GeoJSON (lihat RFC 7946) yang berisi string "Feature" dalam kolom bernama "type", geometri dalam kolom bernama "geometry", dan properti key/value dalam kolom bernama "properties".
Representasi JSON |
{
"type": string,
"geometry": value,
"properties": value
} |
Kolom |
type |
string
String ini selalu ada dan sama dengan "Fitur".
|
geometry |
value (Value format)
Geometri fitur. Objek ini akan berisi google.protobuf.Struct jika geometri ada untuk fitur ini. Jika tidak, nilai ini akan menyimpan google.protobuf.NullValue .
|
properties |
value (Value format)
Properti fitur. Objek ini akan berisi google.protobuf.Struct jika ada properti untuk fitur ini. Jika tidak, nilai ini akan menyimpan google.protobuf.NullValue .
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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"],null,[]]