StacMosaic interface
Defines a named mosaic with filtering criteria.
Properties
| cql | A list of valid CQL2-JSON expressions used to filter the collection to moasic. |
| description | Detailed description of the mosaic. |
| id | Unique identifier for the mosaic. |
| name | Short descriptive name for the mosaic. |
Property Details
cql
A list of valid CQL2-JSON expressions used to filter the collection to moasic.
cql: Record<string, any>[]
Property Value
Record<string, any>[]
description
Detailed description of the mosaic.
description?: string
Property Value
string
id
Unique identifier for the mosaic.
id: string
Property Value
string
name
Short descriptive name for the mosaic.
name: string
Property Value
string