GetCollectionAssetsForBboxOptions 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 getCollectionAssetsForBbox operation.
public class GetCollectionAssetsForBboxOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetCollectionAssetsForBboxOptions>
type GetCollectionAssetsForBboxOptions = class
interface IJsonModel<GetCollectionAssetsForBboxOptions>
interface IPersistableModel<GetCollectionAssetsForBboxOptions>
Public Class GetCollectionAssetsForBboxOptions
Implements IJsonModel(Of GetCollectionAssetsForBboxOptions), IPersistableModel(Of GetCollectionAssetsForBboxOptions)
- Inheritance
-
GetCollectionAssetsForBboxOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetCollectionAssetsForBboxOptions(String, Single, Single, Single, Single) |
Initializes a new instance of GetCollectionAssetsForBboxOptions. |
Properties
| Name | Description |
|---|---|
| Bbox |
Bounding box (west, south, east, north). |
| CollectionId |
STAC Collection Identifier. |
| CoordinateReferenceSystem |
Coordinate Reference System of the input coords. Default to |
| 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). |
| Ids |
Array of Item ids. |
| ItemsLimit |
Return as soon as we have N items per geometry (defaults to 100). |
| MaxX |
Bounding box max X. |
| MaxY |
Bounding box max Y. |
| MinX |
Bounding box min X. |
| MinY |
Bounding box min Y. |
| Query |
JSON query expression for filtering items. |
| ScanLimit |
Return as soon as we scan N items (defaults to 10000). |
| 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). |
| SortBy |
Sorting expression (e.g. +/-property). |
| SubdatasetBands |
The index of a subdataset band within the asset. |
| SubdatasetName |
The name of a subdataset within the asset. |
| TimeLimit |
Return after N seconds to avoid long requests (defaults to 5). |