PlanetaryComputerModelFactory.StacMosaicConfiguration 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.
Configuration for data mosaic visualization.
public static Azure.Analytics.PlanetaryComputer.StacMosaicConfiguration StacMosaicConfiguration(System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacMosaic> mosaics = default, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.RenderConfiguration> renderOptions = default, Azure.Analytics.PlanetaryComputer.DefaultLocation defaultLocation = default, System.Collections.Generic.IDictionary<string,BinaryData> defaultCustomQuery = default);
static member StacMosaicConfiguration : seq<Azure.Analytics.PlanetaryComputer.StacMosaic> * seq<Azure.Analytics.PlanetaryComputer.RenderConfiguration> * Azure.Analytics.PlanetaryComputer.DefaultLocation * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.Analytics.PlanetaryComputer.StacMosaicConfiguration
Public Shared Function StacMosaicConfiguration (Optional mosaics As IEnumerable(Of StacMosaic) = Nothing, Optional renderOptions As IEnumerable(Of RenderConfiguration) = Nothing, Optional defaultLocation As DefaultLocation = Nothing, Optional defaultCustomQuery As IDictionary(Of String, BinaryData) = Nothing) As StacMosaicConfiguration
Parameters
- mosaics
- IEnumerable<StacMosaic>
Predefined data mosaics available for this collection.
- renderOptions
- IEnumerable<RenderConfiguration>
Available render options for visualizing the data.
- defaultLocation
- DefaultLocation
Default map location when displaying this collection.
- defaultCustomQuery
- IDictionary<String,BinaryData>
A list of CQL-JSON expressions to use as the default for this collection.
Returns
A new StacMosaicConfiguration instance for mocking.