Class: WebPrintingJobLegendOptions

SuperMap.WebPrintingJobLegendOptions

Web 打印图例参数类。

new SuperMap.WebPrintingJobLegendOptions(option)

common/iServer/WebPrintingJobLegendOptions.js, line 9
Name Type Description
option Object

初始化参数。

Name Type Description
title string 可选

图例名称。

picAsUrl string 可选

图例的图片 url 地址。

picAsBase64 string 可选

图例的 base64 位图片信息。

layers SuperMap.WebPrintingJobLayers 可选

图例的布局业务图层参数类。

customItems SuperMap.WebPrintingJobCustomItems 可选

自定义图例元素参数类。

Version:
  • 10.1.0

Members

自定义图例元素参数类。

图例的布局业务图层参数类。

picAsBase64string

图例的 base64 位图片信息。

picAsUrlstring

图例的图片 url 地址。

titlestring

图例名称。

Methods

destroy()

common/iServer/WebPrintingJobLegendOptions.js, line 53

释放资源,将引用资源的属性置空。

toJSON(){string}

common/iServer/WebPrintingJobLegendOptions.js, line 71

将 SuperMap.WebPrintingJobLegendOptions 对象转化为 JSON 字符串。

Returns:
Type Description
string 返回转换后的 JSON 字符串。