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