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

RenderOption interface

定义用于在地图上呈现数据的可视化参数。

属性

conditions

要启用此渲染选项,必须位于活动马赛克 CQL 中的属性/值条件列表

description

对 render 选项的较长描述,可用于解释其内容。

id

render 选项的唯一标识符。

legend

此渲染选项的图例配置。

minZoom

显示此图层的最小缩放级别。

name

render 选项的简短描述性名称。

options

TiTiler 渲染选项的 URL 查询字符串编码字符串。 仅对 raster-tile 类型有效。

参见 查询参数

type

要应用的渲染类型(栅格或矢量)。

vectorOptions

用于渲染矢量瓦片的选项。 仅对 vt-polygonvt-line 类型有效。

属性详细信息

conditions

要启用此渲染选项,必须位于活动马赛克 CQL 中的属性/值条件列表

conditions?: RenderOptionCondition[]

属性值

description

对 render 选项的较长描述,可用于解释其内容。

description?: string

属性值

string

id

render 选项的唯一标识符。

id: string

属性值

string

legend

此渲染选项的图例配置。

legend?: RenderOptionLegend

属性值

minZoom

显示此图层的最小缩放级别。

minZoom?: number

属性值

number

name

render 选项的简短描述性名称。

name: string

属性值

string

options

TiTiler 渲染选项的 URL 查询字符串编码字符串。 仅对 raster-tile 类型有效。

参见 查询参数

options?: string

属性值

string

type

要应用的渲染类型(栅格或矢量)。

type?: string

属性值

string

vectorOptions

用于渲染矢量瓦片的选项。 仅对 vt-polygonvt-line 类型有效。

vectorOptions?: RenderOptionVectorOptions

属性值