你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataCropFeatureWidthByHeightOptionalParams interface

可选参数。

扩展

属性

algorithm

地形算法名称

algorithmParams

地形算法参数

assetAsBand

资产作为带

assetBandIndices

按资产区间索引(逗号分隔的索引,例如“image|1、2、3”表示使用名为“image”的资产中的1、2和3区间)

assets

资产的名称。

bidx

数据集区间索引

colorFormula

rio-color 公式 (信息: https://github.com/mapbox/rio-color

colorMap

JSON 编码的自定义颜色图

colorMapName

颜色图名称

coordinateReferenceSystem

输入坐标的坐标参考系。 默认为 epsg:4326

crs

坐标参考系。

datetime

日期时间或间隔,打开或关闭。 日期和时间表达式符合 RFC 3339。 开放间隔使用双点表示。

示例:

  • 日期时间:“2018-02-12T23:20:50Z”
  • 封闭区间:“2018-02-12T00:00:00Z/2018-03-18T12:31:12Z”
  • 开放间隔:“2018-02-12T00:00:00Z/..” 或 “../2018-03-18T12:31:12Z”

仅选择具有与 的值 datetime 相交的 temporal 属性的要素。

如果要素具有多个时态属性,则服务器将决定是仅使用单个时态属性来确定范围还是使用所有相关时态属性。

destinationCrs

输出坐标参考系。

expression

资产之间的波段数学表达式

maxSize

如果没有设置宽度和高度限制,图像输出尺寸限制。

noData

覆盖内部 Nodata 值

reproject

WarpKernel重采样算法(仅用于重投影时)。 默认值为 nearest.

resampling

重采样方法。

rescale

逗号 (',') 分隔 Min,Max 范围。 可以为多个波段设置多个时间。

returnMask

将掩码添加到输出数据。

sel

使用维度名称 {dimension}={value}进行Xarray索引。

selMethod

用于不精确匹配的Xarray索引方法。

subdatasetBands

资产内子数据集区间的索引。

subdatasetName

资产中一个子数据集的名称。

unscale

应用内部缩放或偏移

继承属性

abortSignal

可用于中止请求的信号。

onResponse

在执行请求的操作时,每次从服务器接收响应时调用的函数。 可以多次调用。

requestOptions

为此操作创建和发送 HTTP 请求时使用的选项。

tracingOptions

启用跟踪时使用的选项。

属性详细信息

algorithm

地形算法名称

algorithm?: string

属性值

string

algorithmParams

地形算法参数

algorithmParams?: string

属性值

string

assetAsBand

资产作为带

assetAsBand?: boolean

属性值

boolean

assetBandIndices

按资产区间索引(逗号分隔的索引,例如“image|1、2、3”表示使用名为“image”的资产中的1、2和3区间)

assetBandIndices?: string[]

属性值

string[]

assets

资产的名称。

assets?: string[]

属性值

string[]

bidx

数据集区间索引

bidx?: number[]

属性值

number[]

colorFormula

rio-color 公式 (信息: https://github.com/mapbox/rio-color

colorFormula?: string

属性值

string

colorMap

JSON 编码的自定义颜色图

colorMap?: string

属性值

string

colorMapName

颜色图名称

colorMapName?: string

属性值

string

coordinateReferenceSystem

输入坐标的坐标参考系。 默认为 epsg:4326

coordinateReferenceSystem?: string

属性值

string

crs

坐标参考系。

crs?: string

属性值

string

datetime

日期时间或间隔,打开或关闭。 日期和时间表达式符合 RFC 3339。 开放间隔使用双点表示。

示例:

  • 日期时间:“2018-02-12T23:20:50Z”
  • 封闭区间:“2018-02-12T00:00:00Z/2018-03-18T12:31:12Z”
  • 开放间隔:“2018-02-12T00:00:00Z/..” 或 “../2018-03-18T12:31:12Z”

仅选择具有与 的值 datetime 相交的 temporal 属性的要素。

如果要素具有多个时态属性,则服务器将决定是仅使用单个时态属性来确定范围还是使用所有相关时态属性。

datetime?: string

属性值

string

destinationCrs

输出坐标参考系。

destinationCrs?: string

属性值

string

expression

资产之间的波段数学表达式

expression?: string

属性值

string

maxSize

如果没有设置宽度和高度限制,图像输出尺寸限制。

maxSize?: number

属性值

number

noData

覆盖内部 Nodata 值

noData?: string

属性值

string

reproject

WarpKernel重采样算法(仅用于重投影时)。 默认值为 nearest.

reproject?: string

属性值

string

resampling

重采样方法。

resampling?: string

属性值

string

rescale

逗号 (',') 分隔 Min,Max 范围。 可以为多个波段设置多个时间。

rescale?: string[]

属性值

string[]

returnMask

将掩码添加到输出数据。

returnMask?: boolean

属性值

boolean

sel

使用维度名称 {dimension}={value}进行Xarray索引。

sel?: string[]

属性值

string[]

selMethod

用于不精确匹配的Xarray索引方法。

selMethod?: string

属性值

string

subdatasetBands

资产内子数据集区间的索引。

subdatasetBands?: number[]

属性值

number[]

subdatasetName

资产中一个子数据集的名称。

subdatasetName?: string

属性值

string

unscale

应用内部缩放或偏移

unscale?: boolean

属性值

boolean

继承属性详细信息

abortSignal

可用于中止请求的信号。

abortSignal?: AbortSignalLike

属性值

继承自 OperationOptions.abortSignal 的

onResponse

在执行请求的操作时,每次从服务器接收响应时调用的函数。 可以多次调用。

onResponse?: RawResponseCallback

属性值

继承自 OperationOptions.onResponse

requestOptions

为此操作创建和发送 HTTP 请求时使用的选项。

requestOptions?: OperationRequestOptions

属性值

继承自 OperationOptions.requestOptions

tracingOptions

启用跟踪时使用的选项。

tracingOptions?: OperationTracingOptions

属性值

继承自 OperationOptions.tracingOptions