お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、アクセスを維持するために
非商用目的での利用資格を確認する必要があります。2025 年 9 月 26 日までに確認が完了していない場合、アクセスが保留されることがあります。
ui.Chart.feature.byFeature
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
一連のフィーチャーからグラフを生成します。各特徴の 1 つ以上のプロパティの値をプロットします。
- X 軸 = xProperty でラベル付けされた特徴(デフォルト: 'system:index')。
- Y 軸 = yProperties の値(デフォルト: すべてのプロパティ)。
- Series = yProperties の名前。
値は、入力特徴と同じ順序で x 軸に沿って並べられます。
グラフを返します。
| 用途 | 戻り値 |
|---|
ui.Chart.feature.byFeature(features, xProperty, yProperties) | ui.Chart |
| 引数 | タイプ | 詳細 |
|---|
features | Feature|FeatureCollection|List<Feature> | グラフに含める機能。 |
xProperty | 文字列、省略可 | X 軸の各特徴の値として使用されるプロパティ。デフォルトは「system:index」です。 |
yProperties | List<String>|String(省略可) | y 軸で使用されるプロパティ。省略すると、すべての特徴のすべてのプロパティが y 軸にプロットされます(xProperty を除く)。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The core content details generating a chart from features. It plots values of specified properties for each feature. The x-axis represents features, labeled by `xProperty` (default: 'system:index'). The y-axis represents `yProperties`' values (default: all properties). The order of features on the x-axis matches the input. The function `ui.Chart.feature.byFeature` takes `features`, an optional `xProperty`, and an optional `yProperties` list to return a chart.\n"]]