StacCollection Constructor

Definition

Initializes a new instance of StacCollection.

public StacCollection(string id, string description, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacLink> links, string license, Azure.Analytics.PlanetaryComputer.StacExtensionExtent extent);
new Azure.Analytics.PlanetaryComputer.StacCollection : string * string * seq<Azure.Analytics.PlanetaryComputer.StacLink> * string * Azure.Analytics.PlanetaryComputer.StacExtensionExtent -> Azure.Analytics.PlanetaryComputer.StacCollection
Public Sub New (id As String, description As String, links As IEnumerable(Of StacLink), license As String, extent As StacExtensionExtent)

Parameters

id
String

Unique identifier for the collection.

description
String

Detailed description of the collection.

links
IEnumerable<StacLink>

Links to related resources and endpoints.

license
String

License identifier for the collection data.

extent
StacExtensionExtent

Spatial and temporal extent of the collection.

Exceptions

id, description, links, license or extent is null.

Applies to