GetCollectionAssetsForTileNoTmsOptions(String, Single, Single, Single) 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 GetCollectionAssetsForTileNoTmsOptions.
public GetCollectionAssetsForTileNoTmsOptions(string collectionId, float z, float x, float y);
new Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileNoTmsOptions : string * single * single * single -> Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForTileNoTmsOptions
Public Sub New (collectionId As String, z As Single, x As Single, y As Single)
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.
Exceptions
collectionId is null.