PlanetaryComputerModelFactory.StacItemPointAsset 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.
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.