Feature
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אובייקט תכונה של GeoJSON (ראו RFC 7946) שמכיל את המחרוזת Feature בשדה בשם type, את הגיאומטריה בשדה בשם geometry ואת מאפייני המפתח/ערך בשדה בשם properties.
ייצוג ב-JSON |
{
"type": string,
"geometry": value,
"properties": value
} |
שדות |
type |
string
המחרוזת הזו תמיד קיימת ושווה ל-Feature.
|
geometry |
value (Value format)
הגיאומטריה של התכונה. אם יש גיאומטריה לתכונה הזו, היא תופיע ב-google.protobuf.Struct . אחרת, יופיע בו google.protobuf.NullValue .
|
properties |
value (Value format)
מאפייני התכונה. אם יש נכסים שמתאימים לתכונה הזו, יופיע בהם הערך google.protobuf.Struct . אחרת, יופיע בו google.protobuf.NullValue .
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 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,[]]