Earth Engine は、共有コンピューティング リソースを保護し、すべてのユーザーに信頼性の高いパフォーマンスを提供するために、
非商用割り当て階層を導入しています。すべての非商用プロジェクトは、
2026 年 4 月 27 日までに割り当て階層を選択する必要があります。選択しない場合は、デフォルトでコミュニティ階層が使用されます。階層の割り当ては、
2026 年 4 月 27 日に(階層の選択日に関係なく)すべてのプロジェクトで有効になります。
詳細
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"]]