GetItemPointOptions 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 item point query operations.
public class GetItemPointOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetItemPointOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetItemPointOptions>
type GetItemPointOptions = class
interface IJsonModel<GetItemPointOptions>
interface IPersistableModel<GetItemPointOptions>
Public Class GetItemPointOptions
Implements IJsonModel(Of GetItemPointOptions), IPersistableModel(Of GetItemPointOptions)
- Inheritance
-
GetItemPointOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetItemPointOptions(String, String, Single, Single) |
Initializes a new instance of GetItemPointOptions. |
Properties
| Name | Description |
|---|---|
| AssetAsBand |
Asset as Band. |
| AssetBandIndices |
Per asset band indexes (coma separated indexes, e.g. "image|1,2,3" means use the bands 1, 2, and 3 from the asset named "image"). |
| Assets |
Asset's names. |
| Bidx |
Dataset band indexes. |
| 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:
|
| Expression |
Band math expression between assets. |
| ItemId |
STAC Item Identifier. |
| Latitude |
Latitude. |
| Longitude |
Longitude. |
| NoData |
Overwrite internal Nodata value. |
| Reproject |
WarpKernel resampling algorithm (only used when doing re-projection). Defaults to |
| Resampling |
Resampling method. |
| Sel |
Xarray Indexing using dimension names |
| SelMethod |
Xarray indexing method to use for inexact matches. |
| SubdatasetBands |
The index of a subdataset band within the asset. |
| SubdatasetName |
The name of a subdataset within the asset. |
| Unscale |
Apply internal Scale or Offset. |