DataClient.GetItemInfoGeoJson(GetItemInfoOptions, CancellationToken) Method

Definition

Return info as GeoJSON for a STAC item.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature> GetItemInfoGeoJson(Azure.Analytics.PlanetaryComputer.GetItemInfoOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemInfoGeoJson : Azure.Analytics.PlanetaryComputer.GetItemInfoOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature>
override this.GetItemInfoGeoJson : Azure.Analytics.PlanetaryComputer.GetItemInfoOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoGeoJsonFeature>
Public Overridable Function GetItemInfoGeoJson (options As GetItemInfoOptions, Optional cancellationToken As CancellationToken = Nothing) As 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