Earth Engine は、共有コンピューティングリソースを保護し、すべてのユーザーに信頼性の高いパフォーマンスを提供するために、
非商用割り当て階層を導入しています。非商用プロジェクトではデフォルトでコミュニティ
ティアが使用されますが、プロジェクトのティアはいつでも変更できます。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
ui.Chart.feature.groups
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
一連の特徴からグラフを生成します。特徴のグループ全体で特定のプロパティの値をプロットします。groupProperty の値が同じ特徴はグループ化され、単一の系列としてプロットされます。
- X 軸 = xProperty の値。
- Y 軸 = yProperty の値。
- Series = Feature groups(seriesProperty 別)。
グラフを返します。
| 用途 | 戻り値 |
|---|
ui.Chart.feature.groups(features, xProperty, yProperty, seriesProperty) | ui.Chart |
| 引数 | タイプ | 詳細 |
|---|
features | Feature|FeatureCollection|List[Feature] | グラフに含める特徴。 |
xProperty | 文字列 | X 軸の各特徴のラベルとして使用するプロパティ。 |
yProperty | 文字列 | Y 軸にプロットするプロパティ。 |
seriesProperty | 文字列 | 特徴グループの決定に使用されるプロパティ。groupProperty の値が同じフィーチャーは、グラフに 1 つの系列としてプロットされます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-01-08 UTC。
[null,null,["最終更新日 2026-01-08 UTC。"],[],["The core functionality generates a chart by plotting feature properties. It groups features based on a `seriesProperty`, displaying each group as a unique series. The `xProperty` determines the x-axis labels, while the `yProperty` dictates the y-axis values. Input `features` (individually or in collections) are analyzed and the resulting chart is returned. The function `ui.Chart.feature.groups` handles this process, requiring the feature data and three property strings as input.\n"]]