DataClient.GetTileMatrixDefinitions 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 |
|---|---|
| GetTileMatrixDefinitions(String, RequestContext) |
[Protocol Method] Return Matrix Definition
|
| GetTileMatrixDefinitions(String, CancellationToken) |
Return Matrix Definition. |
GetTileMatrixDefinitions(String, RequestContext)
- Source:
- DataClient.cs
[Protocol Method] Return Matrix Definition
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetTileMatrixDefinitions(string tileMatrixSetId, Azure.RequestContext context);
abstract member GetTileMatrixDefinitions : string * Azure.RequestContext -> Azure.Response
override this.GetTileMatrixDefinitions : string * Azure.RequestContext -> Azure.Response
Public Overridable Function GetTileMatrixDefinitions (tileMatrixSetId As String, context As RequestContext) As Response
Parameters
- tileMatrixSetId
- String
Identifier selecting one of the TileMatrixSetId supported.
- 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
tileMatrixSetId is null.
tileMatrixSetId is an empty string, and was expected to be non-empty.
Service returned a non-success status code.
Applies to
GetTileMatrixDefinitions(String, CancellationToken)
- Source:
- DataClient.cs
Return Matrix Definition.
public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TileMatrixSet> GetTileMatrixDefinitions(string tileMatrixSetId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTileMatrixDefinitions : string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileMatrixSet>
override this.GetTileMatrixDefinitions : string * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileMatrixSet>
Public Overridable Function GetTileMatrixDefinitions (tileMatrixSetId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TileMatrixSet)
Parameters
- tileMatrixSetId
- String
Identifier selecting one of the TileMatrixSetId supported.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
tileMatrixSetId is null.
tileMatrixSetId is an empty string, and was expected to be non-empty.
Service returned a non-success status code.