DataClient.GetItemPointAsync(GetItemPointOptions, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.