DataClient.GetItemPointAsync(GetItemPointOptions, CancellationToken) Method

Definition

Get point value for a STAC item dataset.

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

Parameters

options
GetItemPointOptions

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