REST Resource: projects.tables Stay organized with collections Save and categorize content based on your preferences.
Page Summary
A Table is a resource with a JSON representation including name, expression, fileFormat, selectors, and filename.
The resource name is in the format "projects/*/tables/**".
The
expressionfield requires an object evaluating to a FeatureCollection.The
fileFormatfield specifies the output encoding of the table.Methods include
createto generate a rendering ID andgetFeaturesto download table data.
Resource: Table
Information about a table.
| JSON representation |
|---|
{"name":string,"expression":{object ( |
| Fields | |
|---|---|
name |
The resource name representing the thumbnail, of the form "projects/*/tables/**" (e.g. "projects/earthengine-legacy/tables/ |
expression |
The expression to compute. Must evaluate to a FeatureCollection. |
fileFormat |
The output encoding in which to generate the resulting table. |
selectors[] |
Optional property fields to select from the specified table. |
filename |
Optional filename of the resulting table. |
Methods | |
|---|---|
| Creates an ID that can be used to render "table" data. |
| FetchesTable features, the request includes the name of the Table to download from a previousCreateTable request. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.