DataClient.GetItemTileJsonByTms 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 Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata> GetItemTileJsonByTms(Azure.Analytics.PlanetaryComputer.GetItemTileJsonByTmsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemTileJsonByTms : Azure.Analytics.PlanetaryComputer.GetItemTileJsonByTmsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>
override this.GetItemTileJsonByTms : Azure.Analytics.PlanetaryComputer.GetItemTileJsonByTmsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>
Public Overridable Function GetItemTileJsonByTms (options As GetItemTileJsonByTmsOptions, Optional cancellationToken As CancellationToken = Nothing) As 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.