PlanetaryComputerModelFactory.GetSearchAssetsForTileNoTmsOptions Method
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 getSearchAssetsForTileNoTms operation.
public static Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions GetSearchAssetsForTileNoTmsOptions(string searchId = default, int? scanLimit = default, int? itemsLimit = default, int? timeLimit = default, bool? exitWhenFull = default, bool? skipCovered = default, string subdatasetName = default, System.Collections.Generic.IEnumerable<int> subdatasetBands = default, string crs = default, string datetime = default, System.Collections.Generic.IEnumerable<string> sel = default, Azure.Analytics.PlanetaryComputer.SelMethod? selMethod = default, float z = 0, float x = 0, float y = 0, Azure.Analytics.PlanetaryComputer.TileMatrixSetId? tileMatrixSetId = default);
static member GetSearchAssetsForTileNoTmsOptions : string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * string * seq<int> * string * string * seq<string> * Nullable<Azure.Analytics.PlanetaryComputer.SelMethod> * single * single * single * Nullable<Azure.Analytics.PlanetaryComputer.TileMatrixSetId> -> Azure.Analytics.PlanetaryComputer.GetSearchAssetsForTileNoTmsOptions
Public Shared Function GetSearchAssetsForTileNoTmsOptions (Optional searchId As String = Nothing, Optional scanLimit As Nullable(Of Integer) = Nothing, Optional itemsLimit As Nullable(Of Integer) = Nothing, Optional timeLimit As Nullable(Of Integer) = Nothing, Optional exitWhenFull As Nullable(Of Boolean) = Nothing, Optional skipCovered As Nullable(Of Boolean) = Nothing, Optional subdatasetName As String = Nothing, Optional subdatasetBands As IEnumerable(Of Integer) = Nothing, Optional crs As String = Nothing, Optional datetime As String = Nothing, Optional sel As IEnumerable(Of String) = Nothing, Optional selMethod As Nullable(Of SelMethod) = Nothing, Optional z As Single = 0, Optional x As Single = 0, Optional y As Single = 0, Optional tileMatrixSetId As Nullable(Of TileMatrixSetId) = Nothing) As GetSearchAssetsForTileNoTmsOptions
Parameters
- searchId
- String
Search Id (pgSTAC Search Hash).
Skip any items that would show up completely under the previous items (defaults to True).
- subdatasetName
- String
The name of a subdataset within the asset.
- subdatasetBands
- IEnumerable<Int32>
The index of a subdataset band within the asset.
- crs
- String
Coordinate Reference System.
- datetime
- String
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:
- A date-time: "2018-02-12T23:20:50Z"
- A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
- Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
- sel
- IEnumerable<String>
Xarray Indexing using dimension names {dimension}={value}.
- 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.
- tileMatrixSetId
- Nullable<TileMatrixSetId>
Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad').
Returns
A new GetSearchAssetsForTileNoTmsOptions instance for mocking.