DataClient.GetCollectionAssetsForTile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetCollectionAssetsForTile(GetCollectionAssetsForTileOptions, RequestContext) |
[Protocol Method] Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL.
|
| GetCollectionAssetsForTile(GetCollectionAssetsForTileOptions, CancellationToken) |
Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL. |
GetCollectionAssetsForTile(GetCollectionAssetsForTileOptions, RequestContext)
- Source:
- DataClient.cs
[Protocol Method] Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL.
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetCollectionAssetsForTile(Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileOptions options, Azure.RequestContext context);
abstract member GetCollectionAssetsForTile : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileOptions * Azure.RequestContext -> Azure.Response
override this.GetCollectionAssetsForTile : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileOptions * Azure.RequestContext -> Azure.Response
Public Overridable Function GetCollectionAssetsForTile (options As GetCollectionAssetsForTileOptions, context As RequestContext) As Response
Parameters
The options for the getCollectionAssetsForTile 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
GetCollectionAssetsForTile(GetCollectionAssetsForTileOptions, CancellationToken)
- Source:
- DataClient.cs
Return assets overlapping a tile for a collection using the route with TileMatrixSetId in the path (/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets). Use this operation when you need an explicit tile matrix set in the URL.
public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.TilerAssetGeoJson>> GetCollectionAssetsForTile(Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionAssetsForTile : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.TilerAssetGeoJson>>
override this.GetCollectionAssetsForTile : Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.TilerAssetGeoJson>>
Public Overridable Function GetCollectionAssetsForTile (options As GetCollectionAssetsForTileOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of TilerAssetGeoJson))
Parameters
The options for the getCollectionAssetsForTile 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.