@mapgis/webclient-leaflet-plugin 17.2.8 → 17.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -2
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/es5/webclient-leaflet-plugin.min.js +1 -1
- package/dist/webclient-leaflet-plugin-es6.min.js +4 -4
- package/documention/ArcGISMapImageLayer.html +197 -122
- package/documention/ArcGISTileLayer.html +187 -62
- package/documention/EchartsLayer.html +189 -21
- package/documention/FeatureLayer.html +178 -8
- package/documention/FeatureLayerUtil.html +178 -34
- package/documention/IGSMapImageLayer.html +201 -146
- package/documention/IGSTileLayer.html +191 -86
- package/documention/L.zondy.MapvBaseLayer.html +189 -96
- package/documention/MapLayer.html +183 -38
- package/documention/MapVLayer.html +191 -33
- package/documention/MapView.html +6189 -0
- package/documention/MapViewLeaflet.html +366 -1410
- package/documention/Popup.html +200 -284
- package/documention/Screenshot.html +183 -134
- package/documention/SketchEditor.html +3211 -0
- package/documention/SketchEditorLeaflet.html +241 -477
- package/documention/TileLayer.html +182 -32
- package/documention/TileLayerWMS.html +180 -20
- package/documention/VectorTileLayer.html +188 -68
- package/documention/WMSLayerView.html +190 -121
- package/documention/WebMapServiceLayer.html +194 -104
- package/documention/WebMapTileServiceLayer.html +195 -110
- package/documention/WebTileLayer.html +192 -92
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +290 -658
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +324 -870
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +305 -736
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +247 -483
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +234 -866
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +304 -792
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +341 -941
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +302 -720
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +299 -759
- package/documention/Zondy.Widget.html +185 -48
- package/documention/Zondy.view.UI.html +182 -31
- package/documention/global.html +11448 -131
- package/documention/index.html +15 -16
- package/documention/scripts/search.js +1 -26
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +153 -8
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +153 -8
- package/package.json +7 -8
|
@@ -1,10 +1,142 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<title> RandomThemeLayer</title>
|
|
9
|
+
<!--[if lt IE 9]>
|
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
+
<![endif]-->
|
|
12
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body class="layout small-header">
|
|
22
|
+
<div id="stickyNavbarOverlay"></div>
|
|
5
23
|
|
|
6
|
-
</header>
|
|
7
24
|
|
|
25
|
+
<div class="top-nav">
|
|
26
|
+
<div class="inner">
|
|
27
|
+
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
+
<span aria-hidden="true"></span>
|
|
29
|
+
<span aria-hidden="true"></span>
|
|
30
|
+
<span aria-hidden="true"></span>
|
|
31
|
+
</a>
|
|
32
|
+
<div class="logo">
|
|
33
|
+
|
|
34
|
+
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
</div>
|
|
38
|
+
<div class="menu">
|
|
39
|
+
|
|
40
|
+
<div class="navigation">
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<a
|
|
44
|
+
class="link user-link "
|
|
45
|
+
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
+
>
|
|
47
|
+
Common
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a
|
|
51
|
+
class="link user-link "
|
|
52
|
+
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
+
>
|
|
54
|
+
Cesium-Plugin
|
|
55
|
+
</a>
|
|
56
|
+
|
|
57
|
+
<a
|
|
58
|
+
class="link user-link "
|
|
59
|
+
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
+
>
|
|
61
|
+
MapboxGL-Plugin
|
|
62
|
+
</a>
|
|
63
|
+
|
|
64
|
+
<a
|
|
65
|
+
class="link user-link "
|
|
66
|
+
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
+
>
|
|
68
|
+
Leaflet-Plugin
|
|
69
|
+
</a>
|
|
70
|
+
|
|
71
|
+
<a
|
|
72
|
+
class="link user-link "
|
|
73
|
+
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
+
>
|
|
75
|
+
OpenLayers-Plugin
|
|
76
|
+
</a>
|
|
77
|
+
|
|
78
|
+
<a
|
|
79
|
+
class="link user-link "
|
|
80
|
+
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
+
>
|
|
82
|
+
Video-Plugin
|
|
83
|
+
</a>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
<div id="main">
|
|
93
|
+
<div
|
|
94
|
+
class="sidebar "
|
|
95
|
+
id="sidebarNav"
|
|
96
|
+
>
|
|
97
|
+
<div>
|
|
98
|
+
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
<div class="search-wrapper">
|
|
102
|
+
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
<nav>
|
|
106
|
+
|
|
107
|
+
<div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapImageLayer.html">ArcGISMapImageLayer</a><span style="display: none;"><p>ArcGIS地图图片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileLayer.html">ArcGISTileLayer</a><span style="display: none;"><p>ArcGIS瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EchartsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EchartsLayer.html">EchartsLayer</a><span style="display: none;"><p>Echarts图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayer.html">FeatureLayer</a><span style="display: none;"><p>要素图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSMapImageLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSMapImageLayer.html">IGSMapImageLayer</a><span style="display: none;"><p>地图图片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSTileLayer.html">IGSTileLayer</a><span style="display: none;"><p>IGS瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapLayer.html">MapLayer</a><span style="display: none;"><p>屏幕出一张图图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapVLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapVLayer.html">MapVLayer</a><span style="display: none;"><p>MapV图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayer.html">TileLayer</a><span style="display: none;"><p>带裁剪功能的瓦片图层基类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TileLayerWMS"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TileLayerWMS.html">TileLayerWMS</a><span style="display: none;"><p>WMS图层基类(相比于原生的L.TileLayer.WMS, 此图层支持空间裁剪功能)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VectorTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VectorTileLayer.html">VectorTileLayer</a><span style="display: none;"><p>矢量瓦片图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceLayer.html">WebMapServiceLayer</a><span style="display: none;"><p>WMS图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceLayer.html">WebMapTileServiceLayer</a><span style="display: none;"><p>WMTS图层(Leaflet)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebTileLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebTileLayer.html">WebTileLayer</a><span style="display: none;"><p>网络瓦片图层(Leaflet)</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FeatureLayerUtil.html">FeatureLayerUtil</a><span style="display: none;"><p>要素图层工具类(Leaflet)</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapView.html">MapView</a><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
|
+
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/MapView.html' target='_blank'>zondy.MapView</a><br/>
|
|
109
|
+
参考示例:
|
|
110
|
+
<a href='#MapView'>[初始化二维场景视图]</a>
|
|
111
|
+
<br>[ES5引入方式]:<br/>
|
|
112
|
+
zondy.leaflet.MapView() <br/>
|
|
113
|
+
[ES6引入方式]:<br/>
|
|
114
|
+
import { MapView } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
|
|
115
|
+
参考示例:
|
|
116
|
+
<a href='#MapView'>[初始化二维场景视图]</a>
|
|
117
|
+
[ES6引入方式]:<br/>
|
|
118
|
+
import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
|
|
119
|
+
自定义样式说明:<br/>
|
|
120
|
+
zondy-popup__content 弹窗容器样式<br/>
|
|
121
|
+
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
122
|
+
zondy-popup__header 弹窗头部样式<br/>
|
|
123
|
+
zondy-popup__content 弹窗主体样式<br/>
|
|
124
|
+
zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
125
|
+
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor.html' target='_blank'>zondy.SketchEditor</a><br/>
|
|
126
|
+
<br>[ES5引入方式]:<br/>
|
|
127
|
+
const { SketchEditor } = zondy.leaflet.tool.sketch <br/>
|
|
128
|
+
[ES6引入方式]:<br/>
|
|
129
|
+
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">渲染器模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="zondy.themelayer.GraphThemeLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="zondy.themelayer.GraphThemeLayer.html">GraphThemeLayer</a><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li></ul></div>
|
|
130
|
+
|
|
131
|
+
</nav>
|
|
132
|
+
</div>
|
|
133
|
+
<div class="core" id="main-content-wrapper">
|
|
134
|
+
<div class="content">
|
|
135
|
+
<header id="page-title" class="page-title">
|
|
136
|
+
<span class="page-title-main">类名</span>
|
|
137
|
+
<span class="page-title-sub">RandomThemeLayer</span>
|
|
138
|
+
</header>
|
|
139
|
+
|
|
8
140
|
|
|
9
141
|
|
|
10
142
|
|
|
@@ -25,7 +157,7 @@
|
|
|
25
157
|
<h4 class="name" id="RandomThemeLayer">
|
|
26
158
|
<a class="href-link" href="#RandomThemeLayer">#</a>
|
|
27
159
|
|
|
28
|
-
<span class="code-name"
|
|
160
|
+
<span class="code-name" style="font-size:30px">
|
|
29
161
|
|
|
30
162
|
new RandomThemeLayer<span class="signature">(name, options)</span>
|
|
31
163
|
|
|
@@ -48,7 +180,7 @@
|
|
|
48
180
|
|
|
49
181
|
|
|
50
182
|
|
|
51
|
-
<h4
|
|
183
|
+
<h4>参数:</h4>
|
|
52
184
|
|
|
53
185
|
<div class="table-container">
|
|
54
186
|
<table class="params table">
|
|
@@ -80,12 +212,7 @@
|
|
|
80
212
|
<td class="type">
|
|
81
213
|
|
|
82
214
|
|
|
83
|
-
<span class="param-type">
|
|
84
|
-
|
|
85
|
-
string
|
|
86
|
-
|
|
87
|
-
</span>
|
|
88
|
-
|
|
215
|
+
<span class="param-type">string</span>
|
|
89
216
|
|
|
90
217
|
|
|
91
218
|
|
|
@@ -113,12 +240,7 @@
|
|
|
113
240
|
<td class="type">
|
|
114
241
|
|
|
115
242
|
|
|
116
|
-
<span class="param-type">
|
|
117
|
-
|
|
118
|
-
Object
|
|
119
|
-
|
|
120
|
-
</span>
|
|
121
|
-
|
|
243
|
+
<span class="param-type">Object</span>
|
|
122
244
|
|
|
123
245
|
|
|
124
246
|
|
|
@@ -144,12 +266,7 @@
|
|
|
144
266
|
<td class="type">
|
|
145
267
|
|
|
146
268
|
|
|
147
|
-
<span class="param-type">
|
|
148
|
-
|
|
149
|
-
string
|
|
150
|
-
|
|
151
|
-
</span>
|
|
152
|
-
|
|
269
|
+
<span class="param-type">string</span>
|
|
153
270
|
|
|
154
271
|
|
|
155
272
|
|
|
@@ -175,12 +292,7 @@
|
|
|
175
292
|
<td class="type">
|
|
176
293
|
|
|
177
294
|
|
|
178
|
-
<span class="param-type">
|
|
179
|
-
|
|
180
|
-
number
|
|
181
|
-
|
|
182
|
-
</span>
|
|
183
|
-
|
|
295
|
+
<span class="param-type">number</span>
|
|
184
296
|
|
|
185
297
|
|
|
186
298
|
|
|
@@ -208,12 +320,7 @@
|
|
|
208
320
|
<td class="type">
|
|
209
321
|
|
|
210
322
|
|
|
211
|
-
<span class="param-type">
|
|
212
|
-
|
|
213
|
-
number
|
|
214
|
-
|
|
215
|
-
</span>
|
|
216
|
-
|
|
323
|
+
<span class="param-type">number</span>
|
|
217
324
|
|
|
218
325
|
|
|
219
326
|
|
|
@@ -241,12 +348,7 @@
|
|
|
241
348
|
<td class="type">
|
|
242
349
|
|
|
243
350
|
|
|
244
|
-
<span class="param-type">
|
|
245
|
-
|
|
246
|
-
boolean
|
|
247
|
-
|
|
248
|
-
</span>
|
|
249
|
-
|
|
351
|
+
<span class="param-type">boolean</span>
|
|
250
352
|
|
|
251
353
|
|
|
252
354
|
|
|
@@ -274,12 +376,7 @@
|
|
|
274
376
|
<td class="type">
|
|
275
377
|
|
|
276
378
|
|
|
277
|
-
<span class="param-type">
|
|
278
|
-
|
|
279
|
-
boolean
|
|
280
|
-
|
|
281
|
-
</span>
|
|
282
|
-
|
|
379
|
+
<span class="param-type">boolean</span>
|
|
283
380
|
|
|
284
381
|
|
|
285
382
|
|
|
@@ -307,12 +404,7 @@
|
|
|
307
404
|
<td class="type">
|
|
308
405
|
|
|
309
406
|
|
|
310
|
-
<span class="param-type">
|
|
311
|
-
|
|
312
|
-
boolean
|
|
313
|
-
|
|
314
|
-
</span>
|
|
315
|
-
|
|
407
|
+
<span class="param-type">boolean</span>
|
|
316
408
|
|
|
317
409
|
|
|
318
410
|
|
|
@@ -340,12 +432,7 @@
|
|
|
340
432
|
<td class="type">
|
|
341
433
|
|
|
342
434
|
|
|
343
|
-
<span class="param-type">
|
|
344
|
-
|
|
345
|
-
boolean
|
|
346
|
-
|
|
347
|
-
</span>
|
|
348
|
-
|
|
435
|
+
<span class="param-type">boolean</span>
|
|
349
436
|
|
|
350
437
|
|
|
351
438
|
|
|
@@ -448,7 +535,7 @@
|
|
|
448
535
|
|
|
449
536
|
|
|
450
537
|
<ul>
|
|
451
|
-
<li><a
|
|
538
|
+
<li><a href="zondy.themelayer.GeoFeatureThemeLayer.html">zondy.themelayer.GeoFeatureThemeLayer</a></li>
|
|
452
539
|
</ul>
|
|
453
540
|
|
|
454
541
|
|
|
@@ -469,353 +556,7 @@
|
|
|
469
556
|
|
|
470
557
|
<div class='vertical-section'>
|
|
471
558
|
<h3 id='function'>方法</h3>
|
|
472
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
473
559
|
<div class="members">
|
|
474
|
-
<div class="table-container">
|
|
475
|
-
<table class="params table">
|
|
476
|
-
<thead>
|
|
477
|
-
<tr>
|
|
478
|
-
<th>名称</th>
|
|
479
|
-
<th>返回值类型</th>
|
|
480
|
-
<th>描述</th>
|
|
481
|
-
</tr>
|
|
482
|
-
</thead>
|
|
483
|
-
<tbody>
|
|
484
|
-
|
|
485
|
-
<tr class="deep-level-0">
|
|
486
|
-
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
487
|
-
<td class="name">
|
|
488
|
-
<code>
|
|
489
|
-
|
|
490
|
-
</code>
|
|
491
|
-
</td>
|
|
492
|
-
<td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
|
|
493
|
-
</tr>
|
|
494
|
-
|
|
495
|
-
<tr class="deep-level-0">
|
|
496
|
-
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
497
|
-
<td class="name">
|
|
498
|
-
<code>
|
|
499
|
-
|
|
500
|
-
</code>
|
|
501
|
-
</td>
|
|
502
|
-
<td class="name"><code><p>清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
|
|
503
|
-
</tr>
|
|
504
|
-
|
|
505
|
-
<tr class="deep-level-0">
|
|
506
|
-
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
507
|
-
<td class="name">
|
|
508
|
-
<code>
|
|
509
|
-
|
|
510
|
-
</code>
|
|
511
|
-
</td>
|
|
512
|
-
<td class="name"><code><p>清除缓存数据。</p></code></td>
|
|
513
|
-
</tr>
|
|
514
|
-
|
|
515
|
-
<tr class="deep-level-0">
|
|
516
|
-
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
517
|
-
<td class="name">
|
|
518
|
-
<code>
|
|
519
|
-
|
|
520
|
-
</code>
|
|
521
|
-
</td>
|
|
522
|
-
<td class="name"><code><p>创建专题要素。</p></code></td>
|
|
523
|
-
</tr>
|
|
524
|
-
|
|
525
|
-
<tr class="deep-level-0">
|
|
526
|
-
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
527
|
-
<td class="name">
|
|
528
|
-
<code>
|
|
529
|
-
|
|
530
|
-
</code>
|
|
531
|
-
</td>
|
|
532
|
-
<td class="name"><code><p>销毁要素。</p></code></td>
|
|
533
|
-
</tr>
|
|
534
|
-
|
|
535
|
-
<tr class="deep-level-0">
|
|
536
|
-
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
537
|
-
<td class="name">
|
|
538
|
-
<code>
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
<span class="param-type">
|
|
542
|
-
|
|
543
|
-
number
|
|
544
|
-
|
|
545
|
-
</span>
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
</code>
|
|
551
|
-
</td>
|
|
552
|
-
<td class="name"><code><p>获取当前缓存数量。</p></code></td>
|
|
553
|
-
</tr>
|
|
554
|
-
|
|
555
|
-
<tr class="deep-level-0">
|
|
556
|
-
<td class="name"><code><a href="#getColor">getColor</a></code></td>
|
|
557
|
-
<td class="name">
|
|
558
|
-
<code>
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
<span class="param-type">
|
|
562
|
-
|
|
563
|
-
Array
|
|
564
|
-
|
|
565
|
-
</span>
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
</code>
|
|
571
|
-
</td>
|
|
572
|
-
<td class="name"><code><p>获取随机颜色</p></code></td>
|
|
573
|
-
</tr>
|
|
574
|
-
|
|
575
|
-
<tr class="deep-level-0">
|
|
576
|
-
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
577
|
-
<td class="name">
|
|
578
|
-
<code>
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
<span class="param-type">
|
|
582
|
-
|
|
583
|
-
Object
|
|
584
|
-
|
|
585
|
-
</span>
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
</code>
|
|
591
|
-
</td>
|
|
592
|
-
<td class="name"><code><p>获取图层事件。</p></code></td>
|
|
593
|
-
</tr>
|
|
594
|
-
|
|
595
|
-
<tr class="deep-level-0">
|
|
596
|
-
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
597
|
-
<td class="name">
|
|
598
|
-
<code>
|
|
599
|
-
|
|
600
|
-
</code>
|
|
601
|
-
</td>
|
|
602
|
-
<td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
|
|
603
|
-
</tr>
|
|
604
|
-
|
|
605
|
-
<tr class="deep-level-0">
|
|
606
|
-
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
607
|
-
<td class="name">
|
|
608
|
-
<code>
|
|
609
|
-
|
|
610
|
-
</code>
|
|
611
|
-
</td>
|
|
612
|
-
<td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
|
|
613
|
-
</tr>
|
|
614
|
-
|
|
615
|
-
<tr class="deep-level-0">
|
|
616
|
-
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
617
|
-
<td class="name">
|
|
618
|
-
<code>
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
<span class="param-type">
|
|
622
|
-
|
|
623
|
-
Array
|
|
624
|
-
|
|
625
|
-
</span>
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
</code>
|
|
631
|
-
</td>
|
|
632
|
-
<td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
|
|
633
|
-
</tr>
|
|
634
|
-
|
|
635
|
-
<tr class="deep-level-0">
|
|
636
|
-
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
637
|
-
<td class="name">
|
|
638
|
-
<code>
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
<span class="param-type">
|
|
642
|
-
|
|
643
|
-
Array
|
|
644
|
-
|
|
645
|
-
</span>
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
</code>
|
|
651
|
-
</td>
|
|
652
|
-
<td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
|
|
653
|
-
</tr>
|
|
654
|
-
|
|
655
|
-
<tr class="deep-level-0">
|
|
656
|
-
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
657
|
-
<td class="name">
|
|
658
|
-
<code>
|
|
659
|
-
|
|
660
|
-
</code>
|
|
661
|
-
</td>
|
|
662
|
-
<td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
|
|
663
|
-
</tr>
|
|
664
|
-
|
|
665
|
-
<tr class="deep-level-0">
|
|
666
|
-
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
667
|
-
<td class="name">
|
|
668
|
-
<code>
|
|
669
|
-
|
|
670
|
-
</code>
|
|
671
|
-
</td>
|
|
672
|
-
<td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
|
|
673
|
-
</tr>
|
|
674
|
-
|
|
675
|
-
<tr class="deep-level-0">
|
|
676
|
-
<td class="name"><code><a href="#getStyleByData">getStyleByData</a></code></td>
|
|
677
|
-
<td class="name">
|
|
678
|
-
<code>
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
<span class="param-type">
|
|
682
|
-
|
|
683
|
-
Array.<<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
|
|
684
|
-
|
|
685
|
-
</span>
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
</code>
|
|
691
|
-
</td>
|
|
692
|
-
<td class="name"><code></code></td>
|
|
693
|
-
</tr>
|
|
694
|
-
|
|
695
|
-
<tr class="deep-level-0">
|
|
696
|
-
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
697
|
-
<td class="name">
|
|
698
|
-
<code>
|
|
699
|
-
|
|
700
|
-
</code>
|
|
701
|
-
</td>
|
|
702
|
-
<td class="name"><code><p>初始化。</p></code></td>
|
|
703
|
-
</tr>
|
|
704
|
-
|
|
705
|
-
<tr class="deep-level-0">
|
|
706
|
-
<td class="name"><code><a href="#off">off</a></code></td>
|
|
707
|
-
<td class="name">
|
|
708
|
-
<code>
|
|
709
|
-
|
|
710
|
-
</code>
|
|
711
|
-
</td>
|
|
712
|
-
<td class="name"><code><p>移除专题要素事件监听。</p></code></td>
|
|
713
|
-
</tr>
|
|
714
|
-
|
|
715
|
-
<tr class="deep-level-0">
|
|
716
|
-
<td class="name"><code><a href="#on">on</a></code></td>
|
|
717
|
-
<td class="name">
|
|
718
|
-
<code>
|
|
719
|
-
|
|
720
|
-
</code>
|
|
721
|
-
</td>
|
|
722
|
-
<td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
|
|
723
|
-
</tr>
|
|
724
|
-
|
|
725
|
-
<tr class="deep-level-0">
|
|
726
|
-
<td class="name"><code><a href="#onAdd">onAdd</a></code></td>
|
|
727
|
-
<td class="name">
|
|
728
|
-
<code>
|
|
729
|
-
|
|
730
|
-
</code>
|
|
731
|
-
</td>
|
|
732
|
-
<td class="name"><code><p>添加专题图</p></code></td>
|
|
733
|
-
</tr>
|
|
734
|
-
|
|
735
|
-
<tr class="deep-level-0">
|
|
736
|
-
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
737
|
-
<td class="name">
|
|
738
|
-
<code>
|
|
739
|
-
|
|
740
|
-
</code>
|
|
741
|
-
</td>
|
|
742
|
-
<td class="name"><code><p>删除某个地图。</p></code></td>
|
|
743
|
-
</tr>
|
|
744
|
-
|
|
745
|
-
<tr class="deep-level-0">
|
|
746
|
-
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
747
|
-
<td class="name">
|
|
748
|
-
<code>
|
|
749
|
-
|
|
750
|
-
</code>
|
|
751
|
-
</td>
|
|
752
|
-
<td class="name"><code><p>重绘专题图</p></code></td>
|
|
753
|
-
</tr>
|
|
754
|
-
|
|
755
|
-
<tr class="deep-level-0">
|
|
756
|
-
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
757
|
-
<td class="name">
|
|
758
|
-
<code>
|
|
759
|
-
|
|
760
|
-
</code>
|
|
761
|
-
</td>
|
|
762
|
-
<td class="name"><code><p>重绘专题要素</p></code></td>
|
|
763
|
-
</tr>
|
|
764
|
-
|
|
765
|
-
<tr class="deep-level-0">
|
|
766
|
-
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
767
|
-
<td class="name">
|
|
768
|
-
<code>
|
|
769
|
-
|
|
770
|
-
</code>
|
|
771
|
-
</td>
|
|
772
|
-
<td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
|
|
773
|
-
</tr>
|
|
774
|
-
|
|
775
|
-
<tr class="deep-level-0">
|
|
776
|
-
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
777
|
-
<td class="name">
|
|
778
|
-
<code>
|
|
779
|
-
|
|
780
|
-
</code>
|
|
781
|
-
</td>
|
|
782
|
-
<td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素。参数中的 features 数组中的每一项,必须是已经添加到当前图层中的 feature。</p></code></td>
|
|
783
|
-
</tr>
|
|
784
|
-
|
|
785
|
-
<tr class="deep-level-0">
|
|
786
|
-
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
787
|
-
<td class="name">
|
|
788
|
-
<code>
|
|
789
|
-
|
|
790
|
-
</code>
|
|
791
|
-
</td>
|
|
792
|
-
<td class="name"><code><p>设置最大缓存数量。</p></code></td>
|
|
793
|
-
</tr>
|
|
794
|
-
|
|
795
|
-
<tr class="deep-level-0">
|
|
796
|
-
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
797
|
-
<td class="name">
|
|
798
|
-
<code>
|
|
799
|
-
|
|
800
|
-
</code>
|
|
801
|
-
</td>
|
|
802
|
-
<td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
|
|
803
|
-
</tr>
|
|
804
|
-
|
|
805
|
-
<tr class="deep-level-0">
|
|
806
|
-
<td class="name"><code><a href="#update">update</a></code></td>
|
|
807
|
-
<td class="name">
|
|
808
|
-
<code>
|
|
809
|
-
|
|
810
|
-
</code>
|
|
811
|
-
</td>
|
|
812
|
-
<td class="name"><code><p>更新图层。</p></code></td>
|
|
813
|
-
</tr>
|
|
814
|
-
|
|
815
|
-
</tbody>
|
|
816
|
-
</table>
|
|
817
|
-
</div>
|
|
818
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
819
560
|
|
|
820
561
|
<div class="member">
|
|
821
562
|
|
|
@@ -824,7 +565,7 @@
|
|
|
824
565
|
<h4 class="name" id="addFeatures">
|
|
825
566
|
<a class="href-link" href="#addFeatures">#</a>
|
|
826
567
|
|
|
827
|
-
<span class="code-name"
|
|
568
|
+
<span class="code-name" style="font-size:30px">
|
|
828
569
|
|
|
829
570
|
addFeatures<span class="signature">(features)</span>
|
|
830
571
|
|
|
@@ -846,7 +587,7 @@
|
|
|
846
587
|
|
|
847
588
|
|
|
848
589
|
|
|
849
|
-
<h4
|
|
590
|
+
<h4>参数:</h4>
|
|
850
591
|
|
|
851
592
|
<div class="table-container">
|
|
852
593
|
<table class="params table">
|
|
@@ -876,12 +617,7 @@
|
|
|
876
617
|
<td class="type">
|
|
877
618
|
|
|
878
619
|
|
|
879
|
-
<span class="param-type">
|
|
880
|
-
|
|
881
|
-
Object
|
|
882
|
-
|
|
883
|
-
</span>
|
|
884
|
-
|
|
620
|
+
<span class="param-type">Object</span>
|
|
885
621
|
|
|
886
622
|
|
|
887
623
|
|
|
@@ -913,7 +649,7 @@
|
|
|
913
649
|
|
|
914
650
|
<dt class="inherited-from">Inherited From:</dt>
|
|
915
651
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
916
|
-
<a
|
|
652
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#addFeatures">zondy.themelayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
917
653
|
</li></ul></dd>
|
|
918
654
|
|
|
919
655
|
|
|
@@ -974,7 +710,7 @@
|
|
|
974
710
|
<h4 class="name" id="clear">
|
|
975
711
|
<a class="href-link" href="#clear">#</a>
|
|
976
712
|
|
|
977
|
-
<span class="code-name"
|
|
713
|
+
<span class="code-name" style="font-size:30px">
|
|
978
714
|
|
|
979
715
|
clear<span class="signature">()</span>
|
|
980
716
|
|
|
@@ -1009,7 +745,7 @@
|
|
|
1009
745
|
|
|
1010
746
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1011
747
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1012
|
-
<a
|
|
748
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#clear">zondy.themelayer.GeoFeatureThemeLayer#clear</a>
|
|
1013
749
|
</li></ul></dd>
|
|
1014
750
|
|
|
1015
751
|
|
|
@@ -1070,7 +806,7 @@
|
|
|
1070
806
|
<h4 class="name" id="clearCache">
|
|
1071
807
|
<a class="href-link" href="#clearCache">#</a>
|
|
1072
808
|
|
|
1073
|
-
<span class="code-name"
|
|
809
|
+
<span class="code-name" style="font-size:30px">
|
|
1074
810
|
|
|
1075
811
|
clearCache<span class="signature">()</span>
|
|
1076
812
|
|
|
@@ -1105,7 +841,7 @@
|
|
|
1105
841
|
|
|
1106
842
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1107
843
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1108
|
-
<a
|
|
844
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#clearCache">zondy.themelayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1109
845
|
</li></ul></dd>
|
|
1110
846
|
|
|
1111
847
|
|
|
@@ -1166,7 +902,7 @@
|
|
|
1166
902
|
<h4 class="name" id="createThematicFeature">
|
|
1167
903
|
<a class="href-link" href="#createThematicFeature">#</a>
|
|
1168
904
|
|
|
1169
|
-
<span class="code-name"
|
|
905
|
+
<span class="code-name" style="font-size:30px">
|
|
1170
906
|
|
|
1171
907
|
createThematicFeature<span class="signature">(feature)</span>
|
|
1172
908
|
|
|
@@ -1188,7 +924,7 @@
|
|
|
1188
924
|
|
|
1189
925
|
|
|
1190
926
|
|
|
1191
|
-
<h4
|
|
927
|
+
<h4>参数:</h4>
|
|
1192
928
|
|
|
1193
929
|
<div class="table-container">
|
|
1194
930
|
<table class="params table">
|
|
@@ -1218,12 +954,7 @@
|
|
|
1218
954
|
<td class="type">
|
|
1219
955
|
|
|
1220
956
|
|
|
1221
|
-
<span class="param-type">
|
|
1222
|
-
|
|
1223
|
-
Object
|
|
1224
|
-
|
|
1225
|
-
</span>
|
|
1226
|
-
|
|
957
|
+
<span class="param-type">Object</span>
|
|
1227
958
|
|
|
1228
959
|
|
|
1229
960
|
|
|
@@ -1255,7 +986,7 @@
|
|
|
1255
986
|
|
|
1256
987
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1257
988
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1258
|
-
<a
|
|
989
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#createThematicFeature">zondy.themelayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1259
990
|
</li></ul></dd>
|
|
1260
991
|
|
|
1261
992
|
|
|
@@ -1316,7 +1047,7 @@
|
|
|
1316
1047
|
<h4 class="name" id="destroyFeatures">
|
|
1317
1048
|
<a class="href-link" href="#destroyFeatures">#</a>
|
|
1318
1049
|
|
|
1319
|
-
<span class="code-name"
|
|
1050
|
+
<span class="code-name" style="font-size:30px">
|
|
1320
1051
|
|
|
1321
1052
|
destroyFeatures<span class="signature">(features)</span>
|
|
1322
1053
|
|
|
@@ -1338,7 +1069,7 @@
|
|
|
1338
1069
|
|
|
1339
1070
|
|
|
1340
1071
|
|
|
1341
|
-
<h4
|
|
1072
|
+
<h4>参数:</h4>
|
|
1342
1073
|
|
|
1343
1074
|
<div class="table-container">
|
|
1344
1075
|
<table class="params table">
|
|
@@ -1368,12 +1099,7 @@
|
|
|
1368
1099
|
<td class="type">
|
|
1369
1100
|
|
|
1370
1101
|
|
|
1371
|
-
<span class="param-type">
|
|
1372
|
-
|
|
1373
|
-
Array.<zondy.Feature.Vector>
|
|
1374
|
-
|
|
1375
|
-
</span>
|
|
1376
|
-
|
|
1102
|
+
<span class="param-type">Array.<zondy.Feature.Vector></span>
|
|
1377
1103
|
|
|
1378
1104
|
|
|
1379
1105
|
|
|
@@ -1405,7 +1131,7 @@
|
|
|
1405
1131
|
|
|
1406
1132
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1407
1133
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1408
|
-
<a
|
|
1134
|
+
<a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
|
|
1409
1135
|
</li></ul></dd>
|
|
1410
1136
|
|
|
1411
1137
|
|
|
@@ -1466,7 +1192,7 @@
|
|
|
1466
1192
|
<h4 class="name" id="getCacheCount">
|
|
1467
1193
|
<a class="href-link" href="#getCacheCount">#</a>
|
|
1468
1194
|
|
|
1469
|
-
<span class="code-name"
|
|
1195
|
+
<span class="code-name" style="font-size:30px">
|
|
1470
1196
|
|
|
1471
1197
|
getCacheCount<span class="signature">()</span>
|
|
1472
1198
|
|
|
@@ -1501,7 +1227,7 @@
|
|
|
1501
1227
|
|
|
1502
1228
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1503
1229
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1504
|
-
<a
|
|
1230
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#getCacheCount">zondy.themelayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1505
1231
|
</li></ul></dd>
|
|
1506
1232
|
|
|
1507
1233
|
|
|
@@ -1549,7 +1275,7 @@
|
|
|
1549
1275
|
|
|
1550
1276
|
|
|
1551
1277
|
<div class='columns method-parameter'>
|
|
1552
|
-
<div class="column is-2"><label
|
|
1278
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1553
1279
|
<div class="column is-10">
|
|
1554
1280
|
|
|
1555
1281
|
|
|
@@ -1562,12 +1288,7 @@
|
|
|
1562
1288
|
<div class='column is-5 has-text-left'>
|
|
1563
1289
|
<label>类型: </label>
|
|
1564
1290
|
|
|
1565
|
-
<span class="param-type">
|
|
1566
|
-
|
|
1567
|
-
number
|
|
1568
|
-
|
|
1569
|
-
</span>
|
|
1570
|
-
|
|
1291
|
+
<span class="param-type">number</span>
|
|
1571
1292
|
|
|
1572
1293
|
|
|
1573
1294
|
</div>
|
|
@@ -1592,7 +1313,7 @@
|
|
|
1592
1313
|
<h4 class="name" id="getColor">
|
|
1593
1314
|
<a class="href-link" href="#getColor">#</a>
|
|
1594
1315
|
|
|
1595
|
-
<span class="code-name"
|
|
1316
|
+
<span class="code-name" style="font-size:30px">
|
|
1596
1317
|
|
|
1597
1318
|
getColor<span class="signature">()</span>
|
|
1598
1319
|
|
|
@@ -1670,7 +1391,7 @@
|
|
|
1670
1391
|
|
|
1671
1392
|
|
|
1672
1393
|
<div class='columns method-parameter'>
|
|
1673
|
-
<div class="column is-2"><label
|
|
1394
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1674
1395
|
<div class="column is-10">
|
|
1675
1396
|
|
|
1676
1397
|
|
|
@@ -1683,12 +1404,7 @@
|
|
|
1683
1404
|
<div class='column is-5 has-text-left'>
|
|
1684
1405
|
<label>类型: </label>
|
|
1685
1406
|
|
|
1686
|
-
<span class="param-type">
|
|
1687
|
-
|
|
1688
|
-
Array
|
|
1689
|
-
|
|
1690
|
-
</span>
|
|
1691
|
-
|
|
1407
|
+
<span class="param-type">Array</span>
|
|
1692
1408
|
|
|
1693
1409
|
|
|
1694
1410
|
</div>
|
|
@@ -1713,7 +1429,7 @@
|
|
|
1713
1429
|
<h4 class="name" id="getEvents">
|
|
1714
1430
|
<a class="href-link" href="#getEvents">#</a>
|
|
1715
1431
|
|
|
1716
|
-
<span class="code-name"
|
|
1432
|
+
<span class="code-name" style="font-size:30px">
|
|
1717
1433
|
|
|
1718
1434
|
getEvents<span class="signature">()</span>
|
|
1719
1435
|
|
|
@@ -1748,7 +1464,7 @@
|
|
|
1748
1464
|
|
|
1749
1465
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1750
1466
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1751
|
-
<a
|
|
1467
|
+
<a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
|
|
1752
1468
|
</li></ul></dd>
|
|
1753
1469
|
|
|
1754
1470
|
|
|
@@ -1796,7 +1512,7 @@
|
|
|
1796
1512
|
|
|
1797
1513
|
|
|
1798
1514
|
<div class='columns method-parameter'>
|
|
1799
|
-
<div class="column is-2"><label
|
|
1515
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1800
1516
|
<div class="column is-10">
|
|
1801
1517
|
|
|
1802
1518
|
|
|
@@ -1809,12 +1525,7 @@
|
|
|
1809
1525
|
<div class='column is-5 has-text-left'>
|
|
1810
1526
|
<label>类型: </label>
|
|
1811
1527
|
|
|
1812
|
-
<span class="param-type">
|
|
1813
|
-
|
|
1814
|
-
Object
|
|
1815
|
-
|
|
1816
|
-
</span>
|
|
1817
|
-
|
|
1528
|
+
<span class="param-type">Object</span>
|
|
1818
1529
|
|
|
1819
1530
|
|
|
1820
1531
|
</div>
|
|
@@ -1839,7 +1550,7 @@
|
|
|
1839
1550
|
<h4 class="name" id="getFeatureBy">
|
|
1840
1551
|
<a class="href-link" href="#getFeatureBy">#</a>
|
|
1841
1552
|
|
|
1842
|
-
<span class="code-name"
|
|
1553
|
+
<span class="code-name" style="font-size:30px">
|
|
1843
1554
|
|
|
1844
1555
|
getFeatureBy<span class="signature">(property, value)</span>
|
|
1845
1556
|
|
|
@@ -1861,7 +1572,7 @@
|
|
|
1861
1572
|
|
|
1862
1573
|
|
|
1863
1574
|
|
|
1864
|
-
<h4
|
|
1575
|
+
<h4>参数:</h4>
|
|
1865
1576
|
|
|
1866
1577
|
<div class="table-container">
|
|
1867
1578
|
<table class="params table">
|
|
@@ -1891,12 +1602,7 @@
|
|
|
1891
1602
|
<td class="type">
|
|
1892
1603
|
|
|
1893
1604
|
|
|
1894
|
-
<span class="param-type">
|
|
1895
|
-
|
|
1896
|
-
string
|
|
1897
|
-
|
|
1898
|
-
</span>
|
|
1899
|
-
|
|
1605
|
+
<span class="param-type">string</span>
|
|
1900
1606
|
|
|
1901
1607
|
|
|
1902
1608
|
|
|
@@ -1920,12 +1626,7 @@
|
|
|
1920
1626
|
<td class="type">
|
|
1921
1627
|
|
|
1922
1628
|
|
|
1923
|
-
<span class="param-type">
|
|
1924
|
-
|
|
1925
|
-
string
|
|
1926
|
-
|
|
1927
|
-
</span>
|
|
1928
|
-
|
|
1629
|
+
<span class="param-type">string</span>
|
|
1929
1630
|
|
|
1930
1631
|
|
|
1931
1632
|
|
|
@@ -1957,7 +1658,7 @@
|
|
|
1957
1658
|
|
|
1958
1659
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1959
1660
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1960
|
-
<a
|
|
1661
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
|
|
1961
1662
|
</li></ul></dd>
|
|
1962
1663
|
|
|
1963
1664
|
|
|
@@ -2018,7 +1719,7 @@
|
|
|
2018
1719
|
<h4 class="name" id="getFeatureById">
|
|
2019
1720
|
<a class="href-link" href="#getFeatureById">#</a>
|
|
2020
1721
|
|
|
2021
|
-
<span class="code-name"
|
|
1722
|
+
<span class="code-name" style="font-size:30px">
|
|
2022
1723
|
|
|
2023
1724
|
getFeatureById<span class="signature">(featureId)</span>
|
|
2024
1725
|
|
|
@@ -2040,7 +1741,7 @@
|
|
|
2040
1741
|
|
|
2041
1742
|
|
|
2042
1743
|
|
|
2043
|
-
<h4
|
|
1744
|
+
<h4>参数:</h4>
|
|
2044
1745
|
|
|
2045
1746
|
<div class="table-container">
|
|
2046
1747
|
<table class="params table">
|
|
@@ -2070,12 +1771,7 @@
|
|
|
2070
1771
|
<td class="type">
|
|
2071
1772
|
|
|
2072
1773
|
|
|
2073
|
-
<span class="param-type">
|
|
2074
|
-
|
|
2075
|
-
number
|
|
2076
|
-
|
|
2077
|
-
</span>
|
|
2078
|
-
|
|
1774
|
+
<span class="param-type">number</span>
|
|
2079
1775
|
|
|
2080
1776
|
|
|
2081
1777
|
|
|
@@ -2107,7 +1803,7 @@
|
|
|
2107
1803
|
|
|
2108
1804
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2109
1805
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2110
|
-
<a
|
|
1806
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
|
|
2111
1807
|
</li></ul></dd>
|
|
2112
1808
|
|
|
2113
1809
|
|
|
@@ -2168,7 +1864,7 @@
|
|
|
2168
1864
|
<h4 class="name" id="getFeatures">
|
|
2169
1865
|
<a class="href-link" href="#getFeatures">#</a>
|
|
2170
1866
|
|
|
2171
|
-
<span class="code-name"
|
|
1867
|
+
<span class="code-name" style="font-size:30px">
|
|
2172
1868
|
|
|
2173
1869
|
getFeatures<span class="signature">()</span>
|
|
2174
1870
|
|
|
@@ -2203,7 +1899,7 @@
|
|
|
2203
1899
|
|
|
2204
1900
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2205
1901
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2206
|
-
<a
|
|
1902
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
|
|
2207
1903
|
</li></ul></dd>
|
|
2208
1904
|
|
|
2209
1905
|
|
|
@@ -2251,7 +1947,7 @@
|
|
|
2251
1947
|
|
|
2252
1948
|
|
|
2253
1949
|
<div class='columns method-parameter'>
|
|
2254
|
-
<div class="column is-2"><label
|
|
1950
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2255
1951
|
<div class="column is-10">
|
|
2256
1952
|
|
|
2257
1953
|
|
|
@@ -2264,12 +1960,7 @@
|
|
|
2264
1960
|
<div class='column is-5 has-text-left'>
|
|
2265
1961
|
<label>类型: </label>
|
|
2266
1962
|
|
|
2267
|
-
<span class="param-type">
|
|
2268
|
-
|
|
2269
|
-
Array
|
|
2270
|
-
|
|
2271
|
-
</span>
|
|
2272
|
-
|
|
1963
|
+
<span class="param-type">Array</span>
|
|
2273
1964
|
|
|
2274
1965
|
|
|
2275
1966
|
</div>
|
|
@@ -2294,7 +1985,7 @@
|
|
|
2294
1985
|
<h4 class="name" id="getFeaturesByAttribute">
|
|
2295
1986
|
<a class="href-link" href="#getFeaturesByAttribute">#</a>
|
|
2296
1987
|
|
|
2297
|
-
<span class="code-name"
|
|
1988
|
+
<span class="code-name" style="font-size:30px">
|
|
2298
1989
|
|
|
2299
1990
|
getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
|
|
2300
1991
|
|
|
@@ -2316,7 +2007,7 @@
|
|
|
2316
2007
|
|
|
2317
2008
|
|
|
2318
2009
|
|
|
2319
|
-
<h4
|
|
2010
|
+
<h4>参数:</h4>
|
|
2320
2011
|
|
|
2321
2012
|
<div class="table-container">
|
|
2322
2013
|
<table class="params table">
|
|
@@ -2346,12 +2037,7 @@
|
|
|
2346
2037
|
<td class="type">
|
|
2347
2038
|
|
|
2348
2039
|
|
|
2349
|
-
<span class="param-type">
|
|
2350
|
-
|
|
2351
|
-
string
|
|
2352
|
-
|
|
2353
|
-
</span>
|
|
2354
|
-
|
|
2040
|
+
<span class="param-type">string</span>
|
|
2355
2041
|
|
|
2356
2042
|
|
|
2357
2043
|
|
|
@@ -2375,12 +2061,7 @@
|
|
|
2375
2061
|
<td class="type">
|
|
2376
2062
|
|
|
2377
2063
|
|
|
2378
|
-
<span class="param-type">
|
|
2379
|
-
|
|
2380
|
-
string
|
|
2381
|
-
|
|
2382
|
-
</span>
|
|
2383
|
-
|
|
2064
|
+
<span class="param-type">string</span>
|
|
2384
2065
|
|
|
2385
2066
|
|
|
2386
2067
|
|
|
@@ -2412,7 +2093,7 @@
|
|
|
2412
2093
|
|
|
2413
2094
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2414
2095
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2415
|
-
<a
|
|
2096
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2416
2097
|
</li></ul></dd>
|
|
2417
2098
|
|
|
2418
2099
|
|
|
@@ -2460,7 +2141,7 @@
|
|
|
2460
2141
|
|
|
2461
2142
|
|
|
2462
2143
|
<div class='columns method-parameter'>
|
|
2463
|
-
<div class="column is-2"><label
|
|
2144
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2464
2145
|
<div class="column is-10">
|
|
2465
2146
|
|
|
2466
2147
|
|
|
@@ -2473,12 +2154,7 @@
|
|
|
2473
2154
|
<div class='column is-5 has-text-left'>
|
|
2474
2155
|
<label>类型: </label>
|
|
2475
2156
|
|
|
2476
|
-
<span class="param-type">
|
|
2477
|
-
|
|
2478
|
-
Array
|
|
2479
|
-
|
|
2480
|
-
</span>
|
|
2481
|
-
|
|
2157
|
+
<span class="param-type">Array</span>
|
|
2482
2158
|
|
|
2483
2159
|
|
|
2484
2160
|
</div>
|
|
@@ -2503,7 +2179,7 @@
|
|
|
2503
2179
|
<h4 class="name" id="getLocalXY">
|
|
2504
2180
|
<a class="href-link" href="#getLocalXY">#</a>
|
|
2505
2181
|
|
|
2506
|
-
<span class="code-name"
|
|
2182
|
+
<span class="code-name" style="font-size:30px">
|
|
2507
2183
|
|
|
2508
2184
|
getLocalXY<span class="signature">(coordinate)</span>
|
|
2509
2185
|
|
|
@@ -2525,7 +2201,7 @@
|
|
|
2525
2201
|
|
|
2526
2202
|
|
|
2527
2203
|
|
|
2528
|
-
<h4
|
|
2204
|
+
<h4>参数:</h4>
|
|
2529
2205
|
|
|
2530
2206
|
<div class="table-container">
|
|
2531
2207
|
<table class="params table">
|
|
@@ -2555,12 +2231,7 @@
|
|
|
2555
2231
|
<td class="type">
|
|
2556
2232
|
|
|
2557
2233
|
|
|
2558
|
-
<span class="param-type">
|
|
2559
|
-
|
|
2560
|
-
Array
|
|
2561
|
-
|
|
2562
|
-
</span>
|
|
2563
|
-
|
|
2234
|
+
<span class="param-type">Array</span>
|
|
2564
2235
|
|
|
2565
2236
|
|
|
2566
2237
|
|
|
@@ -2592,7 +2263,7 @@
|
|
|
2592
2263
|
|
|
2593
2264
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2594
2265
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2595
|
-
<a
|
|
2266
|
+
<a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
|
|
2596
2267
|
</li></ul></dd>
|
|
2597
2268
|
|
|
2598
2269
|
|
|
@@ -2653,7 +2324,7 @@
|
|
|
2653
2324
|
<h4 class="name" id="getShapesByFeatureID">
|
|
2654
2325
|
<a class="href-link" href="#getShapesByFeatureID">#</a>
|
|
2655
2326
|
|
|
2656
|
-
<span class="code-name"
|
|
2327
|
+
<span class="code-name" style="font-size:30px">
|
|
2657
2328
|
|
|
2658
2329
|
getShapesByFeatureID<span class="signature">(featureID)</span>
|
|
2659
2330
|
|
|
@@ -2675,7 +2346,7 @@
|
|
|
2675
2346
|
|
|
2676
2347
|
|
|
2677
2348
|
|
|
2678
|
-
<h4
|
|
2349
|
+
<h4>参数:</h4>
|
|
2679
2350
|
|
|
2680
2351
|
<div class="table-container">
|
|
2681
2352
|
<table class="params table">
|
|
@@ -2705,12 +2376,7 @@
|
|
|
2705
2376
|
<td class="type">
|
|
2706
2377
|
|
|
2707
2378
|
|
|
2708
|
-
<span class="param-type">
|
|
2709
|
-
|
|
2710
|
-
number
|
|
2711
|
-
|
|
2712
|
-
</span>
|
|
2713
|
-
|
|
2379
|
+
<span class="param-type">number</span>
|
|
2714
2380
|
|
|
2715
2381
|
|
|
2716
2382
|
|
|
@@ -2742,7 +2408,7 @@
|
|
|
2742
2408
|
|
|
2743
2409
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2744
2410
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2745
|
-
<a
|
|
2411
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#getShapesByFeatureID">zondy.themelayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2746
2412
|
</li></ul></dd>
|
|
2747
2413
|
|
|
2748
2414
|
|
|
@@ -2803,7 +2469,7 @@
|
|
|
2803
2469
|
<h4 class="name" id="getStyleByData">
|
|
2804
2470
|
<a class="href-link" href="#getStyleByData">#</a>
|
|
2805
2471
|
|
|
2806
|
-
<span class="code-name"
|
|
2472
|
+
<span class="code-name" style="font-size:30px">
|
|
2807
2473
|
|
|
2808
2474
|
getStyleByData<span class="signature">()</span>
|
|
2809
2475
|
|
|
@@ -2877,7 +2543,7 @@
|
|
|
2877
2543
|
|
|
2878
2544
|
|
|
2879
2545
|
<div class='columns method-parameter'>
|
|
2880
|
-
<div class="column is-2"><label
|
|
2546
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2881
2547
|
<div class="column is-10">
|
|
2882
2548
|
|
|
2883
2549
|
|
|
@@ -2890,12 +2556,7 @@
|
|
|
2890
2556
|
<div class='column is-5 has-text-left'>
|
|
2891
2557
|
<label>类型: </label>
|
|
2892
2558
|
|
|
2893
|
-
<span class="param-type">
|
|
2894
|
-
|
|
2895
|
-
Array.<<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
|
|
2896
|
-
|
|
2897
|
-
</span>
|
|
2898
|
-
|
|
2559
|
+
<span class="param-type">Array.<<a href="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>></span>
|
|
2899
2560
|
|
|
2900
2561
|
|
|
2901
2562
|
</div>
|
|
@@ -2920,7 +2581,7 @@
|
|
|
2920
2581
|
<h4 class="name" id="initialize">
|
|
2921
2582
|
<a class="href-link" href="#initialize">#</a>
|
|
2922
2583
|
|
|
2923
|
-
<span class="code-name"
|
|
2584
|
+
<span class="code-name" style="font-size:30px">
|
|
2924
2585
|
|
|
2925
2586
|
initialize<span class="signature">(name, options)</span>
|
|
2926
2587
|
|
|
@@ -2942,7 +2603,7 @@
|
|
|
2942
2603
|
|
|
2943
2604
|
|
|
2944
2605
|
|
|
2945
|
-
<h4
|
|
2606
|
+
<h4>参数:</h4>
|
|
2946
2607
|
|
|
2947
2608
|
<div class="table-container">
|
|
2948
2609
|
<table class="params table">
|
|
@@ -2972,12 +2633,7 @@
|
|
|
2972
2633
|
<td class="type">
|
|
2973
2634
|
|
|
2974
2635
|
|
|
2975
|
-
<span class="param-type">
|
|
2976
|
-
|
|
2977
|
-
string
|
|
2978
|
-
|
|
2979
|
-
</span>
|
|
2980
|
-
|
|
2636
|
+
<span class="param-type">string</span>
|
|
2981
2637
|
|
|
2982
2638
|
|
|
2983
2639
|
|
|
@@ -3001,12 +2657,7 @@
|
|
|
3001
2657
|
<td class="type">
|
|
3002
2658
|
|
|
3003
2659
|
|
|
3004
|
-
<span class="param-type">
|
|
3005
|
-
|
|
3006
|
-
Object
|
|
3007
|
-
|
|
3008
|
-
</span>
|
|
3009
|
-
|
|
2660
|
+
<span class="param-type">Object</span>
|
|
3010
2661
|
|
|
3011
2662
|
|
|
3012
2663
|
|
|
@@ -3040,7 +2691,7 @@
|
|
|
3040
2691
|
|
|
3041
2692
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3042
2693
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3043
|
-
<a
|
|
2694
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#initialize">zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
|
|
3044
2695
|
</li></ul></dd>
|
|
3045
2696
|
|
|
3046
2697
|
|
|
@@ -3099,7 +2750,7 @@
|
|
|
3099
2750
|
<h4 class="name" id="off">
|
|
3100
2751
|
<a class="href-link" href="#off">#</a>
|
|
3101
2752
|
|
|
3102
|
-
<span class="code-name"
|
|
2753
|
+
<span class="code-name" style="font-size:30px">
|
|
3103
2754
|
|
|
3104
2755
|
off<span class="signature">(event, callback, context)</span>
|
|
3105
2756
|
|
|
@@ -3121,7 +2772,7 @@
|
|
|
3121
2772
|
|
|
3122
2773
|
|
|
3123
2774
|
|
|
3124
|
-
<h4
|
|
2775
|
+
<h4>参数:</h4>
|
|
3125
2776
|
|
|
3126
2777
|
<div class="table-container">
|
|
3127
2778
|
<table class="params table">
|
|
@@ -3151,12 +2802,7 @@
|
|
|
3151
2802
|
<td class="type">
|
|
3152
2803
|
|
|
3153
2804
|
|
|
3154
|
-
<span class="param-type">
|
|
3155
|
-
|
|
3156
|
-
Event
|
|
3157
|
-
|
|
3158
|
-
</span>
|
|
3159
|
-
|
|
2805
|
+
<span class="param-type">Event</span>
|
|
3160
2806
|
|
|
3161
2807
|
|
|
3162
2808
|
|
|
@@ -3180,12 +2826,7 @@
|
|
|
3180
2826
|
<td class="type">
|
|
3181
2827
|
|
|
3182
2828
|
|
|
3183
|
-
<span class="param-type">
|
|
3184
|
-
|
|
3185
|
-
function
|
|
3186
|
-
|
|
3187
|
-
</span>
|
|
3188
|
-
|
|
2829
|
+
<span class="param-type">function</span>
|
|
3189
2830
|
|
|
3190
2831
|
|
|
3191
2832
|
|
|
@@ -3209,12 +2850,7 @@
|
|
|
3209
2850
|
<td class="type">
|
|
3210
2851
|
|
|
3211
2852
|
|
|
3212
|
-
<span class="param-type">
|
|
3213
|
-
|
|
3214
|
-
string
|
|
3215
|
-
|
|
3216
|
-
</span>
|
|
3217
|
-
|
|
2853
|
+
<span class="param-type">string</span>
|
|
3218
2854
|
|
|
3219
2855
|
|
|
3220
2856
|
|
|
@@ -3246,7 +2882,7 @@
|
|
|
3246
2882
|
|
|
3247
2883
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3248
2884
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3249
|
-
<a
|
|
2885
|
+
<a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
|
|
3250
2886
|
</li></ul></dd>
|
|
3251
2887
|
|
|
3252
2888
|
|
|
@@ -3307,7 +2943,7 @@
|
|
|
3307
2943
|
<h4 class="name" id="on">
|
|
3308
2944
|
<a class="href-link" href="#on">#</a>
|
|
3309
2945
|
|
|
3310
|
-
<span class="code-name"
|
|
2946
|
+
<span class="code-name" style="font-size:30px">
|
|
3311
2947
|
|
|
3312
2948
|
on<span class="signature">(event, callback, context)</span>
|
|
3313
2949
|
|
|
@@ -3329,7 +2965,7 @@
|
|
|
3329
2965
|
|
|
3330
2966
|
|
|
3331
2967
|
|
|
3332
|
-
<h4
|
|
2968
|
+
<h4>参数:</h4>
|
|
3333
2969
|
|
|
3334
2970
|
<div class="table-container">
|
|
3335
2971
|
<table class="params table">
|
|
@@ -3359,12 +2995,7 @@
|
|
|
3359
2995
|
<td class="type">
|
|
3360
2996
|
|
|
3361
2997
|
|
|
3362
|
-
<span class="param-type">
|
|
3363
|
-
|
|
3364
|
-
Event
|
|
3365
|
-
|
|
3366
|
-
</span>
|
|
3367
|
-
|
|
2998
|
+
<span class="param-type">Event</span>
|
|
3368
2999
|
|
|
3369
3000
|
|
|
3370
3001
|
|
|
@@ -3388,12 +3019,7 @@
|
|
|
3388
3019
|
<td class="type">
|
|
3389
3020
|
|
|
3390
3021
|
|
|
3391
|
-
<span class="param-type">
|
|
3392
|
-
|
|
3393
|
-
function
|
|
3394
|
-
|
|
3395
|
-
</span>
|
|
3396
|
-
|
|
3022
|
+
<span class="param-type">function</span>
|
|
3397
3023
|
|
|
3398
3024
|
|
|
3399
3025
|
|
|
@@ -3417,12 +3043,7 @@
|
|
|
3417
3043
|
<td class="type">
|
|
3418
3044
|
|
|
3419
3045
|
|
|
3420
|
-
<span class="param-type">
|
|
3421
|
-
|
|
3422
|
-
string
|
|
3423
|
-
|
|
3424
|
-
</span>
|
|
3425
|
-
|
|
3046
|
+
<span class="param-type">string</span>
|
|
3426
3047
|
|
|
3427
3048
|
|
|
3428
3049
|
|
|
@@ -3454,7 +3075,7 @@
|
|
|
3454
3075
|
|
|
3455
3076
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3456
3077
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3457
|
-
<a
|
|
3078
|
+
<a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
|
|
3458
3079
|
</li></ul></dd>
|
|
3459
3080
|
|
|
3460
3081
|
|
|
@@ -3515,7 +3136,7 @@
|
|
|
3515
3136
|
<h4 class="name" id="onAdd">
|
|
3516
3137
|
<a class="href-link" href="#onAdd">#</a>
|
|
3517
3138
|
|
|
3518
|
-
<span class="code-name"
|
|
3139
|
+
<span class="code-name" style="font-size:30px">
|
|
3519
3140
|
|
|
3520
3141
|
onAdd<span class="signature">(map)</span>
|
|
3521
3142
|
|
|
@@ -3537,7 +3158,7 @@
|
|
|
3537
3158
|
|
|
3538
3159
|
|
|
3539
3160
|
|
|
3540
|
-
<h4
|
|
3161
|
+
<h4>参数:</h4>
|
|
3541
3162
|
|
|
3542
3163
|
<div class="table-container">
|
|
3543
3164
|
<table class="params table">
|
|
@@ -3567,12 +3188,7 @@
|
|
|
3567
3188
|
<td class="type">
|
|
3568
3189
|
|
|
3569
3190
|
|
|
3570
|
-
<span class="param-type">
|
|
3571
|
-
|
|
3572
|
-
L.map
|
|
3573
|
-
|
|
3574
|
-
</span>
|
|
3575
|
-
|
|
3191
|
+
<span class="param-type">L.map</span>
|
|
3576
3192
|
|
|
3577
3193
|
|
|
3578
3194
|
|
|
@@ -3665,7 +3281,7 @@
|
|
|
3665
3281
|
<h4 class="name" id="onRemove">
|
|
3666
3282
|
<a class="href-link" href="#onRemove">#</a>
|
|
3667
3283
|
|
|
3668
|
-
<span class="code-name"
|
|
3284
|
+
<span class="code-name" style="font-size:30px">
|
|
3669
3285
|
|
|
3670
3286
|
onRemove<span class="signature">(map)</span>
|
|
3671
3287
|
|
|
@@ -3687,7 +3303,7 @@
|
|
|
3687
3303
|
|
|
3688
3304
|
|
|
3689
3305
|
|
|
3690
|
-
<h4
|
|
3306
|
+
<h4>参数:</h4>
|
|
3691
3307
|
|
|
3692
3308
|
<div class="table-container">
|
|
3693
3309
|
<table class="params table">
|
|
@@ -3717,12 +3333,7 @@
|
|
|
3717
3333
|
<td class="type">
|
|
3718
3334
|
|
|
3719
3335
|
|
|
3720
|
-
<span class="param-type">
|
|
3721
|
-
|
|
3722
|
-
L.Map
|
|
3723
|
-
|
|
3724
|
-
</span>
|
|
3725
|
-
|
|
3336
|
+
<span class="param-type">L.Map</span>
|
|
3726
3337
|
|
|
3727
3338
|
|
|
3728
3339
|
|
|
@@ -3754,7 +3365,7 @@
|
|
|
3754
3365
|
|
|
3755
3366
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3756
3367
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3757
|
-
<a
|
|
3368
|
+
<a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
|
|
3758
3369
|
</li></ul></dd>
|
|
3759
3370
|
|
|
3760
3371
|
|
|
@@ -3815,7 +3426,7 @@
|
|
|
3815
3426
|
<h4 class="name" id="redraw">
|
|
3816
3427
|
<a class="href-link" href="#redraw">#</a>
|
|
3817
3428
|
|
|
3818
|
-
<span class="code-name"
|
|
3429
|
+
<span class="code-name" style="font-size:30px">
|
|
3819
3430
|
|
|
3820
3431
|
redraw<span class="signature">()</span>
|
|
3821
3432
|
|
|
@@ -3852,7 +3463,7 @@
|
|
|
3852
3463
|
|
|
3853
3464
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3854
3465
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3855
|
-
<a
|
|
3466
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#redraw">zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
|
|
3856
3467
|
</li></ul></dd>
|
|
3857
3468
|
|
|
3858
3469
|
|
|
@@ -3911,7 +3522,7 @@
|
|
|
3911
3522
|
<h4 class="name" id="redrawThematicFeatures">
|
|
3912
3523
|
<a class="href-link" href="#redrawThematicFeatures">#</a>
|
|
3913
3524
|
|
|
3914
|
-
<span class="code-name"
|
|
3525
|
+
<span class="code-name" style="font-size:30px">
|
|
3915
3526
|
|
|
3916
3527
|
redrawThematicFeatures<span class="signature">(bounds)</span>
|
|
3917
3528
|
|
|
@@ -3933,7 +3544,7 @@
|
|
|
3933
3544
|
|
|
3934
3545
|
|
|
3935
3546
|
|
|
3936
|
-
<h4
|
|
3547
|
+
<h4>参数:</h4>
|
|
3937
3548
|
|
|
3938
3549
|
<div class="table-container">
|
|
3939
3550
|
<table class="params table">
|
|
@@ -3963,12 +3574,7 @@
|
|
|
3963
3574
|
<td class="type">
|
|
3964
3575
|
|
|
3965
3576
|
|
|
3966
|
-
<span class="param-type">
|
|
3967
|
-
|
|
3968
|
-
L.Bounds
|
|
3969
|
-
|
|
3970
|
-
</span>
|
|
3971
|
-
|
|
3577
|
+
<span class="param-type">L.Bounds</span>
|
|
3972
3578
|
|
|
3973
3579
|
|
|
3974
3580
|
|
|
@@ -4002,7 +3608,7 @@
|
|
|
4002
3608
|
|
|
4003
3609
|
<dt class="tag-overrides">Overrides:</dt>
|
|
4004
3610
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
4005
|
-
<a
|
|
3611
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#redrawThematicFeatures">zondy.themelayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
4006
3612
|
</li></ul></dd>
|
|
4007
3613
|
|
|
4008
3614
|
|
|
@@ -4061,7 +3667,7 @@
|
|
|
4061
3667
|
<h4 class="name" id="removeAllFeatures">
|
|
4062
3668
|
<a class="href-link" href="#removeAllFeatures">#</a>
|
|
4063
3669
|
|
|
4064
|
-
<span class="code-name"
|
|
3670
|
+
<span class="code-name" style="font-size:30px">
|
|
4065
3671
|
|
|
4066
3672
|
removeAllFeatures<span class="signature">()</span>
|
|
4067
3673
|
|
|
@@ -4096,7 +3702,7 @@
|
|
|
4096
3702
|
|
|
4097
3703
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4098
3704
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4099
|
-
<a
|
|
3705
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeAllFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
4100
3706
|
</li></ul></dd>
|
|
4101
3707
|
|
|
4102
3708
|
|
|
@@ -4157,7 +3763,7 @@
|
|
|
4157
3763
|
<h4 class="name" id="removeFeatures">
|
|
4158
3764
|
<a class="href-link" href="#removeFeatures">#</a>
|
|
4159
3765
|
|
|
4160
|
-
<span class="code-name"
|
|
3766
|
+
<span class="code-name" style="font-size:30px">
|
|
4161
3767
|
|
|
4162
3768
|
removeFeatures<span class="signature">(features)</span>
|
|
4163
3769
|
|
|
@@ -4179,7 +3785,7 @@
|
|
|
4179
3785
|
|
|
4180
3786
|
|
|
4181
3787
|
|
|
4182
|
-
<h4
|
|
3788
|
+
<h4>参数:</h4>
|
|
4183
3789
|
|
|
4184
3790
|
<div class="table-container">
|
|
4185
3791
|
<table class="params table">
|
|
@@ -4209,12 +3815,7 @@
|
|
|
4209
3815
|
<td class="type">
|
|
4210
3816
|
|
|
4211
3817
|
|
|
4212
|
-
<span class="param-type">
|
|
4213
|
-
|
|
4214
|
-
Object
|
|
4215
|
-
|
|
4216
|
-
</span>
|
|
4217
|
-
|
|
3818
|
+
<span class="param-type">Object</span>
|
|
4218
3819
|
|
|
4219
3820
|
|
|
4220
3821
|
|
|
@@ -4246,7 +3847,7 @@
|
|
|
4246
3847
|
|
|
4247
3848
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4248
3849
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4249
|
-
<a
|
|
3850
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#removeFeatures">zondy.themelayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4250
3851
|
</li></ul></dd>
|
|
4251
3852
|
|
|
4252
3853
|
|
|
@@ -4307,7 +3908,7 @@
|
|
|
4307
3908
|
<h4 class="name" id="setMaxCacheCount">
|
|
4308
3909
|
<a class="href-link" href="#setMaxCacheCount">#</a>
|
|
4309
3910
|
|
|
4310
|
-
<span class="code-name"
|
|
3911
|
+
<span class="code-name" style="font-size:30px">
|
|
4311
3912
|
|
|
4312
3913
|
setMaxCacheCount<span class="signature">(cacheCount)</span>
|
|
4313
3914
|
|
|
@@ -4329,7 +3930,7 @@
|
|
|
4329
3930
|
|
|
4330
3931
|
|
|
4331
3932
|
|
|
4332
|
-
<h4
|
|
3933
|
+
<h4>参数:</h4>
|
|
4333
3934
|
|
|
4334
3935
|
<div class="table-container">
|
|
4335
3936
|
<table class="params table">
|
|
@@ -4359,12 +3960,7 @@
|
|
|
4359
3960
|
<td class="type">
|
|
4360
3961
|
|
|
4361
3962
|
|
|
4362
|
-
<span class="param-type">
|
|
4363
|
-
|
|
4364
|
-
number
|
|
4365
|
-
|
|
4366
|
-
</span>
|
|
4367
|
-
|
|
3963
|
+
<span class="param-type">number</span>
|
|
4368
3964
|
|
|
4369
3965
|
|
|
4370
3966
|
|
|
@@ -4396,7 +3992,7 @@
|
|
|
4396
3992
|
|
|
4397
3993
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4398
3994
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4399
|
-
<a
|
|
3995
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#setMaxCacheCount">zondy.themelayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4400
3996
|
</li></ul></dd>
|
|
4401
3997
|
|
|
4402
3998
|
|
|
@@ -4457,7 +4053,7 @@
|
|
|
4457
4053
|
<h4 class="name" id="setOpacity">
|
|
4458
4054
|
<a class="href-link" href="#setOpacity">#</a>
|
|
4459
4055
|
|
|
4460
|
-
<span class="code-name"
|
|
4056
|
+
<span class="code-name" style="font-size:30px">
|
|
4461
4057
|
|
|
4462
4058
|
setOpacity<span class="signature">(opacity)</span>
|
|
4463
4059
|
|
|
@@ -4479,7 +4075,7 @@
|
|
|
4479
4075
|
|
|
4480
4076
|
|
|
4481
4077
|
|
|
4482
|
-
<h4
|
|
4078
|
+
<h4>参数:</h4>
|
|
4483
4079
|
|
|
4484
4080
|
<div class="table-container">
|
|
4485
4081
|
<table class="params table">
|
|
@@ -4509,12 +4105,7 @@
|
|
|
4509
4105
|
<td class="type">
|
|
4510
4106
|
|
|
4511
4107
|
|
|
4512
|
-
<span class="param-type">
|
|
4513
|
-
|
|
4514
|
-
number
|
|
4515
|
-
|
|
4516
|
-
</span>
|
|
4517
|
-
|
|
4108
|
+
<span class="param-type">number</span>
|
|
4518
4109
|
|
|
4519
4110
|
|
|
4520
4111
|
|
|
@@ -4546,7 +4137,7 @@
|
|
|
4546
4137
|
|
|
4547
4138
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4548
4139
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4549
|
-
<a
|
|
4140
|
+
<a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
|
|
4550
4141
|
</li></ul></dd>
|
|
4551
4142
|
|
|
4552
4143
|
|
|
@@ -4607,7 +4198,7 @@
|
|
|
4607
4198
|
<h4 class="name" id="update">
|
|
4608
4199
|
<a class="href-link" href="#update">#</a>
|
|
4609
4200
|
|
|
4610
|
-
<span class="code-name"
|
|
4201
|
+
<span class="code-name" style="font-size:30px">
|
|
4611
4202
|
|
|
4612
4203
|
update<span class="signature">(bounds)</span>
|
|
4613
4204
|
|
|
@@ -4629,7 +4220,7 @@
|
|
|
4629
4220
|
|
|
4630
4221
|
|
|
4631
4222
|
|
|
4632
|
-
<h4
|
|
4223
|
+
<h4>参数:</h4>
|
|
4633
4224
|
|
|
4634
4225
|
<div class="table-container">
|
|
4635
4226
|
<table class="params table">
|
|
@@ -4659,12 +4250,7 @@
|
|
|
4659
4250
|
<td class="type">
|
|
4660
4251
|
|
|
4661
4252
|
|
|
4662
|
-
<span class="param-type">
|
|
4663
|
-
|
|
4664
|
-
L.bounds
|
|
4665
|
-
|
|
4666
|
-
</span>
|
|
4667
|
-
|
|
4253
|
+
<span class="param-type">L.bounds</span>
|
|
4668
4254
|
|
|
4669
4255
|
|
|
4670
4256
|
|
|
@@ -4696,7 +4282,7 @@
|
|
|
4696
4282
|
|
|
4697
4283
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4698
4284
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4699
|
-
<a
|
|
4285
|
+
<a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
|
|
4700
4286
|
</li></ul></dd>
|
|
4701
4287
|
|
|
4702
4288
|
|
|
@@ -4759,36 +4345,6 @@
|
|
|
4759
4345
|
|
|
4760
4346
|
<div class='vertical-section' style='margin-top: 10px'>
|
|
4761
4347
|
<h3 id='event'>事件</h3>
|
|
4762
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
|
|
4763
|
-
<div class="table-container">
|
|
4764
|
-
<table class="params table">
|
|
4765
|
-
<thead>
|
|
4766
|
-
<tr>
|
|
4767
|
-
<th>名称</th>
|
|
4768
|
-
<th>描述</th>
|
|
4769
|
-
</tr>
|
|
4770
|
-
</thead>
|
|
4771
|
-
<tbody>
|
|
4772
|
-
|
|
4773
|
-
<tr class="deep-level-0">
|
|
4774
|
-
<td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
|
|
4775
|
-
<td class="name"><code>beforefeaturesadded</code></td>
|
|
4776
|
-
</tr>
|
|
4777
|
-
|
|
4778
|
-
<tr class="deep-level-0">
|
|
4779
|
-
<td class="name"><code><a href="#changelayer">changelayer</a></code></td>
|
|
4780
|
-
<td class="name"><code>changelayer</code></td>
|
|
4781
|
-
</tr>
|
|
4782
|
-
|
|
4783
|
-
<tr class="deep-level-0">
|
|
4784
|
-
<td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
|
|
4785
|
-
<td class="name"><code>featuresremoved</code></td>
|
|
4786
|
-
</tr>
|
|
4787
|
-
|
|
4788
|
-
</tbody>
|
|
4789
|
-
</table>
|
|
4790
|
-
</div>
|
|
4791
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
|
|
4792
4348
|
<div class="members">
|
|
4793
4349
|
|
|
4794
4350
|
<div class="member">
|
|
@@ -4799,7 +4355,7 @@
|
|
|
4799
4355
|
<h4 class="name" id="event:beforefeaturesadded">
|
|
4800
4356
|
<a class="href-link" href="#event:beforefeaturesadded">#</a>
|
|
4801
4357
|
|
|
4802
|
-
<span class="code-name"
|
|
4358
|
+
<span class="code-name" style="font-size:30px">
|
|
4803
4359
|
|
|
4804
4360
|
beforefeaturesadded
|
|
4805
4361
|
|
|
@@ -4857,12 +4413,7 @@
|
|
|
4857
4413
|
<td class="type">
|
|
4858
4414
|
|
|
4859
4415
|
|
|
4860
|
-
<span class="param-type">
|
|
4861
|
-
|
|
4862
|
-
Object
|
|
4863
|
-
|
|
4864
|
-
</span>
|
|
4865
|
-
|
|
4416
|
+
<span class="param-type">Object</span>
|
|
4866
4417
|
|
|
4867
4418
|
|
|
4868
4419
|
|
|
@@ -4891,7 +4442,7 @@
|
|
|
4891
4442
|
|
|
4892
4443
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4893
4444
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4894
|
-
<a
|
|
4445
|
+
<a href="zondy.themelayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded">zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4895
4446
|
</li></ul></dd>
|
|
4896
4447
|
|
|
4897
4448
|
|
|
@@ -4954,7 +4505,7 @@
|
|
|
4954
4505
|
<h4 class="name" id="event:changelayer">
|
|
4955
4506
|
<a class="href-link" href="#event:changelayer">#</a>
|
|
4956
4507
|
|
|
4957
|
-
<span class="code-name"
|
|
4508
|
+
<span class="code-name" style="font-size:30px">
|
|
4958
4509
|
|
|
4959
4510
|
changelayer
|
|
4960
4511
|
|
|
@@ -5012,12 +4563,7 @@
|
|
|
5012
4563
|
<td class="type">
|
|
5013
4564
|
|
|
5014
4565
|
|
|
5015
|
-
<span class="param-type">
|
|
5016
|
-
|
|
5017
|
-
Object
|
|
5018
|
-
|
|
5019
|
-
</span>
|
|
5020
|
-
|
|
4566
|
+
<span class="param-type">Object</span>
|
|
5021
4567
|
|
|
5022
4568
|
|
|
5023
4569
|
|
|
@@ -5040,12 +4586,7 @@
|
|
|
5040
4586
|
<td class="type">
|
|
5041
4587
|
|
|
5042
4588
|
|
|
5043
|
-
<span class="param-type">
|
|
5044
|
-
|
|
5045
|
-
string
|
|
5046
|
-
|
|
5047
|
-
</span>
|
|
5048
|
-
|
|
4589
|
+
<span class="param-type">string</span>
|
|
5049
4590
|
|
|
5050
4591
|
|
|
5051
4592
|
|
|
@@ -5074,7 +4615,7 @@
|
|
|
5074
4615
|
|
|
5075
4616
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5076
4617
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5077
|
-
<a
|
|
4618
|
+
<a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
|
|
5078
4619
|
</li></ul></dd>
|
|
5079
4620
|
|
|
5080
4621
|
|
|
@@ -5137,7 +4678,7 @@
|
|
|
5137
4678
|
<h4 class="name" id="event:featuresremoved">
|
|
5138
4679
|
<a class="href-link" href="#event:featuresremoved">#</a>
|
|
5139
4680
|
|
|
5140
|
-
<span class="code-name"
|
|
4681
|
+
<span class="code-name" style="font-size:30px">
|
|
5141
4682
|
|
|
5142
4683
|
featuresremoved
|
|
5143
4684
|
|
|
@@ -5195,12 +4736,7 @@
|
|
|
5195
4736
|
<td class="type">
|
|
5196
4737
|
|
|
5197
4738
|
|
|
5198
|
-
<span class="param-type">
|
|
5199
|
-
|
|
5200
|
-
Array.<zondy.Feature.Vector>
|
|
5201
|
-
|
|
5202
|
-
</span>
|
|
5203
|
-
|
|
4739
|
+
<span class="param-type">Array.<zondy.Feature.Vector></span>
|
|
5204
4740
|
|
|
5205
4741
|
|
|
5206
4742
|
|
|
@@ -5223,12 +4759,7 @@
|
|
|
5223
4759
|
<td class="type">
|
|
5224
4760
|
|
|
5225
4761
|
|
|
5226
|
-
<span class="param-type">
|
|
5227
|
-
|
|
5228
|
-
boolean
|
|
5229
|
-
|
|
5230
|
-
</span>
|
|
5231
|
-
|
|
4762
|
+
<span class="param-type">boolean</span>
|
|
5232
4763
|
|
|
5233
4764
|
|
|
5234
4765
|
|
|
@@ -5257,7 +4788,7 @@
|
|
|
5257
4788
|
|
|
5258
4789
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5259
4790
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5260
|
-
<a
|
|
4791
|
+
<a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
|
|
5261
4792
|
</li></ul></dd>
|
|
5262
4793
|
|
|
5263
4794
|
|
|
@@ -5317,4 +4848,42 @@
|
|
|
5317
4848
|
|
|
5318
4849
|
</article>
|
|
5319
4850
|
|
|
5320
|
-
</section>
|
|
4851
|
+
</section>
|
|
4852
|
+
|
|
4853
|
+
|
|
4854
|
+
|
|
4855
|
+
|
|
4856
|
+
</div>
|
|
4857
|
+
|
|
4858
|
+
<footer class="footer">
|
|
4859
|
+
<div class="content has-text-centered">
|
|
4860
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
4861
|
+
<p class="sidebar-created-by">
|
|
4862
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
4863
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
4864
|
+
</p>
|
|
4865
|
+
</div>
|
|
4866
|
+
</footer>
|
|
4867
|
+
|
|
4868
|
+
</div>
|
|
4869
|
+
<div id="side-nav" class="side-nav">
|
|
4870
|
+
<div style="margin-bottom: 10px;">
|
|
4871
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
4872
|
+
</div>
|
|
4873
|
+
<div style="margin-bottom: 10px;">
|
|
4874
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
4875
|
+
</div>
|
|
4876
|
+
<div style="margin-bottom: 10px;">
|
|
4877
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
4878
|
+
</div>
|
|
4879
|
+
<div>
|
|
4880
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
4881
|
+
</div>
|
|
4882
|
+
</div>
|
|
4883
|
+
</div>
|
|
4884
|
+
<script src="scripts/linenumber.js"> </script>
|
|
4885
|
+
|
|
4886
|
+
<script src="scripts/search.js"> </script>
|
|
4887
|
+
|
|
4888
|
+
</body>
|
|
4889
|
+
</html>
|