Class: RankSymbolThemeLayer

mapboxgl.supermap.RankSymbolThemeLayer

等级符号专题图层。

new mapboxgl.supermap.RankSymbolThemeLayer(name, symbolType, opt_options)

mapboxgl/overlay/RankSymbolThemeLayer.js, line 9
Name Type Description
name string

图层名。

symbolType string

符号类型。

opt_options Object

参数。

Name Type Default Description
id string 可选

专题图层 ID。默认使用 CommonUtil.createUniqueID("themeLayer_") 创建专题图层 ID。

loadWhileAnimating boolean true 可选

是否实时重绘。

map mapboxgl.Map

当前 mapboxgl map 对象。

opacity number 1 可选

图层透明度。

themeFields string

指定创建专题图字段。

isOverLay boolean true 可选

是否进行压盖处理,如果设为 true,图表绘制过程中将隐藏对已在图层中绘制的图表产生压盖的图表。

chartsType string 可选

图表类型。目前可用:"Bar", "Line", "Pie"。

symbolSetting Object 可选

各类型图表的 symbolSetting 对象可设属性请参考具体图表模型类的注释中对 symbolSetting 对象可设属性的描述。symbolSetting 对象通常都具有以下 5 个基础可设属性:

Name Type Description
width number 可选

专题要素(图表)宽度。

height number 可选

专题要素(图表)高度。

codomain Array.<number>

值域,长度为 2 的一维数组,第一个元素表示值域下限,第二个元素表示值域上限。

XOffset number 可选

专题要素(图表)在 X 方向上的偏移值,单位像素。

YOffset number 可选

专题要素(图表)在 Y 方向上的偏移值,单位像素。

dataViewBoxParameter Array.<number>

数据视图框 dataViewBox 参数,它是指图表框 chartBox (由图表位置、图表宽度、图表高度构成的图表范围框)在左、下,右,上四个方向上的内偏距值,长度为 4 的一维数组。

decimalNumber number

数据值数组 dataValues 元素值小数位数,数据的小数位处理参数,取值范围:[0, 16]。如果不设置此参数,在取数据值时不对数据做小数位处理。

Extends

Members

idstring

专题图图层 id。

loadWhileAnimatingboolean

是否实时重绘。(当绘制大数据量要素的情况下会出现卡顿,建议把该参数设为 false)。

Default Value:
true

map 对象。

namestring

专题图图层名称。

opacityfloat

图层透明度。

Default Value:
1

visibilityboolean

图层是否可见。

Default Value:
true

Events

inherited beforefeaturesadded

mapboxgl/overlay/GraphThemeLayer.js, line 71

要素添加之前触发。

Properties:
Name Type Description
features SuperMap.ServerFeature

要被添加的要素。

inherited changelayer

mapboxgl/overlay/theme/ThemeLayer.js, line 193

图层属性改变之后触发。

Properties:
Name Type Description
layer Object

图层。

property string

被改变的属性。

inherited featuresremoved

mapboxgl/overlay/theme/ThemeLayer.js, line 256

要素删除之后触发。

Properties:
Name Type Description
features Array.<SuperMap.Feature.Vector>

未被成功删除的要素。

succeed boolean

删除成功与否。

Methods

inherited addFeatures(features)

mapboxgl/overlay/GraphThemeLayer.js, line 65

向专题图图层中添加数据,支持的 feature 类型为:iServer 返回的 feature JSON 对象。

Name Type Description
features SuperMap.ServerFeature

待添加的要素。

inherited clear()

mapboxgl/overlay/GraphThemeLayer.js, line 400

清除的内容包括数据(features) 、专题要素、缓存。

inherited clearCache()

mapboxgl/overlay/GraphThemeLayer.js, line 359

清除缓存

createThematicFeature(feature)

mapboxgl/overlay/RankSymbolThemeLayer.js, line 52

创建专题图形要素。

Name Type Description
feature Object

要创建的专题图形要素。

inherited destroyFeatures(features)

mapboxgl/overlay/theme/ThemeLayer.js, line 140

销毁某个要素。

Name Type Description
features SuperMap.Feature.Vector

将被销毁的要素。

inherited display(display)

mapboxgl/overlay/theme/ThemeLayer.js, line 171

临时隐藏或者显示图层。通过对 CSS 控制产生即时效果,重新渲染失效。一般用 setVisibility 方法来动态控制图层的显示和隐藏。

Name Type Description
display boolean 可选

是否显示图层。

inherited drawCharts()

mapboxgl/overlay/GraphThemeLayer.js, line 154

绘制图表。包含压盖处理。

inherited getFeatureBy(property, value){SuperMap.Feature.Vector}

mapboxgl/overlay/theme/ThemeLayer.js, line 291

在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时, 返回此 feature(并且只返回第一个)。

Name Type Description
property string

feature 的某个属性名称。

value string

property 所对应的值。

Returns:
Type Description
SuperMap.Feature.Vector 第一个匹配属性和值的矢量要素。

inherited getFeatureById(featureId){SuperMap.Feature.Vector}

mapboxgl/overlay/theme/ThemeLayer.js, line 310

通过给定一个 id,返回对应的矢量要素。

Name Type Description
featureId string

矢量要素的属性 id。

Returns:
Type Description
SuperMap.Feature.Vector 对应 id 的 feature,如果不存在则返回 null。

inherited getFeatures(){SuperMap.Feature.Vector}

