REST Resource: projects.locations.tables

Resource: Tabel

Informasi tentang tabel.

Representasi JSON
{
  "name": string,
  "expression": {
    object (Expression)
  },
  "fileFormat": enum (TableFileFormat),
  "selectors": [
    string
  ],
  "filename": string
}
Kolom
name

string

Nama resource yang mewakili thumbnail, dalam bentuk "projects/*/tables/**" (misalnya, "projects/earthengine-legacy/tables/").

expression

object (Expression)

Ekspresi yang akan dihitung. Harus dievaluasi ke FeatureCollection.

fileFormat

enum (TableFileFormat)

Encoding output tempat tabel yang dihasilkan akan dibuat.

selectors[]

string

Kolom properti opsional yang akan dipilih dari tabel yang ditentukan.

filename

string

Nama file opsional dari tabel yang dihasilkan.

TableFileFormat

Memilih format file tabel untuk mengenkode tabel fitur.

Enum
TABLE_FILE_FORMAT_UNSPECIFIED Tidak ditentukan.
CSV Format nilai yang dipisahkan koma.
GEO_JSON Format FeatureCollection GeoJSON. Lihat http://geojson.org/.
KML Format Keyhole Markup Language.
KMZ Format Keyhole Markup Language yang dikompresi Zip.
SHP Format shapefile.
TF_RECORD_TABLE Format TFRecord.

Metode

create

Membuat ID yang dapat digunakan untuk merender data "tabel".