DataClient.GetCollectionAssetsForTileNoTms Method

Definition

Overloads

Name Description
GetCollectionAssetsForTileNoTms(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.
GetCollectionAssetsForTileNoTms(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.

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

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