GetSearchTileJsonOptions 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 search-based TileJSON metadata operations.
public class GetSearchTileJsonOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetSearchTileJsonOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetSearchTileJsonOptions>
type GetSearchTileJsonOptions = class
interface IJsonModel<GetSearchTileJsonOptions>
interface IPersistableModel<GetSearchTileJsonOptions>
Public Class GetSearchTileJsonOptions
Implements IJsonModel(Of GetSearchTileJsonOptions), IPersistableModel(Of GetSearchTileJsonOptions)
- Inheritance
-
GetSearchTileJsonOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetSearchTileJsonOptions(String) |
Initializes a new instance of GetSearchTileJsonOptions. |
Properties
| Name | Description |
|---|---|
| Algorithm |
Terrain algorithm name. |
| AlgorithmParams |
Terrain algorithm parameters. |
| 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. |
| Buffer |
Buffer on each side of the given tile. |
| CollectionId |
STAC Collection ID. |
| ColorFormula |
rio-color formula. |
| Colormap |
JSON encoded custom Colormap. |
| ColormapName |
Colormap name. |
| 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). |
| Expression |
Band math expression between assets. |
| ItemsLimit |
Return as soon as we have N items per geometry (defaults to 100). |
| MaxZoom |
Overwrite default maxzoom. |
| MinZoom |
Overwrite default minzoom. |
| NoData |
Overwrite internal Nodata value. |
| Padding |
Padding to apply to each tile edge. |
| PixelSelection |
Pixel selection method. |
| Reproject |
WarpKernel resampling algorithm (only used when doing re-projection). Defaults to |
| Resampling |
Resampling method. |
| Rescale |
Rescale ranges. |
| ReturnMask |
Add mask to the output data. |
| 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. |
| TileFormat |
The format of the output tile image. |
| TileMatrixSetId |
Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad'). |
| TileScale |
Tile scale factor affecting output size. |
| TimeLimit |
Return after N seconds to avoid long requests (defaults to 5). |
| Unscale |
Apply internal Scale or Offset. |