お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、アクセスを維持するために
非商用目的での利用資格を確認する必要があります。2025 年 9 月 26 日までに確認が完了していない場合、アクセスが保留されることがあります。
Feature
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
「type」という名前のフィールドに文字列「Feature」、「geometry」という名前のフィールドにジオメトリ、「properties」という名前のフィールドにキーと値のプロパティを含む GeoJSON フィーチャー オブジェクト(RFC 7946 を参照)。
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 を保持します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]]