DataClient.GetCollectionAssetsForBbox Method

Definition

Overloads

Name Description
GetCollectionAssetsForBbox(GetCollectionAssetsForBboxOptions, CancellationToken)

Return a list of assets which overlap a given bounding box for a STAC collection.

GetCollectionAssetsForBbox(GetCollectionAssetsForBboxOptions, RequestContext)

[Protocol Method] Return a list of assets which overlap a given bounding box for a STAC collection.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

GetCollectionAssetsForBbox(GetCollectionAssetsForBboxOptions, CancellationToken)

Source:
DataClient.cs

Return a list of assets which overlap a given bounding box for a STAC collection.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<BinaryData>> GetCollectionAssetsForBbox(Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionAssetsForBbox : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<BinaryData>>
override this.GetCollectionAssetsForBbox : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<BinaryData>>
Public Overridable Function GetCollectionAssetsForBbox (options As GetCollectionAssetsForBboxOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of BinaryData))

Parameters

options
GetCollectionAssetsForBboxOptions

The options for the getCollectionAssetsForBbox request.

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

GetCollectionAssetsForBbox(GetCollectionAssetsForBboxOptions, RequestContext)

Source:
DataClient.cs

[Protocol Method] Return a list of assets which overlap a given bounding box for a STAC collection.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetCollectionAssetsForBbox(Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions options, Azure.RequestContext context);
abstract member GetCollectionAssetsForBbox : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions * Azure.RequestContext -> Azure.Response
override this.GetCollectionAssetsForBbox : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions * Azure.RequestContext -> Azure.Response
Public Overridable Function GetCollectionAssetsForBbox (options As GetCollectionAssetsForBboxOptions, context As RequestContext) As Response

Parameters

options
GetCollectionAssetsForBboxOptions

The options for the getCollectionAssetsForBbox request.

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

options is null.

Service returned a non-success status code.

Applies to