DataClient.GetItemTileJsonByTmsAsync 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.
Return TileJSON document for a STAC item with TileMatrixSetId as path.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>> GetItemTileJsonByTmsAsync(Azure.Analytics.PlanetaryComputer.GetItemTileJsonByTmsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemTileJsonByTmsAsync : Azure.Analytics.PlanetaryComputer.GetItemTileJsonByTmsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>>
override this.GetItemTileJsonByTmsAsync : Azure.Analytics.PlanetaryComputer.GetItemTileJsonByTmsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>>
Public Overridable Function GetItemTileJsonByTmsAsync (options As GetItemTileJsonByTmsOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TileJsonMetadata))
Parameters
- options
- GetItemTileJsonByTmsOptions
The options for the item TileJSON by TMS query.
- 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.