PlanetaryComputerModelFactory.GetCollectionWmtsCapabilitiesByTmsOptions Method

Definition

Options for the getCollectionWmtsCapabilitiesByTms operation.

public static Azure.Analytics.PlanetaryComputer.GetCollectionWmtsCapabilitiesByTmsOptions GetCollectionWmtsCapabilitiesByTmsOptions(string ids = default, string bbox = default, string query = default, string sortBy = default, string datetime = default, string collectionId = default, string tileMatrixSetId = default, Azure.Analytics.PlanetaryComputer.TilerImageFormat? tileFormat = default, int? tileScale = default, int? minZoom = default, int? maxZoom = default, System.Collections.Generic.IEnumerable<int> bidx = default, System.Collections.Generic.IEnumerable<string> assets = default, string expression = default, System.Collections.Generic.IEnumerable<string> assetBandIndices = default, bool? assetAsBand = default, string noData = default, bool? unscale = default, Azure.Analytics.PlanetaryComputer.WarpKernelResampling? reproject = default);
static member GetCollectionWmtsCapabilitiesByTmsOptions : string * string * string * string * string * string * string * Nullable<Azure.Analytics.PlanetaryComputer.TilerImageFormat> * Nullable<int> * Nullable<int> * Nullable<int> * seq<int> * seq<string> * string * seq<string> * Nullable<bool> * string * Nullable<bool> * Nullable<Azure.Analytics.PlanetaryComputer.WarpKernelResampling> -> Azure.Analytics.PlanetaryComputer.GetCollectionWmtsCapabilitiesByTmsOptions
Public Shared Function GetCollectionWmtsCapabilitiesByTmsOptions (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 collectionId As String = Nothing, Optional tileMatrixSetId As String = Nothing, Optional tileFormat As Nullable(Of TilerImageFormat) = Nothing, Optional tileScale As Nullable(Of Integer) = Nothing, Optional minZoom As Nullable(Of Integer) = Nothing, Optional maxZoom As Nullable(Of Integer) = Nothing, Optional bidx As IEnumerable(Of Integer) = Nothing, Optional assets As IEnumerable(Of String) = Nothing, Optional expression As String = Nothing, Optional assetBandIndices As IEnumerable(Of String) = Nothing, Optional assetAsBand As Nullable(Of Boolean) = Nothing, Optional noData As String = Nothing, Optional unscale As Nullable(Of Boolean) = Nothing, Optional reproject As Nullable(Of WarpKernelResampling) = Nothing) As GetCollectionWmtsCapabilitiesByTmsOptions

Parameters

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"
Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties.
collectionId
String

STAC Collection Identifier.

tileMatrixSetId
String

Identifier selecting one of the TileMatrixSetId supported.

tileFormat
Nullable<TilerImageFormat>

Output image type. Default is png.

tileScale
Nullable<Int32>

Tile scale factor affecting output size. Values > 1 produce larger tiles (e.g., 1=256x256, 2=512x512).

minZoom
Nullable<Int32>

Overwrite default minzoom.

maxZoom
Nullable<Int32>

Overwrite default maxzoom.

bidx
IEnumerable<Int32>

Dataset band indexes.

assets
IEnumerable<String>

Asset's names.

expression
String

Band math expression between assets.

assetBandIndices
IEnumerable<String>

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").

assetAsBand
Nullable<Boolean>

Asset as Band.

noData
String

Overwrite internal Nodata value.

unscale
Nullable<Boolean>

Apply internal Scale or Offset.

reproject
Nullable<WarpKernelResampling>

WarpKernel resampling algorithm (only used when doing re-projection). Defaults to nearest.

Returns

A new GetCollectionWmtsCapabilitiesByTmsOptions instance for mocking.

Applies to