GetSearchAssetsForTileOptions Class
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.
Options for the getSearchAssetsForTile operation.
public class GetSearchAssetsForTileOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileOptions>
type GetSearchAssetsForTileOptions = class
interface IJsonModel<GetSearchAssetsForTileOptions>
interface IPersistableModel<GetSearchAssetsForTileOptions>
Public Class GetSearchAssetsForTileOptions
Implements IJsonModel(Of GetSearchAssetsForTileOptions), IPersistableModel(Of GetSearchAssetsForTileOptions)
- Inheritance
-
GetSearchAssetsForTileOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetSearchAssetsForTileOptions(String, String, String, Single, Single, Single) |
Initializes a new instance of GetSearchAssetsForTileOptions. |
Properties
| Name | Description |
|---|---|
| CollectionId |
STAC Collection Identifier. |
| Crs |
Coordinate Reference System. |
| Datetime |
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples:
|
| ExitWhenFull |
Return as soon as the geometry is fully covered (defaults to True). |
| ItemsLimit |
Return as soon as we have N items per geometry (defaults to 100). |
| ScanLimit |
Return as soon as we scan N items (defaults to 10000). |
| SearchId |
Search Id (pgSTAC Search Hash). |
| Sel |
Xarray Indexing using dimension names |
| SelMethod |
Xarray indexing method to use for inexact matches. |
| SkipCovered |
Skip any items that would show up completely under the previous items (defaults to True). |
| SubdatasetBands |
The index of a subdataset band within the asset. |
| SubdatasetName |
The name of a subdataset within the asset. |
| TileMatrixSetId |
Identifier selecting one of the TileMatrixSetId supported. |
| TimeLimit |
Return after N seconds to avoid long requests (defaults to 5). |
| X |
Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix. |
| Y |
Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix. |
| Z |
Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. |