标绘服务中获取标号信息参数类。
SuperMap. |
标绘服务中获取标号信息参数类。 |
Properties | |
code | {Integer} 标号code |
inputPoints | {Array(SuperMap.Geometry.Point)} 控制点 |
libID | {Integer} 标号库ID |
negativeImage | {Boolean} 标号镜像 |
newScalePoint | {SuperMap.Geometry.Point} 正在编辑的比例点 |
newScalePointIndex | {Integer} 正在编辑的比例点在原比例点数组中的索引 |
scalePoints | {Array(SuperMap.Geometry.Point)} 编辑前的比例点数组 |
scaleValues | {Array(Float)} 编辑前的比例值数组 |
subSymbols | {Array(Integer)} 子标号的Code的数组,适用于部分算法标号 |
surroundLineType | {Integer} 衬线类型 |
symbolRank | {Integer} 标号级别 |
Constructor | |
SuperMap. |
初始化 GetSymbolInfoParameters 类的新实例。 |
Functions | |
destroy | 释放资源,将引用资源的属性置空。 |
{Array(SuperMap.Geometry.Point)} 控制点
{Array(SuperMap.Geometry.Point)} 编辑前的比例点数组
{SuperMap.Geometry.Point} 正在编辑的比例点
初始化 GetSymbolInfoParameters 类的新实例。
options | {Object} 参数。 |
libID | {Integer} 标号库ID,必传参数。 |
code | {Integer} 标号code,必传参数。 |
inputPoints | {Array(SuperMap.Geometry.Point)} 控制点数组,线面标号的必传参数。 |
symbolRank | {Integer} 点标号级别。 |
negativeImage | {Boolean} 点标号的镜像。 |
surroundLineType | {Integer} 衬线类型。 |
subSymbols | {Array(Integer)} 线面标号的子标号数组。 |
scaleValues | {Array(Float)} 编辑前的比例值数组。 |
scalePoints | {Array(SuperMap.Geometry.Point)} 编辑前的比例点数组。 |
newScalePoint | {SuperMap.Geometry.Point} 正在编辑的比例点。 |
newScalePointIndex | {Integer} 正在编辑的比例点在原比例点数组中的索引。 |
释放资源,将引用资源的属性置空。
destroy:function ()