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