GetTileNoTmsByFormatOptions Constructor

Definition

Initializes a new instance of GetTileNoTmsByFormatOptions.

public GetTileNoTmsByFormatOptions(string collectionId, string itemId, float z, float x, float y, string format);
new Azure.Analytics.PlanetaryComputer.GetTileNoTmsByFormatOptions : string * string * single * single * single * string -> Azure.Analytics.PlanetaryComputer.GetTileNoTmsByFormatOptions
Public Sub New (collectionId As String, itemId As String, z As Single, x As Single, y As Single, format As String)

Parameters

collectionId
String

STAC Collection Identifier.

itemId
String

STAC Item Identifier.

z
Single

Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile.

x
Single

Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix.

y
Single

Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix.

format
String

Output format for the tile or image (e.g., png, jpeg, webp).

Exceptions

collectionId, itemId or format is null.

Applies to