PlanetaryComputerModelFactory.StacMosaic Method
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.
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.
A list of valid CQL2-JSON expressions used to filter the collection to moasic.
Returns
A new StacMosaic instance for mocking.