SuperMap.Plot.SubSymbol

子标号信息

Summary
SuperMap.Plot.SubSymbol 子标号信息
Properties
code {Integer} 标号的代码
libID {Integer} 标号的库ID
symbolData {Object} 子标号数据
textContent {String} 子标号的注记
totalNum {Integer} 子标号个数
Constructor
SuperMap.Plot.SubSymbol 创建一个子标号对象。
Functions
clone 克隆子标号对象。
destroy 销毁图形对象数据。

Properties

libID

{Integer} 标号的库ID

code

{Integer} 标号的代码

symbolData

{Object} 子标号数据

textContent

{String} 子标号的注记

totalNum

{Integer} 子标号个数

Constructor

SuperMap.Plot.SubSymbol

创建一个子标号对象。

Parameters

libID {Integer} 子标号的ID
code {Integer} 子标号的code
options {Object} 子标号参数

Returns

{SuperMap.Plot.SubSymbol} 新的子标号。

Functions

destroy

destroy:function()

销毁图形对象数据。

clone

clone: function()

克隆子标号对象。

Returns

{SuperMap.Plot.SubSymbol} 克隆后的子标号对象。

destroy:function()
销毁图形对象数据。
clone: function()
克隆子标号对象。
创建一个子标号对象。
Close