StacItemCollection(IEnumerable<StacItem>) Constructor

Definition

Initializes a new instance of StacItemCollection.

public StacItemCollection(System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacItem> features);
new Azure.Analytics.PlanetaryComputer.StacItemCollection : seq<Azure.Analytics.PlanetaryComputer.StacItem> -> Azure.Analytics.PlanetaryComputer.StacItemCollection
Public Sub New (features As IEnumerable(Of StacItem))

Parameters

features
IEnumerable<StacItem>

Array of STAC Items in the collection.

Exceptions

features is null.

Applies to