StacMosaic Constructor

Definition

Initializes a new instance of StacMosaic.

public StacMosaic(string id, string name, System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,BinaryData>> cql);
new Azure.Analytics.PlanetaryComputer.StacMosaic : string * string * seq<System.Collections.Generic.IDictionary<string, BinaryData>> -> Azure.Analytics.PlanetaryComputer.StacMosaic
Public Sub New (id As String, name As String, cql As IEnumerable(Of IDictionary(Of String, BinaryData)))

Parameters

id
String

Unique identifier for the mosaic.

name
String

Short descriptive name for the mosaic.

cql
IEnumerable<IDictionary<String,BinaryData>>

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

Exceptions

id, name or cql is null.

Applies to