@mapgis/webclient-leaflet-plugin 17.0.0 → 17.0.4
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 +350 -114
- package/dist/es5/webclient-common.min.js +4 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
- package/dist/webclient-leaflet-plugin-es6.min.js +5 -5
- package/documention/DrawControl.html +16 -184
- package/documention/L.zondy.MapvBaseLayer.html +15 -180
- package/documention/MapViewLeaflet.html +177 -224
- package/documention/Popup.html +37 -186
- package/documention/Screenshot.html +22 -188
- package/documention/SketchEditorLeaflet.html +56 -194
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +97 -222
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +126 -227
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +114 -234
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +59 -195
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +118 -205
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +119 -235
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +144 -241
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +112 -233
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +113 -232
- package/documention/Zondy.Widget.html +11 -177
- package/documention/Zondy.view.UI.html +9 -177
- package/documention/global.html +9 -176
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +98 -0
- 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 +7 -155
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +7 -155
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +7 -155
- package/package.json +1 -1
|
@@ -1,142 +1,10 @@
|
|
|
1
|
-
|
|
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> rangeThemeLayer</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>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">rangeThemeLayer</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
24
7
|
|
|
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 onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" 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 id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="DrawControl" href="DrawControl.html">DrawControl</a><img id="DrawControl-detail-arrow" onclick="toggleLinkDetail('DrawControl-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>绘制工具</p></span></li><div class="mapgis-link-detail" id="DrawControl-detail"><div><a href="DrawControl.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="DrawControl.html#function">方法</a></div><div><ul><li><a title="destory" class="mapgis-link-name" href="DrawControl.html#destory">destory</a></li><li><a title="destroy" class="mapgis-link-name" href="DrawControl.html#destroy">destroy</a></li><li><a title="end" class="mapgis-link-name" href="DrawControl.html#end">end</a></li><li><a title="start" class="mapgis-link-name" href="DrawControl.html#start">start</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapViewLeaflet" href="MapViewLeaflet.html">MapViewLeaflet</a><img id="MapViewLeaflet-detail-arrow" onclick="toggleLinkDetail('MapViewLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景视图(leaflet引擎),对地图引擎进行管理,如果要对地图图层进行管理请参考<code>Map</code>,<br/>
|
|
108
|
-
参考示例:
|
|
109
|
-
<a href='#MapViewLeaflet'>[初始化二维场景视图]</a>
|
|
110
|
-
<br>[ES5引入方式]:<br/>
|
|
111
|
-
Zondy.MapViewLeaflet() <br/>
|
|
112
|
-
[ES6引入方式]:<br/>
|
|
113
|
-
import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p></span></li><div class="mapgis-link-detail" id="MapViewLeaflet-detail"><div><a href="MapViewLeaflet.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapViewLeaflet.html#function">方法</a></div><div><ul><li><a title="fromJSON" class="mapgis-link-name" href="MapViewLeaflet.html#fromJSON">fromJSON</a></li><li><a title="fromJSON" class="mapgis-link-name" href="MapViewLeaflet.html#fromJSON">fromJSON</a></li><li><a title="clone" class="mapgis-link-name" href="MapViewLeaflet.html#clone">clone</a></li><li><a title="destroy" class="mapgis-link-name" href="MapViewLeaflet.html#destroy">destroy</a></li><li><a title="flyTo" class="mapgis-link-name" href="MapViewLeaflet.html#flyTo">flyTo</a></li><li><a title="getCenter" class="mapgis-link-name" href="MapViewLeaflet.html#getCenter">getCenter</a></li><li><a title="getExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getExtent">getExtent</a></li><li><a title="getMaxZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getMaxZoom">getMaxZoom</a></li><li><a title="getMinZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getMinZoom">getMinZoom</a></li><li><a title="getPixelCenter" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelCenter">getPixelCenter</a></li><li><a title="getPixelExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelExtent">getPixelExtent</a></li><li><a title="getPixelWorldExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getPixelWorldExtent">getPixelWorldExtent</a></li><li><a title="getScale" class="mapgis-link-name" href="MapViewLeaflet.html#getScale">getScale</a></li><li><a title="getSize" class="mapgis-link-name" href="MapViewLeaflet.html#getSize">getSize</a></li><li><a title="getZoom" class="mapgis-link-name" href="MapViewLeaflet.html#getZoom">getZoom</a></li><li><a title="getZoomByExtent" class="mapgis-link-name" href="MapViewLeaflet.html#getZoomByExtent">getZoomByExtent</a></li><li><a title="goTo" class="mapgis-link-name" href="MapViewLeaflet.html#goTo">goTo</a></li><li><a title="hitTest" class="mapgis-link-name" href="MapViewLeaflet.html#hitTest">hitTest</a></li><li><a title="takeScreenshot" class="mapgis-link-name" href="MapViewLeaflet.html#takeScreenshot">takeScreenshot</a></li><li><a title="toJSON" class="mapgis-link-name" href="MapViewLeaflet.html#toJSON">toJSON</a></li><li><a title="toMap" class="mapgis-link-name" href="MapViewLeaflet.html#toMap">toMap</a></li><li><a title="toScreen" class="mapgis-link-name" href="MapViewLeaflet.html#toScreen">toScreen</a></li></ul></div><div><a class="mapgis-link-name" href="MapViewLeaflet.html#member">成员变量</a></div><div><ul><li><a title="animation" class="mapgis-link-name" href="MapViewLeaflet.html#animation">animation</a></li><li><a title="center" class="mapgis-link-name" href="MapViewLeaflet.html#center">center</a></li><li><a title="engineType" class="mapgis-link-name" href="MapViewLeaflet.html#engineType">engineType</a></li><li><a title="extent" class="mapgis-link-name" href="MapViewLeaflet.html#extent">extent</a></li><li><a title="fullExtent" class="mapgis-link-name" href="MapViewLeaflet.html#fullExtent">fullExtent</a></li><li><a title="height" class="mapgis-link-name" href="MapViewLeaflet.html#height">height</a></li><li><a title="maxScale" class="mapgis-link-name" href="MapViewLeaflet.html#maxScale">maxScale</a></li><li><a title="minScale" class="mapgis-link-name" href="MapViewLeaflet.html#minScale">minScale</a></li><li><a title="popup" class="mapgis-link-name" href="MapViewLeaflet.html#popup">popup</a></li><li><a title="preferCanvas" class="mapgis-link-name" href="MapViewLeaflet.html#preferCanvas">preferCanvas</a></li><li><a title="rotation" class="mapgis-link-name" href="MapViewLeaflet.html#rotation">rotation</a></li><li><a title="scale" class="mapgis-link-name" href="MapViewLeaflet.html#scale">scale</a></li><li><a title="spatialReference" class="mapgis-link-name" href="MapViewLeaflet.html#spatialReference">spatialReference</a></li><li><a title="spatialReferenceLocked" class="mapgis-link-name" href="MapViewLeaflet.html#spatialReferenceLocked">spatialReferenceLocked</a></li><li><a title="stationary" class="mapgis-link-name" href="MapViewLeaflet.html#stationary">stationary</a></li><li><a title="width" class="mapgis-link-name" href="MapViewLeaflet.html#width">width</a></li><li><a title="zoom" class="mapgis-link-name" href="MapViewLeaflet.html#zoom">zoom</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Popup" href="Popup.html">Popup</a><img id="Popup-detail-arrow" onclick="toggleLinkDetail('Popup-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
|
|
114
|
-
参考示例:
|
|
115
|
-
<a href='#MapView'>[初始化二维场景视图]</a>
|
|
116
|
-
[ES6引入方式]:<br/>
|
|
117
|
-
import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
|
|
118
|
-
自定义样式说明:<br/>
|
|
119
|
-
zondy-popup__content 弹窗容器样式<br/>
|
|
120
|
-
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
121
|
-
zondy-popup__header 弹窗头部样式<br/>
|
|
122
|
-
zondy-popup__content 弹窗主体样式<br/>
|
|
123
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a href="Popup.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Popup.html#function">方法</a></div><div><ul><li><a title="close" class="mapgis-link-name" href="Popup.html#close">close</a></li><li><a title="open" class="mapgis-link-name" href="Popup.html#open">open</a></li><li><a title="openPopup" class="mapgis-link-name" href="Popup.html#openPopup">openPopup</a></li></ul></div><div><a class="mapgis-link-name" href="Popup.html#member">成员变量</a></div><div><ul><li><a title="alignment" class="mapgis-link-name" href="Popup.html#alignment">alignment</a></li><li><a title="content" class="mapgis-link-name" href="Popup.html#content">content</a></li><li><a title="defaultButtons" class="mapgis-link-name" href="Popup.html#defaultButtons">defaultButtons</a></li><li><a title="location" class="mapgis-link-name" href="Popup.html#location">location</a></li><li><a title="title" class="mapgis-link-name" href="Popup.html#title">title</a></li><li><a title="view" class="mapgis-link-name" href="Popup.html#view">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Screenshot" href="Screenshot.html">Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a href="Screenshot.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Screenshot.html#function">方法</a></div><div><ul><li><a title="destroy" class="mapgis-link-name" href="Screenshot.html#destroy">destroy</a></li></ul></div><div><a class="mapgis-link-name" href="Screenshot.html#member">成员变量</a></div><div><ul><li><a title="filename" class="mapgis-link-name" href="Screenshot.html#filename">filename</a></li><li><a title="format" class="mapgis-link-name" href="Screenshot.html#format">format</a></li><li><a title="height" class="mapgis-link-name" href="Screenshot.html#height">height</a></li><li><a title="isDownload" class="mapgis-link-name" href="Screenshot.html#isDownload">isDownload</a></li><li><a title="view" class="mapgis-link-name" href="Screenshot.html#view">view</a></li><li><a title="width" class="mapgis-link-name" href="Screenshot.html#width">width</a></li><li><a title="x" class="mapgis-link-name" href="Screenshot.html#x">x</a></li><li><a title="y" class="mapgis-link-name" href="Screenshot.html#y">y</a></li></ul></div></div></ul><div onclick="toggleSideBar('SketchEditorModule-sidebar')" id="SketchEditorModule" 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 id="SketchEditorModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SketchEditorLeaflet" href="SketchEditorLeaflet.html">SketchEditorLeaflet</a><img id="SketchEditorLeaflet-detail-arrow" onclick="toggleLinkDetail('SketchEditorLeaflet-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>二维Leaflet引擎草图编辑类<br/>
|
|
124
|
-
<br>[ES5引入方式]:<br/>
|
|
125
|
-
const { SketchEditorLeaflet } = Zondy <br/>
|
|
126
|
-
[ES6引入方式]:<br/>
|
|
127
|
-
import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorLeaflet-detail"><div><a href="SketchEditorLeaflet.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SketchEditorLeaflet.html#function">方法</a></div><div><ul><li><a title="addVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#addVertex">addVertex</a></li><li><a title="canRedo" class="mapgis-link-name" href="SketchEditorLeaflet.html#canRedo">canRedo</a></li><li><a title="canUndo" class="mapgis-link-name" href="SketchEditorLeaflet.html#canUndo">canUndo</a></li><li><a title="drawPolylineToPolygon" class="mapgis-link-name" href="SketchEditorLeaflet.html#drawPolylineToPolygon">drawPolylineToPolygon</a></li><li><a title="getGeometry" class="mapgis-link-name" href="SketchEditorLeaflet.html#getGeometry">getGeometry</a></li><li><a title="getSketchStyle" class="mapgis-link-name" href="SketchEditorLeaflet.html#getSketchStyle">getSketchStyle</a></li><li><a title="redo" class="mapgis-link-name" href="SketchEditorLeaflet.html#redo">redo</a></li><li><a title="remove" class="mapgis-link-name" href="SketchEditorLeaflet.html#remove">remove</a></li><li><a title="removeVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#removeVertex">removeVertex</a></li><li><a title="setSketchStyle" class="mapgis-link-name" href="SketchEditorLeaflet.html#setSketchStyle">setSketchStyle</a></li><li><a title="split" class="mapgis-link-name" href="SketchEditorLeaflet.html#split">split</a></li><li><a title="start" class="mapgis-link-name" href="SketchEditorLeaflet.html#start">start</a></li><li><a title="startCustomDrawTool" class="mapgis-link-name" href="SketchEditorLeaflet.html#startCustomDrawTool">startCustomDrawTool</a></li><li><a title="stop" class="mapgis-link-name" href="SketchEditorLeaflet.html#stop">stop</a></li><li><a title="undo" class="mapgis-link-name" href="SketchEditorLeaflet.html#undo">undo</a></li><li><a title="union" class="mapgis-link-name" href="SketchEditorLeaflet.html#union">union</a></li><li><a title="updateVertex" class="mapgis-link-name" href="SketchEditorLeaflet.html#updateVertex">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('RendererModule-sidebar')" id="RendererModule" 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 id="RendererModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer" href="Zondy.ThemeLayer.GraphThemeLayer.html">GraphThemeLayer</a><img id="Zondy.ThemeLayer.GraphThemeLayer-detail-arrow" onclick="toggleLinkDetail('Zondy.ThemeLayer.GraphThemeLayer-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>统计专题图通过为每个要素绘制统计图表来反映其对应的专题值的大小。它可同时表示多个字段属性信息,在区域本身与各区域之间形成横向和纵向的对比。<br>统计专题图多用于具有相关数量特征的地图上,比如表示不同地区多年的粮食产量、GDP、人口等,不同时段客运量、地铁流量等。目前提供的统计图类型有:柱状图(Bar),折线图(Line),饼图(Pie),三维柱状图(Bar3D),点状图(Point),环状图(Ring)。</p></span></li><div class="mapgis-link-detail" id="Zondy.ThemeLayer.GraphThemeLayer-detail"><div><a href="Zondy.ThemeLayer.GraphThemeLayer.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#function">方法</a></div><div><ul><li><a title="addFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#addFeatures">addFeatures</a></li><li><a title="clear" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clear">clear</a></li><li><a title="clearCache" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clearCache">clearCache</a></li><li><a title="clearCache" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#clearCache">clearCache</a></li><li><a title="createThematicFeature" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#createThematicFeature">createThematicFeature</a></li><li><a title="destroyFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#destroyFeatures">destroyFeatures</a></li><li><a title="drawCharts" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#drawCharts">drawCharts</a></li><li><a title="getEvents" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getEvents">getEvents</a></li><li><a title="getFeatureBy" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatureBy">getFeatureBy</a></li><li><a title="getFeatureById" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatureById">getFeatureById</a></li><li><a title="getFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeatures">getFeatures</a></li><li><a title="getFeaturesByAttribute" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getFeaturesByAttribute">getFeaturesByAttribute</a></li><li><a title="getLocalXY" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getLocalXY">getLocalXY</a></li><li><a title="getShapesByFeatureID" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getShapesByFeatureID">getShapesByFeatureID</a></li><li><a title="getWeightFieldValue" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#getWeightFieldValue">getWeightFieldValue</a></li><li><a title="initialize" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#initialize">initialize</a></li><li><a title="isChartInMap" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isChartInMap">isChartInMap</a></li><li><a title="isPointInPoly" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isPointInPoly">isPointInPoly</a></li><li><a title="isQuadrilateralOverLap" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#isQuadrilateralOverLap">isQuadrilateralOverLap</a></li><li><a title="lineIntersection" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#lineIntersection">lineIntersection</a></li><li><a title="off" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#off">off</a></li><li><a title="on" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#on">on</a></li><li><a title="onRemove" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#onRemove">onRemove</a></li><li><a title="redraw" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#redraw">redraw</a></li><li><a title="redrawThematicFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#redrawThematicFeatures">redrawThematicFeatures</a></li><li><a title="removeAllFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#removeAllFeatures">removeAllFeatures</a></li><li><a title="removeFeatures" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#removeFeatures">removeFeatures</a></li><li><a title="setChartsType" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#setChartsType">setChartsType</a></li><li><a title="setOpacity" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#setOpacity">setOpacity</a></li><li><a title="update" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#update">update</a></li></ul></div><div><a class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#event">事件</a></div><div><ul><li><a title="beforefeaturesadded" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#beforefeaturesadded">beforefeaturesadded</a></li><li><a title="changelayer" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#changelayer">changelayer</a></li><li><a title="featuresremoved" class="mapgis-link-name" href="Zondy.ThemeLayer.GraphThemeLayer.html#featuresremoved">featuresremoved</a></li></ul></div></div></ul></div>
|
|
128
|
-
|
|
129
|
-
</nav>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="core" id="main-content-wrapper">
|
|
132
|
-
<div class="content">
|
|
133
|
-
<header id="page-title" class="page-title">
|
|
134
|
-
|
|
135
|
-
<span class="page-title-main">类名</span>
|
|
136
|
-
<span class="page-title-sub">rangeThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -215,6 +83,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
215
83
|
<span class="param-type">string</span>
|
|
216
84
|
|
|
217
85
|
|
|
86
|
+
|
|
218
87
|
|
|
219
88
|
</td>
|
|
220
89
|
|
|
@@ -243,6 +112,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
243
112
|
<span class="param-type">Object</span>
|
|
244
113
|
|
|
245
114
|
|
|
115
|
+
|
|
246
116
|
|
|
247
117
|
</td>
|
|
248
118
|
|
|
@@ -269,6 +139,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
269
139
|
<span class="param-type">string</span>
|
|
270
140
|
|
|
271
141
|
|
|
142
|
+
|
|
272
143
|
|
|
273
144
|
</td>
|
|
274
145
|
|
|
@@ -295,6 +166,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
295
166
|
<span class="param-type">number</span>
|
|
296
167
|
|
|
297
168
|
|
|
169
|
+
|
|
298
170
|
|
|
299
171
|
</td>
|
|
300
172
|
|
|
@@ -323,6 +195,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
323
195
|
<span class="param-type">number</span>
|
|
324
196
|
|
|
325
197
|
|
|
198
|
+
|
|
326
199
|
|
|
327
200
|
</td>
|
|
328
201
|
|
|
@@ -351,6 +224,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
351
224
|
<span class="param-type">boolean</span>
|
|
352
225
|
|
|
353
226
|
|
|
227
|
+
|
|
354
228
|
|
|
355
229
|
</td>
|
|
356
230
|
|
|
@@ -379,6 +253,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
379
253
|
<span class="param-type">boolean</span>
|
|
380
254
|
|
|
381
255
|
|
|
256
|
+
|
|
382
257
|
|
|
383
258
|
</td>
|
|
384
259
|
|
|
@@ -407,6 +282,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
407
282
|
<span class="param-type">boolean</span>
|
|
408
283
|
|
|
409
284
|
|
|
285
|
+
|
|
410
286
|
|
|
411
287
|
</td>
|
|
412
288
|
|
|
@@ -435,6 +311,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
435
311
|
<span class="param-type">boolean</span>
|
|
436
312
|
|
|
437
313
|
|
|
314
|
+
|
|
438
315
|
|
|
439
316
|
</td>
|
|
440
317
|
|
|
@@ -535,7 +412,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
535
412
|
|
|
536
413
|
|
|
537
414
|
<ul>
|
|
538
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer"
|
|
415
|
+
<li><a link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer" Zondy.ThemeLayer.GeoFeatureThemeLayer.html>Zondy.ThemeLayer.GeoFeatureThemeLayer</a></li>
|
|
539
416
|
</ul>
|
|
540
417
|
|
|
541
418
|
|
|
@@ -567,26 +444,28 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
567
444
|
<tbody>
|
|
568
445
|
|
|
569
446
|
<tr class="deep-level-0">
|
|
570
|
-
<td class="name"><code><a href="
|
|
447
|
+
<td class="name"><code><a href="#style">style</a></code></td>
|
|
571
448
|
<td class="name">
|
|
572
449
|
<code>
|
|
573
450
|
|
|
574
451
|
<span class="param-type">Object</span>
|
|
575
452
|
|
|
576
453
|
|
|
454
|
+
|
|
577
455
|
</code>
|
|
578
456
|
</td>
|
|
579
457
|
<td class="name"><code><p>专题图样式。</p></code></td>
|
|
580
458
|
</tr>
|
|
581
459
|
|
|
582
460
|
<tr class="deep-level-0">
|
|
583
|
-
<td class="name"><code><a href="
|
|
461
|
+
<td class="name"><code><a href="#styleGroups">styleGroups</a></code></td>
|
|
584
462
|
<td class="name">
|
|
585
463
|
<code>
|
|
586
464
|
|
|
587
465
|
<span class="param-type">Array</span>
|
|
588
466
|
|
|
589
467
|
|
|
468
|
+
|
|
590
469
|
</code>
|
|
591
470
|
</td>
|
|
592
471
|
<td class="name"><code><p>使用此属性需要设置 themeField 属性。
|
|
@@ -598,13 +477,14 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
598
477
|
</tr>
|
|
599
478
|
|
|
600
479
|
<tr class="deep-level-0">
|
|
601
|
-
<td class="name"><code><a href="
|
|
480
|
+
<td class="name"><code><a href="#themeField">themeField</a></code></td>
|
|
602
481
|
<td class="name">
|
|
603
482
|
<code>
|
|
604
483
|
|
|
605
484
|
<span class="param-type">String</span>
|
|
606
485
|
|
|
607
486
|
|
|
487
|
+
|
|
608
488
|
</code>
|
|
609
489
|
</td>
|
|
610
490
|
<td class="name"><code><p>用于指定专题要素样式的属性字段名称。此属性字段是要用户数据(feature) attributes 中包含的字段,且字段对应的值的类型必须是数值型。使用标签分组显示还需要设置 styleGroups 属性。</p></code></td>
|
|
@@ -624,6 +504,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
624
504
|
<span class="param-type">Object</span>
|
|
625
505
|
|
|
626
506
|
|
|
507
|
+
|
|
627
508
|
</span>
|
|
628
509
|
|
|
629
510
|
<h4 class="name" id="style">
|
|
@@ -694,6 +575,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
694
575
|
<span class="param-type">Array</span>
|
|
695
576
|
|
|
696
577
|
|
|
578
|
+
|
|
697
579
|
</span>
|
|
698
580
|
|
|
699
581
|
<h4 class="name" id="styleGroups">
|
|
@@ -769,6 +651,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
769
651
|
<span class="param-type">String</span>
|
|
770
652
|
|
|
771
653
|
|
|
654
|
+
|
|
772
655
|
</span>
|
|
773
656
|
|
|
774
657
|
<h4 class="name" id="themeField">
|
|
@@ -852,7 +735,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
852
735
|
<tbody>
|
|
853
736
|
|
|
854
737
|
<tr class="deep-level-0">
|
|
855
|
-
<td class="name"><code><a href="
|
|
738
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
856
739
|
<td class="name">
|
|
857
740
|
<code>
|
|
858
741
|
|
|
@@ -862,7 +745,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
862
745
|
</tr>
|
|
863
746
|
|
|
864
747
|
<tr class="deep-level-0">
|
|
865
|
-
<td class="name"><code><a href="
|
|
748
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
866
749
|
<td class="name">
|
|
867
750
|
<code>
|
|
868
751
|
|
|
@@ -872,7 +755,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
872
755
|
</tr>
|
|
873
756
|
|
|
874
757
|
<tr class="deep-level-0">
|
|
875
|
-
<td class="name"><code><a href="
|
|
758
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
876
759
|
<td class="name">
|
|
877
760
|
<code>
|
|
878
761
|
|
|
@@ -882,7 +765,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
882
765
|
</tr>
|
|
883
766
|
|
|
884
767
|
<tr class="deep-level-0">
|
|
885
|
-
<td class="name"><code><a href="
|
|
768
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
886
769
|
<td class="name">
|
|
887
770
|
<code>
|
|
888
771
|
|
|
@@ -892,7 +775,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
892
775
|
</tr>
|
|
893
776
|
|
|
894
777
|
<tr class="deep-level-0">
|
|
895
|
-
<td class="name"><code><a href="
|
|
778
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
896
779
|
<td class="name">
|
|
897
780
|
<code>
|
|
898
781
|
|
|
@@ -902,7 +785,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
902
785
|
</tr>
|
|
903
786
|
|
|
904
787
|
<tr class="deep-level-0">
|
|
905
|
-
<td class="name"><code><a href="
|
|
788
|
+
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
906
789
|
<td class="name">
|
|
907
790
|
<code>
|
|
908
791
|
|
|
@@ -910,6 +793,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
910
793
|
<span class="param-type">number</span>
|
|
911
794
|
|
|
912
795
|
|
|
796
|
+
|
|
913
797
|
|
|
914
798
|
</code>
|
|
915
799
|
</td>
|
|
@@ -917,7 +801,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
917
801
|
</tr>
|
|
918
802
|
|
|
919
803
|
<tr class="deep-level-0">
|
|
920
|
-
<td class="name"><code><a href="
|
|
804
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
921
805
|
<td class="name">
|
|
922
806
|
<code>
|
|
923
807
|
|
|
@@ -925,6 +809,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
925
809
|
<span class="param-type">Object</span>
|
|
926
810
|
|
|
927
811
|
|
|
812
|
+
|
|
928
813
|
|
|
929
814
|
</code>
|
|
930
815
|
</td>
|
|
@@ -932,7 +817,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
932
817
|
</tr>
|
|
933
818
|
|
|
934
819
|
<tr class="deep-level-0">
|
|
935
|
-
<td class="name"><code><a href="
|
|
820
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
936
821
|
<td class="name">
|
|
937
822
|
<code>
|
|
938
823
|
|
|
@@ -942,7 +827,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
942
827
|
</tr>
|
|
943
828
|
|
|
944
829
|
<tr class="deep-level-0">
|
|
945
|
-
<td class="name"><code><a href="
|
|
830
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
946
831
|
<td class="name">
|
|
947
832
|
<code>
|
|
948
833
|
|
|
@@ -952,7 +837,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
952
837
|
</tr>
|
|
953
838
|
|
|
954
839
|
<tr class="deep-level-0">
|
|
955
|
-
<td class="name"><code><a href="
|
|
840
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
956
841
|
<td class="name">
|
|
957
842
|
<code>
|
|
958
843
|
|
|
@@ -960,6 +845,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
960
845
|
<span class="param-type">Array</span>
|
|
961
846
|
|
|
962
847
|
|
|
848
|
+
|
|
963
849
|
|
|
964
850
|
</code>
|
|
965
851
|
</td>
|
|
@@ -967,7 +853,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
967
853
|
</tr>
|
|
968
854
|
|
|
969
855
|
<tr class="deep-level-0">
|
|
970
|
-
<td class="name"><code><a href="
|
|
856
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
971
857
|
<td class="name">
|
|
972
858
|
<code>
|
|
973
859
|
|
|
@@ -975,6 +861,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
975
861
|
<span class="param-type">Array</span>
|
|
976
862
|
|
|
977
863
|
|
|
864
|
+
|
|
978
865
|
|
|
979
866
|
</code>
|
|
980
867
|
</td>
|
|
@@ -982,7 +869,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
982
869
|
</tr>
|
|
983
870
|
|
|
984
871
|
<tr class="deep-level-0">
|
|
985
|
-
<td class="name"><code><a href="
|
|
872
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
986
873
|
<td class="name">
|
|
987
874
|
<code>
|
|
988
875
|
|
|
@@ -992,7 +879,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
992
879
|
</tr>
|
|
993
880
|
|
|
994
881
|
<tr class="deep-level-0">
|
|
995
|
-
<td class="name"><code><a href="
|
|
882
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
996
883
|
<td class="name">
|
|
997
884
|
<code>
|
|
998
885
|
|
|
@@ -1002,12 +889,13 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1002
889
|
</tr>
|
|
1003
890
|
|
|
1004
891
|
<tr class="deep-level-0">
|
|
1005
|
-
<td class="name"><code><a href="
|
|
892
|
+
<td class="name"><code><a href="#getStyleByData">getStyleByData</a></code></td>
|
|
1006
893
|
<td class="name">
|
|
1007
894
|
<code>
|
|
1008
895
|
|
|
1009
896
|
|
|
1010
|
-
<span class="param-type">Array.<<a href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
897
|
+
<span class="param-type">Array.<<a link="Array.<Zondy.ThemeLayer.ThemeStyle>.html" onclick="getTypeHTML(event)" href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
898
|
+
|
|
1011
899
|
|
|
1012
900
|
|
|
1013
901
|
|
|
@@ -1017,7 +905,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1017
905
|
</tr>
|
|
1018
906
|
|
|
1019
907
|
<tr class="deep-level-0">
|
|
1020
|
-
<td class="name"><code><a href="
|
|
908
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
1021
909
|
<td class="name">
|
|
1022
910
|
<code>
|
|
1023
911
|
|
|
@@ -1027,7 +915,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1027
915
|
</tr>
|
|
1028
916
|
|
|
1029
917
|
<tr class="deep-level-0">
|
|
1030
|
-
<td class="name"><code><a href="
|
|
918
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
1031
919
|
<td class="name">
|
|
1032
920
|
<code>
|
|
1033
921
|
|
|
@@ -1037,7 +925,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1037
925
|
</tr>
|
|
1038
926
|
|
|
1039
927
|
<tr class="deep-level-0">
|
|
1040
|
-
<td class="name"><code><a href="
|
|
928
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
1041
929
|
<td class="name">
|
|
1042
930
|
<code>
|
|
1043
931
|
|
|
@@ -1047,7 +935,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1047
935
|
</tr>
|
|
1048
936
|
|
|
1049
937
|
<tr class="deep-level-0">
|
|
1050
|
-
<td class="name"><code><a href="
|
|
938
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
1051
939
|
<td class="name">
|
|
1052
940
|
<code>
|
|
1053
941
|
|
|
@@ -1057,7 +945,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1057
945
|
</tr>
|
|
1058
946
|
|
|
1059
947
|
<tr class="deep-level-0">
|
|
1060
|
-
<td class="name"><code><a href="
|
|
948
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
1061
949
|
<td class="name">
|
|
1062
950
|
<code>
|
|
1063
951
|
|
|
@@ -1067,7 +955,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1067
955
|
</tr>
|
|
1068
956
|
|
|
1069
957
|
<tr class="deep-level-0">
|
|
1070
|
-
<td class="name"><code><a href="
|
|
958
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
1071
959
|
<td class="name">
|
|
1072
960
|
<code>
|
|
1073
961
|
|
|
@@ -1079,7 +967,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1079
967
|
</tr>
|
|
1080
968
|
|
|
1081
969
|
<tr class="deep-level-0">
|
|
1082
|
-
<td class="name"><code><a href="
|
|
970
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
1083
971
|
<td class="name">
|
|
1084
972
|
<code>
|
|
1085
973
|
|
|
@@ -1089,7 +977,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1089
977
|
</tr>
|
|
1090
978
|
|
|
1091
979
|
<tr class="deep-level-0">
|
|
1092
|
-
<td class="name"><code><a href="
|
|
980
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
1093
981
|
<td class="name">
|
|
1094
982
|
<code>
|
|
1095
983
|
|
|
@@ -1099,7 +987,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1099
987
|
</tr>
|
|
1100
988
|
|
|
1101
989
|
<tr class="deep-level-0">
|
|
1102
|
-
<td class="name"><code><a href="
|
|
990
|
+
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
1103
991
|
<td class="name">
|
|
1104
992
|
<code>
|
|
1105
993
|
|
|
@@ -1109,7 +997,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1109
997
|
</tr>
|
|
1110
998
|
|
|
1111
999
|
<tr class="deep-level-0">
|
|
1112
|
-
<td class="name"><code><a href="
|
|
1000
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
1113
1001
|
<td class="name">
|
|
1114
1002
|
<code>
|
|
1115
1003
|
|
|
@@ -1119,7 +1007,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1119
1007
|
</tr>
|
|
1120
1008
|
|
|
1121
1009
|
<tr class="deep-level-0">
|
|
1122
|
-
<td class="name"><code><a href="
|
|
1010
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
1123
1011
|
<td class="name">
|
|
1124
1012
|
<code>
|
|
1125
1013
|
|
|
@@ -1195,6 +1083,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1195
1083
|
<span class="param-type">Object</span>
|
|
1196
1084
|
|
|
1197
1085
|
|
|
1086
|
+
|
|
1198
1087
|
|
|
1199
1088
|
</td>
|
|
1200
1089
|
|
|
@@ -1224,7 +1113,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1224
1113
|
|
|
1225
1114
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1226
1115
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1227
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures"
|
|
1116
|
+
<a goto="addFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#addFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
1228
1117
|
</li></ul></dd>
|
|
1229
1118
|
|
|
1230
1119
|
|
|
@@ -1320,7 +1209,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1320
1209
|
|
|
1321
1210
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1322
1211
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1323
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear"
|
|
1212
|
+
<a goto="clear" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clear>Zondy.ThemeLayer.GeoFeatureThemeLayer#clear</a>
|
|
1324
1213
|
</li></ul></dd>
|
|
1325
1214
|
|
|
1326
1215
|
|
|
@@ -1416,7 +1305,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1416
1305
|
|
|
1417
1306
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1418
1307
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1419
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache"
|
|
1308
|
+
<a goto="clearCache" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clearCache>Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1420
1309
|
</li></ul></dd>
|
|
1421
1310
|
|
|
1422
1311
|
|
|
@@ -1532,6 +1421,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1532
1421
|
<span class="param-type">Object</span>
|
|
1533
1422
|
|
|
1534
1423
|
|
|
1424
|
+
|
|
1535
1425
|
|
|
1536
1426
|
</td>
|
|
1537
1427
|
|
|
@@ -1561,7 +1451,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1561
1451
|
|
|
1562
1452
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1563
1453
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1564
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature"
|
|
1454
|
+
<a goto="createThematicFeature" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#createThematicFeature>Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1565
1455
|
</li></ul></dd>
|
|
1566
1456
|
|
|
1567
1457
|
|
|
@@ -1677,6 +1567,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1677
1567
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1678
1568
|
|
|
1679
1569
|
|
|
1570
|
+
|
|
1680
1571
|
|
|
1681
1572
|
</td>
|
|
1682
1573
|
|
|
@@ -1706,7 +1597,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1706
1597
|
|
|
1707
1598
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1708
1599
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1709
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1600
|
+
<a goto="destroyFeatures" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures" Zondy.ThemeLayer.ThemeLayer.html#destroyFeatures>Zondy.ThemeLayer.ThemeLayer#destroyFeatures</a>
|
|
1710
1601
|
</li></ul></dd>
|
|
1711
1602
|
|
|
1712
1603
|
|
|
@@ -1802,7 +1693,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1802
1693
|
|
|
1803
1694
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1804
1695
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1805
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount"
|
|
1696
|
+
<a goto="getCacheCount" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1806
1697
|
</li></ul></dd>
|
|
1807
1698
|
|
|
1808
1699
|
|
|
@@ -1866,6 +1757,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1866
1757
|
<span class="param-type">number</span>
|
|
1867
1758
|
|
|
1868
1759
|
|
|
1760
|
+
|
|
1869
1761
|
</div>
|
|
1870
1762
|
|
|
1871
1763
|
</div>
|
|
@@ -1923,7 +1815,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1923
1815
|
|
|
1924
1816
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1925
1817
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1926
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1818
|
+
<a goto="getEvents" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents" Zondy.ThemeLayer.ThemeLayer.html#getEvents>Zondy.ThemeLayer.ThemeLayer#getEvents</a>
|
|
1927
1819
|
</li></ul></dd>
|
|
1928
1820
|
|
|
1929
1821
|
|
|
@@ -1987,6 +1879,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1987
1879
|
<span class="param-type">Object</span>
|
|
1988
1880
|
|
|
1989
1881
|
|
|
1882
|
+
|
|
1990
1883
|
</div>
|
|
1991
1884
|
|
|
1992
1885
|
</div>
|
|
@@ -2064,6 +1957,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2064
1957
|
<span class="param-type">string</span>
|
|
2065
1958
|
|
|
2066
1959
|
|
|
1960
|
+
|
|
2067
1961
|
|
|
2068
1962
|
</td>
|
|
2069
1963
|
|
|
@@ -2088,6 +1982,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2088
1982
|
<span class="param-type">string</span>
|
|
2089
1983
|
|
|
2090
1984
|
|
|
1985
|
+
|
|
2091
1986
|
|
|
2092
1987
|
</td>
|
|
2093
1988
|
|
|
@@ -2117,7 +2012,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2117
2012
|
|
|
2118
2013
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2119
2014
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2120
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
2015
|
+
<a goto="getFeatureBy" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy" Zondy.ThemeLayer.ThemeLayer.html#getFeatureBy>Zondy.ThemeLayer.ThemeLayer#getFeatureBy</a>
|
|
2121
2016
|
</li></ul></dd>
|
|
2122
2017
|
|
|
2123
2018
|
|
|
@@ -2233,6 +2128,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2233
2128
|
<span class="param-type">number</span>
|
|
2234
2129
|
|
|
2235
2130
|
|
|
2131
|
+
|
|
2236
2132
|
|
|
2237
2133
|
</td>
|
|
2238
2134
|
|
|
@@ -2262,7 +2158,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2262
2158
|
|
|
2263
2159
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2264
2160
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2265
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2161
|
+
<a goto="getFeatureById" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById" Zondy.ThemeLayer.ThemeLayer.html#getFeatureById>Zondy.ThemeLayer.ThemeLayer#getFeatureById</a>
|
|
2266
2162
|
</li></ul></dd>
|
|
2267
2163
|
|
|
2268
2164
|
|
|
@@ -2358,7 +2254,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2358
2254
|
|
|
2359
2255
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2360
2256
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2361
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2257
|
+
<a goto="getFeatures" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures" Zondy.ThemeLayer.ThemeLayer.html#getFeatures>Zondy.ThemeLayer.ThemeLayer#getFeatures</a>
|
|
2362
2258
|
</li></ul></dd>
|
|
2363
2259
|
|
|
2364
2260
|
|
|
@@ -2422,6 +2318,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2422
2318
|
<span class="param-type">Array</span>
|
|
2423
2319
|
|
|
2424
2320
|
|
|
2321
|
+
|
|
2425
2322
|
</div>
|
|
2426
2323
|
|
|
2427
2324
|
</div>
|
|
@@ -2499,6 +2396,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2499
2396
|
<span class="param-type">string</span>
|
|
2500
2397
|
|
|
2501
2398
|
|
|
2399
|
+
|
|
2502
2400
|
|
|
2503
2401
|
</td>
|
|
2504
2402
|
|
|
@@ -2523,6 +2421,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2523
2421
|
<span class="param-type">string</span>
|
|
2524
2422
|
|
|
2525
2423
|
|
|
2424
|
+
|
|
2526
2425
|
|
|
2527
2426
|
</td>
|
|
2528
2427
|
|
|
@@ -2552,7 +2451,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2552
2451
|
|
|
2553
2452
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2554
2453
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2555
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2454
|
+
<a goto="getFeaturesByAttribute" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute" Zondy.ThemeLayer.ThemeLayer.html#getFeaturesByAttribute>Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2556
2455
|
</li></ul></dd>
|
|
2557
2456
|
|
|
2558
2457
|
|
|
@@ -2616,6 +2515,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2616
2515
|
<span class="param-type">Array</span>
|
|
2617
2516
|
|
|
2618
2517
|
|
|
2518
|
+
|
|
2619
2519
|
</div>
|
|
2620
2520
|
|
|
2621
2521
|
</div>
|
|
@@ -2693,6 +2593,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2693
2593
|
<span class="param-type">Array</span>
|
|
2694
2594
|
|
|
2695
2595
|
|
|
2596
|
+
|
|
2696
2597
|
|
|
2697
2598
|
</td>
|
|
2698
2599
|
|
|
@@ -2722,7 +2623,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2722
2623
|
|
|
2723
2624
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2724
2625
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2725
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2626
|
+
<a goto="getLocalXY" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY" Zondy.ThemeLayer.ThemeLayer.html#getLocalXY>Zondy.ThemeLayer.ThemeLayer#getLocalXY</a>
|
|
2726
2627
|
</li></ul></dd>
|
|
2727
2628
|
|
|
2728
2629
|
|
|
@@ -2838,6 +2739,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2838
2739
|
<span class="param-type">number</span>
|
|
2839
2740
|
|
|
2840
2741
|
|
|
2742
|
+
|
|
2841
2743
|
|
|
2842
2744
|
</td>
|
|
2843
2745
|
|
|
@@ -2867,7 +2769,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2867
2769
|
|
|
2868
2770
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2869
2771
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2870
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID"
|
|
2772
|
+
<a goto="getShapesByFeatureID" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getShapesByFeatureID>Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2871
2773
|
</li></ul></dd>
|
|
2872
2774
|
|
|
2873
2775
|
|
|
@@ -2983,6 +2885,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2983
2885
|
<span class="param-type">Zondy.Feature.Vector</span>
|
|
2984
2886
|
|
|
2985
2887
|
|
|
2888
|
+
|
|
2986
2889
|
|
|
2987
2890
|
</td>
|
|
2988
2891
|
|
|
@@ -3068,7 +2971,8 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3068
2971
|
<div class='column is-5 has-text-left'>
|
|
3069
2972
|
<label>类型: </label>
|
|
3070
2973
|
|
|
3071
|
-
<span class="param-type">Array.<<a href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
2974
|
+
<span class="param-type">Array.<<a link="Array.<Zondy.ThemeLayer.ThemeStyle>.html" onclick="getTypeHTML(event)" href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
2975
|
+
|
|
3072
2976
|
|
|
3073
2977
|
|
|
3074
2978
|
</div>
|
|
@@ -3148,6 +3052,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3148
3052
|
<span class="param-type">string</span>
|
|
3149
3053
|
|
|
3150
3054
|
|
|
3055
|
+
|
|
3151
3056
|
|
|
3152
3057
|
</td>
|
|
3153
3058
|
|
|
@@ -3172,6 +3077,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3172
3077
|
<span class="param-type">Object</span>
|
|
3173
3078
|
|
|
3174
3079
|
|
|
3080
|
+
|
|
3175
3081
|
|
|
3176
3082
|
</td>
|
|
3177
3083
|
|
|
@@ -3201,7 +3107,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3201
3107
|
|
|
3202
3108
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3203
3109
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3204
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize"
|
|
3110
|
+
<a goto="initialize" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#initialize>Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize</a>
|
|
3205
3111
|
</li></ul></dd>
|
|
3206
3112
|
|
|
3207
3113
|
|
|
@@ -3317,6 +3223,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3317
3223
|
<span class="param-type">Event</span>
|
|
3318
3224
|
|
|
3319
3225
|
|
|
3226
|
+
|
|
3320
3227
|
|
|
3321
3228
|
</td>
|
|
3322
3229
|
|
|
@@ -3341,6 +3248,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3341
3248
|
<span class="param-type">function</span>
|
|
3342
3249
|
|
|
3343
3250
|
|
|
3251
|
+
|
|
3344
3252
|
|
|
3345
3253
|
</td>
|
|
3346
3254
|
|
|
@@ -3365,6 +3273,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3365
3273
|
<span class="param-type">string</span>
|
|
3366
3274
|
|
|
3367
3275
|
|
|
3276
|
+
|
|
3368
3277
|
|
|
3369
3278
|
</td>
|
|
3370
3279
|
|
|
@@ -3394,7 +3303,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3394
3303
|
|
|
3395
3304
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3396
3305
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3397
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
3306
|
+
<a goto="off" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off" Zondy.ThemeLayer.ThemeLayer.html#off>Zondy.ThemeLayer.ThemeLayer#off</a>
|
|
3398
3307
|
</li></ul></dd>
|
|
3399
3308
|
|
|
3400
3309
|
|
|
@@ -3510,6 +3419,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3510
3419
|
<span class="param-type">Event</span>
|
|
3511
3420
|
|
|
3512
3421
|
|
|
3422
|
+
|
|
3513
3423
|
|
|
3514
3424
|
</td>
|
|
3515
3425
|
|
|
@@ -3534,6 +3444,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3534
3444
|
<span class="param-type">function</span>
|
|
3535
3445
|
|
|
3536
3446
|
|
|
3447
|
+
|
|
3537
3448
|
|
|
3538
3449
|
</td>
|
|
3539
3450
|
|
|
@@ -3558,6 +3469,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3558
3469
|
<span class="param-type">string</span>
|
|
3559
3470
|
|
|
3560
3471
|
|
|
3472
|
+
|
|
3561
3473
|
|
|
3562
3474
|
</td>
|
|
3563
3475
|
|
|
@@ -3587,7 +3499,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3587
3499
|
|
|
3588
3500
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3589
3501
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3590
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
3502
|
+
<a goto="on" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on" Zondy.ThemeLayer.ThemeLayer.html#on>Zondy.ThemeLayer.ThemeLayer#on</a>
|
|
3591
3503
|
</li></ul></dd>
|
|
3592
3504
|
|
|
3593
3505
|
|
|
@@ -3703,6 +3615,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3703
3615
|
<span class="param-type">L.Map</span>
|
|
3704
3616
|
|
|
3705
3617
|
|
|
3618
|
+
|
|
3706
3619
|
|
|
3707
3620
|
</td>
|
|
3708
3621
|
|
|
@@ -3732,7 +3645,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3732
3645
|
|
|
3733
3646
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3734
3647
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3735
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
3648
|
+
<a goto="onRemove" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove" Zondy.ThemeLayer.ThemeLayer.html#onRemove>Zondy.ThemeLayer.ThemeLayer#onRemove</a>
|
|
3736
3649
|
</li></ul></dd>
|
|
3737
3650
|
|
|
3738
3651
|
|
|
@@ -3828,7 +3741,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3828
3741
|
|
|
3829
3742
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3830
3743
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3831
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw"
|
|
3744
|
+
<a goto="redraw" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redraw>Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw</a>
|
|
3832
3745
|
</li></ul></dd>
|
|
3833
3746
|
|
|
3834
3747
|
|
|
@@ -3946,6 +3859,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3946
3859
|
<span class="param-type">L.bounds</span>
|
|
3947
3860
|
|
|
3948
3861
|
|
|
3862
|
+
|
|
3949
3863
|
|
|
3950
3864
|
</td>
|
|
3951
3865
|
|
|
@@ -3975,7 +3889,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3975
3889
|
|
|
3976
3890
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3977
3891
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3978
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures"
|
|
3892
|
+
<a goto="redrawThematicFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
3979
3893
|
</li></ul></dd>
|
|
3980
3894
|
|
|
3981
3895
|
|
|
@@ -4071,7 +3985,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4071
3985
|
|
|
4072
3986
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4073
3987
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4074
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures"
|
|
3988
|
+
<a goto="removeAllFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
4075
3989
|
</li></ul></dd>
|
|
4076
3990
|
|
|
4077
3991
|
|
|
@@ -4187,6 +4101,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4187
4101
|
<span class="param-type">Object</span>
|
|
4188
4102
|
|
|
4189
4103
|
|
|
4104
|
+
|
|
4190
4105
|
|
|
4191
4106
|
</td>
|
|
4192
4107
|
|
|
@@ -4216,7 +4131,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4216
4131
|
|
|
4217
4132
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4218
4133
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4219
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures"
|
|
4134
|
+
<a goto="removeFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4220
4135
|
</li></ul></dd>
|
|
4221
4136
|
|
|
4222
4137
|
|
|
@@ -4332,6 +4247,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4332
4247
|
<span class="param-type">number</span>
|
|
4333
4248
|
|
|
4334
4249
|
|
|
4250
|
+
|
|
4335
4251
|
|
|
4336
4252
|
</td>
|
|
4337
4253
|
|
|
@@ -4361,7 +4277,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4361
4277
|
|
|
4362
4278
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4363
4279
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4364
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount"
|
|
4280
|
+
<a goto="setMaxCacheCount" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#setMaxCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4365
4281
|
</li></ul></dd>
|
|
4366
4282
|
|
|
4367
4283
|
|
|
@@ -4477,6 +4393,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4477
4393
|
<span class="param-type">number</span>
|
|
4478
4394
|
|
|
4479
4395
|
|
|
4396
|
+
|
|
4480
4397
|
|
|
4481
4398
|
</td>
|
|
4482
4399
|
|
|
@@ -4506,7 +4423,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4506
4423
|
|
|
4507
4424
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4508
4425
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4509
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
4426
|
+
<a goto="setOpacity" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity" Zondy.ThemeLayer.ThemeLayer.html#setOpacity>Zondy.ThemeLayer.ThemeLayer#setOpacity</a>
|
|
4510
4427
|
</li></ul></dd>
|
|
4511
4428
|
|
|
4512
4429
|
|
|
@@ -4622,6 +4539,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4622
4539
|
<span class="param-type">L.bounds</span>
|
|
4623
4540
|
|
|
4624
4541
|
|
|
4542
|
+
|
|
4625
4543
|
|
|
4626
4544
|
</td>
|
|
4627
4545
|
|
|
@@ -4651,7 +4569,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4651
4569
|
|
|
4652
4570
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4653
4571
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4654
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
4572
|
+
<a goto="update" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update" Zondy.ThemeLayer.ThemeLayer.html#update>Zondy.ThemeLayer.ThemeLayer#update</a>
|
|
4655
4573
|
</li></ul></dd>
|
|
4656
4574
|
|
|
4657
4575
|
|
|
@@ -4815,6 +4733,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4815
4733
|
<span class="param-type">Object</span>
|
|
4816
4734
|
|
|
4817
4735
|
|
|
4736
|
+
|
|
4818
4737
|
|
|
4819
4738
|
</td>
|
|
4820
4739
|
|
|
@@ -4841,7 +4760,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4841
4760
|
|
|
4842
4761
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4843
4762
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4844
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded"
|
|
4763
|
+
<a goto="event:beforefeaturesadded" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4845
4764
|
</li></ul></dd>
|
|
4846
4765
|
|
|
4847
4766
|
|
|
@@ -4965,6 +4884,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4965
4884
|
<span class="param-type">Object</span>
|
|
4966
4885
|
|
|
4967
4886
|
|
|
4887
|
+
|
|
4968
4888
|
|
|
4969
4889
|
</td>
|
|
4970
4890
|
|
|
@@ -4988,6 +4908,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4988
4908
|
<span class="param-type">string</span>
|
|
4989
4909
|
|
|
4990
4910
|
|
|
4911
|
+
|
|
4991
4912
|
|
|
4992
4913
|
</td>
|
|
4993
4914
|
|
|
@@ -5014,7 +4935,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5014
4935
|
|
|
5015
4936
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5016
4937
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5017
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
4938
|
+
<a goto="event:changelayer" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer" Zondy.ThemeLayer.ThemeLayer.html#event:changelayer>Zondy.ThemeLayer.ThemeLayer#event:changelayer</a>
|
|
5018
4939
|
</li></ul></dd>
|
|
5019
4940
|
|
|
5020
4941
|
|
|
@@ -5138,6 +5059,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5138
5059
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
5139
5060
|
|
|
5140
5061
|
|
|
5062
|
+
|
|
5141
5063
|
|
|
5142
5064
|
</td>
|
|
5143
5065
|
|
|
@@ -5161,6 +5083,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5161
5083
|
<span class="param-type">boolean</span>
|
|
5162
5084
|
|
|
5163
5085
|
|
|
5086
|
+
|
|
5164
5087
|
|
|
5165
5088
|
</td>
|
|
5166
5089
|
|
|
@@ -5187,7 +5110,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5187
5110
|
|
|
5188
5111
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5189
5112
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5190
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
5113
|
+
<a goto="event:featuresremoved" link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved" Zondy.ThemeLayer.ThemeLayer.html#event:featuresremoved>Zondy.ThemeLayer.ThemeLayer#event:featuresremoved</a>
|
|
5191
5114
|
</li></ul></dd>
|
|
5192
5115
|
|
|
5193
5116
|
|
|
@@ -5247,43 +5170,4 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5247
5170
|
|
|
5248
5171
|
</article>
|
|
5249
5172
|
|
|
5250
|
-
</section>
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
</div>
|
|
5256
|
-
|
|
5257
|
-
<footer class="footer">
|
|
5258
|
-
<div class="content has-text-centered">
|
|
5259
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
5260
|
-
<p class="sidebar-created-by">
|
|
5261
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5262
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5263
|
-
</p>
|
|
5264
|
-
</div>
|
|
5265
|
-
</footer>
|
|
5266
|
-
|
|
5267
|
-
</div>
|
|
5268
|
-
<div id="side-nav" class="side-nav">
|
|
5269
|
-
<div style="margin-bottom: 10px;">
|
|
5270
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5271
|
-
</div>
|
|
5272
|
-
<div style="margin-bottom: 10px;">
|
|
5273
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5274
|
-
</div>
|
|
5275
|
-
<div style="margin-bottom: 10px;">
|
|
5276
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5277
|
-
</div>
|
|
5278
|
-
<div>
|
|
5279
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5280
|
-
</div>
|
|
5281
|
-
</div>
|
|
5282
|
-
</div>
|
|
5283
|
-
<script src="scripts/linenumber.js"> </script>
|
|
5284
|
-
|
|
5285
|
-
<script src="scripts/search.js"> </script>
|
|
5286
|
-
|
|
5287
|
-
<script src="scripts/sideBar.js"> </script>
|
|
5288
|
-
</body>
|
|
5289
|
-
</html>
|
|
5173
|
+
</section>
|