GetTileNoTmsByFormatOptions 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 getTileNoTmsByFormat operation.
public class GetTileNoTmsByFormatOptions : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.GetTileNoTmsByFormatOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.GetTileNoTmsByFormatOptions>
type GetTileNoTmsByFormatOptions = class
interface IJsonModel<GetTileNoTmsByFormatOptions>
interface IPersistableModel<GetTileNoTmsByFormatOptions>
Public Class GetTileNoTmsByFormatOptions
Implements IJsonModel(Of GetTileNoTmsByFormatOptions), IPersistableModel(Of GetTileNoTmsByFormatOptions)
- Inheritance
-
GetTileNoTmsByFormatOptions
- Implements
Constructors
| Name | Description |
|---|---|
| GetTileNoTmsByFormatOptions(String, String, Single, Single, Single, String) |
Initializes a new instance of GetTileNoTmsByFormatOptions. |
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. It must be a multiple of |
| CollectionId |
STAC Collection Identifier. |
| ColorFormula |
rio-color formula (info: https://github.com/mapbox/rio-color). |
| 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:
|
| Expression |
Band math expression between assets. |
| Format |
Output format for the tile or image (e.g., png, jpeg, webp). |
| ItemId |
STAC Item Identifier. |
| NoData |
Overwrite internal Nodata value. |
| Padding |
Padding to apply to each tile edge. Helps reduce resampling artefacts along edges. Defaults to |
| Reproject |
WarpKernel resampling algorithm (only used when doing re-projection). Defaults to |
| Resampling |
Resampling method. |
| Rescale |
comma (',') delimited Min,Max range. Can set multiple time for multiple bands. |
| ReturnMask |
Add mask to the output data. |
| Scale |
Numeric scale factor for the tile. Higher values produce larger tiles. |
| 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. |
| TileMatrixSetId |
Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad') |
| Unscale |
Apply internal Scale or Offset. |
| X |
Column (X) index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix. |
| Y |
Row (Y) index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix. |
| Z |
Identifier (Z) selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. |