DataClient.GetItemFeatureStatistics Method

Definition

Get statistics from a GeoJSON feature for a STAC item.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJson> GetItemFeatureStatistics(Azure.Analytics.PlanetaryComputer.GeoJsonFeature body, Azure.Analytics.PlanetaryComputer.GetItemFeatureStatisticsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemFeatureStatistics : Azure.Analytics.PlanetaryComputer.GeoJsonFeature * Azure.Analytics.PlanetaryComputer.GetItemFeatureStatisticsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJson>
override this.GetItemFeatureStatistics : Azure.Analytics.PlanetaryComputer.GeoJsonFeature * Azure.Analytics.PlanetaryComputer.GetItemFeatureStatisticsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.StacItemStatisticsGeoJson>
Public Overridable Function GetItemFeatureStatistics (body As GeoJsonFeature, options As GetItemFeatureStatisticsOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StacItemStatisticsGeoJson)

Parameters

body
GeoJsonFeature

Request GeoJson body.

options
GetItemFeatureStatisticsOptions

The options for the item feature statistics query.

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

body or options is null.

Service returned a non-success status code.

Applies to