PlanetaryComputerModelFactory.TilerAssetGeoJson Method

Definition

Represents GeoJSON with feature with an asset property.

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

Parameters

id
String

Unique identifier for the feature.

collection
String

ID of the STAC collection this item belongs to.

boundingBox
IEnumerable<Single>

Bounding box coordinates for the feature.

assets
IDictionary<String,StacAsset>

Assets.

Returns

A new TilerAssetGeoJson instance for mocking.

Applies to