PlanetaryComputerModelFactory.StacCatalogCollections 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.
http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#_feature_collections_rootcollections Represents a collection of STAC collections with links.
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.