StacItemCollection(IEnumerable<StacItem>) Constructor
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.
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.