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