GetCollectionTileNoTmsByScaleAndFormatOptions Constructor

Definition

Initializes a new instance of GetCollectionTileNoTmsByScaleAndFormatOptions.

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

Parameters

collectionId
String

STAC Collection 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.

scale
Single

Numeric scale factor for the tile. Higher values produce larger tiles (default: "1").

format
String

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

Exceptions

collectionId or format is null.

Applies to