PlanetaryComputerModelFactory.StacCatalogCollections Method

Definition

public static Azure.Analytics.PlanetaryComputer.StacCatalogCollections StacCatalogCollections(System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacLink> links = default, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacCollection> collections = default);
static member StacCatalogCollections : seq<Azure.Analytics.PlanetaryComputer.StacLink> * seq<Azure.Analytics.PlanetaryComputer.StacCollection> -> Azure.Analytics.PlanetaryComputer.StacCatalogCollections
Public Shared Function StacCatalogCollections (Optional links As IEnumerable(Of StacLink) = Nothing, Optional collections As IEnumerable(Of StacCollection) = Nothing) As StacCatalogCollections

Parameters

links
IEnumerable<StacLink>

Links to related resources and endpoints.

collections
IEnumerable<StacCollection>

Array of STAC collections available in the catalog.

Returns

A new StacCatalogCollections instance for mocking.

Applies to