StacMosaic Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A list of valid CQL2-JSON expressions used to filter the collection to moasic.
Exceptions
id, name or cql is null.