PlanetaryComputerModelFactory.StacItemPointAsset Method

Definition

Asset information for the specified point.

public static Azure.Analytics.PlanetaryComputer.StacItemPointAsset StacItemPointAsset(string id = default, System.Collections.Generic.IEnumerable<float> boundingBox = default, System.Collections.Generic.IDictionary<string,Azure.Analytics.PlanetaryComputer.StacAsset> assets = default, string collectionId = default);
static member StacItemPointAsset : string * seq<single> * System.Collections.Generic.IDictionary<string, Azure.Analytics.PlanetaryComputer.StacAsset> * string -> Azure.Analytics.PlanetaryComputer.StacItemPointAsset
Public Shared Function StacItemPointAsset (Optional id As String = Nothing, Optional boundingBox As IEnumerable(Of Single) = Nothing, Optional assets As IDictionary(Of String, StacAsset) = Nothing, Optional collectionId As String = Nothing) As StacItemPointAsset

Parameters

id
String

STAC item ID.

boundingBox
IEnumerable<Single>

Bounding box coordinates for the feature.

assets
IDictionary<String,StacAsset>

Asset information for the specified point.

collectionId
String

Collection ID.

Returns

A new StacItemPointAsset instance for mocking.

Applies to