@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> RandomThemeLayer</title>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<body class="layout small-header">
|
|
22
|
-
<div id="stickyNavbarOverlay"></div>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">RandomThemeLayer</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">RandomThemeLayer</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
|
|
|
@@ -570,7 +447,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
570
447
|
<tbody>
|
|
571
448
|
|
|
572
449
|
<tr class="deep-level-0">
|
|
573
|
-
<td class="name"><code><a href="
|
|
450
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
574
451
|
<td class="name">
|
|
575
452
|
<code>
|
|
576
453
|
|
|
@@ -580,7 +457,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
580
457
|
</tr>
|
|
581
458
|
|
|
582
459
|
<tr class="deep-level-0">
|
|
583
|
-
<td class="name"><code><a href="
|
|
460
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
584
461
|
<td class="name">
|
|
585
462
|
<code>
|
|
586
463
|
|
|
@@ -590,7 +467,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
590
467
|
</tr>
|
|
591
468
|
|
|
592
469
|
<tr class="deep-level-0">
|
|
593
|
-
<td class="name"><code><a href="
|
|
470
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
594
471
|
<td class="name">
|
|
595
472
|
<code>
|
|
596
473
|
|
|
@@ -600,7 +477,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
600
477
|
</tr>
|
|
601
478
|
|
|
602
479
|
<tr class="deep-level-0">
|
|
603
|
-
<td class="name"><code><a href="
|
|
480
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
604
481
|
<td class="name">
|
|
605
482
|
<code>
|
|
606
483
|
|
|
@@ -610,7 +487,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
610
487
|
</tr>
|
|
611
488
|
|
|
612
489
|
<tr class="deep-level-0">
|
|
613
|
-
<td class="name"><code><a href="
|
|
490
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
614
491
|
<td class="name">
|
|
615
492
|
<code>
|
|
616
493
|
|
|
@@ -620,7 +497,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
620
497
|
</tr>
|
|
621
498
|
|
|
622
499
|
<tr class="deep-level-0">
|
|
623
|
-
<td class="name"><code><a href="
|
|
500
|
+
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
624
501
|
<td class="name">
|
|
625
502
|
<code>
|
|
626
503
|
|
|
@@ -628,6 +505,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
628
505
|
<span class="param-type">number</span>
|
|
629
506
|
|
|
630
507
|
|
|
508
|
+
|
|
631
509
|
|
|
632
510
|
</code>
|
|
633
511
|
</td>
|
|
@@ -635,7 +513,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
635
513
|
</tr>
|
|
636
514
|
|
|
637
515
|
<tr class="deep-level-0">
|
|
638
|
-
<td class="name"><code><a href="
|
|
516
|
+
<td class="name"><code><a href="#getColor">getColor</a></code></td>
|
|
639
517
|
<td class="name">
|
|
640
518
|
<code>
|
|
641
519
|
|
|
@@ -643,6 +521,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
643
521
|
<span class="param-type">Array</span>
|
|
644
522
|
|
|
645
523
|
|
|
524
|
+
|
|
646
525
|
|
|
647
526
|
</code>
|
|
648
527
|
</td>
|
|
@@ -650,7 +529,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
650
529
|
</tr>
|
|
651
530
|
|
|
652
531
|
<tr class="deep-level-0">
|
|
653
|
-
<td class="name"><code><a href="
|
|
532
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
654
533
|
<td class="name">
|
|
655
534
|
<code>
|
|
656
535
|
|
|
@@ -658,6 +537,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
658
537
|
<span class="param-type">Object</span>
|
|
659
538
|
|
|
660
539
|
|
|
540
|
+
|
|
661
541
|
|
|
662
542
|
</code>
|
|
663
543
|
</td>
|
|
@@ -665,7 +545,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
665
545
|
</tr>
|
|
666
546
|
|
|
667
547
|
<tr class="deep-level-0">
|
|
668
|
-
<td class="name"><code><a href="
|
|
548
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
669
549
|
<td class="name">
|
|
670
550
|
<code>
|
|
671
551
|
|
|
@@ -675,7 +555,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
675
555
|
</tr>
|
|
676
556
|
|
|
677
557
|
<tr class="deep-level-0">
|
|
678
|
-
<td class="name"><code><a href="
|
|
558
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
679
559
|
<td class="name">
|
|
680
560
|
<code>
|
|
681
561
|
|
|
@@ -685,7 +565,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
685
565
|
</tr>
|
|
686
566
|
|
|
687
567
|
<tr class="deep-level-0">
|
|
688
|
-
<td class="name"><code><a href="
|
|
568
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
689
569
|
<td class="name">
|
|
690
570
|
<code>
|
|
691
571
|
|
|
@@ -693,6 +573,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
693
573
|
<span class="param-type">Array</span>
|
|
694
574
|
|
|
695
575
|
|
|
576
|
+
|
|
696
577
|
|
|
697
578
|
</code>
|
|
698
579
|
</td>
|
|
@@ -700,7 +581,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
700
581
|
</tr>
|
|
701
582
|
|
|
702
583
|
<tr class="deep-level-0">
|
|
703
|
-
<td class="name"><code><a href="
|
|
584
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
704
585
|
<td class="name">
|
|
705
586
|
<code>
|
|
706
587
|
|
|
@@ -708,6 +589,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
708
589
|
<span class="param-type">Array</span>
|
|
709
590
|
|
|
710
591
|
|
|
592
|
+
|
|
711
593
|
|
|
712
594
|
</code>
|
|
713
595
|
</td>
|
|
@@ -715,7 +597,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
715
597
|
</tr>
|
|
716
598
|
|
|
717
599
|
<tr class="deep-level-0">
|
|
718
|
-
<td class="name"><code><a href="
|
|
600
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
719
601
|
<td class="name">
|
|
720
602
|
<code>
|
|
721
603
|
|
|
@@ -725,7 +607,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
725
607
|
</tr>
|
|
726
608
|
|
|
727
609
|
<tr class="deep-level-0">
|
|
728
|
-
<td class="name"><code><a href="
|
|
610
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
729
611
|
<td class="name">
|
|
730
612
|
<code>
|
|
731
613
|
|
|
@@ -735,12 +617,13 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
735
617
|
</tr>
|
|
736
618
|
|
|
737
619
|
<tr class="deep-level-0">
|
|
738
|
-
<td class="name"><code><a href="
|
|
620
|
+
<td class="name"><code><a href="#getStyleByData">getStyleByData</a></code></td>
|
|
739
621
|
<td class="name">
|
|
740
622
|
<code>
|
|
741
623
|
|
|
742
624
|
|
|
743
|
-
<span class="param-type">Array.<<a href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
625
|
+
<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>
|
|
626
|
+
|
|
744
627
|
|
|
745
628
|
|
|
746
629
|
|
|
@@ -750,7 +633,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
750
633
|
</tr>
|
|
751
634
|
|
|
752
635
|
<tr class="deep-level-0">
|
|
753
|
-
<td class="name"><code><a href="
|
|
636
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
754
637
|
<td class="name">
|
|
755
638
|
<code>
|
|
756
639
|
|
|
@@ -760,7 +643,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
760
643
|
</tr>
|
|
761
644
|
|
|
762
645
|
<tr class="deep-level-0">
|
|
763
|
-
<td class="name"><code><a href="
|
|
646
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
764
647
|
<td class="name">
|
|
765
648
|
<code>
|
|
766
649
|
|
|
@@ -770,7 +653,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
770
653
|
</tr>
|
|
771
654
|
|
|
772
655
|
<tr class="deep-level-0">
|
|
773
|
-
<td class="name"><code><a href="
|
|
656
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
774
657
|
<td class="name">
|
|
775
658
|
<code>
|
|
776
659
|
|
|
@@ -780,7 +663,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
780
663
|
</tr>
|
|
781
664
|
|
|
782
665
|
<tr class="deep-level-0">
|
|
783
|
-
<td class="name"><code><a href="
|
|
666
|
+
<td class="name"><code><a href="#onAdd">onAdd</a></code></td>
|
|
784
667
|
<td class="name">
|
|
785
668
|
<code>
|
|
786
669
|
|
|
@@ -790,7 +673,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
790
673
|
</tr>
|
|
791
674
|
|
|
792
675
|
<tr class="deep-level-0">
|
|
793
|
-
<td class="name"><code><a href="
|
|
676
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
794
677
|
<td class="name">
|
|
795
678
|
<code>
|
|
796
679
|
|
|
@@ -800,7 +683,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
800
683
|
</tr>
|
|
801
684
|
|
|
802
685
|
<tr class="deep-level-0">
|
|
803
|
-
<td class="name"><code><a href="
|
|
686
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
804
687
|
<td class="name">
|
|
805
688
|
<code>
|
|
806
689
|
|
|
@@ -810,7 +693,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
810
693
|
</tr>
|
|
811
694
|
|
|
812
695
|
<tr class="deep-level-0">
|
|
813
|
-
<td class="name"><code><a href="
|
|
696
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
814
697
|
<td class="name">
|
|
815
698
|
<code>
|
|
816
699
|
|
|
@@ -820,7 +703,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
820
703
|
</tr>
|
|
821
704
|
|
|
822
705
|
<tr class="deep-level-0">
|
|
823
|
-
<td class="name"><code><a href="
|
|
706
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
824
707
|
<td class="name">
|
|
825
708
|
<code>
|
|
826
709
|
|
|
@@ -830,7 +713,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
830
713
|
</tr>
|
|
831
714
|
|
|
832
715
|
<tr class="deep-level-0">
|
|
833
|
-
<td class="name"><code><a href="
|
|
716
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
834
717
|
<td class="name">
|
|
835
718
|
<code>
|
|
836
719
|
|
|
@@ -840,7 +723,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
840
723
|
</tr>
|
|
841
724
|
|
|
842
725
|
<tr class="deep-level-0">
|
|
843
|
-
<td class="name"><code><a href="
|
|
726
|
+
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
844
727
|
<td class="name">
|
|
845
728
|
<code>
|
|
846
729
|
|
|
@@ -850,7 +733,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
850
733
|
</tr>
|
|
851
734
|
|
|
852
735
|
<tr class="deep-level-0">
|
|
853
|
-
<td class="name"><code><a href="
|
|
736
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
854
737
|
<td class="name">
|
|
855
738
|
<code>
|
|
856
739
|
|
|
@@ -860,7 +743,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
860
743
|
</tr>
|
|
861
744
|
|
|
862
745
|
<tr class="deep-level-0">
|
|
863
|
-
<td class="name"><code><a href="
|
|
746
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
864
747
|
<td class="name">
|
|
865
748
|
<code>
|
|
866
749
|
|
|
@@ -936,6 +819,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
936
819
|
<span class="param-type">Object</span>
|
|
937
820
|
|
|
938
821
|
|
|
822
|
+
|
|
939
823
|
|
|
940
824
|
</td>
|
|
941
825
|
|
|
@@ -965,7 +849,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
965
849
|
|
|
966
850
|
<dt class="inherited-from">Inherited From:</dt>
|
|
967
851
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
968
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures"
|
|
852
|
+
<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>
|
|
969
853
|
</li></ul></dd>
|
|
970
854
|
|
|
971
855
|
|
|
@@ -1061,7 +945,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1061
945
|
|
|
1062
946
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1063
947
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1064
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear"
|
|
948
|
+
<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>
|
|
1065
949
|
</li></ul></dd>
|
|
1066
950
|
|
|
1067
951
|
|
|
@@ -1157,7 +1041,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1157
1041
|
|
|
1158
1042
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1159
1043
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1160
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache"
|
|
1044
|
+
<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>
|
|
1161
1045
|
</li></ul></dd>
|
|
1162
1046
|
|
|
1163
1047
|
|
|
@@ -1273,6 +1157,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1273
1157
|
<span class="param-type">Object</span>
|
|
1274
1158
|
|
|
1275
1159
|
|
|
1160
|
+
|
|
1276
1161
|
|
|
1277
1162
|
</td>
|
|
1278
1163
|
|
|
@@ -1302,7 +1187,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1302
1187
|
|
|
1303
1188
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1304
1189
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1305
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature"
|
|
1190
|
+
<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>
|
|
1306
1191
|
</li></ul></dd>
|
|
1307
1192
|
|
|
1308
1193
|
|
|
@@ -1418,6 +1303,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1418
1303
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1419
1304
|
|
|
1420
1305
|
|
|
1306
|
+
|
|
1421
1307
|
|
|
1422
1308
|
</td>
|
|
1423
1309
|
|
|
@@ -1447,7 +1333,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1447
1333
|
|
|
1448
1334
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1449
1335
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1450
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1336
|
+
<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>
|
|
1451
1337
|
</li></ul></dd>
|
|
1452
1338
|
|
|
1453
1339
|
|
|
@@ -1543,7 +1429,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1543
1429
|
|
|
1544
1430
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1545
1431
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1546
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount"
|
|
1432
|
+
<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>
|
|
1547
1433
|
</li></ul></dd>
|
|
1548
1434
|
|
|
1549
1435
|
|
|
@@ -1607,6 +1493,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1607
1493
|
<span class="param-type">number</span>
|
|
1608
1494
|
|
|
1609
1495
|
|
|
1496
|
+
|
|
1610
1497
|
</div>
|
|
1611
1498
|
|
|
1612
1499
|
</div>
|
|
@@ -1723,6 +1610,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1723
1610
|
<span class="param-type">Array</span>
|
|
1724
1611
|
|
|
1725
1612
|
|
|
1613
|
+
|
|
1726
1614
|
</div>
|
|
1727
1615
|
|
|
1728
1616
|
</div>
|
|
@@ -1780,7 +1668,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1780
1668
|
|
|
1781
1669
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1782
1670
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1783
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1671
|
+
<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>
|
|
1784
1672
|
</li></ul></dd>
|
|
1785
1673
|
|
|
1786
1674
|
|
|
@@ -1844,6 +1732,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1844
1732
|
<span class="param-type">Object</span>
|
|
1845
1733
|
|
|
1846
1734
|
|
|
1735
|
+
|
|
1847
1736
|
</div>
|
|
1848
1737
|
|
|
1849
1738
|
</div>
|
|
@@ -1921,6 +1810,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1921
1810
|
<span class="param-type">string</span>
|
|
1922
1811
|
|
|
1923
1812
|
|
|
1813
|
+
|
|
1924
1814
|
|
|
1925
1815
|
</td>
|
|
1926
1816
|
|
|
@@ -1945,6 +1835,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1945
1835
|
<span class="param-type">string</span>
|
|
1946
1836
|
|
|
1947
1837
|
|
|
1838
|
+
|
|
1948
1839
|
|
|
1949
1840
|
</td>
|
|
1950
1841
|
|
|
@@ -1974,7 +1865,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1974
1865
|
|
|
1975
1866
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1976
1867
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1977
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
1868
|
+
<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>
|
|
1978
1869
|
</li></ul></dd>
|
|
1979
1870
|
|
|
1980
1871
|
|
|
@@ -2090,6 +1981,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2090
1981
|
<span class="param-type">number</span>
|
|
2091
1982
|
|
|
2092
1983
|
|
|
1984
|
+
|
|
2093
1985
|
|
|
2094
1986
|
</td>
|
|
2095
1987
|
|
|
@@ -2119,7 +2011,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2119
2011
|
|
|
2120
2012
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2121
2013
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2122
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2014
|
+
<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>
|
|
2123
2015
|
</li></ul></dd>
|
|
2124
2016
|
|
|
2125
2017
|
|
|
@@ -2215,7 +2107,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2215
2107
|
|
|
2216
2108
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2217
2109
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2218
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2110
|
+
<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>
|
|
2219
2111
|
</li></ul></dd>
|
|
2220
2112
|
|
|
2221
2113
|
|
|
@@ -2279,6 +2171,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2279
2171
|
<span class="param-type">Array</span>
|
|
2280
2172
|
|
|
2281
2173
|
|
|
2174
|
+
|
|
2282
2175
|
</div>
|
|
2283
2176
|
|
|
2284
2177
|
</div>
|
|
@@ -2356,6 +2249,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2356
2249
|
<span class="param-type">string</span>
|
|
2357
2250
|
|
|
2358
2251
|
|
|
2252
|
+
|
|
2359
2253
|
|
|
2360
2254
|
</td>
|
|
2361
2255
|
|
|
@@ -2380,6 +2274,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2380
2274
|
<span class="param-type">string</span>
|
|
2381
2275
|
|
|
2382
2276
|
|
|
2277
|
+
|
|
2383
2278
|
|
|
2384
2279
|
</td>
|
|
2385
2280
|
|
|
@@ -2409,7 +2304,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2409
2304
|
|
|
2410
2305
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2411
2306
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2412
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2307
|
+
<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>
|
|
2413
2308
|
</li></ul></dd>
|
|
2414
2309
|
|
|
2415
2310
|
|
|
@@ -2473,6 +2368,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2473
2368
|
<span class="param-type">Array</span>
|
|
2474
2369
|
|
|
2475
2370
|
|
|
2371
|
+
|
|
2476
2372
|
</div>
|
|
2477
2373
|
|
|
2478
2374
|
</div>
|
|
@@ -2550,6 +2446,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2550
2446
|
<span class="param-type">Array</span>
|
|
2551
2447
|
|
|
2552
2448
|
|
|
2449
|
+
|
|
2553
2450
|
|
|
2554
2451
|
</td>
|
|
2555
2452
|
|
|
@@ -2579,7 +2476,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2579
2476
|
|
|
2580
2477
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2581
2478
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2582
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2479
|
+
<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>
|
|
2583
2480
|
</li></ul></dd>
|
|
2584
2481
|
|
|
2585
2482
|
|
|
@@ -2695,6 +2592,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2695
2592
|
<span class="param-type">number</span>
|
|
2696
2593
|
|
|
2697
2594
|
|
|
2595
|
+
|
|
2698
2596
|
|
|
2699
2597
|
</td>
|
|
2700
2598
|
|
|
@@ -2724,7 +2622,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2724
2622
|
|
|
2725
2623
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2726
2624
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2727
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID"
|
|
2625
|
+
<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>
|
|
2728
2626
|
</li></ul></dd>
|
|
2729
2627
|
|
|
2730
2628
|
|
|
@@ -2872,7 +2770,8 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2872
2770
|
<div class='column is-5 has-text-left'>
|
|
2873
2771
|
<label>类型: </label>
|
|
2874
2772
|
|
|
2875
|
-
<span class="param-type">Array.<<a href="Zondy.ThemeLayer.ThemeStyle.html">Zondy.ThemeLayer.ThemeStyle</a>></span>
|
|
2773
|
+
<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>
|
|
2774
|
+
|
|
2876
2775
|
|
|
2877
2776
|
|
|
2878
2777
|
</div>
|
|
@@ -2952,6 +2851,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2952
2851
|
<span class="param-type">string</span>
|
|
2953
2852
|
|
|
2954
2853
|
|
|
2854
|
+
|
|
2955
2855
|
|
|
2956
2856
|
</td>
|
|
2957
2857
|
|
|
@@ -2976,6 +2876,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2976
2876
|
<span class="param-type">Object</span>
|
|
2977
2877
|
|
|
2978
2878
|
|
|
2879
|
+
|
|
2979
2880
|
|
|
2980
2881
|
</td>
|
|
2981
2882
|
|
|
@@ -3007,7 +2908,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3007
2908
|
|
|
3008
2909
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3009
2910
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3010
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize"
|
|
2911
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#initialize>Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize</a>
|
|
3011
2912
|
</li></ul></dd>
|
|
3012
2913
|
|
|
3013
2914
|
|
|
@@ -3121,6 +3022,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3121
3022
|
<span class="param-type">Event</span>
|
|
3122
3023
|
|
|
3123
3024
|
|
|
3025
|
+
|
|
3124
3026
|
|
|
3125
3027
|
</td>
|
|
3126
3028
|
|
|
@@ -3145,6 +3047,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3145
3047
|
<span class="param-type">function</span>
|
|
3146
3048
|
|
|
3147
3049
|
|
|
3050
|
+
|
|
3148
3051
|
|
|
3149
3052
|
</td>
|
|
3150
3053
|
|
|
@@ -3169,6 +3072,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3169
3072
|
<span class="param-type">string</span>
|
|
3170
3073
|
|
|
3171
3074
|
|
|
3075
|
+
|
|
3172
3076
|
|
|
3173
3077
|
</td>
|
|
3174
3078
|
|
|
@@ -3198,7 +3102,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3198
3102
|
|
|
3199
3103
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3200
3104
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3201
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
3105
|
+
<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>
|
|
3202
3106
|
</li></ul></dd>
|
|
3203
3107
|
|
|
3204
3108
|
|
|
@@ -3314,6 +3218,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3314
3218
|
<span class="param-type">Event</span>
|
|
3315
3219
|
|
|
3316
3220
|
|
|
3221
|
+
|
|
3317
3222
|
|
|
3318
3223
|
</td>
|
|
3319
3224
|
|
|
@@ -3338,6 +3243,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3338
3243
|
<span class="param-type">function</span>
|
|
3339
3244
|
|
|
3340
3245
|
|
|
3246
|
+
|
|
3341
3247
|
|
|
3342
3248
|
</td>
|
|
3343
3249
|
|
|
@@ -3362,6 +3268,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3362
3268
|
<span class="param-type">string</span>
|
|
3363
3269
|
|
|
3364
3270
|
|
|
3271
|
+
|
|
3365
3272
|
|
|
3366
3273
|
</td>
|
|
3367
3274
|
|
|
@@ -3391,7 +3298,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3391
3298
|
|
|
3392
3299
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3393
3300
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3394
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
3301
|
+
<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>
|
|
3395
3302
|
</li></ul></dd>
|
|
3396
3303
|
|
|
3397
3304
|
|
|
@@ -3507,6 +3414,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3507
3414
|
<span class="param-type">L.map</span>
|
|
3508
3415
|
|
|
3509
3416
|
|
|
3417
|
+
|
|
3510
3418
|
|
|
3511
3419
|
</td>
|
|
3512
3420
|
|
|
@@ -3652,6 +3560,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3652
3560
|
<span class="param-type">L.Map</span>
|
|
3653
3561
|
|
|
3654
3562
|
|
|
3563
|
+
|
|
3655
3564
|
|
|
3656
3565
|
</td>
|
|
3657
3566
|
|
|
@@ -3681,7 +3590,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3681
3590
|
|
|
3682
3591
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3683
3592
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3684
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
3593
|
+
<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>
|
|
3685
3594
|
</li></ul></dd>
|
|
3686
3595
|
|
|
3687
3596
|
|
|
@@ -3779,7 +3688,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3779
3688
|
|
|
3780
3689
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3781
3690
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3782
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw"
|
|
3691
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redraw>Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw</a>
|
|
3783
3692
|
</li></ul></dd>
|
|
3784
3693
|
|
|
3785
3694
|
|
|
@@ -3893,6 +3802,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3893
3802
|
<span class="param-type">L.Bounds</span>
|
|
3894
3803
|
|
|
3895
3804
|
|
|
3805
|
+
|
|
3896
3806
|
|
|
3897
3807
|
</td>
|
|
3898
3808
|
|
|
@@ -3924,7 +3834,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3924
3834
|
|
|
3925
3835
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3926
3836
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3927
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures"
|
|
3837
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
3928
3838
|
</li></ul></dd>
|
|
3929
3839
|
|
|
3930
3840
|
|
|
@@ -4018,7 +3928,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4018
3928
|
|
|
4019
3929
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4020
3930
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4021
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures"
|
|
3931
|
+
<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>
|
|
4022
3932
|
</li></ul></dd>
|
|
4023
3933
|
|
|
4024
3934
|
|
|
@@ -4134,6 +4044,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4134
4044
|
<span class="param-type">Object</span>
|
|
4135
4045
|
|
|
4136
4046
|
|
|
4047
|
+
|
|
4137
4048
|
|
|
4138
4049
|
</td>
|
|
4139
4050
|
|
|
@@ -4163,7 +4074,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4163
4074
|
|
|
4164
4075
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4165
4076
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4166
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures"
|
|
4077
|
+
<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>
|
|
4167
4078
|
</li></ul></dd>
|
|
4168
4079
|
|
|
4169
4080
|
|
|
@@ -4279,6 +4190,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4279
4190
|
<span class="param-type">number</span>
|
|
4280
4191
|
|
|
4281
4192
|
|
|
4193
|
+
|
|
4282
4194
|
|
|
4283
4195
|
</td>
|
|
4284
4196
|
|
|
@@ -4308,7 +4220,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4308
4220
|
|
|
4309
4221
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4310
4222
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4311
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount"
|
|
4223
|
+
<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>
|
|
4312
4224
|
</li></ul></dd>
|
|
4313
4225
|
|
|
4314
4226
|
|
|
@@ -4424,6 +4336,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4424
4336
|
<span class="param-type">number</span>
|
|
4425
4337
|
|
|
4426
4338
|
|
|
4339
|
+
|
|
4427
4340
|
|
|
4428
4341
|
</td>
|
|
4429
4342
|
|
|
@@ -4453,7 +4366,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4453
4366
|
|
|
4454
4367
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4455
4368
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4456
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
4369
|
+
<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>
|
|
4457
4370
|
</li></ul></dd>
|
|
4458
4371
|
|
|
4459
4372
|
|
|
@@ -4569,6 +4482,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4569
4482
|
<span class="param-type">L.bounds</span>
|
|
4570
4483
|
|
|
4571
4484
|
|
|
4485
|
+
|
|
4572
4486
|
|
|
4573
4487
|
</td>
|
|
4574
4488
|
|
|
@@ -4598,7 +4512,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4598
4512
|
|
|
4599
4513
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4600
4514
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4601
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
4515
|
+
<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>
|
|
4602
4516
|
</li></ul></dd>
|
|
4603
4517
|
|
|
4604
4518
|
|
|
@@ -4762,6 +4676,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4762
4676
|
<span class="param-type">Object</span>
|
|
4763
4677
|
|
|
4764
4678
|
|
|
4679
|
+
|
|
4765
4680
|
|
|
4766
4681
|
</td>
|
|
4767
4682
|
|
|
@@ -4788,7 +4703,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4788
4703
|
|
|
4789
4704
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4790
4705
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4791
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded"
|
|
4706
|
+
<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>
|
|
4792
4707
|
</li></ul></dd>
|
|
4793
4708
|
|
|
4794
4709
|
|
|
@@ -4912,6 +4827,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4912
4827
|
<span class="param-type">Object</span>
|
|
4913
4828
|
|
|
4914
4829
|
|
|
4830
|
+
|
|
4915
4831
|
|
|
4916
4832
|
</td>
|
|
4917
4833
|
|
|
@@ -4935,6 +4851,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4935
4851
|
<span class="param-type">string</span>
|
|
4936
4852
|
|
|
4937
4853
|
|
|
4854
|
+
|
|
4938
4855
|
|
|
4939
4856
|
</td>
|
|
4940
4857
|
|
|
@@ -4961,7 +4878,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4961
4878
|
|
|
4962
4879
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4963
4880
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4964
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
4881
|
+
<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>
|
|
4965
4882
|
</li></ul></dd>
|
|
4966
4883
|
|
|
4967
4884
|
|
|
@@ -5085,6 +5002,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5085
5002
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
5086
5003
|
|
|
5087
5004
|
|
|
5005
|
+
|
|
5088
5006
|
|
|
5089
5007
|
</td>
|
|
5090
5008
|
|
|
@@ -5108,6 +5026,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5108
5026
|
<span class="param-type">boolean</span>
|
|
5109
5027
|
|
|
5110
5028
|
|
|
5029
|
+
|
|
5111
5030
|
|
|
5112
5031
|
</td>
|
|
5113
5032
|
|
|
@@ -5134,7 +5053,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5134
5053
|
|
|
5135
5054
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5136
5055
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5137
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
5056
|
+
<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>
|
|
5138
5057
|
</li></ul></dd>
|
|
5139
5058
|
|
|
5140
5059
|
|
|
@@ -5194,43 +5113,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5194
5113
|
|
|
5195
5114
|
</article>
|
|
5196
5115
|
|
|
5197
|
-
</section>
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
</div>
|
|
5203
|
-
|
|
5204
|
-
<footer class="footer">
|
|
5205
|
-
<div class="content has-text-centered">
|
|
5206
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
5207
|
-
<p class="sidebar-created-by">
|
|
5208
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5209
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5210
|
-
</p>
|
|
5211
|
-
</div>
|
|
5212
|
-
</footer>
|
|
5213
|
-
|
|
5214
|
-
</div>
|
|
5215
|
-
<div id="side-nav" class="side-nav">
|
|
5216
|
-
<div style="margin-bottom: 10px;">
|
|
5217
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5218
|
-
</div>
|
|
5219
|
-
<div style="margin-bottom: 10px;">
|
|
5220
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5221
|
-
</div>
|
|
5222
|
-
<div style="margin-bottom: 10px;">
|
|
5223
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5224
|
-
</div>
|
|
5225
|
-
<div>
|
|
5226
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5227
|
-
</div>
|
|
5228
|
-
</div>
|
|
5229
|
-
</div>
|
|
5230
|
-
<script src="scripts/linenumber.js"> </script>
|
|
5231
|
-
|
|
5232
|
-
<script src="scripts/search.js"> </script>
|
|
5233
|
-
|
|
5234
|
-
<script src="scripts/sideBar.js"> </script>
|
|
5235
|
-
</body>
|
|
5236
|
-
</html>
|
|
5116
|
+
</section>
|