GetSearchTileByScaleOptions Constructor
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.
Initializes a new instance of GetSearchTileByScaleOptions.
public GetSearchTileByScaleOptions(string searchId, string tileMatrixSetId, float z, float x, float y, float scale);
new Azure.Analytics.PlanetaryComputer.GetSearchTileByScaleOptions : string * string * single * single * single * single -> Azure.Analytics.PlanetaryComputer.GetSearchTileByScaleOptions
Public Sub New (searchId As String, tileMatrixSetId As String, z As Single, x As Single, y As Single, scale As Single)
Parameters
- searchId
- String
Search Id (pgSTAC Search Hash).
- tileMatrixSetId
- String
Identifier selecting one of the TileMatrixSetId supported.
- 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.
Exceptions
searchId or tileMatrixSetId is null.