DataClient.GetItemBoundsAsync Method

Definition

Return the bounds for a STAC item.

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

Parameters

options
GetItemTilesetsOptions

The options for the item bounds 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