PlanetaryComputerModelFactory.StacMosaic Method

Definition

Defines a named mosaic with filtering criteria.

public static Azure.Analytics.PlanetaryComputer.StacMosaic StacMosaic(string id = default, string name = default, string description = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,BinaryData>> cql = default);
static member StacMosaic : string * string * string * seq<System.Collections.Generic.IDictionary<string, BinaryData>> -> Azure.Analytics.PlanetaryComputer.StacMosaic
Public Shared Function StacMosaic (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional cql As IEnumerable(Of IDictionary(Of String, BinaryData)) = Nothing) As StacMosaic

Parameters

id
String

Unique identifier for the mosaic.

name
String

Short descriptive name for the mosaic.

description
String

Detailed description of the mosaic.

cql
IEnumerable<IDictionary<String,BinaryData>>

A list of valid CQL2-JSON expressions used to filter the collection to moasic.

Returns

A new StacMosaic instance for mocking.

Applies to