إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
REST Resource: projects.tables
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: جدول
تمثيل JSON |
{
"name": string,
"expression": {
object (Expression )
},
"fileFormat": enum (TableFileFormat ),
"selectors": [
string
],
"filename": string
} |
الحقول |
name |
string
اسم المورد الذي يمثّل الصورة المصغّرة، بالتنسيق "projects/*/tables/**" (مثل "projects/earthengine-legacy/tables/").
|
expression |
object (Expression )
التعبير المطلوب احتسابه. يجب تقييمها على أنّها مجموعة ميزات.
|
fileFormat |
enum (TableFileFormat )
ترميز الإخراج الذي سيتم من خلاله إنشاء الجدول الناتج
|
selectors[] |
string
حقول الموقع الاختيارية للاختيار من الجدول المحدّد
|
filename |
string
اسم ملف اختياري للجدول الناتج.
|
الطُرق |
|
تُنشئ معرّفًا يمكن استخدامه لعرض بيانات "الجدول". |
|
تُستخدَم هذه الوظيفة لجلب ميزات Table ، ويتضمن الطلب اسم الجدول المطلوب تنزيله من طلب CreateTable سابق. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eTables in Earth Engine store data in a tabular format and are defined by a name, an expression that evaluates to a FeatureCollection, a file format, optional selectors, and an optional filename.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a Table using the \u003ccode\u003ecreate\u003c/code\u003e method which generates an ID for rendering the data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetFeatures\u003c/code\u003e method allows you to retrieve Table features using the ID generated during creation.\u003c/p\u003e\n"],["\u003cp\u003eTables offer flexibility in data encoding through various file formats and allow selecting specific properties using selectors.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.tables\n\nResource: Table\n---------------\n\nInformation about a table.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"expression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, \"fileFormat\": enum (/earth-engine/reference/rest/v1beta/projects.locations.tables#Table.TableFileFormat), \"selectors\": [ string ], \"filename\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the thumbnail, of the form \"projects/\\*/tables/\\*\\*\" (e.g. \"projects/earthengine-legacy/tables/\"). |\n| `expression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` The expression to compute. Must evaluate to a FeatureCollection. |\n| `fileFormat` | `enum (`[TableFileFormat](/earth-engine/reference/rest/v1beta/projects.locations.tables#Table.TableFileFormat)`)` The output encoding in which to generate the resulting table. |\n| `selectors[]` | `string` Optional property fields to select from the specified table. |\n| `filename` | `string` Optional filename of the resulting table. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/earth-engine/reference/rest/v1beta/projects.tables/create) | Creates an ID that can be used to render \"table\" data. |\n| ### [getFeatures](/earth-engine/reference/rest/v1beta/projects.tables/getFeatures) | Fetches `Table` features, the request includes the name of the Table to download from a previous `CreateTable` request. |"]]