DataClient.GetSearchAssetsForTile Method

Definition

Overloads

Name Description
GetSearchAssetsForTile(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.
GetSearchAssetsForTile(GetSearchAssetsForTileOptions, CancellationToken)

Return a list of assets which overlap a given tile.

GetSearchAssetsForTile(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 Azure.Response GetSearchAssetsForTile(Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions options, Azure.RequestContext context);
abstract member GetSearchAssetsForTile : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions * Azure.RequestContext -> Azure.Response
override this.GetSearchAssetsForTile : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions * Azure.RequestContext -> Azure.Response
Public Overridable Function GetSearchAssetsForTile (options As GetSearchAssetsForTileOptions, context As RequestContext) As 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

GetSearchAssetsForTile(GetSearchAssetsForTileOptions, CancellationToken)

Source:
DataClient.cs

Return a list of assets which overlap a given tile.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.TilerAssetGeoJson>> GetSearchAssetsForTile(Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSearchAssetsForTile : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.TilerAssetGeoJson>>
override this.GetSearchAssetsForTile : Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.TilerAssetGeoJson>>
Public Overridable Function GetSearchAssetsForTile (options As GetSearchAssetsForTileOptions, Optional cancellationToken As CancellationToken = Nothing) As 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