DataClient.GetSearchAssetsForTileAsync Method

Definition

Overloads

Name Description
GetSearchAssetsForTileAsync(GetSearchAssetsForTileOptions, RequestContext)

[Protocol Method] Return a list of assets which overlap a given tile.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSearchAssetsForTileAsync(GetSearchAssetsForTileOptions, CancellationToken)

Return a list of assets which overlap a given tile.

GetSearchAssetsForTileAsync(GetSearchAssetsForTileOptions, RequestContext)

Source:
DataClient.cs

[Protocol Method] Return a list of assets which overlap a given tile.

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

Parameters

options
GetSearchAssetsForTileOptions

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

GetSearchAssetsForTileAsync(GetSearchAssetsForTileOptions, CancellationToken)

Source:
DataClient.cs

Return a list of assets which overlap a given tile.

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

Parameters

options
GetSearchAssetsForTileOptions

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