DataClient.GetCollectionTileJsonByTmsAsync 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 collection with TileMatrixSetId as path.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>> GetCollectionTileJsonByTmsAsync(Azure.Analytics.PlanetaryComputer.GetCollectionTileJsonByTmsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionTileJsonByTmsAsync : Azure.Analytics.PlanetaryComputer.GetCollectionTileJsonByTmsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>>
override this.GetCollectionTileJsonByTmsAsync : Azure.Analytics.PlanetaryComputer.GetCollectionTileJsonByTmsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>>
Public Overridable Function GetCollectionTileJsonByTmsAsync (options As GetCollectionTileJsonByTmsOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TileJsonMetadata))
Parameters
The options for the collection 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.