DataClient.GetItemInfoGeoJsonAsync Method

Definition

Return info as GeoJSON for a STAC item.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature>> GetItemInfoGeoJsonAsync(Azure.Analytics.PlanetaryComputer.GetItemInfoOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemInfoGeoJsonAsync : Azure.Analytics.PlanetaryComputer.GetItemInfoOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature>>
override this.GetItemInfoGeoJsonAsync : Azure.Analytics.PlanetaryComputer.GetItemInfoOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature>>
Public Overridable Function GetItemInfoGeoJsonAsync (options As GetItemInfoOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TilerInfoGeoJsonFeature))

Parameters

options
GetItemInfoOptions

The options for the item info GeoJSON query.

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

options is null.

Service returned a non-success status code.

Applies to