DataClient.GetSearchAssetsForTileNoTmsAsync Method

Definition

Overloads

Name Description
GetSearchAssetsForTileNoTmsAsync(GetSearchAssetsForTileNoTmsOptions, RequestContext)

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

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

Return a list of assets which overlap a given tile for a mosaic search.

GetSearchAssetsForTileNoTmsAsync(GetSearchAssetsForTileNoTmsOptions, RequestContext)

Source:
DataClient.cs

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

  • 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> GetSearchAssetsForTileNoTmsAsync(Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions options, Azure.RequestContext context);
abstract member GetSearchAssetsForTileNoTmsAsync : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.GetSearchAssetsForTileNoTmsAsync : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetSearchAssetsForTileNoTmsAsync (options As GetSearchAssetsForTileNoTmsOptions, context As RequestContext) As Task(Of Response)

Parameters

options
GetSearchAssetsForTileNoTmsOptions

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

GetSearchAssetsForTileNoTmsAsync(GetSearchAssetsForTileNoTmsOptions, CancellationToken)

Source:
DataClient.cs

Return a list of assets which overlap a given tile for a mosaic search.

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

Parameters

options
GetSearchAssetsForTileNoTmsOptions

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