StacMosaic interface
使用過濾條件定義命名馬賽克。
屬性
| cql | 用於將集合篩選為 moasic 的有效 CQL2-JSON 表示式清單。 |
| description | 馬賽克的詳細說明。 |
| id | 馬賽克的唯一標識碼。 |
| name | 馬賽克的簡短描述性名稱。 |
屬性詳細資料
cql
用於將集合篩選為 moasic 的有效 CQL2-JSON 表示式清單。
cql: Record<string, any>[]
屬性值
Record<string, any>[]
description
馬賽克的詳細說明。
description?: string
屬性值
string
id
馬賽克的唯一標識碼。
id: string
屬性值
string
name
馬賽克的簡短描述性名稱。
name: string
屬性值
string