DataClient.GetItemBounds(GetItemTilesetsOptions, CancellationToken) Method

Definition

Return the bounds for a STAC item.

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