Class: WebPrintingJobScaleBarOptions

SuperMap.WebPrintingJobScaleBarOptions

Web 打印比例尺参数类。

new SuperMap.WebPrintingJobScaleBarOptions(option)

common/iServer/WebPrintingJobScaleBarOptions.js, line 7
Name Type Description
option Object

初始化参数。

Name Type Description
scaleText string 可选

比例尺文本信息。例如:1:1000000

orientation SuperMap.WebScaleOrientationType 可选

比例尺的方位样式。

type SuperMap.WebScaleType 可选

比例尺的样式。

intervals number 可选

比例尺条的段数。

unit SuperMap.WebScaleUnit 可选

比例尺的单位制。

Version:
  • 10.1.0

Members

intervalsobject

比例尺条的段数。

比例尺的方位样式。

scaleTextstring

比例尺文本信息。

比例尺的样式。

比例尺的单位制。

Methods

destroy()

common/iServer/WebPrintingJobScaleBarOptions.js, line 51

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

toJSON(){string}

common/iServer/WebPrintingJobScaleBarOptions.js, line 63

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

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