DataClient.GetCollectionAssetsForTileNoTmsAsync Method

Definition

Overloads

Name Description
GetCollectionAssetsForTileNoTmsAsync(GetCollectionAssetsForTileNoTmsOptions, RequestContext)

[Protocol Method] Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified.

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

Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified.

GetCollectionAssetsForTileNoTmsAsync(GetCollectionAssetsForTileNoTmsOptions, RequestContext)

Source:
DataClient.cs

[Protocol Method] Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified.

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

Parameters

options
GetCollectionAssetsForTileNoTmsOptions

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

GetCollectionAssetsForTileNoTmsAsync(GetCollectionAssetsForTileNoTmsOptions, CancellationToken)

Source:
DataClient.cs

Return assets overlapping a tile for a collection using the route without TileMatrixSetId in the path (/tiles/{z}/{x}/{y}/assets). This operation uses the default tile matrix set when none is specified.

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

Parameters

options
GetCollectionAssetsForTileNoTmsOptions

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