mapboxgl/overlay/theme/ThemeLayer.js, line 277

查看当前图层中的有效数据。

Returns:
Type Description
SuperMap.Feature.Vector 用户加入图层的有效数据。

inherited getFeaturesByAttribute(attrName, attrValue){Array.<SuperMap.Feature.Vector>}

mapboxgl/overlay/theme/ThemeLayer.js, line 320

通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。

Name Type Description
attrName string

属性的 key。

attrValue string

矢量要素的属性 id。

Returns:
Type Description
Array.<SuperMap.Feature.Vector> 一个匹配的 feature 数组。

inherited getLocalXY(coordinate)

mapboxgl/overlay/theme/ThemeLayer.js, line 396

地理坐标转为像素坐标。

Name Type Description
coordinate Object 可选

坐标位置。

inherited getShapesByFeatureID(featureID)

mapboxgl/overlay/GraphThemeLayer.js, line 261

通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。

Name Type Description
featureID number

要素 ID。

inherited isChartInMap(mapPxBounds, chartPxBounds)

mapboxgl/overlay/GraphThemeLayer.js, line 339

判断图表是否在地图里。

Name Type Description
mapPxBounds SuperMap.Bounds

地图像素范围。

chartPxBounds Array.<Object>

图表范围的四边形节点数组。

inherited isPointInPoly(pt, poly)

mapboxgl/overlay/GraphThemeLayer.js, line 324

判断一个点是否在多边形里面。(射线法)

Name Type Description
pt Object

需要判定的点对象,该对象含有属性 x (横坐标),属性 y (纵坐标)。

poly Array.<Object>

多边形节点数组。

inherited isQuadrilateralOverLap(quadrilateral, quadrilateral2)

mapboxgl/overlay/GraphThemeLayer.js, line 281

判断两个四边形是否有压盖。

Name Type Description
quadrilateral Array.<Object>

四边形节点数组。

quadrilateral2 Array.<Object>

第二个四边形节点数组。

inherited moveTo(layerID, before)

mapboxgl/overlay/theme/ThemeLayer.js, line 569

将图层移动到某个图层之前。

Name Type Default Description
layerID string

待插入的图层 ID。

before boolean true 可选

是否将本图层插入到图层 id 为 layerID 的图层之前(如果为 false 则将本图层插入到图层 id 为 layerID 的图层之后)。

inherited off(event, callback, context)

mapboxgl/overlay/theme/ThemeLayer.js, line 365

移除专题要素事件监听。

Name Type Description
event Event

监听事件。

callback function

回调函数。

context string

信息。

inherited on(event, callback, context)

mapboxgl/overlay/theme/ThemeLayer.js, line 349

添加专题要素事件监听。添加专题要素事件监听。

Name Type Description
event Event

监听事件。

callback function

回调函数。

context string

信息。

inherited onAdd()

mapboxgl/overlay/theme/ThemeLayer.js, line 81

向底图添加该图层。

inherited redraw()

mapboxgl/overlay/GraphThemeLayer.js, line 387

重绘该图层。

inherited redrawThematicFeatures(extent)

mapboxgl/overlay/GraphThemeLayer.js, line 90

重绘所有专题要素。 此方法包含绘制专题要素的所有步骤,包含用户数据到专题要素的转换,抽稀,缓存等步骤。 地图漫游时调用此方法进行图层刷新。

Name Type Description
extent mapboxgl.LngLatBounds

重绘的范围。

inherited removeAllFeatures()

mapboxgl/overlay/GraphThemeLayer.js, line 378

移除所有的要素。

inherited removeFeatures(features)

mapboxgl/overlay/GraphThemeLayer.js, line 368

从专题图中删除 feature。这个函数删除所有传递进来的矢量要素。参数中的 features 数组中的每一项,必须是已经添加到当前图层中的 feature。

Name Type Description
features SuperMap.Feature.Vector

要删除的要素。

inherited removeFromMap()

mapboxgl/overlay/theme/ThemeLayer.js, line 560

移除图层。

inherited setChartsType(chartsType)

mapboxgl/overlay/GraphThemeLayer.js, line 55

设置图表类型,此函数可动态改变图表类型。在调用此函数前请通过 chartsSetting 为新类型的图表做相关配置。

Name Type Description
chartsType string 可选

图表类型。目前可用:"Bar", "Line", "Pie"。

inherited setOpacity(opacity)

mapboxgl/overlay/theme/ThemeLayer.js, line 180

设置图层的不透明度,取值[0-1]之间。

Name Type Description
opacity number 可选

不透明度。

setSymbolType(symbolType)

mapboxgl/overlay/RankSymbolThemeLayer.js, line 42

设置标志符号。

Name Type Description
symbolType string 可选

符号类型。

inherited setVisibility(visibility)

mapboxgl/overlay/theme/ThemeLayer.js, line 158

设置图层可见性,设置图层的隐藏,显示,重绘的相应的可见标记。

Name Type Description
visibility boolean 可选

是否显示图层(当前地图的 resolution 在最大最小 resolution 之间)。

inherited toFeature(features){SuperMap.Feature.Vector}

mapboxgl/overlay/theme/ThemeLayer.js, line 414

转为 iClient 要素。

Name Type Description
features mapboxgl.supermap.ThemeFeature | GeoJSONObject

待转要素。

Returns:
Type Description
SuperMap.Feature.Vector 转换后的 iClient 要素。