@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> GeoFeatureThemeLayer</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">GeoFeatureThemeLayer</span>
|
|
138
|
+
</header>
|
|
139
|
+
|
|
8
140
|
|
|
9
141
|
|
|
10
142
|
|
|
@@ -25,7 +157,7 @@
|
|
|
25
157
|
<h4 class="name" id="GeoFeatureThemeLayer">
|
|
26
158
|
<a class="href-link" href="#GeoFeatureThemeLayer">#</a>
|
|
27
159
|
|
|
28
|
-
<span class="code-name"
|
|
160
|
+
<span class="code-name" style="font-size:30px">
|
|
29
161
|
|
|
30
162
|
new GeoFeatureThemeLayer<span class="signature">(name, options)</span>
|
|
31
163
|
|
|
@@ -43,7 +175,7 @@
|
|
|
43
175
|
|
|
44
176
|
|
|
45
177
|
|
|
46
|
-
<h4
|
|
178
|
+
<h4>参数:</h4>
|
|
47
179
|
|
|
48
180
|
<div class="table-container">
|
|
49
181
|
<table class="params table">
|
|
@@ -75,12 +207,7 @@
|
|
|
75
207
|
<td class="type">
|
|
76
208
|
|
|
77
209
|
|
|
78
|
-
<span class="param-type">
|
|
79
|
-
|
|
80
|
-
string
|
|
81
|
-
|
|
82
|
-
</span>
|
|
83
|
-
|
|
210
|
+
<span class="param-type">string</span>
|
|
84
211
|
|
|
85
212
|
|
|
86
213
|
|
|
@@ -108,12 +235,7 @@
|
|
|
108
235
|
<td class="type">
|
|
109
236
|
|
|
110
237
|
|
|
111
|
-
<span class="param-type">
|
|
112
|
-
|
|
113
|
-
Object
|
|
114
|
-
|
|
115
|
-
</span>
|
|
116
|
-
|
|
238
|
+
<span class="param-type">Object</span>
|
|
117
239
|
|
|
118
240
|
|
|
119
241
|
|
|
@@ -139,12 +261,7 @@
|
|
|
139
261
|
<td class="type">
|
|
140
262
|
|
|
141
263
|
|
|
142
|
-
<span class="param-type">
|
|
143
|
-
|
|
144
|
-
string
|
|
145
|
-
|
|
146
|
-
</span>
|
|
147
|
-
|
|
264
|
+
<span class="param-type">string</span>
|
|
148
265
|
|
|
149
266
|
|
|
150
267
|
|
|
@@ -170,12 +287,7 @@
|
|
|
170
287
|
<td class="type">
|
|
171
288
|
|
|
172
289
|
|
|
173
|
-
<span class="param-type">
|
|
174
|
-
|
|
175
|
-
number
|
|
176
|
-
|
|
177
|
-
</span>
|
|
178
|
-
|
|
290
|
+
<span class="param-type">number</span>
|
|
179
291
|
|
|
180
292
|
|
|
181
293
|
|
|
@@ -203,12 +315,7 @@
|
|
|
203
315
|
<td class="type">
|
|
204
316
|
|
|
205
317
|
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
number
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
318
|
+
<span class="param-type">number</span>
|
|
212
319
|
|
|
213
320
|
|
|
214
321
|
|
|
@@ -236,12 +343,7 @@
|
|
|
236
343
|
<td class="type">
|
|
237
344
|
|
|
238
345
|
|
|
239
|
-
<span class="param-type">
|
|
240
|
-
|
|
241
|
-
boolean
|
|
242
|
-
|
|
243
|
-
</span>
|
|
244
|
-
|
|
346
|
+
<span class="param-type">boolean</span>
|
|
245
347
|
|
|
246
348
|
|
|
247
349
|
|
|
@@ -269,12 +371,7 @@
|
|
|
269
371
|
<td class="type">
|
|
270
372
|
|
|
271
373
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
-
|
|
274
|
-
boolean
|
|
275
|
-
|
|
276
|
-
</span>
|
|
277
|
-
|
|
374
|
+
<span class="param-type">boolean</span>
|
|
278
375
|
|
|
279
376
|
|
|
280
377
|
|
|
@@ -302,12 +399,7 @@
|
|
|
302
399
|
<td class="type">
|
|
303
400
|
|
|
304
401
|
|
|
305
|
-
<span class="param-type">
|
|
306
|
-
|
|
307
|
-
boolean
|
|
308
|
-
|
|
309
|
-
</span>
|
|
310
|
-
|
|
402
|
+
<span class="param-type">boolean</span>
|
|
311
403
|
|
|
312
404
|
|
|
313
405
|
|
|
@@ -335,12 +427,7 @@
|
|
|
335
427
|
<td class="type">
|
|
336
428
|
|
|
337
429
|
|
|
338
|
-
<span class="param-type">
|
|
339
|
-
|
|
340
|
-
boolean
|
|
341
|
-
|
|
342
|
-
</span>
|
|
343
|
-
|
|
430
|
+
<span class="param-type">boolean</span>
|
|
344
431
|
|
|
345
432
|
|
|
346
433
|
|
|
@@ -411,10 +498,10 @@
|
|
|
411
498
|
|
|
412
499
|
|
|
413
500
|
<div class="method-parameter columns">
|
|
414
|
-
<div class="column is-2"><label
|
|
501
|
+
<div class="column is-2"><label>绑定事件:</label></div>
|
|
415
502
|
<div class="column is-10">
|
|
416
503
|
<ul>
|
|
417
|
-
<li><a href="#beforefeaturesadded">beforefeaturesadded</a></li>
|
|
504
|
+
<li><a href="zondy.themelayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded">zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a></li>
|
|
418
505
|
</ul>
|
|
419
506
|
</div>
|
|
420
507
|
</div>
|
|
@@ -452,7 +539,7 @@
|
|
|
452
539
|
|
|
453
540
|
|
|
454
541
|
<ul>
|
|
455
|
-
<li><a
|
|
542
|
+
<li><a href="zondy.themelayer.ThemeLayer.html">zondy.themelayer.ThemeLayer</a></li>
|
|
456
543
|
</ul>
|
|
457
544
|
|
|
458
545
|
|
|
@@ -473,305 +560,7 @@
|
|
|
473
560
|
|
|
474
561
|
<div class='vertical-section'>
|
|
475
562
|
<h3 id='function'>方法</h3>
|
|
476
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
477
563
|
<div class="members">
|
|
478
|
-
<div class="table-container">
|
|
479
|
-
<table class="params table">
|
|
480
|
-
<thead>
|
|
481
|
-
<tr>
|
|
482
|
-
<th>名称</th>
|
|
483
|
-
<th>返回值类型</th>
|
|
484
|
-
<th>描述</th>
|
|
485
|
-
</tr>
|
|
486
|
-
</thead>
|
|
487
|
-
<tbody>
|
|
488
|
-
|
|
489
|
-
<tr class="deep-level-0">
|
|
490
|
-
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
491
|
-
<td class="name">
|
|
492
|
-
<code>
|
|
493
|
-
|
|
494
|
-
</code>
|
|
495
|
-
</td>
|
|
496
|
-
<td class="name"><code><p>向专题图图层中添加数据。</p></code></td>
|
|
497
|
-
</tr>
|
|
498
|
-
|
|
499
|
-
<tr class="deep-level-0">
|
|
500
|
-
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
501
|
-
<td class="name">
|
|
502
|
-
<code>
|
|
503
|
-
|
|
504
|
-
</code>
|
|
505
|
-
</td>
|
|
506
|
-
<td class="name"><code><p>清除的内容包括数据(features) 、专题要素、缓存。</p></code></td>
|
|
507
|
-
</tr>
|
|
508
|
-
|
|
509
|
-
<tr class="deep-level-0">
|
|
510
|
-
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
511
|
-
<td class="name">
|
|
512
|
-
<code>
|
|
513
|
-
|
|
514
|
-
</code>
|
|
515
|
-
</td>
|
|
516
|
-
<td class="name"><code><p>清除缓存数据。</p></code></td>
|
|
517
|
-
</tr>
|
|
518
|
-
|
|
519
|
-
<tr class="deep-level-0">
|
|
520
|
-
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
521
|
-
<td class="name">
|
|
522
|
-
<code>
|
|
523
|
-
|
|
524
|
-
</code>
|
|
525
|
-
</td>
|
|
526
|
-
<td class="name"><code><p>创建专题要素。</p></code></td>
|
|
527
|
-
</tr>
|
|
528
|
-
|
|
529
|
-
<tr class="deep-level-0">
|
|
530
|
-
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
531
|
-
<td class="name">
|
|
532
|
-
<code>
|
|
533
|
-
|
|
534
|
-
</code>
|
|
535
|
-
</td>
|
|
536
|
-
<td class="name"><code><p>销毁要素。</p></code></td>
|
|
537
|
-
</tr>
|
|
538
|
-
|
|
539
|
-
<tr class="deep-level-0">
|
|
540
|
-
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
541
|
-
<td class="name">
|
|
542
|
-
<code>
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
<span class="param-type">
|
|
546
|
-
|
|
547
|
-
number
|
|
548
|
-
|
|
549
|
-
</span>
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
</code>
|
|
555
|
-
</td>
|
|
556
|
-
<td class="name"><code><p>获取当前缓存数量。</p></code></td>
|
|
557
|
-
</tr>
|
|
558
|
-
|
|
559
|
-
<tr class="deep-level-0">
|
|
560
|
-
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
561
|
-
<td class="name">
|
|
562
|
-
<code>
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
<span class="param-type">
|
|
566
|
-
|
|
567
|
-
Object
|
|
568
|
-
|
|
569
|
-
</span>
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
</code>
|
|
575
|
-
</td>
|
|
576
|
-
<td class="name"><code><p>获取图层事件。</p></code></td>
|
|
577
|
-
</tr>
|
|
578
|
-
|
|
579
|
-
<tr class="deep-level-0">
|
|
580
|
-
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
581
|
-
<td class="name">
|
|
582
|
-
<code>
|
|
583
|
-
|
|
584
|
-
</code>
|
|
585
|
-
</td>
|
|
586
|
-
<td class="name"><code><p>在专题图的要素数组 features 里面遍历每一个 feature,当 feature[property] === value 时,返回此 feature(并且只返回第一个)。</p></code></td>
|
|
587
|
-
</tr>
|
|
588
|
-
|
|
589
|
-
<tr class="deep-level-0">
|
|
590
|
-
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
591
|
-
<td class="name">
|
|
592
|
-
<code>
|
|
593
|
-
|
|
594
|
-
</code>
|
|
595
|
-
</td>
|
|
596
|
-
<td class="name"><code><p>通过给定一个 ID,返回对应的矢量要素,如果不存在则返回 null。</p></code></td>
|
|
597
|
-
</tr>
|
|
598
|
-
|
|
599
|
-
<tr class="deep-level-0">
|
|
600
|
-
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
601
|
-
<td class="name">
|
|
602
|
-
<code>
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
<span class="param-type">
|
|
606
|
-
|
|
607
|
-
Array
|
|
608
|
-
|
|
609
|
-
</span>
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
</code>
|
|
615
|
-
</td>
|
|
616
|
-
<td class="name"><code><p>查看当前图层中的有效数据。</p></code></td>
|
|
617
|
-
</tr>
|
|
618
|
-
|
|
619
|
-
<tr class="deep-level-0">
|
|
620
|
-
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
621
|
-
<td class="name">
|
|
622
|
-
<code>
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
<span class="param-type">
|
|
626
|
-
|
|
627
|
-
Array
|
|
628
|
-
|
|
629
|
-
</span>
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
</code>
|
|
635
|
-
</td>
|
|
636
|
-
<td class="name"><code><p>通过给定一个属性的 key 值和 value 值,返回所有匹配的要素数组。</p></code></td>
|
|
637
|
-
</tr>
|
|
638
|
-
|
|
639
|
-
<tr class="deep-level-0">
|
|
640
|
-
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
641
|
-
<td class="name">
|
|
642
|
-
<code>
|
|
643
|
-
|
|
644
|
-
</code>
|
|
645
|
-
</td>
|
|
646
|
-
<td class="name"><code><p>地理坐标转为像素坐标。</p></code></td>
|
|
647
|
-
</tr>
|
|
648
|
-
|
|
649
|
-
<tr class="deep-level-0">
|
|
650
|
-
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
651
|
-
<td class="name">
|
|
652
|
-
<code>
|
|
653
|
-
|
|
654
|
-
</code>
|
|
655
|
-
</td>
|
|
656
|
-
<td class="name"><code><p>通过 FeatureID 获取 feature 关联的所有图形。如果不传入此参数,函数将返回所有图形。</p></code></td>
|
|
657
|
-
</tr>
|
|
658
|
-
|
|
659
|
-
<tr class="deep-level-0">
|
|
660
|
-
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
661
|
-
<td class="name">
|
|
662
|
-
<code>
|
|
663
|
-
|
|
664
|
-
</code>
|
|
665
|
-
</td>
|
|
666
|
-
<td class="name"><code><p>初始化。</p></code></td>
|
|
667
|
-
</tr>
|
|
668
|
-
|
|
669
|
-
<tr class="deep-level-0">
|
|
670
|
-
<td class="name"><code><a href="#off">off</a></code></td>
|
|
671
|
-
<td class="name">
|
|
672
|
-
<code>
|
|
673
|
-
|
|
674
|
-
</code>
|
|
675
|
-
</td>
|
|
676
|
-
<td class="name"><code><p>移除专题要素事件监听。</p></code></td>
|
|
677
|
-
</tr>
|
|
678
|
-
|
|
679
|
-
<tr class="deep-level-0">
|
|
680
|
-
<td class="name"><code><a href="#on">on</a></code></td>
|
|
681
|
-
<td class="name">
|
|
682
|
-
<code>
|
|
683
|
-
|
|
684
|
-
</code>
|
|
685
|
-
</td>
|
|
686
|
-
<td class="name"><code><p>添加专题要素事件监听。添加专题要素事件监听。</p></code></td>
|
|
687
|
-
</tr>
|
|
688
|
-
|
|
689
|
-
<tr class="deep-level-0">
|
|
690
|
-
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
691
|
-
<td class="name">
|
|
692
|
-
<code>
|
|
693
|
-
|
|
694
|
-
</code>
|
|
695
|
-
</td>
|
|
696
|
-
<td class="name"><code><p>删除某个地图。</p></code></td>
|
|
697
|
-
</tr>
|
|
698
|
-
|
|
699
|
-
<tr class="deep-level-0">
|
|
700
|
-
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
701
|
-
<td class="name">
|
|
702
|
-
<code>
|
|
703
|
-
|
|
704
|
-
</code>
|
|
705
|
-
</td>
|
|
706
|
-
<td class="name"><code><p>重绘该图层。</p></code></td>
|
|
707
|
-
</tr>
|
|
708
|
-
|
|
709
|
-
<tr class="deep-level-0">
|
|
710
|
-
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
711
|
-
<td class="name">
|
|
712
|
-
<code>
|
|
713
|
-
|
|
714
|
-
</code>
|
|
715
|
-
</td>
|
|
716
|
-
<td class="name"><code><p>重绘所有专题要素。
|
|
717
|
-
此方法包含绘制专题要素的所有步骤,包含用户数据到专题要素的转换,抽稀,缓存等步骤。
|
|
718
|
-
地图漫游时调用此方法进行图层刷新。</p></code></td>
|
|
719
|
-
</tr>
|
|
720
|
-
|
|
721
|
-
<tr class="deep-level-0">
|
|
722
|
-
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
723
|
-
<td class="name">
|
|
724
|
-
<code>
|
|
725
|
-
|
|
726
|
-
</code>
|
|
727
|
-
</td>
|
|
728
|
-
<td class="name"><code><p>清除当前图层所有的矢量要素。</p></code></td>
|
|
729
|
-
</tr>
|
|
730
|
-
|
|
731
|
-
<tr class="deep-level-0">
|
|
732
|
-
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
733
|
-
<td class="name">
|
|
734
|
-
<code>
|
|
735
|
-
|
|
736
|
-
</code>
|
|
737
|
-
</td>
|
|
738
|
-
<td class="name"><code><p>从专题图中删除 feature。这个函数删除所有传递进来的矢量要素。参数中的 features 数组中的每一项,必须是已经添加到当前图层中的 feature。</p></code></td>
|
|
739
|
-
</tr>
|
|
740
|
-
|
|
741
|
-
<tr class="deep-level-0">
|
|
742
|
-
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
743
|
-
<td class="name">
|
|
744
|
-
<code>
|
|
745
|
-
|
|
746
|
-
</code>
|
|
747
|
-
</td>
|
|
748
|
-
<td class="name"><code><p>设置最大缓存数量。</p></code></td>
|
|
749
|
-
</tr>
|
|
750
|
-
|
|
751
|
-
<tr class="deep-level-0">
|
|
752
|
-
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
753
|
-
<td class="name">
|
|
754
|
-
<code>
|
|
755
|
-
|
|
756
|
-
</code>
|
|
757
|
-
</td>
|
|
758
|
-
<td class="name"><code><p>设置图层的不透明度,取值 [0-1] 之间。</p></code></td>
|
|
759
|
-
</tr>
|
|
760
|
-
|
|
761
|
-
<tr class="deep-level-0">
|
|
762
|
-
<td class="name"><code><a href="#update">update</a></code></td>
|
|
763
|
-
<td class="name">
|
|
764
|
-
<code>
|
|
765
|
-
|
|
766
|
-
</code>
|
|
767
|
-
</td>
|
|
768
|
-
<td class="name"><code><p>更新图层。</p></code></td>
|
|
769
|
-
</tr>
|
|
770
|
-
|
|
771
|
-
</tbody>
|
|
772
|
-
</table>
|
|
773
|
-
</div>
|
|
774
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
775
564
|
|
|
776
565
|
<div class="member">
|
|
777
566
|
|
|
@@ -780,7 +569,7 @@
|
|
|
780
569
|
<h4 class="name" id="addFeatures">
|
|
781
570
|
<a class="href-link" href="#addFeatures">#</a>
|
|
782
571
|
|
|
783
|
-
<span class="code-name"
|
|
572
|
+
<span class="code-name" style="font-size:30px">
|
|
784
573
|
|
|
785
574
|
addFeatures<span class="signature">(features)</span>
|
|
786
575
|
|
|
@@ -802,7 +591,7 @@
|
|
|
802
591
|
|
|
803
592
|
|
|
804
593
|
|
|
805
|
-
<h4
|
|
594
|
+
<h4>参数:</h4>
|
|
806
595
|
|
|
807
596
|
<div class="table-container">
|
|
808
597
|
<table class="params table">
|
|
@@ -832,12 +621,7 @@
|
|
|
832
621
|
<td class="type">
|
|
833
622
|
|
|
834
623
|
|
|
835
|
-
<span class="param-type">
|
|
836
|
-
|
|
837
|
-
Object
|
|
838
|
-
|
|
839
|
-
</span>
|
|
840
|
-
|
|
624
|
+
<span class="param-type">Object</span>
|
|
841
625
|
|
|
842
626
|
|
|
843
627
|
|
|
@@ -871,7 +655,7 @@
|
|
|
871
655
|
|
|
872
656
|
<dt class="tag-overrides">Overrides:</dt>
|
|
873
657
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
874
|
-
<a
|
|
658
|
+
<a href="zondy.themelayer.ThemeLayer.html#addFeatures">zondy.themelayer.ThemeLayer#addFeatures</a>
|
|
875
659
|
</li></ul></dd>
|
|
876
660
|
|
|
877
661
|
|
|
@@ -930,7 +714,7 @@
|
|
|
930
714
|
<h4 class="name" id="clear">
|
|
931
715
|
<a class="href-link" href="#clear">#</a>
|
|
932
716
|
|
|
933
|
-
<span class="code-name"
|
|
717
|
+
<span class="code-name" style="font-size:30px">
|
|
934
718
|
|
|
935
719
|
clear<span class="signature">()</span>
|
|
936
720
|
|
|
@@ -1021,7 +805,7 @@
|
|
|
1021
805
|
<h4 class="name" id="clearCache">
|
|
1022
806
|
<a class="href-link" href="#clearCache">#</a>
|
|
1023
807
|
|
|
1024
|
-
<span class="code-name"
|
|
808
|
+
<span class="code-name" style="font-size:30px">
|
|
1025
809
|
|
|
1026
810
|
clearCache<span class="signature">()</span>
|
|
1027
811
|
|
|
@@ -1112,7 +896,7 @@
|
|
|
1112
896
|
<h4 class="name" id="createThematicFeature">
|
|
1113
897
|
<a class="href-link" href="#createThematicFeature">#</a>
|
|
1114
898
|
|
|
1115
|
-
<span class="code-name"
|
|
899
|
+
<span class="code-name" style="font-size:30px">
|
|
1116
900
|
|
|
1117
901
|
createThematicFeature<span class="signature">(feature)</span>
|
|
1118
902
|
|
|
@@ -1134,7 +918,7 @@
|
|
|
1134
918
|
|
|
1135
919
|
|
|
1136
920
|
|
|
1137
|
-
<h4
|
|
921
|
+
<h4>参数:</h4>
|
|
1138
922
|
|
|
1139
923
|
<div class="table-container">
|
|
1140
924
|
<table class="params table">
|
|
@@ -1164,12 +948,7 @@
|
|
|
1164
948
|
<td class="type">
|
|
1165
949
|
|
|
1166
950
|
|
|
1167
|
-
<span class="param-type">
|
|
1168
|
-
|
|
1169
|
-
Object
|
|
1170
|
-
|
|
1171
|
-
</span>
|
|
1172
|
-
|
|
951
|
+
<span class="param-type">Object</span>
|
|
1173
952
|
|
|
1174
953
|
|
|
1175
954
|
|
|
@@ -1257,7 +1036,7 @@
|
|
|
1257
1036
|
<h4 class="name" id="destroyFeatures">
|
|
1258
1037
|
<a class="href-link" href="#destroyFeatures">#</a>
|
|
1259
1038
|
|
|
1260
|
-
<span class="code-name"
|
|
1039
|
+
<span class="code-name" style="font-size:30px">
|
|
1261
1040
|
|
|
1262
1041
|
destroyFeatures<span class="signature">(features)</span>
|
|
1263
1042
|
|
|
@@ -1279,7 +1058,7 @@
|
|
|
1279
1058
|
|
|
1280
1059
|
|
|
1281
1060
|
|
|
1282
|
-
<h4
|
|
1061
|
+
<h4>参数:</h4>
|
|
1283
1062
|
|
|
1284
1063
|
<div class="table-container">
|
|
1285
1064
|
<table class="params table">
|
|
@@ -1309,12 +1088,7 @@
|
|
|
1309
1088
|
<td class="type">
|
|
1310
1089
|
|
|
1311
1090
|
|
|
1312
|
-
<span class="param-type">
|
|
1313
|
-
|
|
1314
|
-
Array.<zondy.Feature.Vector>
|
|
1315
|
-
|
|
1316
|
-
</span>
|
|
1317
|
-
|
|
1091
|
+
<span class="param-type">Array.<zondy.Feature.Vector></span>
|
|
1318
1092
|
|
|
1319
1093
|
|
|
1320
1094
|
|
|
@@ -1346,7 +1120,7 @@
|
|
|
1346
1120
|
|
|
1347
1121
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1348
1122
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1349
|
-
<a
|
|
1123
|
+
<a href="zondy.themelayer.ThemeLayer.html#destroyFeatures">zondy.themelayer.ThemeLayer#destroyFeatures</a>
|
|
1350
1124
|
</li></ul></dd>
|
|
1351
1125
|
|
|
1352
1126
|
|
|
@@ -1407,7 +1181,7 @@
|
|
|
1407
1181
|
<h4 class="name" id="getCacheCount">
|
|
1408
1182
|
<a class="href-link" href="#getCacheCount">#</a>
|
|
1409
1183
|
|
|
1410
|
-
<span class="code-name"
|
|
1184
|
+
<span class="code-name" style="font-size:30px">
|
|
1411
1185
|
|
|
1412
1186
|
getCacheCount<span class="signature">()</span>
|
|
1413
1187
|
|
|
@@ -1485,7 +1259,7 @@
|
|
|
1485
1259
|
|
|
1486
1260
|
|
|
1487
1261
|
<div class='columns method-parameter'>
|
|
1488
|
-
<div class="column is-2"><label
|
|
1262
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1489
1263
|
<div class="column is-10">
|
|
1490
1264
|
|
|
1491
1265
|
|
|
@@ -1498,12 +1272,7 @@
|
|
|
1498
1272
|
<div class='column is-5 has-text-left'>
|
|
1499
1273
|
<label>类型: </label>
|
|
1500
1274
|
|
|
1501
|
-
<span class="param-type">
|
|
1502
|
-
|
|
1503
|
-
number
|
|
1504
|
-
|
|
1505
|
-
</span>
|
|
1506
|
-
|
|
1275
|
+
<span class="param-type">number</span>
|
|
1507
1276
|
|
|
1508
1277
|
|
|
1509
1278
|
</div>
|
|
@@ -1528,7 +1297,7 @@
|
|
|
1528
1297
|
<h4 class="name" id="getEvents">
|
|
1529
1298
|
<a class="href-link" href="#getEvents">#</a>
|
|
1530
1299
|
|
|
1531
|
-
<span class="code-name"
|
|
1300
|
+
<span class="code-name" style="font-size:30px">
|
|
1532
1301
|
|
|
1533
1302
|
getEvents<span class="signature">()</span>
|
|
1534
1303
|
|
|
@@ -1563,7 +1332,7 @@
|
|
|
1563
1332
|
|
|
1564
1333
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1565
1334
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1566
|
-
<a
|
|
1335
|
+
<a href="zondy.themelayer.ThemeLayer.html#getEvents">zondy.themelayer.ThemeLayer#getEvents</a>
|
|
1567
1336
|
</li></ul></dd>
|
|
1568
1337
|
|
|
1569
1338
|
|
|
@@ -1611,7 +1380,7 @@
|
|
|
1611
1380
|
|
|
1612
1381
|
|
|
1613
1382
|
<div class='columns method-parameter'>
|
|
1614
|
-
<div class="column is-2"><label
|
|
1383
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
1615
1384
|
<div class="column is-10">
|
|
1616
1385
|
|
|
1617
1386
|
|
|
@@ -1624,12 +1393,7 @@
|
|
|
1624
1393
|
<div class='column is-5 has-text-left'>
|
|
1625
1394
|
<label>类型: </label>
|
|
1626
1395
|
|
|
1627
|
-
<span class="param-type">
|
|
1628
|
-
|
|
1629
|
-
Object
|
|
1630
|
-
|
|
1631
|
-
</span>
|
|
1632
|
-
|
|
1396
|
+
<span class="param-type">Object</span>
|
|
1633
1397
|
|
|
1634
1398
|
|
|
1635
1399
|
</div>
|
|
@@ -1654,7 +1418,7 @@
|
|
|
1654
1418
|
<h4 class="name" id="getFeatureBy">
|
|
1655
1419
|
<a class="href-link" href="#getFeatureBy">#</a>
|
|
1656
1420
|
|
|
1657
|
-
<span class="code-name"
|
|
1421
|
+
<span class="code-name" style="font-size:30px">
|
|
1658
1422
|
|
|
1659
1423
|
getFeatureBy<span class="signature">(property, value)</span>
|
|
1660
1424
|
|
|
@@ -1676,7 +1440,7 @@
|
|
|
1676
1440
|
|
|
1677
1441
|
|
|
1678
1442
|
|
|
1679
|
-
<h4
|
|
1443
|
+
<h4>参数:</h4>
|
|
1680
1444
|
|
|
1681
1445
|
<div class="table-container">
|
|
1682
1446
|
<table class="params table">
|
|
@@ -1706,12 +1470,7 @@
|
|
|
1706
1470
|
<td class="type">
|
|
1707
1471
|
|
|
1708
1472
|
|
|
1709
|
-
<span class="param-type">
|
|
1710
|
-
|
|
1711
|
-
string
|
|
1712
|
-
|
|
1713
|
-
</span>
|
|
1714
|
-
|
|
1473
|
+
<span class="param-type">string</span>
|
|
1715
1474
|
|
|
1716
1475
|
|
|
1717
1476
|
|
|
@@ -1735,12 +1494,7 @@
|
|
|
1735
1494
|
<td class="type">
|
|
1736
1495
|
|
|
1737
1496
|
|
|
1738
|
-
<span class="param-type">
|
|
1739
|
-
|
|
1740
|
-
string
|
|
1741
|
-
|
|
1742
|
-
</span>
|
|
1743
|
-
|
|
1497
|
+
<span class="param-type">string</span>
|
|
1744
1498
|
|
|
1745
1499
|
|
|
1746
1500
|
|
|
@@ -1772,7 +1526,7 @@
|
|
|
1772
1526
|
|
|
1773
1527
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1774
1528
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1775
|
-
<a
|
|
1529
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatureBy">zondy.themelayer.ThemeLayer#getFeatureBy</a>
|
|
1776
1530
|
</li></ul></dd>
|
|
1777
1531
|
|
|
1778
1532
|
|
|
@@ -1833,7 +1587,7 @@
|
|
|
1833
1587
|
<h4 class="name" id="getFeatureById">
|
|
1834
1588
|
<a class="href-link" href="#getFeatureById">#</a>
|
|
1835
1589
|
|
|
1836
|
-
<span class="code-name"
|
|
1590
|
+
<span class="code-name" style="font-size:30px">
|
|
1837
1591
|
|
|
1838
1592
|
getFeatureById<span class="signature">(featureId)</span>
|
|
1839
1593
|
|
|
@@ -1855,7 +1609,7 @@
|
|
|
1855
1609
|
|
|
1856
1610
|
|
|
1857
1611
|
|
|
1858
|
-
<h4
|
|
1612
|
+
<h4>参数:</h4>
|
|
1859
1613
|
|
|
1860
1614
|
<div class="table-container">
|
|
1861
1615
|
<table class="params table">
|
|
@@ -1885,12 +1639,7 @@
|
|
|
1885
1639
|
<td class="type">
|
|
1886
1640
|
|
|
1887
1641
|
|
|
1888
|
-
<span class="param-type">
|
|
1889
|
-
|
|
1890
|
-
number
|
|
1891
|
-
|
|
1892
|
-
</span>
|
|
1893
|
-
|
|
1642
|
+
<span class="param-type">number</span>
|
|
1894
1643
|
|
|
1895
1644
|
|
|
1896
1645
|
|
|
@@ -1922,7 +1671,7 @@
|
|
|
1922
1671
|
|
|
1923
1672
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1924
1673
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1925
|
-
<a
|
|
1674
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatureById">zondy.themelayer.ThemeLayer#getFeatureById</a>
|
|
1926
1675
|
</li></ul></dd>
|
|
1927
1676
|
|
|
1928
1677
|
|
|
@@ -1983,7 +1732,7 @@
|
|
|
1983
1732
|
<h4 class="name" id="getFeatures">
|
|
1984
1733
|
<a class="href-link" href="#getFeatures">#</a>
|
|
1985
1734
|
|
|
1986
|
-
<span class="code-name"
|
|
1735
|
+
<span class="code-name" style="font-size:30px">
|
|
1987
1736
|
|
|
1988
1737
|
getFeatures<span class="signature">()</span>
|
|
1989
1738
|
|
|
@@ -2018,7 +1767,7 @@
|
|
|
2018
1767
|
|
|
2019
1768
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2020
1769
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2021
|
-
<a
|
|
1770
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeatures">zondy.themelayer.ThemeLayer#getFeatures</a>
|
|
2022
1771
|
</li></ul></dd>
|
|
2023
1772
|
|
|
2024
1773
|
|
|
@@ -2066,7 +1815,7 @@
|
|
|
2066
1815
|
|
|
2067
1816
|
|
|
2068
1817
|
<div class='columns method-parameter'>
|
|
2069
|
-
<div class="column is-2"><label
|
|
1818
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2070
1819
|
<div class="column is-10">
|
|
2071
1820
|
|
|
2072
1821
|
|
|
@@ -2079,12 +1828,7 @@
|
|
|
2079
1828
|
<div class='column is-5 has-text-left'>
|
|
2080
1829
|
<label>类型: </label>
|
|
2081
1830
|
|
|
2082
|
-
<span class="param-type">
|
|
2083
|
-
|
|
2084
|
-
Array
|
|
2085
|
-
|
|
2086
|
-
</span>
|
|
2087
|
-
|
|
1831
|
+
<span class="param-type">Array</span>
|
|
2088
1832
|
|
|
2089
1833
|
|
|
2090
1834
|
</div>
|
|
@@ -2109,7 +1853,7 @@
|
|
|
2109
1853
|
<h4 class="name" id="getFeaturesByAttribute">
|
|
2110
1854
|
<a class="href-link" href="#getFeaturesByAttribute">#</a>
|
|
2111
1855
|
|
|
2112
|
-
<span class="code-name"
|
|
1856
|
+
<span class="code-name" style="font-size:30px">
|
|
2113
1857
|
|
|
2114
1858
|
getFeaturesByAttribute<span class="signature">(attrName, attrValue)</span>
|
|
2115
1859
|
|
|
@@ -2131,7 +1875,7 @@
|
|
|
2131
1875
|
|
|
2132
1876
|
|
|
2133
1877
|
|
|
2134
|
-
<h4
|
|
1878
|
+
<h4>参数:</h4>
|
|
2135
1879
|
|
|
2136
1880
|
<div class="table-container">
|
|
2137
1881
|
<table class="params table">
|
|
@@ -2161,12 +1905,7 @@
|
|
|
2161
1905
|
<td class="type">
|
|
2162
1906
|
|
|
2163
1907
|
|
|
2164
|
-
<span class="param-type">
|
|
2165
|
-
|
|
2166
|
-
string
|
|
2167
|
-
|
|
2168
|
-
</span>
|
|
2169
|
-
|
|
1908
|
+
<span class="param-type">string</span>
|
|
2170
1909
|
|
|
2171
1910
|
|
|
2172
1911
|
|
|
@@ -2190,12 +1929,7 @@
|
|
|
2190
1929
|
<td class="type">
|
|
2191
1930
|
|
|
2192
1931
|
|
|
2193
|
-
<span class="param-type">
|
|
2194
|
-
|
|
2195
|
-
string
|
|
2196
|
-
|
|
2197
|
-
</span>
|
|
2198
|
-
|
|
1932
|
+
<span class="param-type">string</span>
|
|
2199
1933
|
|
|
2200
1934
|
|
|
2201
1935
|
|
|
@@ -2227,7 +1961,7 @@
|
|
|
2227
1961
|
|
|
2228
1962
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2229
1963
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2230
|
-
<a
|
|
1964
|
+
<a href="zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute">zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2231
1965
|
</li></ul></dd>
|
|
2232
1966
|
|
|
2233
1967
|
|
|
@@ -2275,7 +2009,7 @@
|
|
|
2275
2009
|
|
|
2276
2010
|
|
|
2277
2011
|
<div class='columns method-parameter'>
|
|
2278
|
-
<div class="column is-2"><label
|
|
2012
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2279
2013
|
<div class="column is-10">
|
|
2280
2014
|
|
|
2281
2015
|
|
|
@@ -2288,12 +2022,7 @@
|
|
|
2288
2022
|
<div class='column is-5 has-text-left'>
|
|
2289
2023
|
<label>类型: </label>
|
|
2290
2024
|
|
|
2291
|
-
<span class="param-type">
|
|
2292
|
-
|
|
2293
|
-
Array
|
|
2294
|
-
|
|
2295
|
-
</span>
|
|
2296
|
-
|
|
2025
|
+
<span class="param-type">Array</span>
|
|
2297
2026
|
|
|
2298
2027
|
|
|
2299
2028
|
</div>
|
|
@@ -2318,7 +2047,7 @@
|
|
|
2318
2047
|
<h4 class="name" id="getLocalXY">
|
|
2319
2048
|
<a class="href-link" href="#getLocalXY">#</a>
|
|
2320
2049
|
|
|
2321
|
-
<span class="code-name"
|
|
2050
|
+
<span class="code-name" style="font-size:30px">
|
|
2322
2051
|
|
|
2323
2052
|
getLocalXY<span class="signature">(coordinate)</span>
|
|
2324
2053
|
|
|
@@ -2340,7 +2069,7 @@
|
|
|
2340
2069
|
|
|
2341
2070
|
|
|
2342
2071
|
|
|
2343
|
-
<h4
|
|
2072
|
+
<h4>参数:</h4>
|
|
2344
2073
|
|
|
2345
2074
|
<div class="table-container">
|
|
2346
2075
|
<table class="params table">
|
|
@@ -2370,12 +2099,7 @@
|
|
|
2370
2099
|
<td class="type">
|
|
2371
2100
|
|
|
2372
2101
|
|
|
2373
|
-
<span class="param-type">
|
|
2374
|
-
|
|
2375
|
-
Array
|
|
2376
|
-
|
|
2377
|
-
</span>
|
|
2378
|
-
|
|
2102
|
+
<span class="param-type">Array</span>
|
|
2379
2103
|
|
|
2380
2104
|
|
|
2381
2105
|
|
|
@@ -2407,7 +2131,7 @@
|
|
|
2407
2131
|
|
|
2408
2132
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2409
2133
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2410
|
-
<a
|
|
2134
|
+
<a href="zondy.themelayer.ThemeLayer.html#getLocalXY">zondy.themelayer.ThemeLayer#getLocalXY</a>
|
|
2411
2135
|
</li></ul></dd>
|
|
2412
2136
|
|
|
2413
2137
|
|
|
@@ -2468,7 +2192,7 @@
|
|
|
2468
2192
|
<h4 class="name" id="getShapesByFeatureID">
|
|
2469
2193
|
<a class="href-link" href="#getShapesByFeatureID">#</a>
|
|
2470
2194
|
|
|
2471
|
-
<span class="code-name"
|
|
2195
|
+
<span class="code-name" style="font-size:30px">
|
|
2472
2196
|
|
|
2473
2197
|
getShapesByFeatureID<span class="signature">(featureID)</span>
|
|
2474
2198
|
|
|
@@ -2490,7 +2214,7 @@
|
|
|
2490
2214
|
|
|
2491
2215
|
|
|
2492
2216
|
|
|
2493
|
-
<h4
|
|
2217
|
+
<h4>参数:</h4>
|
|
2494
2218
|
|
|
2495
2219
|
<div class="table-container">
|
|
2496
2220
|
<table class="params table">
|
|
@@ -2520,12 +2244,7 @@
|
|
|
2520
2244
|
<td class="type">
|
|
2521
2245
|
|
|
2522
2246
|
|
|
2523
|
-
<span class="param-type">
|
|
2524
|
-
|
|
2525
|
-
number
|
|
2526
|
-
|
|
2527
|
-
</span>
|
|
2528
|
-
|
|
2247
|
+
<span class="param-type">number</span>
|
|
2529
2248
|
|
|
2530
2249
|
|
|
2531
2250
|
|
|
@@ -2613,7 +2332,7 @@
|
|
|
2613
2332
|
<h4 class="name" id="initialize">
|
|
2614
2333
|
<a class="href-link" href="#initialize">#</a>
|
|
2615
2334
|
|
|
2616
|
-
<span class="code-name"
|
|
2335
|
+
<span class="code-name" style="font-size:30px">
|
|
2617
2336
|
|
|
2618
2337
|
initialize<span class="signature">(name, options)</span>
|
|
2619
2338
|
|
|
@@ -2635,7 +2354,7 @@
|
|
|
2635
2354
|
|
|
2636
2355
|
|
|
2637
2356
|
|
|
2638
|
-
<h4
|
|
2357
|
+
<h4>参数:</h4>
|
|
2639
2358
|
|
|
2640
2359
|
<div class="table-container">
|
|
2641
2360
|
<table class="params table">
|
|
@@ -2665,12 +2384,7 @@
|
|
|
2665
2384
|
<td class="type">
|
|
2666
2385
|
|
|
2667
2386
|
|
|
2668
|
-
<span class="param-type">
|
|
2669
|
-
|
|
2670
|
-
string
|
|
2671
|
-
|
|
2672
|
-
</span>
|
|
2673
|
-
|
|
2387
|
+
<span class="param-type">string</span>
|
|
2674
2388
|
|
|
2675
2389
|
|
|
2676
2390
|
|
|
@@ -2694,12 +2408,7 @@
|
|
|
2694
2408
|
<td class="type">
|
|
2695
2409
|
|
|
2696
2410
|
|
|
2697
|
-
<span class="param-type">
|
|
2698
|
-
|
|
2699
|
-
Object
|
|
2700
|
-
|
|
2701
|
-
</span>
|
|
2702
|
-
|
|
2411
|
+
<span class="param-type">Object</span>
|
|
2703
2412
|
|
|
2704
2413
|
|
|
2705
2414
|
|
|
@@ -2787,7 +2496,7 @@
|
|
|
2787
2496
|
<h4 class="name" id="off">
|
|
2788
2497
|
<a class="href-link" href="#off">#</a>
|
|
2789
2498
|
|
|
2790
|
-
<span class="code-name"
|
|
2499
|
+
<span class="code-name" style="font-size:30px">
|
|
2791
2500
|
|
|
2792
2501
|
off<span class="signature">(event, callback, context)</span>
|
|
2793
2502
|
|
|
@@ -2809,7 +2518,7 @@
|
|
|
2809
2518
|
|
|
2810
2519
|
|
|
2811
2520
|
|
|
2812
|
-
<h4
|
|
2521
|
+
<h4>参数:</h4>
|
|
2813
2522
|
|
|
2814
2523
|
<div class="table-container">
|
|
2815
2524
|
<table class="params table">
|
|
@@ -2839,12 +2548,7 @@
|
|
|
2839
2548
|
<td class="type">
|
|
2840
2549
|
|
|
2841
2550
|
|
|
2842
|
-
<span class="param-type">
|
|
2843
|
-
|
|
2844
|
-
Event
|
|
2845
|
-
|
|
2846
|
-
</span>
|
|
2847
|
-
|
|
2551
|
+
<span class="param-type">Event</span>
|
|
2848
2552
|
|
|
2849
2553
|
|
|
2850
2554
|
|
|
@@ -2868,12 +2572,7 @@
|
|
|
2868
2572
|
<td class="type">
|
|
2869
2573
|
|
|
2870
2574
|
|
|
2871
|
-
<span class="param-type">
|
|
2872
|
-
|
|
2873
|
-
function
|
|
2874
|
-
|
|
2875
|
-
</span>
|
|
2876
|
-
|
|
2575
|
+
<span class="param-type">function</span>
|
|
2877
2576
|
|
|
2878
2577
|
|
|
2879
2578
|
|
|
@@ -2897,12 +2596,7 @@
|
|
|
2897
2596
|
<td class="type">
|
|
2898
2597
|
|
|
2899
2598
|
|
|
2900
|
-
<span class="param-type">
|
|
2901
|
-
|
|
2902
|
-
string
|
|
2903
|
-
|
|
2904
|
-
</span>
|
|
2905
|
-
|
|
2599
|
+
<span class="param-type">string</span>
|
|
2906
2600
|
|
|
2907
2601
|
|
|
2908
2602
|
|
|
@@ -2934,7 +2628,7 @@
|
|
|
2934
2628
|
|
|
2935
2629
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2936
2630
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2937
|
-
<a
|
|
2631
|
+
<a href="zondy.themelayer.ThemeLayer.html#off">zondy.themelayer.ThemeLayer#off</a>
|
|
2938
2632
|
</li></ul></dd>
|
|
2939
2633
|
|
|
2940
2634
|
|
|
@@ -2995,7 +2689,7 @@
|
|
|
2995
2689
|
<h4 class="name" id="on">
|
|
2996
2690
|
<a class="href-link" href="#on">#</a>
|
|
2997
2691
|
|
|
2998
|
-
<span class="code-name"
|
|
2692
|
+
<span class="code-name" style="font-size:30px">
|
|
2999
2693
|
|
|
3000
2694
|
on<span class="signature">(event, callback, context)</span>
|
|
3001
2695
|
|
|
@@ -3017,7 +2711,7 @@
|
|
|
3017
2711
|
|
|
3018
2712
|
|
|
3019
2713
|
|
|
3020
|
-
<h4
|
|
2714
|
+
<h4>参数:</h4>
|
|
3021
2715
|
|
|
3022
2716
|
<div class="table-container">
|
|
3023
2717
|
<table class="params table">
|
|
@@ -3047,12 +2741,7 @@
|
|
|
3047
2741
|
<td class="type">
|
|
3048
2742
|
|
|
3049
2743
|
|
|
3050
|
-
<span class="param-type">
|
|
3051
|
-
|
|
3052
|
-
Event
|
|
3053
|
-
|
|
3054
|
-
</span>
|
|
3055
|
-
|
|
2744
|
+
<span class="param-type">Event</span>
|
|
3056
2745
|
|
|
3057
2746
|
|
|
3058
2747
|
|
|
@@ -3076,12 +2765,7 @@
|
|
|
3076
2765
|
<td class="type">
|
|
3077
2766
|
|
|
3078
2767
|
|
|
3079
|
-
<span class="param-type">
|
|
3080
|
-
|
|
3081
|
-
function
|
|
3082
|
-
|
|
3083
|
-
</span>
|
|
3084
|
-
|
|
2768
|
+
<span class="param-type">function</span>
|
|
3085
2769
|
|
|
3086
2770
|
|
|
3087
2771
|
|
|
@@ -3105,12 +2789,7 @@
|
|
|
3105
2789
|
<td class="type">
|
|
3106
2790
|
|
|
3107
2791
|
|
|
3108
|
-
<span class="param-type">
|
|
3109
|
-
|
|
3110
|
-
string
|
|
3111
|
-
|
|
3112
|
-
</span>
|
|
3113
|
-
|
|
2792
|
+
<span class="param-type">string</span>
|
|
3114
2793
|
|
|
3115
2794
|
|
|
3116
2795
|
|
|
@@ -3142,7 +2821,7 @@
|
|
|
3142
2821
|
|
|
3143
2822
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3144
2823
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3145
|
-
<a
|
|
2824
|
+
<a href="zondy.themelayer.ThemeLayer.html#on">zondy.themelayer.ThemeLayer#on</a>
|
|
3146
2825
|
</li></ul></dd>
|
|
3147
2826
|
|
|
3148
2827
|
|
|
@@ -3203,7 +2882,7 @@
|
|
|
3203
2882
|
<h4 class="name" id="onRemove">
|
|
3204
2883
|
<a class="href-link" href="#onRemove">#</a>
|
|
3205
2884
|
|
|
3206
|
-
<span class="code-name"
|
|
2885
|
+
<span class="code-name" style="font-size:30px">
|
|
3207
2886
|
|
|
3208
2887
|
onRemove<span class="signature">(map)</span>
|
|
3209
2888
|
|
|
@@ -3225,7 +2904,7 @@
|
|
|
3225
2904
|
|
|
3226
2905
|
|
|
3227
2906
|
|
|
3228
|
-
<h4
|
|
2907
|
+
<h4>参数:</h4>
|
|
3229
2908
|
|
|
3230
2909
|
<div class="table-container">
|
|
3231
2910
|
<table class="params table">
|
|
@@ -3255,12 +2934,7 @@
|
|
|
3255
2934
|
<td class="type">
|
|
3256
2935
|
|
|
3257
2936
|
|
|
3258
|
-
<span class="param-type">
|
|
3259
|
-
|
|
3260
|
-
L.Map
|
|
3261
|
-
|
|
3262
|
-
</span>
|
|
3263
|
-
|
|
2937
|
+
<span class="param-type">L.Map</span>
|
|
3264
2938
|
|
|
3265
2939
|
|
|
3266
2940
|
|
|
@@ -3292,7 +2966,7 @@
|
|
|
3292
2966
|
|
|
3293
2967
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3294
2968
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3295
|
-
<a
|
|
2969
|
+
<a href="zondy.themelayer.ThemeLayer.html#onRemove">zondy.themelayer.ThemeLayer#onRemove</a>
|
|
3296
2970
|
</li></ul></dd>
|
|
3297
2971
|
|
|
3298
2972
|
|
|
@@ -3353,7 +3027,7 @@
|
|
|
3353
3027
|
<h4 class="name" id="redraw">
|
|
3354
3028
|
<a class="href-link" href="#redraw">#</a>
|
|
3355
3029
|
|
|
3356
|
-
<span class="code-name"
|
|
3030
|
+
<span class="code-name" style="font-size:30px">
|
|
3357
3031
|
|
|
3358
3032
|
redraw<span class="signature">()</span>
|
|
3359
3033
|
|
|
@@ -3390,7 +3064,7 @@
|
|
|
3390
3064
|
|
|
3391
3065
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3392
3066
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3393
|
-
<a
|
|
3067
|
+
<a href="zondy.themelayer.ThemeLayer.html#redraw">zondy.themelayer.ThemeLayer#redraw</a>
|
|
3394
3068
|
</li></ul></dd>
|
|
3395
3069
|
|
|
3396
3070
|
|
|
@@ -3449,7 +3123,7 @@
|
|
|
3449
3123
|
<h4 class="name" id="redrawThematicFeatures">
|
|
3450
3124
|
<a class="href-link" href="#redrawThematicFeatures">#</a>
|
|
3451
3125
|
|
|
3452
|
-
<span class="code-name"
|
|
3126
|
+
<span class="code-name" style="font-size:30px">
|
|
3453
3127
|
|
|
3454
3128
|
redrawThematicFeatures<span class="signature">(bounds)</span>
|
|
3455
3129
|
|
|
@@ -3473,7 +3147,7 @@
|
|
|
3473
3147
|
|
|
3474
3148
|
|
|
3475
3149
|
|
|
3476
|
-
<h4
|
|
3150
|
+
<h4>参数:</h4>
|
|
3477
3151
|
|
|
3478
3152
|
<div class="table-container">
|
|
3479
3153
|
<table class="params table">
|
|
@@ -3503,12 +3177,7 @@
|
|
|
3503
3177
|
<td class="type">
|
|
3504
3178
|
|
|
3505
3179
|
|
|
3506
|
-
<span class="param-type">
|
|
3507
|
-
|
|
3508
|
-
L.bounds
|
|
3509
|
-
|
|
3510
|
-
</span>
|
|
3511
|
-
|
|
3180
|
+
<span class="param-type">L.bounds</span>
|
|
3512
3181
|
|
|
3513
3182
|
|
|
3514
3183
|
|
|
@@ -3542,7 +3211,7 @@
|
|
|
3542
3211
|
|
|
3543
3212
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3544
3213
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3545
|
-
<a
|
|
3214
|
+
<a href="zondy.themelayer.ThemeLayer.html#redrawThematicFeatures">zondy.themelayer.ThemeLayer#redrawThematicFeatures</a>
|
|
3546
3215
|
</li></ul></dd>
|
|
3547
3216
|
|
|
3548
3217
|
|
|
@@ -3601,7 +3270,7 @@
|
|
|
3601
3270
|
<h4 class="name" id="removeAllFeatures">
|
|
3602
3271
|
<a class="href-link" href="#removeAllFeatures">#</a>
|
|
3603
3272
|
|
|
3604
|
-
<span class="code-name"
|
|
3273
|
+
<span class="code-name" style="font-size:30px">
|
|
3605
3274
|
|
|
3606
3275
|
removeAllFeatures<span class="signature">()</span>
|
|
3607
3276
|
|
|
@@ -3638,7 +3307,7 @@
|
|
|
3638
3307
|
|
|
3639
3308
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3640
3309
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3641
|
-
<a
|
|
3310
|
+
<a href="zondy.themelayer.ThemeLayer.html#removeAllFeatures">zondy.themelayer.ThemeLayer#removeAllFeatures</a>
|
|
3642
3311
|
</li></ul></dd>
|
|
3643
3312
|
|
|
3644
3313
|
|
|
@@ -3697,7 +3366,7 @@
|
|
|
3697
3366
|
<h4 class="name" id="removeFeatures">
|
|
3698
3367
|
<a class="href-link" href="#removeFeatures">#</a>
|
|
3699
3368
|
|
|
3700
|
-
<span class="code-name"
|
|
3369
|
+
<span class="code-name" style="font-size:30px">
|
|
3701
3370
|
|
|
3702
3371
|
removeFeatures<span class="signature">(features)</span>
|
|
3703
3372
|
|
|
@@ -3719,7 +3388,7 @@
|
|
|
3719
3388
|
|
|
3720
3389
|
|
|
3721
3390
|
|
|
3722
|
-
<h4
|
|
3391
|
+
<h4>参数:</h4>
|
|
3723
3392
|
|
|
3724
3393
|
<div class="table-container">
|
|
3725
3394
|
<table class="params table">
|
|
@@ -3749,12 +3418,7 @@
|
|
|
3749
3418
|
<td class="type">
|
|
3750
3419
|
|
|
3751
3420
|
|
|
3752
|
-
<span class="param-type">
|
|
3753
|
-
|
|
3754
|
-
Object
|
|
3755
|
-
|
|
3756
|
-
</span>
|
|
3757
|
-
|
|
3421
|
+
<span class="param-type">Object</span>
|
|
3758
3422
|
|
|
3759
3423
|
|
|
3760
3424
|
|
|
@@ -3788,7 +3452,7 @@
|
|
|
3788
3452
|
|
|
3789
3453
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3790
3454
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3791
|
-
<a
|
|
3455
|
+
<a href="zondy.themelayer.ThemeLayer.html#removeFeatures">zondy.themelayer.ThemeLayer#removeFeatures</a>
|
|
3792
3456
|
</li></ul></dd>
|
|
3793
3457
|
|
|
3794
3458
|
|
|
@@ -3847,7 +3511,7 @@
|
|
|
3847
3511
|
<h4 class="name" id="setMaxCacheCount">
|
|
3848
3512
|
<a class="href-link" href="#setMaxCacheCount">#</a>
|
|
3849
3513
|
|
|
3850
|
-
<span class="code-name"
|
|
3514
|
+
<span class="code-name" style="font-size:30px">
|
|
3851
3515
|
|
|
3852
3516
|
setMaxCacheCount<span class="signature">(cacheCount)</span>
|
|
3853
3517
|
|
|
@@ -3869,7 +3533,7 @@
|
|
|
3869
3533
|
|
|
3870
3534
|
|
|
3871
3535
|
|
|
3872
|
-
<h4
|
|
3536
|
+
<h4>参数:</h4>
|
|
3873
3537
|
|
|
3874
3538
|
<div class="table-container">
|
|
3875
3539
|
<table class="params table">
|
|
@@ -3899,12 +3563,7 @@
|
|
|
3899
3563
|
<td class="type">
|
|
3900
3564
|
|
|
3901
3565
|
|
|
3902
|
-
<span class="param-type">
|
|
3903
|
-
|
|
3904
|
-
number
|
|
3905
|
-
|
|
3906
|
-
</span>
|
|
3907
|
-
|
|
3566
|
+
<span class="param-type">number</span>
|
|
3908
3567
|
|
|
3909
3568
|
|
|
3910
3569
|
|
|
@@ -3992,7 +3651,7 @@
|
|
|
3992
3651
|
<h4 class="name" id="setOpacity">
|
|
3993
3652
|
<a class="href-link" href="#setOpacity">#</a>
|
|
3994
3653
|
|
|
3995
|
-
<span class="code-name"
|
|
3654
|
+
<span class="code-name" style="font-size:30px">
|
|
3996
3655
|
|
|
3997
3656
|
setOpacity<span class="signature">(opacity)</span>
|
|
3998
3657
|
|
|
@@ -4014,7 +3673,7 @@
|
|
|
4014
3673
|
|
|
4015
3674
|
|
|
4016
3675
|
|
|
4017
|
-
<h4
|
|
3676
|
+
<h4>参数:</h4>
|
|
4018
3677
|
|
|
4019
3678
|
<div class="table-container">
|
|
4020
3679
|
<table class="params table">
|
|
@@ -4044,12 +3703,7 @@
|
|
|
4044
3703
|
<td class="type">
|
|
4045
3704
|
|
|
4046
3705
|
|
|
4047
|
-
<span class="param-type">
|
|
4048
|
-
|
|
4049
|
-
number
|
|
4050
|
-
|
|
4051
|
-
</span>
|
|
4052
|
-
|
|
3706
|
+
<span class="param-type">number</span>
|
|
4053
3707
|
|
|
4054
3708
|
|
|
4055
3709
|
|
|
@@ -4081,7 +3735,7 @@
|
|
|
4081
3735
|
|
|
4082
3736
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4083
3737
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4084
|
-
<a
|
|
3738
|
+
<a href="zondy.themelayer.ThemeLayer.html#setOpacity">zondy.themelayer.ThemeLayer#setOpacity</a>
|
|
4085
3739
|
</li></ul></dd>
|
|
4086
3740
|
|
|
4087
3741
|
|
|
@@ -4142,7 +3796,7 @@
|
|
|
4142
3796
|
<h4 class="name" id="update">
|
|
4143
3797
|
<a class="href-link" href="#update">#</a>
|
|
4144
3798
|
|
|
4145
|
-
<span class="code-name"
|
|
3799
|
+
<span class="code-name" style="font-size:30px">
|
|
4146
3800
|
|
|
4147
3801
|
update<span class="signature">(bounds)</span>
|
|
4148
3802
|
|
|
@@ -4164,7 +3818,7 @@
|
|
|
4164
3818
|
|
|
4165
3819
|
|
|
4166
3820
|
|
|
4167
|
-
<h4
|
|
3821
|
+
<h4>参数:</h4>
|
|
4168
3822
|
|
|
4169
3823
|
<div class="table-container">
|
|
4170
3824
|
<table class="params table">
|
|
@@ -4194,12 +3848,7 @@
|
|
|
4194
3848
|
<td class="type">
|
|
4195
3849
|
|
|
4196
3850
|
|
|
4197
|
-
<span class="param-type">
|
|
4198
|
-
|
|
4199
|
-
L.bounds
|
|
4200
|
-
|
|
4201
|
-
</span>
|
|
4202
|
-
|
|
3851
|
+
<span class="param-type">L.bounds</span>
|
|
4203
3852
|
|
|
4204
3853
|
|
|
4205
3854
|
|
|
@@ -4231,7 +3880,7 @@
|
|
|
4231
3880
|
|
|
4232
3881
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4233
3882
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4234
|
-
<a
|
|
3883
|
+
<a href="zondy.themelayer.ThemeLayer.html#update">zondy.themelayer.ThemeLayer#update</a>
|
|
4235
3884
|
</li></ul></dd>
|
|
4236
3885
|
|
|
4237
3886
|
|
|
@@ -4294,36 +3943,6 @@
|
|
|
4294
3943
|
|
|
4295
3944
|
<div class='vertical-section' style='margin-top: 10px'>
|
|
4296
3945
|
<h3 id='event'>事件</h3>
|
|
4297
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">事件概述</h4>
|
|
4298
|
-
<div class="table-container">
|
|
4299
|
-
<table class="params table">
|
|
4300
|
-
<thead>
|
|
4301
|
-
<tr>
|
|
4302
|
-
<th>名称</th>
|
|
4303
|
-
<th>描述</th>
|
|
4304
|
-
</tr>
|
|
4305
|
-
</thead>
|
|
4306
|
-
<tbody>
|
|
4307
|
-
|
|
4308
|
-
<tr class="deep-level-0">
|
|
4309
|
-
<td class="name"><code><a href="#beforefeaturesadded">beforefeaturesadded</a></code></td>
|
|
4310
|
-
<td class="name"><code>beforefeaturesadded</code></td>
|
|
4311
|
-
</tr>
|
|
4312
|
-
|
|
4313
|
-
<tr class="deep-level-0">
|
|
4314
|
-
<td class="name"><code><a href="#changelayer">changelayer</a></code></td>
|
|
4315
|
-
<td class="name"><code>changelayer</code></td>
|
|
4316
|
-
</tr>
|
|
4317
|
-
|
|
4318
|
-
<tr class="deep-level-0">
|
|
4319
|
-
<td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
|
|
4320
|
-
<td class="name"><code>featuresremoved</code></td>
|
|
4321
|
-
</tr>
|
|
4322
|
-
|
|
4323
|
-
</tbody>
|
|
4324
|
-
</table>
|
|
4325
|
-
</div>
|
|
4326
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">事件详情</h4>
|
|
4327
3946
|
<div class="members">
|
|
4328
3947
|
|
|
4329
3948
|
<div class="member">
|
|
@@ -4334,7 +3953,7 @@
|
|
|
4334
3953
|
<h4 class="name" id="event:beforefeaturesadded">
|
|
4335
3954
|
<a class="href-link" href="#event:beforefeaturesadded">#</a>
|
|
4336
3955
|
|
|
4337
|
-
<span class="code-name"
|
|
3956
|
+
<span class="code-name" style="font-size:30px">
|
|
4338
3957
|
|
|
4339
3958
|
beforefeaturesadded
|
|
4340
3959
|
|
|
@@ -4392,12 +4011,7 @@
|
|
|
4392
4011
|
<td class="type">
|
|
4393
4012
|
|
|
4394
4013
|
|
|
4395
|
-
<span class="param-type">
|
|
4396
|
-
|
|
4397
|
-
Object
|
|
4398
|
-
|
|
4399
|
-
</span>
|
|
4400
|
-
|
|
4014
|
+
<span class="param-type">Object</span>
|
|
4401
4015
|
|
|
4402
4016
|
|
|
4403
4017
|
|
|
@@ -4484,7 +4098,7 @@
|
|
|
4484
4098
|
<h4 class="name" id="event:changelayer">
|
|
4485
4099
|
<a class="href-link" href="#event:changelayer">#</a>
|
|
4486
4100
|
|
|
4487
|
-
<span class="code-name"
|
|
4101
|
+
<span class="code-name" style="font-size:30px">
|
|
4488
4102
|
|
|
4489
4103
|
changelayer
|
|
4490
4104
|
|
|
@@ -4542,12 +4156,7 @@
|
|
|
4542
4156
|
<td class="type">
|
|
4543
4157
|
|
|
4544
4158
|
|
|
4545
|
-
<span class="param-type">
|
|
4546
|
-
|
|
4547
|
-
Object
|
|
4548
|
-
|
|
4549
|
-
</span>
|
|
4550
|
-
|
|
4159
|
+
<span class="param-type">Object</span>
|
|
4551
4160
|
|
|
4552
4161
|
|
|
4553
4162
|
|
|
@@ -4570,12 +4179,7 @@
|
|
|
4570
4179
|
<td class="type">
|
|
4571
4180
|
|
|
4572
4181
|
|
|
4573
|
-
<span class="param-type">
|
|
4574
|
-
|
|
4575
|
-
string
|
|
4576
|
-
|
|
4577
|
-
</span>
|
|
4578
|
-
|
|
4182
|
+
<span class="param-type">string</span>
|
|
4579
4183
|
|
|
4580
4184
|
|
|
4581
4185
|
|
|
@@ -4604,7 +4208,7 @@
|
|
|
4604
4208
|
|
|
4605
4209
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4606
4210
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4607
|
-
<a
|
|
4211
|
+
<a href="zondy.themelayer.ThemeLayer.html#event:changelayer">zondy.themelayer.ThemeLayer#event:changelayer</a>
|
|
4608
4212
|
</li></ul></dd>
|
|
4609
4213
|
|
|
4610
4214
|
|
|
@@ -4667,7 +4271,7 @@
|
|
|
4667
4271
|
<h4 class="name" id="event:featuresremoved">
|
|
4668
4272
|
<a class="href-link" href="#event:featuresremoved">#</a>
|
|
4669
4273
|
|
|
4670
|
-
<span class="code-name"
|
|
4274
|
+
<span class="code-name" style="font-size:30px">
|
|
4671
4275
|
|
|
4672
4276
|
featuresremoved
|
|
4673
4277
|
|
|
@@ -4725,12 +4329,7 @@
|
|
|
4725
4329
|
<td class="type">
|
|
4726
4330
|
|
|
4727
4331
|
|
|
4728
|
-
<span class="param-type">
|
|
4729
|
-
|
|
4730
|
-
Array.<zondy.Feature.Vector>
|
|
4731
|
-
|
|
4732
|
-
</span>
|
|
4733
|
-
|
|
4332
|
+
<span class="param-type">Array.<zondy.Feature.Vector></span>
|
|
4734
4333
|
|
|
4735
4334
|
|
|
4736
4335
|
|
|
@@ -4753,12 +4352,7 @@
|
|
|
4753
4352
|
<td class="type">
|
|
4754
4353
|
|
|
4755
4354
|
|
|
4756
|
-
<span class="param-type">
|
|
4757
|
-
|
|
4758
|
-
boolean
|
|
4759
|
-
|
|
4760
|
-
</span>
|
|
4761
|
-
|
|
4355
|
+
<span class="param-type">boolean</span>
|
|
4762
4356
|
|
|
4763
4357
|
|
|
4764
4358
|
|
|
@@ -4787,7 +4381,7 @@
|
|
|
4787
4381
|
|
|
4788
4382
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4789
4383
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4790
|
-
<a
|
|
4384
|
+
<a href="zondy.themelayer.ThemeLayer.html#event:featuresremoved">zondy.themelayer.ThemeLayer#event:featuresremoved</a>
|
|
4791
4385
|
</li></ul></dd>
|
|
4792
4386
|
|
|
4793
4387
|
|
|
@@ -4847,4 +4441,42 @@
|
|
|
4847
4441
|
|
|
4848
4442
|
</article>
|
|
4849
4443
|
|
|
4850
|
-
</section>
|
|
4444
|
+
</section>
|
|
4445
|
+
|
|
4446
|
+
|
|
4447
|
+
|
|
4448
|
+
|
|
4449
|
+
</div>
|
|
4450
|
+
|
|
4451
|
+
<footer class="footer">
|
|
4452
|
+
<div class="content has-text-centered">
|
|
4453
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
4454
|
+
<p class="sidebar-created-by">
|
|
4455
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
4456
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
4457
|
+
</p>
|
|
4458
|
+
</div>
|
|
4459
|
+
</footer>
|
|
4460
|
+
|
|
4461
|
+
</div>
|
|
4462
|
+
<div id="side-nav" class="side-nav">
|
|
4463
|
+
<div style="margin-bottom: 10px;">
|
|
4464
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
4465
|
+
</div>
|
|
4466
|
+
<div style="margin-bottom: 10px;">
|
|
4467
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
4468
|
+
</div>
|
|
4469
|
+
<div style="margin-bottom: 10px;">
|
|
4470
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
4471
|
+
</div>
|
|
4472
|
+
<div>
|
|
4473
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
4474
|
+
</div>
|
|
4475
|
+
</div>
|
|
4476
|
+
</div>
|
|
4477
|
+
<script src="scripts/linenumber.js"> </script>
|
|
4478
|
+
|
|
4479
|
+
<script src="scripts/search.js"> </script>
|
|
4480
|
+
|
|
4481
|
+
</body>
|
|
4482
|
+
</html>
|