PlanetaryComputerModelFactory.GetCollectionPointAssetsOptions 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 getCollectionPointAssets operation.
public static Azure.Analytics.PlanetaryComputer.GetCollectionPointAssetsOptions GetCollectionPointAssetsOptions(int? scanLimit = default, int? itemsLimit = default, int? timeLimit = default, bool? exitWhenFull = default, bool? skipCovered = default, string ids = default, string bbox = default, string query = default, string sortBy = default, string datetime = default, string subdatasetName = default, System.Collections.Generic.IEnumerable<int> subdatasetBands = default, string crs = default, System.Collections.Generic.IEnumerable<string> sel = default, Azure.Analytics.PlanetaryComputer.SelMethod? selMethod = default, string collectionId = default, float longitude = 0, float latitude = 0, string coordinateReferenceSystem = default);
static member GetCollectionPointAssetsOptions : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<bool> * string * string * string * string * string * string * seq<int> * string * seq<string> * Nullable<Azure.Analytics.PlanetaryComputer.SelMethod> * string * single * single * string -> Azure.Analytics.PlanetaryComputer.GetCollectionPointAssetsOptions
Public Shared Function GetCollectionPointAssetsOptions (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 ids As String = Nothing, Optional bbox As String = Nothing, Optional query As String = Nothing, Optional sortBy As String = Nothing, Optional datetime As String = Nothing, Optional subdatasetName As String = Nothing, Optional subdatasetBands As IEnumerable(Of Integer) = Nothing, Optional crs As String = Nothing, Optional sel As IEnumerable(Of String) = Nothing, Optional selMethod As Nullable(Of SelMethod) = Nothing, Optional collectionId As String = Nothing, Optional longitude As Single = 0, Optional latitude As Single = 0, Optional coordinateReferenceSystem As String = Nothing) As GetCollectionPointAssetsOptions
Parameters
Skip any items that would show up completely under the previous items (defaults to True).
- ids
- String
Array of Item ids.
- bbox
- String
Bounding box (west, south, east, north).
- query
- String
JSON query expression for filtering items.
- sortBy
- String
Sorting expression (e.g. +/-property).
- 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"
- 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.
- sel
- IEnumerable<String>
Xarray Indexing using dimension names {dimension}={value}.
- collectionId
- String
STAC Collection Identifier.
- longitude
- Single
Longitude.
- latitude
- Single
Latitude.
- coordinateReferenceSystem
- String
Coordinate Reference System of the input coords. Default to epsg:4326.
Returns
A new GetCollectionPointAssetsOptions instance for mocking.