@mapgis/webclient-leaflet-plugin 17.0.0 → 17.0.2
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 +342 -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 +6 -6
- package/documention/DrawControl.html +9 -180
- package/documention/L.zondy.MapvBaseLayer.html +6 -177
- package/documention/MapViewLeaflet.html +14 -185
- package/documention/Popup.html +6 -177
- package/documention/Screenshot.html +8 -179
- package/documention/SketchEditorLeaflet.html +6 -177
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +27 -198
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +26 -197
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -205
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +7 -178
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +6 -177
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -205
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +39 -210
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +34 -205
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +34 -205
- package/documention/Zondy.Widget.html +6 -177
- package/documention/Zondy.view.UI.html +6 -177
- package/documention/global.html +5 -176
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +76 -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> rankSymbolThemeLayer</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">rankSymbolThemeLayer</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">rankSymbolThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -479,7 +347,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
479
347
|
|
|
480
348
|
|
|
481
349
|
<ul>
|
|
482
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer"
|
|
350
|
+
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer" Zondy.ThemeLayer.GraphThemeLayer.html>Zondy.ThemeLayer.GraphThemeLayer</a></li>
|
|
483
351
|
</ul>
|
|
484
352
|
|
|
485
353
|
|
|
@@ -1390,7 +1258,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1390
1258
|
|
|
1391
1259
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1392
1260
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1393
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#addFeatures"
|
|
1261
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#addFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#addFeatures>Zondy.ThemeLayer.GraphThemeLayer#addFeatures</a>
|
|
1394
1262
|
</li></ul></dd>
|
|
1395
1263
|
|
|
1396
1264
|
|
|
@@ -1486,7 +1354,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1486
1354
|
|
|
1487
1355
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1488
1356
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1489
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clear"
|
|
1357
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clear" Zondy.ThemeLayer.GraphThemeLayer.html#clear>Zondy.ThemeLayer.GraphThemeLayer#clear</a>
|
|
1490
1358
|
</li></ul></dd>
|
|
1491
1359
|
|
|
1492
1360
|
|
|
@@ -1658,7 +1526,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1658
1526
|
|
|
1659
1527
|
<dt class="tag-overrides">Overrides:</dt>
|
|
1660
1528
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1661
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clearCache"
|
|
1529
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clearCache" Zondy.ThemeLayer.GraphThemeLayer.html#clearCache>Zondy.ThemeLayer.GraphThemeLayer#clearCache</a>
|
|
1662
1530
|
</li></ul></dd>
|
|
1663
1531
|
|
|
1664
1532
|
|
|
@@ -1803,7 +1671,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1803
1671
|
|
|
1804
1672
|
<dt class="tag-overrides">Overrides:</dt>
|
|
1805
1673
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1806
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#createThematicFeature"
|
|
1674
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#createThematicFeature" Zondy.ThemeLayer.GraphThemeLayer.html#createThematicFeature>Zondy.ThemeLayer.GraphThemeLayer#createThematicFeature</a>
|
|
1807
1675
|
</li></ul></dd>
|
|
1808
1676
|
|
|
1809
1677
|
|
|
@@ -1971,7 +1839,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1971
1839
|
|
|
1972
1840
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1973
1841
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1974
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1842
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures" Zondy.ThemeLayer.ThemeLayer.html#destroyFeatures>Zondy.ThemeLayer.ThemeLayer#destroyFeatures</a>
|
|
1975
1843
|
</li></ul></dd>
|
|
1976
1844
|
|
|
1977
1845
|
|
|
@@ -2067,7 +1935,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2067
1935
|
|
|
2068
1936
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2069
1937
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2070
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#drawCharts"
|
|
1938
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#drawCharts" Zondy.ThemeLayer.GraphThemeLayer.html#drawCharts>Zondy.ThemeLayer.GraphThemeLayer#drawCharts</a>
|
|
2071
1939
|
</li></ul></dd>
|
|
2072
1940
|
|
|
2073
1941
|
|
|
@@ -2163,7 +2031,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2163
2031
|
|
|
2164
2032
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2165
2033
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2166
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
2034
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents" Zondy.ThemeLayer.ThemeLayer.html#getEvents>Zondy.ThemeLayer.ThemeLayer#getEvents</a>
|
|
2167
2035
|
</li></ul></dd>
|
|
2168
2036
|
|
|
2169
2037
|
|
|
@@ -2357,7 +2225,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2357
2225
|
|
|
2358
2226
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2359
2227
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2360
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
2228
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy" Zondy.ThemeLayer.ThemeLayer.html#getFeatureBy>Zondy.ThemeLayer.ThemeLayer#getFeatureBy</a>
|
|
2361
2229
|
</li></ul></dd>
|
|
2362
2230
|
|
|
2363
2231
|
|
|
@@ -2502,7 +2370,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2502
2370
|
|
|
2503
2371
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2504
2372
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2505
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2373
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById" Zondy.ThemeLayer.ThemeLayer.html#getFeatureById>Zondy.ThemeLayer.ThemeLayer#getFeatureById</a>
|
|
2506
2374
|
</li></ul></dd>
|
|
2507
2375
|
|
|
2508
2376
|
|
|
@@ -2598,7 +2466,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2598
2466
|
|
|
2599
2467
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2600
2468
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2601
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2469
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures" Zondy.ThemeLayer.ThemeLayer.html#getFeatures>Zondy.ThemeLayer.ThemeLayer#getFeatures</a>
|
|
2602
2470
|
</li></ul></dd>
|
|
2603
2471
|
|
|
2604
2472
|
|
|
@@ -2792,7 +2660,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2792
2660
|
|
|
2793
2661
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2794
2662
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2795
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2663
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute" Zondy.ThemeLayer.ThemeLayer.html#getFeaturesByAttribute>Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2796
2664
|
</li></ul></dd>
|
|
2797
2665
|
|
|
2798
2666
|
|
|
@@ -2962,7 +2830,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2962
2830
|
|
|
2963
2831
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2964
2832
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2965
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2833
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY" Zondy.ThemeLayer.ThemeLayer.html#getLocalXY>Zondy.ThemeLayer.ThemeLayer#getLocalXY</a>
|
|
2966
2834
|
</li></ul></dd>
|
|
2967
2835
|
|
|
2968
2836
|
|
|
@@ -3107,7 +2975,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3107
2975
|
|
|
3108
2976
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3109
2977
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3110
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getShapesByFeatureID"
|
|
2978
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getShapesByFeatureID" Zondy.ThemeLayer.GraphThemeLayer.html#getShapesByFeatureID>Zondy.ThemeLayer.GraphThemeLayer#getShapesByFeatureID</a>
|
|
3111
2979
|
</li></ul></dd>
|
|
3112
2980
|
|
|
3113
2981
|
|
|
@@ -3300,7 +3168,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3300
3168
|
|
|
3301
3169
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3302
3170
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3303
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getWeightFieldValue"
|
|
3171
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getWeightFieldValue" Zondy.ThemeLayer.GraphThemeLayer.html#getWeightFieldValue>Zondy.ThemeLayer.GraphThemeLayer#getWeightFieldValue</a>
|
|
3304
3172
|
</li></ul></dd>
|
|
3305
3173
|
|
|
3306
3174
|
|
|
@@ -3493,7 +3361,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3493
3361
|
|
|
3494
3362
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3495
3363
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3496
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#initialize"
|
|
3364
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#initialize" Zondy.ThemeLayer.GraphThemeLayer.html#initialize>Zondy.ThemeLayer.GraphThemeLayer#initialize</a>
|
|
3497
3365
|
</li></ul></dd>
|
|
3498
3366
|
|
|
3499
3367
|
|
|
@@ -3663,7 +3531,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3663
3531
|
|
|
3664
3532
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3665
3533
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3666
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isChartInMap"
|
|
3534
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isChartInMap" Zondy.ThemeLayer.GraphThemeLayer.html#isChartInMap>Zondy.ThemeLayer.GraphThemeLayer#isChartInMap</a>
|
|
3667
3535
|
</li></ul></dd>
|
|
3668
3536
|
|
|
3669
3537
|
|
|
@@ -3833,7 +3701,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3833
3701
|
|
|
3834
3702
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3835
3703
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3836
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isPointInPoly"
|
|
3704
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isPointInPoly" Zondy.ThemeLayer.GraphThemeLayer.html#isPointInPoly>Zondy.ThemeLayer.GraphThemeLayer#isPointInPoly</a>
|
|
3837
3705
|
</li></ul></dd>
|
|
3838
3706
|
|
|
3839
3707
|
|
|
@@ -4002,7 +3870,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4002
3870
|
|
|
4003
3871
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4004
3872
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4005
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isQuadrilateralOverLap"
|
|
3873
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isQuadrilateralOverLap" Zondy.ThemeLayer.GraphThemeLayer.html#isQuadrilateralOverLap>Zondy.ThemeLayer.GraphThemeLayer#isQuadrilateralOverLap</a>
|
|
4006
3874
|
</li></ul></dd>
|
|
4007
3875
|
|
|
4008
3876
|
|
|
@@ -4226,7 +4094,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4226
4094
|
|
|
4227
4095
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4228
4096
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4229
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#lineIntersection"
|
|
4097
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#lineIntersection" Zondy.ThemeLayer.GraphThemeLayer.html#lineIntersection>Zondy.ThemeLayer.GraphThemeLayer#lineIntersection</a>
|
|
4230
4098
|
</li></ul></dd>
|
|
4231
4099
|
|
|
4232
4100
|
|
|
@@ -4444,7 +4312,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4444
4312
|
|
|
4445
4313
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4446
4314
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4447
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
4315
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off" Zondy.ThemeLayer.ThemeLayer.html#off>Zondy.ThemeLayer.ThemeLayer#off</a>
|
|
4448
4316
|
</li></ul></dd>
|
|
4449
4317
|
|
|
4450
4318
|
|
|
@@ -4637,7 +4505,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4637
4505
|
|
|
4638
4506
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4639
4507
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4640
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
4508
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on" Zondy.ThemeLayer.ThemeLayer.html#on>Zondy.ThemeLayer.ThemeLayer#on</a>
|
|
4641
4509
|
</li></ul></dd>
|
|
4642
4510
|
|
|
4643
4511
|
|
|
@@ -4782,7 +4650,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4782
4650
|
|
|
4783
4651
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4784
4652
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4785
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
4653
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove" Zondy.ThemeLayer.ThemeLayer.html#onRemove>Zondy.ThemeLayer.ThemeLayer#onRemove</a>
|
|
4786
4654
|
</li></ul></dd>
|
|
4787
4655
|
|
|
4788
4656
|
|
|
@@ -4878,7 +4746,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4878
4746
|
|
|
4879
4747
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4880
4748
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4881
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redraw"
|
|
4749
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redraw" Zondy.ThemeLayer.GraphThemeLayer.html#redraw>Zondy.ThemeLayer.GraphThemeLayer#redraw</a>
|
|
4882
4750
|
</li></ul></dd>
|
|
4883
4751
|
|
|
4884
4752
|
|
|
@@ -5023,7 +4891,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5023
4891
|
|
|
5024
4892
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5025
4893
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5026
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redrawThematicFeatures"
|
|
4894
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GraphThemeLayer#redrawThematicFeatures</a>
|
|
5027
4895
|
</li></ul></dd>
|
|
5028
4896
|
|
|
5029
4897
|
|
|
@@ -5119,7 +4987,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5119
4987
|
|
|
5120
4988
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5121
4989
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5122
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeAllFeatures"
|
|
4990
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeAllFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.GraphThemeLayer#removeAllFeatures</a>
|
|
5123
4991
|
</li></ul></dd>
|
|
5124
4992
|
|
|
5125
4993
|
|
|
@@ -5264,7 +5132,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5264
5132
|
|
|
5265
5133
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5266
5134
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5267
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeFeatures"
|
|
5135
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#removeFeatures>Zondy.ThemeLayer.GraphThemeLayer#removeFeatures</a>
|
|
5268
5136
|
</li></ul></dd>
|
|
5269
5137
|
|
|
5270
5138
|
|
|
@@ -5409,7 +5277,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5409
5277
|
|
|
5410
5278
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5411
5279
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5412
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#setChartsType"
|
|
5280
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#setChartsType" Zondy.ThemeLayer.GraphThemeLayer.html#setChartsType>Zondy.ThemeLayer.GraphThemeLayer#setChartsType</a>
|
|
5413
5281
|
</li></ul></dd>
|
|
5414
5282
|
|
|
5415
5283
|
|
|
@@ -5554,7 +5422,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5554
5422
|
|
|
5555
5423
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5556
5424
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5557
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
5425
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity" Zondy.ThemeLayer.ThemeLayer.html#setOpacity>Zondy.ThemeLayer.ThemeLayer#setOpacity</a>
|
|
5558
5426
|
</li></ul></dd>
|
|
5559
5427
|
|
|
5560
5428
|
|
|
@@ -5839,7 +5707,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5839
5707
|
|
|
5840
5708
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5841
5709
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5842
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
5710
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update" Zondy.ThemeLayer.ThemeLayer.html#update>Zondy.ThemeLayer.ThemeLayer#update</a>
|
|
5843
5711
|
</li></ul></dd>
|
|
5844
5712
|
|
|
5845
5713
|
|
|
@@ -6029,7 +5897,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6029
5897
|
|
|
6030
5898
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6031
5899
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6032
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#event:beforefeaturesadded"
|
|
5900
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GraphThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GraphThemeLayer#event:beforefeaturesadded</a>
|
|
6033
5901
|
</li></ul></dd>
|
|
6034
5902
|
|
|
6035
5903
|
|
|
@@ -6202,7 +6070,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6202
6070
|
|
|
6203
6071
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6204
6072
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6205
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
6073
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer" Zondy.ThemeLayer.ThemeLayer.html#event:changelayer>Zondy.ThemeLayer.ThemeLayer#event:changelayer</a>
|
|
6206
6074
|
</li></ul></dd>
|
|
6207
6075
|
|
|
6208
6076
|
|
|
@@ -6375,7 +6243,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6375
6243
|
|
|
6376
6244
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6377
6245
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6378
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
6246
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved" Zondy.ThemeLayer.ThemeLayer.html#event:featuresremoved>Zondy.ThemeLayer.ThemeLayer#event:featuresremoved</a>
|
|
6379
6247
|
</li></ul></dd>
|
|
6380
6248
|
|
|
6381
6249
|
|
|
@@ -6435,43 +6303,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6435
6303
|
|
|
6436
6304
|
</article>
|
|
6437
6305
|
|
|
6438
|
-
</section>
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
</div>
|
|
6444
|
-
|
|
6445
|
-
<footer class="footer">
|
|
6446
|
-
<div class="content has-text-centered">
|
|
6447
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
6448
|
-
<p class="sidebar-created-by">
|
|
6449
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
6450
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
6451
|
-
</p>
|
|
6452
|
-
</div>
|
|
6453
|
-
</footer>
|
|
6454
|
-
|
|
6455
|
-
</div>
|
|
6456
|
-
<div id="side-nav" class="side-nav">
|
|
6457
|
-
<div style="margin-bottom: 10px;">
|
|
6458
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
6459
|
-
</div>
|
|
6460
|
-
<div style="margin-bottom: 10px;">
|
|
6461
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
6462
|
-
</div>
|
|
6463
|
-
<div style="margin-bottom: 10px;">
|
|
6464
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
6465
|
-
</div>
|
|
6466
|
-
<div>
|
|
6467
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
6468
|
-
</div>
|
|
6469
|
-
</div>
|
|
6470
|
-
</div>
|
|
6471
|
-
<script src="scripts/linenumber.js"> </script>
|
|
6472
|
-
|
|
6473
|
-
<script src="scripts/search.js"> </script>
|
|
6474
|
-
|
|
6475
|
-
<script src="scripts/sideBar.js"> </script>
|
|
6476
|
-
</body>
|
|
6477
|
-
</html>
|
|
6306
|
+
</section>
|