إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ui.Chart.feature.byProperty
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنشئ هذه الدالة رسمًا بيانيًا من مجموعة من الميزات. تعرض هذه السمة قيم المواقع الجغرافية لعنصر واحد أو أكثر.
- المحور X = اسم الموقع، ويتم تصنيفه حسب xProperties (القيمة التلقائية: جميع المواقع).
- المحور الصادي = قيمة السمة (يجب أن تكون رقمية).
- السلسلة = الميزات، ويتم تصنيفها حسب seriesProperty (القيمة التلقائية: "system:index").
يتم تضمين جميع السمات باستثناء seriesProperty على المحور السيني تلقائيًا.
تعرض هذه الدالة رسمًا بيانيًا.
الاستخدام | المرتجعات |
---|
ui.Chart.feature.byProperty(features, xProperties, seriesProperty) | ui.Chart |
الوسيطة | النوع | التفاصيل |
---|
features | Feature|FeatureCollection|List<Feature> | الميزات التي سيتم تضمينها في الرسم البياني |
xProperties | List<String>|Object|String, optional | تمثّل هذه السمة إحدى الحالات التالية: (1) سمة سيتم رسمها على المحور السيني، أو (2) قائمة بالسمات سيتم رسمها على المحور السيني، أو (3) قاموس (سمة، تصنيف) يحدّد تصنيفات للسمات التي سيتم استخدامها كقيم على المحور السيني. في حال عدم تضمينها، سيتم رسم جميع السمات على المحور الأفقي، مع تصنيفها بأسمائها. |
seriesProperty | سلسلة، اختياري | اسم السمة المستخدَمة لتسمية كل عنصر في وسيلة الإيضاح. القيمة التلقائية هي "system:index". |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eGenerates a chart that visualizes the property values of one or more features, plotting them on the y-axis against property names on the x-axis.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize the chart by specifying which properties to display on the x-axis using \u003ccode\u003exProperties\u003c/code\u003e and how to label each feature in the legend using \u003ccode\u003eseriesProperty\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the chart includes all properties except the \u003ccode\u003eseriesProperty\u003c/code\u003e on the x-axis and labels features using their 'system:index'.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eui.Chart.feature.byProperty()\u003c/code\u003e takes a Feature, FeatureCollection, or List of features as input and returns a \u003ccode\u003eui.Chart\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# ui.Chart.feature.byProperty\n\n\u003cbr /\u003e\n\nGenerates a Chart from a set of features. Plots property values of one or more features.\n\n\u003cbr /\u003e\n\n- X-axis = Property name, labeled by xProperties (default: all properties).\n\n- Y-axis = Property value (must be numeric).\n\n- Series = Features, labeled by seriesProperty (default: 'system:index').\n\nAll properties except seriesProperty are included on the x-axis by default.\n\nReturns a chart.\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------|----------|\n| `ui.Chart.feature.byProperty(features, `*xProperties* `, `*seriesProperty*`)` | ui.Chart |\n\n| Argument | Type | Details |\n|------------------|---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `features` | Feature\\|FeatureCollection\\|List\\\u003cFeature\\\u003e | The features to include in the chart. |\n| `xProperties` | List\\\u003cString\\\u003e\\|Object\\|String, optional | One of (1) a property to be plotted on the x-axis; (2) a list of properties to be plotted on the x-axis; or (3) a (property, label) dictionary specifying labels for properties to be used as values on the x-axis. If omitted, all properties will be plotted on the x-axis, labeled with their names. |\n| `seriesProperty` | String, optional | The name of the property used to label each feature in the legend. Defaults to 'system:index'. |"]]