GetSearchTileNoTmsOptions(String, Single, Single, Single) Constructor

Definition

Initializes a new instance of GetSearchTileNoTmsOptions.

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

Parameters

searchId
String

Search Id (pgSTAC Search Hash).

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.

Exceptions

searchId is null.

Applies to