@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> 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
|
|
|
@@ -217,6 +85,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
217
85
|
<span class="param-type">string</span>
|
|
218
86
|
|
|
219
87
|
|
|
88
|
+
|
|
220
89
|
|
|
221
90
|
</td>
|
|
222
91
|
|
|
@@ -245,6 +114,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
245
114
|
<span class="param-type">Zondy.ChartType</span>
|
|
246
115
|
|
|
247
116
|
|
|
117
|
+
|
|
248
118
|
|
|
249
119
|
</td>
|
|
250
120
|
|
|
@@ -273,6 +143,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
273
143
|
<span class="param-type">Object</span>
|
|
274
144
|
|
|
275
145
|
|
|
146
|
+
|
|
276
147
|
|
|
277
148
|
</td>
|
|
278
149
|
|
|
@@ -299,6 +170,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
299
170
|
<span class="param-type">boolean</span>
|
|
300
171
|
|
|
301
172
|
|
|
173
|
+
|
|
302
174
|
|
|
303
175
|
</td>
|
|
304
176
|
|
|
@@ -327,6 +199,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
327
199
|
<span class="param-type">string</span>
|
|
328
200
|
|
|
329
201
|
|
|
202
|
+
|
|
330
203
|
|
|
331
204
|
</td>
|
|
332
205
|
|
|
@@ -353,6 +226,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
353
226
|
<span class="param-type">string</span>
|
|
354
227
|
|
|
355
228
|
|
|
229
|
+
|
|
356
230
|
|
|
357
231
|
</td>
|
|
358
232
|
|
|
@@ -379,6 +253,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
379
253
|
<span class="param-type">number</span>
|
|
380
254
|
|
|
381
255
|
|
|
256
|
+
|
|
382
257
|
|
|
383
258
|
</td>
|
|
384
259
|
|
|
@@ -479,7 +354,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
479
354
|
|
|
480
355
|
|
|
481
356
|
<ul>
|
|
482
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer"
|
|
357
|
+
<li><a link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer" Zondy.ThemeLayer.GraphThemeLayer.html>Zondy.ThemeLayer.GraphThemeLayer</a></li>
|
|
483
358
|
</ul>
|
|
484
359
|
|
|
485
360
|
|
|
@@ -511,13 +386,14 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
511
386
|
<tbody>
|
|
512
387
|
|
|
513
388
|
<tr class="deep-level-0">
|
|
514
|
-
<td class="name"><code><a href="
|
|
389
|
+
<td class="name"><code><a href="#symbolSetting">symbolSetting</a></code></td>
|
|
515
390
|
<td class="name">
|
|
516
391
|
<code>
|
|
517
392
|
|
|
518
393
|
<span class="param-type">Object</span>
|
|
519
394
|
|
|
520
395
|
|
|
396
|
+
|
|
521
397
|
</code>
|
|
522
398
|
</td>
|
|
523
399
|
<td class="name"><code><p>符号 Circle 配置对象。</p></code></td>
|
|
@@ -537,6 +413,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
537
413
|
<span class="param-type">Object</span>
|
|
538
414
|
|
|
539
415
|
|
|
416
|
+
|
|
540
417
|
</span>
|
|
541
418
|
|
|
542
419
|
<h4 class="name" id="symbolSetting">
|
|
@@ -598,6 +475,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
598
475
|
<span class="param-type">Array</span>
|
|
599
476
|
|
|
600
477
|
|
|
478
|
+
|
|
601
479
|
|
|
602
480
|
</td>
|
|
603
481
|
|
|
@@ -631,6 +509,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
631
509
|
<span class="param-type">number</span>
|
|
632
510
|
|
|
633
511
|
|
|
512
|
+
|
|
634
513
|
|
|
635
514
|
</td>
|
|
636
515
|
|
|
@@ -666,6 +545,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
666
545
|
<span class="param-type">number</span>
|
|
667
546
|
|
|
668
547
|
|
|
548
|
+
|
|
669
549
|
|
|
670
550
|
</td>
|
|
671
551
|
|
|
@@ -701,6 +581,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
701
581
|
<span class="param-type">string</span>
|
|
702
582
|
|
|
703
583
|
|
|
584
|
+
|
|
704
585
|
|
|
705
586
|
</td>
|
|
706
587
|
|
|
@@ -736,6 +617,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
736
617
|
<span class="param-type">Object</span>
|
|
737
618
|
|
|
738
619
|
|
|
620
|
+
|
|
739
621
|
|
|
740
622
|
</td>
|
|
741
623
|
|
|
@@ -771,6 +653,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
771
653
|
<span class="param-type">number</span>
|
|
772
654
|
|
|
773
655
|
|
|
656
|
+
|
|
774
657
|
|
|
775
658
|
</td>
|
|
776
659
|
|
|
@@ -806,6 +689,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
806
689
|
<span class="param-type">Object</span>
|
|
807
690
|
|
|
808
691
|
|
|
692
|
+
|
|
809
693
|
|
|
810
694
|
</td>
|
|
811
695
|
|
|
@@ -841,6 +725,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
841
725
|
<span class="param-type">boolean</span>
|
|
842
726
|
|
|
843
727
|
|
|
728
|
+
|
|
844
729
|
|
|
845
730
|
</td>
|
|
846
731
|
|
|
@@ -878,6 +763,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
878
763
|
<span class="param-type">boolean</span>
|
|
879
764
|
|
|
880
765
|
|
|
766
|
+
|
|
881
767
|
|
|
882
768
|
</td>
|
|
883
769
|
|
|
@@ -970,7 +856,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
970
856
|
<tbody>
|
|
971
857
|
|
|
972
858
|
<tr class="deep-level-0">
|
|
973
|
-
<td class="name"><code><a href="
|
|
859
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
974
860
|
<td class="name">
|
|
975
861
|
<code>
|
|
976
862
|
|
|
@@ -980,7 +866,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
980
866
|
</tr>
|
|
981
867
|
|
|
982
868
|
<tr class="deep-level-0">
|
|
983
|
-
<td class="name"><code><a href="
|
|
869
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
984
870
|
<td class="name">
|
|
985
871
|
<code>
|
|
986
872
|
|
|
@@ -990,7 +876,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
990
876
|
</tr>
|
|
991
877
|
|
|
992
878
|
<tr class="deep-level-0">
|
|
993
|
-
<td class="name"><code><a href="
|
|
879
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
994
880
|
<td class="name">
|
|
995
881
|
<code>
|
|
996
882
|
|
|
@@ -1000,7 +886,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1000
886
|
</tr>
|
|
1001
887
|
|
|
1002
888
|
<tr class="deep-level-0">
|
|
1003
|
-
<td class="name"><code><a href="
|
|
889
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
1004
890
|
<td class="name">
|
|
1005
891
|
<code>
|
|
1006
892
|
|
|
@@ -1008,6 +894,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1008
894
|
<span class="param-type">Zondy.Theme</span>
|
|
1009
895
|
|
|
1010
896
|
|
|
897
|
+
|
|
1011
898
|
|
|
1012
899
|
</code>
|
|
1013
900
|
</td>
|
|
@@ -1015,7 +902,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1015
902
|
</tr>
|
|
1016
903
|
|
|
1017
904
|
<tr class="deep-level-0">
|
|
1018
|
-
<td class="name"><code><a href="
|
|
905
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
1019
906
|
<td class="name">
|
|
1020
907
|
<code>
|
|
1021
908
|
|
|
@@ -1025,7 +912,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1025
912
|
</tr>
|
|
1026
913
|
|
|
1027
914
|
<tr class="deep-level-0">
|
|
1028
|
-
<td class="name"><code><a href="
|
|
915
|
+
<td class="name"><code><a href="#drawCharts">drawCharts</a></code></td>
|
|
1029
916
|
<td class="name">
|
|
1030
917
|
<code>
|
|
1031
918
|
|
|
@@ -1035,7 +922,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1035
922
|
</tr>
|
|
1036
923
|
|
|
1037
924
|
<tr class="deep-level-0">
|
|
1038
|
-
<td class="name"><code><a href="
|
|
925
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
1039
926
|
<td class="name">
|
|
1040
927
|
<code>
|
|
1041
928
|
|
|
@@ -1043,6 +930,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1043
930
|
<span class="param-type">Object</span>
|
|
1044
931
|
|
|
1045
932
|
|
|
933
|
+
|
|
1046
934
|
|
|
1047
935
|
</code>
|
|
1048
936
|
</td>
|
|
@@ -1050,7 +938,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1050
938
|
</tr>
|
|
1051
939
|
|
|
1052
940
|
<tr class="deep-level-0">
|
|
1053
|
-
<td class="name"><code><a href="
|
|
941
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
1054
942
|
<td class="name">
|
|
1055
943
|
<code>
|
|
1056
944
|
|
|
@@ -1060,7 +948,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1060
948
|
</tr>
|
|
1061
949
|
|
|
1062
950
|
<tr class="deep-level-0">
|
|
1063
|
-
<td class="name"><code><a href="
|
|
951
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
1064
952
|
<td class="name">
|
|
1065
953
|
<code>
|
|
1066
954
|
|
|
@@ -1070,7 +958,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1070
958
|
</tr>
|
|
1071
959
|
|
|
1072
960
|
<tr class="deep-level-0">
|
|
1073
|
-
<td class="name"><code><a href="
|
|
961
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
1074
962
|
<td class="name">
|
|
1075
963
|
<code>
|
|
1076
964
|
|
|
@@ -1078,6 +966,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1078
966
|
<span class="param-type">Array</span>
|
|
1079
967
|
|
|
1080
968
|
|
|
969
|
+
|
|
1081
970
|
|
|
1082
971
|
</code>
|
|
1083
972
|
</td>
|
|
@@ -1085,7 +974,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1085
974
|
</tr>
|
|
1086
975
|
|
|
1087
976
|
<tr class="deep-level-0">
|
|
1088
|
-
<td class="name"><code><a href="
|
|
977
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
1089
978
|
<td class="name">
|
|
1090
979
|
<code>
|
|
1091
980
|
|
|
@@ -1093,6 +982,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1093
982
|
<span class="param-type">Array</span>
|
|
1094
983
|
|
|
1095
984
|
|
|
985
|
+
|
|
1096
986
|
|
|
1097
987
|
</code>
|
|
1098
988
|
</td>
|
|
@@ -1100,7 +990,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1100
990
|
</tr>
|
|
1101
991
|
|
|
1102
992
|
<tr class="deep-level-0">
|
|
1103
|
-
<td class="name"><code><a href="
|
|
993
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
1104
994
|
<td class="name">
|
|
1105
995
|
<code>
|
|
1106
996
|
|
|
@@ -1110,7 +1000,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1110
1000
|
</tr>
|
|
1111
1001
|
|
|
1112
1002
|
<tr class="deep-level-0">
|
|
1113
|
-
<td class="name"><code><a href="
|
|
1003
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
1114
1004
|
<td class="name">
|
|
1115
1005
|
<code>
|
|
1116
1006
|
|
|
@@ -1120,7 +1010,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1120
1010
|
</tr>
|
|
1121
1011
|
|
|
1122
1012
|
<tr class="deep-level-0">
|
|
1123
|
-
<td class="name"><code><a href="
|
|
1013
|
+
<td class="name"><code><a href="#getWeightFieldValue">getWeightFieldValue</a></code></td>
|
|
1124
1014
|
<td class="name">
|
|
1125
1015
|
<code>
|
|
1126
1016
|
|
|
@@ -1130,7 +1020,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1130
1020
|
</tr>
|
|
1131
1021
|
|
|
1132
1022
|
<tr class="deep-level-0">
|
|
1133
|
-
<td class="name"><code><a href="
|
|
1023
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
1134
1024
|
<td class="name">
|
|
1135
1025
|
<code>
|
|
1136
1026
|
|
|
@@ -1140,7 +1030,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1140
1030
|
</tr>
|
|
1141
1031
|
|
|
1142
1032
|
<tr class="deep-level-0">
|
|
1143
|
-
<td class="name"><code><a href="
|
|
1033
|
+
<td class="name"><code><a href="#isChartInMap">isChartInMap</a></code></td>
|
|
1144
1034
|
<td class="name">
|
|
1145
1035
|
<code>
|
|
1146
1036
|
|
|
@@ -1150,7 +1040,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1150
1040
|
</tr>
|
|
1151
1041
|
|
|
1152
1042
|
<tr class="deep-level-0">
|
|
1153
|
-
<td class="name"><code><a href="
|
|
1043
|
+
<td class="name"><code><a href="#isPointInPoly">isPointInPoly</a></code></td>
|
|
1154
1044
|
<td class="name">
|
|
1155
1045
|
<code>
|
|
1156
1046
|
|
|
@@ -1160,7 +1050,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1160
1050
|
</tr>
|
|
1161
1051
|
|
|
1162
1052
|
<tr class="deep-level-0">
|
|
1163
|
-
<td class="name"><code><a href="
|
|
1053
|
+
<td class="name"><code><a href="#isQuadrilateralOverLap">isQuadrilateralOverLap</a></code></td>
|
|
1164
1054
|
<td class="name">
|
|
1165
1055
|
<code>
|
|
1166
1056
|
|
|
@@ -1170,7 +1060,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1170
1060
|
</tr>
|
|
1171
1061
|
|
|
1172
1062
|
<tr class="deep-level-0">
|
|
1173
|
-
<td class="name"><code><a href="
|
|
1063
|
+
<td class="name"><code><a href="#lineIntersection">lineIntersection</a></code></td>
|
|
1174
1064
|
<td class="name">
|
|
1175
1065
|
<code>
|
|
1176
1066
|
|
|
@@ -1178,6 +1068,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1178
1068
|
<span class="param-type">Object</span>
|
|
1179
1069
|
|
|
1180
1070
|
|
|
1071
|
+
|
|
1181
1072
|
|
|
1182
1073
|
</code>
|
|
1183
1074
|
</td>
|
|
@@ -1185,7 +1076,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1185
1076
|
</tr>
|
|
1186
1077
|
|
|
1187
1078
|
<tr class="deep-level-0">
|
|
1188
|
-
<td class="name"><code><a href="
|
|
1079
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
1189
1080
|
<td class="name">
|
|
1190
1081
|
<code>
|
|
1191
1082
|
|
|
@@ -1195,7 +1086,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1195
1086
|
</tr>
|
|
1196
1087
|
|
|
1197
1088
|
<tr class="deep-level-0">
|
|
1198
|
-
<td class="name"><code><a href="
|
|
1089
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
1199
1090
|
<td class="name">
|
|
1200
1091
|
<code>
|
|
1201
1092
|
|
|
@@ -1205,7 +1096,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1205
1096
|
</tr>
|
|
1206
1097
|
|
|
1207
1098
|
<tr class="deep-level-0">
|
|
1208
|
-
<td class="name"><code><a href="
|
|
1099
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
1209
1100
|
<td class="name">
|
|
1210
1101
|
<code>
|
|
1211
1102
|
|
|
@@ -1215,7 +1106,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1215
1106
|
</tr>
|
|
1216
1107
|
|
|
1217
1108
|
<tr class="deep-level-0">
|
|
1218
|
-
<td class="name"><code><a href="
|
|
1109
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
1219
1110
|
<td class="name">
|
|
1220
1111
|
<code>
|
|
1221
1112
|
|
|
@@ -1225,7 +1116,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1225
1116
|
</tr>
|
|
1226
1117
|
|
|
1227
1118
|
<tr class="deep-level-0">
|
|
1228
|
-
<td class="name"><code><a href="
|
|
1119
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
1229
1120
|
<td class="name">
|
|
1230
1121
|
<code>
|
|
1231
1122
|
|
|
@@ -1235,7 +1126,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1235
1126
|
</tr>
|
|
1236
1127
|
|
|
1237
1128
|
<tr class="deep-level-0">
|
|
1238
|
-
<td class="name"><code><a href="
|
|
1129
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
1239
1130
|
<td class="name">
|
|
1240
1131
|
<code>
|
|
1241
1132
|
|
|
@@ -1245,7 +1136,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1245
1136
|
</tr>
|
|
1246
1137
|
|
|
1247
1138
|
<tr class="deep-level-0">
|
|
1248
|
-
<td class="name"><code><a href="
|
|
1139
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
1249
1140
|
<td class="name">
|
|
1250
1141
|
<code>
|
|
1251
1142
|
|
|
@@ -1255,7 +1146,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1255
1146
|
</tr>
|
|
1256
1147
|
|
|
1257
1148
|
<tr class="deep-level-0">
|
|
1258
|
-
<td class="name"><code><a href="
|
|
1149
|
+
<td class="name"><code><a href="#setChartsType">setChartsType</a></code></td>
|
|
1259
1150
|
<td class="name">
|
|
1260
1151
|
<code>
|
|
1261
1152
|
|
|
@@ -1265,7 +1156,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1265
1156
|
</tr>
|
|
1266
1157
|
|
|
1267
1158
|
<tr class="deep-level-0">
|
|
1268
|
-
<td class="name"><code><a href="
|
|
1159
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
1269
1160
|
<td class="name">
|
|
1270
1161
|
<code>
|
|
1271
1162
|
|
|
@@ -1275,7 +1166,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1275
1166
|
</tr>
|
|
1276
1167
|
|
|
1277
1168
|
<tr class="deep-level-0">
|
|
1278
|
-
<td class="name"><code><a href="
|
|
1169
|
+
<td class="name"><code><a href="#setSymbolType">setSymbolType</a></code></td>
|
|
1279
1170
|
<td class="name">
|
|
1280
1171
|
<code>
|
|
1281
1172
|
|
|
@@ -1285,7 +1176,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1285
1176
|
</tr>
|
|
1286
1177
|
|
|
1287
1178
|
<tr class="deep-level-0">
|
|
1288
|
-
<td class="name"><code><a href="
|
|
1179
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
1289
1180
|
<td class="name">
|
|
1290
1181
|
<code>
|
|
1291
1182
|
|
|
@@ -1361,6 +1252,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1361
1252
|
<span class="param-type">L.features</span>
|
|
1362
1253
|
|
|
1363
1254
|
|
|
1255
|
+
|
|
1364
1256
|
|
|
1365
1257
|
</td>
|
|
1366
1258
|
|
|
@@ -1390,7 +1282,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1390
1282
|
|
|
1391
1283
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1392
1284
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1393
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#addFeatures"
|
|
1285
|
+
<a goto="addFeatures" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#addFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#addFeatures>Zondy.ThemeLayer.GraphThemeLayer#addFeatures</a>
|
|
1394
1286
|
</li></ul></dd>
|
|
1395
1287
|
|
|
1396
1288
|
|
|
@@ -1486,7 +1378,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1486
1378
|
|
|
1487
1379
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1488
1380
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1489
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clear"
|
|
1381
|
+
<a goto="clear" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clear" Zondy.ThemeLayer.GraphThemeLayer.html#clear>Zondy.ThemeLayer.GraphThemeLayer#clear</a>
|
|
1490
1382
|
</li></ul></dd>
|
|
1491
1383
|
|
|
1492
1384
|
|
|
@@ -1602,6 +1494,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1602
1494
|
<span class="param-type">Zondy.Bounds</span>
|
|
1603
1495
|
|
|
1604
1496
|
|
|
1497
|
+
|
|
1605
1498
|
|
|
1606
1499
|
</td>
|
|
1607
1500
|
|
|
@@ -1626,6 +1519,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1626
1519
|
<span class="param-type">Array.<Object></span>
|
|
1627
1520
|
|
|
1628
1521
|
|
|
1522
|
+
|
|
1629
1523
|
|
|
1630
1524
|
</td>
|
|
1631
1525
|
|
|
@@ -1658,7 +1552,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1658
1552
|
|
|
1659
1553
|
<dt class="tag-overrides">Overrides:</dt>
|
|
1660
1554
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1661
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clearCache"
|
|
1555
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#clearCache" Zondy.ThemeLayer.GraphThemeLayer.html#clearCache>Zondy.ThemeLayer.GraphThemeLayer#clearCache</a>
|
|
1662
1556
|
</li></ul></dd>
|
|
1663
1557
|
|
|
1664
1558
|
|
|
@@ -1772,6 +1666,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1772
1666
|
<span class="param-type">Zondy.Feature.Vector</span>
|
|
1773
1667
|
|
|
1774
1668
|
|
|
1669
|
+
|
|
1775
1670
|
|
|
1776
1671
|
</td>
|
|
1777
1672
|
|
|
@@ -1803,7 +1698,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1803
1698
|
|
|
1804
1699
|
<dt class="tag-overrides">Overrides:</dt>
|
|
1805
1700
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
1806
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#createThematicFeature"
|
|
1701
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#createThematicFeature" Zondy.ThemeLayer.GraphThemeLayer.html#createThematicFeature>Zondy.ThemeLayer.GraphThemeLayer#createThematicFeature</a>
|
|
1807
1702
|
</li></ul></dd>
|
|
1808
1703
|
|
|
1809
1704
|
|
|
@@ -1865,6 +1760,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1865
1760
|
<span class="param-type">Zondy.Theme</span>
|
|
1866
1761
|
|
|
1867
1762
|
|
|
1763
|
+
|
|
1868
1764
|
</div>
|
|
1869
1765
|
|
|
1870
1766
|
</div>
|
|
@@ -1942,6 +1838,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1942
1838
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1943
1839
|
|
|
1944
1840
|
|
|
1841
|
+
|
|
1945
1842
|
|
|
1946
1843
|
</td>
|
|
1947
1844
|
|
|
@@ -1971,7 +1868,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1971
1868
|
|
|
1972
1869
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1973
1870
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1974
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1871
|
+
<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>
|
|
1975
1872
|
</li></ul></dd>
|
|
1976
1873
|
|
|
1977
1874
|
|
|
@@ -2067,7 +1964,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2067
1964
|
|
|
2068
1965
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2069
1966
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2070
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#drawCharts"
|
|
1967
|
+
<a goto="drawCharts" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#drawCharts" Zondy.ThemeLayer.GraphThemeLayer.html#drawCharts>Zondy.ThemeLayer.GraphThemeLayer#drawCharts</a>
|
|
2071
1968
|
</li></ul></dd>
|
|
2072
1969
|
|
|
2073
1970
|
|
|
@@ -2163,7 +2060,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2163
2060
|
|
|
2164
2061
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2165
2062
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2166
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
2063
|
+
<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>
|
|
2167
2064
|
</li></ul></dd>
|
|
2168
2065
|
|
|
2169
2066
|
|
|
@@ -2227,6 +2124,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2227
2124
|
<span class="param-type">Object</span>
|
|
2228
2125
|
|
|
2229
2126
|
|
|
2127
|
+
|
|
2230
2128
|
</div>
|
|
2231
2129
|
|
|
2232
2130
|
</div>
|
|
@@ -2304,6 +2202,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2304
2202
|
<span class="param-type">string</span>
|
|
2305
2203
|
|
|
2306
2204
|
|
|
2205
|
+
|
|
2307
2206
|
|
|
2308
2207
|
</td>
|
|
2309
2208
|
|
|
@@ -2328,6 +2227,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2328
2227
|
<span class="param-type">string</span>
|
|
2329
2228
|
|
|
2330
2229
|
|
|
2230
|
+
|
|
2331
2231
|
|
|
2332
2232
|
</td>
|
|
2333
2233
|
|
|
@@ -2357,7 +2257,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2357
2257
|
|
|
2358
2258
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2359
2259
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2360
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
2260
|
+
<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>
|
|
2361
2261
|
</li></ul></dd>
|
|
2362
2262
|
|
|
2363
2263
|
|
|
@@ -2473,6 +2373,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2473
2373
|
<span class="param-type">number</span>
|
|
2474
2374
|
|
|
2475
2375
|
|
|
2376
|
+
|
|
2476
2377
|
|
|
2477
2378
|
</td>
|
|
2478
2379
|
|
|
@@ -2502,7 +2403,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2502
2403
|
|
|
2503
2404
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2504
2405
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2505
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2406
|
+
<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>
|
|
2506
2407
|
</li></ul></dd>
|
|
2507
2408
|
|
|
2508
2409
|
|
|
@@ -2598,7 +2499,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2598
2499
|
|
|
2599
2500
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2600
2501
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2601
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2502
|
+
<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>
|
|
2602
2503
|
</li></ul></dd>
|
|
2603
2504
|
|
|
2604
2505
|
|
|
@@ -2662,6 +2563,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2662
2563
|
<span class="param-type">Array</span>
|
|
2663
2564
|
|
|
2664
2565
|
|
|
2566
|
+
|
|
2665
2567
|
</div>
|
|
2666
2568
|
|
|
2667
2569
|
</div>
|
|
@@ -2739,6 +2641,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2739
2641
|
<span class="param-type">string</span>
|
|
2740
2642
|
|
|
2741
2643
|
|
|
2644
|
+
|
|
2742
2645
|
|
|
2743
2646
|
</td>
|
|
2744
2647
|
|
|
@@ -2763,6 +2666,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2763
2666
|
<span class="param-type">string</span>
|
|
2764
2667
|
|
|
2765
2668
|
|
|
2669
|
+
|
|
2766
2670
|
|
|
2767
2671
|
</td>
|
|
2768
2672
|
|
|
@@ -2792,7 +2696,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2792
2696
|
|
|
2793
2697
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2794
2698
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2795
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2699
|
+
<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>
|
|
2796
2700
|
</li></ul></dd>
|
|
2797
2701
|
|
|
2798
2702
|
|
|
@@ -2856,6 +2760,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2856
2760
|
<span class="param-type">Array</span>
|
|
2857
2761
|
|
|
2858
2762
|
|
|
2763
|
+
|
|
2859
2764
|
</div>
|
|
2860
2765
|
|
|
2861
2766
|
</div>
|
|
@@ -2933,6 +2838,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2933
2838
|
<span class="param-type">Array</span>
|
|
2934
2839
|
|
|
2935
2840
|
|
|
2841
|
+
|
|
2936
2842
|
|
|
2937
2843
|
</td>
|
|
2938
2844
|
|
|
@@ -2962,7 +2868,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2962
2868
|
|
|
2963
2869
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2964
2870
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2965
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2871
|
+
<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>
|
|
2966
2872
|
</li></ul></dd>
|
|
2967
2873
|
|
|
2968
2874
|
|
|
@@ -3078,6 +2984,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3078
2984
|
<span class="param-type">number</span>
|
|
3079
2985
|
|
|
3080
2986
|
|
|
2987
|
+
|
|
3081
2988
|
|
|
3082
2989
|
</td>
|
|
3083
2990
|
|
|
@@ -3107,7 +3014,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3107
3014
|
|
|
3108
3015
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3109
3016
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3110
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getShapesByFeatureID"
|
|
3017
|
+
<a goto="getShapesByFeatureID" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getShapesByFeatureID" Zondy.ThemeLayer.GraphThemeLayer.html#getShapesByFeatureID>Zondy.ThemeLayer.GraphThemeLayer#getShapesByFeatureID</a>
|
|
3111
3018
|
</li></ul></dd>
|
|
3112
3019
|
|
|
3113
3020
|
|
|
@@ -3223,6 +3130,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3223
3130
|
<span class="param-type">Zondy.Feature.Vector</span>
|
|
3224
3131
|
|
|
3225
3132
|
|
|
3133
|
+
|
|
3226
3134
|
|
|
3227
3135
|
</td>
|
|
3228
3136
|
|
|
@@ -3247,6 +3155,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3247
3155
|
<span class="param-type">Array.<string></span>
|
|
3248
3156
|
|
|
3249
3157
|
|
|
3158
|
+
|
|
3250
3159
|
|
|
3251
3160
|
</td>
|
|
3252
3161
|
|
|
@@ -3271,6 +3180,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3271
3180
|
<span class="param-type">number</span>
|
|
3272
3181
|
|
|
3273
3182
|
|
|
3183
|
+
|
|
3274
3184
|
|
|
3275
3185
|
</td>
|
|
3276
3186
|
|
|
@@ -3300,7 +3210,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3300
3210
|
|
|
3301
3211
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3302
3212
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3303
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getWeightFieldValue"
|
|
3213
|
+
<a goto="getWeightFieldValue" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#getWeightFieldValue" Zondy.ThemeLayer.GraphThemeLayer.html#getWeightFieldValue>Zondy.ThemeLayer.GraphThemeLayer#getWeightFieldValue</a>
|
|
3304
3214
|
</li></ul></dd>
|
|
3305
3215
|
|
|
3306
3216
|
|
|
@@ -3416,6 +3326,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3416
3326
|
<span class="param-type">string</span>
|
|
3417
3327
|
|
|
3418
3328
|
|
|
3329
|
+
|
|
3419
3330
|
|
|
3420
3331
|
</td>
|
|
3421
3332
|
|
|
@@ -3440,6 +3351,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3440
3351
|
<span class="param-type">string</span>
|
|
3441
3352
|
|
|
3442
3353
|
|
|
3354
|
+
|
|
3443
3355
|
|
|
3444
3356
|
</td>
|
|
3445
3357
|
|
|
@@ -3464,6 +3376,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3464
3376
|
<span class="param-type">Object</span>
|
|
3465
3377
|
|
|
3466
3378
|
|
|
3379
|
+
|
|
3467
3380
|
|
|
3468
3381
|
</td>
|
|
3469
3382
|
|
|
@@ -3493,7 +3406,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3493
3406
|
|
|
3494
3407
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3495
3408
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3496
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#initialize"
|
|
3409
|
+
<a goto="initialize" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#initialize" Zondy.ThemeLayer.GraphThemeLayer.html#initialize>Zondy.ThemeLayer.GraphThemeLayer#initialize</a>
|
|
3497
3410
|
</li></ul></dd>
|
|
3498
3411
|
|
|
3499
3412
|
|
|
@@ -3609,6 +3522,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3609
3522
|
<span class="param-type">Zondy.Bounds</span>
|
|
3610
3523
|
|
|
3611
3524
|
|
|
3525
|
+
|
|
3612
3526
|
|
|
3613
3527
|
</td>
|
|
3614
3528
|
|
|
@@ -3633,6 +3547,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3633
3547
|
<span class="param-type">Array.<Object></span>
|
|
3634
3548
|
|
|
3635
3549
|
|
|
3550
|
+
|
|
3636
3551
|
|
|
3637
3552
|
</td>
|
|
3638
3553
|
|
|
@@ -3663,7 +3578,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3663
3578
|
|
|
3664
3579
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3665
3580
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3666
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isChartInMap"
|
|
3581
|
+
<a goto="isChartInMap" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isChartInMap" Zondy.ThemeLayer.GraphThemeLayer.html#isChartInMap>Zondy.ThemeLayer.GraphThemeLayer#isChartInMap</a>
|
|
3667
3582
|
</li></ul></dd>
|
|
3668
3583
|
|
|
3669
3584
|
|
|
@@ -3779,6 +3694,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3779
3694
|
<span class="param-type">Object</span>
|
|
3780
3695
|
|
|
3781
3696
|
|
|
3697
|
+
|
|
3782
3698
|
|
|
3783
3699
|
</td>
|
|
3784
3700
|
|
|
@@ -3803,6 +3719,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3803
3719
|
<span class="param-type">Array.<Object></span>
|
|
3804
3720
|
|
|
3805
3721
|
|
|
3722
|
+
|
|
3806
3723
|
|
|
3807
3724
|
</td>
|
|
3808
3725
|
|
|
@@ -3833,7 +3750,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3833
3750
|
|
|
3834
3751
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3835
3752
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3836
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isPointInPoly"
|
|
3753
|
+
<a goto="isPointInPoly" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isPointInPoly" Zondy.ThemeLayer.GraphThemeLayer.html#isPointInPoly>Zondy.ThemeLayer.GraphThemeLayer#isPointInPoly</a>
|
|
3837
3754
|
</li></ul></dd>
|
|
3838
3755
|
|
|
3839
3756
|
|
|
@@ -3949,6 +3866,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3949
3866
|
<span class="param-type">Array.<Object></span>
|
|
3950
3867
|
|
|
3951
3868
|
|
|
3869
|
+
|
|
3952
3870
|
|
|
3953
3871
|
</td>
|
|
3954
3872
|
|
|
@@ -3973,6 +3891,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3973
3891
|
<span class="param-type">Array.<Object></span>
|
|
3974
3892
|
|
|
3975
3893
|
|
|
3894
|
+
|
|
3976
3895
|
|
|
3977
3896
|
</td>
|
|
3978
3897
|
|
|
@@ -4002,7 +3921,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4002
3921
|
|
|
4003
3922
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4004
3923
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4005
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isQuadrilateralOverLap"
|
|
3924
|
+
<a goto="isQuadrilateralOverLap" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#isQuadrilateralOverLap" Zondy.ThemeLayer.GraphThemeLayer.html#isQuadrilateralOverLap>Zondy.ThemeLayer.GraphThemeLayer#isQuadrilateralOverLap</a>
|
|
4006
3925
|
</li></ul></dd>
|
|
4007
3926
|
|
|
4008
3927
|
|
|
@@ -4125,6 +4044,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4125
4044
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
4126
4045
|
|
|
4127
4046
|
|
|
4047
|
+
|
|
4128
4048
|
|
|
4129
4049
|
</td>
|
|
4130
4050
|
|
|
@@ -4149,6 +4069,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4149
4069
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
4150
4070
|
|
|
4151
4071
|
|
|
4072
|
+
|
|
4152
4073
|
|
|
4153
4074
|
</td>
|
|
4154
4075
|
|
|
@@ -4173,6 +4094,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4173
4094
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
4174
4095
|
|
|
4175
4096
|
|
|
4097
|
+
|
|
4176
4098
|
|
|
4177
4099
|
</td>
|
|
4178
4100
|
|
|
@@ -4197,6 +4119,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4197
4119
|
<span class="param-type">Zondy.Geometry.Point</span>
|
|
4198
4120
|
|
|
4199
4121
|
|
|
4122
|
+
|
|
4200
4123
|
|
|
4201
4124
|
</td>
|
|
4202
4125
|
|
|
@@ -4226,7 +4149,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4226
4149
|
|
|
4227
4150
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4228
4151
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4229
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#lineIntersection"
|
|
4152
|
+
<a goto="lineIntersection" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#lineIntersection" Zondy.ThemeLayer.GraphThemeLayer.html#lineIntersection>Zondy.ThemeLayer.GraphThemeLayer#lineIntersection</a>
|
|
4230
4153
|
</li></ul></dd>
|
|
4231
4154
|
|
|
4232
4155
|
|
|
@@ -4290,6 +4213,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4290
4213
|
<span class="param-type">Object</span>
|
|
4291
4214
|
|
|
4292
4215
|
|
|
4216
|
+
|
|
4293
4217
|
</div>
|
|
4294
4218
|
|
|
4295
4219
|
</div>
|
|
@@ -4367,6 +4291,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4367
4291
|
<span class="param-type">Event</span>
|
|
4368
4292
|
|
|
4369
4293
|
|
|
4294
|
+
|
|
4370
4295
|
|
|
4371
4296
|
</td>
|
|
4372
4297
|
|
|
@@ -4391,6 +4316,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4391
4316
|
<span class="param-type">function</span>
|
|
4392
4317
|
|
|
4393
4318
|
|
|
4319
|
+
|
|
4394
4320
|
|
|
4395
4321
|
</td>
|
|
4396
4322
|
|
|
@@ -4415,6 +4341,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4415
4341
|
<span class="param-type">string</span>
|
|
4416
4342
|
|
|
4417
4343
|
|
|
4344
|
+
|
|
4418
4345
|
|
|
4419
4346
|
</td>
|
|
4420
4347
|
|
|
@@ -4444,7 +4371,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4444
4371
|
|
|
4445
4372
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4446
4373
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4447
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
4374
|
+
<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>
|
|
4448
4375
|
</li></ul></dd>
|
|
4449
4376
|
|
|
4450
4377
|
|
|
@@ -4560,6 +4487,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4560
4487
|
<span class="param-type">Event</span>
|
|
4561
4488
|
|
|
4562
4489
|
|
|
4490
|
+
|
|
4563
4491
|
|
|
4564
4492
|
</td>
|
|
4565
4493
|
|
|
@@ -4584,6 +4512,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4584
4512
|
<span class="param-type">function</span>
|
|
4585
4513
|
|
|
4586
4514
|
|
|
4515
|
+
|
|
4587
4516
|
|
|
4588
4517
|
</td>
|
|
4589
4518
|
|
|
@@ -4608,6 +4537,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4608
4537
|
<span class="param-type">string</span>
|
|
4609
4538
|
|
|
4610
4539
|
|
|
4540
|
+
|
|
4611
4541
|
|
|
4612
4542
|
</td>
|
|
4613
4543
|
|
|
@@ -4637,7 +4567,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4637
4567
|
|
|
4638
4568
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4639
4569
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4640
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
4570
|
+
<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>
|
|
4641
4571
|
</li></ul></dd>
|
|
4642
4572
|
|
|
4643
4573
|
|
|
@@ -4753,6 +4683,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4753
4683
|
<span class="param-type">L.Map</span>
|
|
4754
4684
|
|
|
4755
4685
|
|
|
4686
|
+
|
|
4756
4687
|
|
|
4757
4688
|
</td>
|
|
4758
4689
|
|
|
@@ -4782,7 +4713,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4782
4713
|
|
|
4783
4714
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4784
4715
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4785
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
4716
|
+
<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>
|
|
4786
4717
|
</li></ul></dd>
|
|
4787
4718
|
|
|
4788
4719
|
|
|
@@ -4878,7 +4809,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4878
4809
|
|
|
4879
4810
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4880
4811
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4881
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redraw"
|
|
4812
|
+
<a goto="redraw" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redraw" Zondy.ThemeLayer.GraphThemeLayer.html#redraw>Zondy.ThemeLayer.GraphThemeLayer#redraw</a>
|
|
4882
4813
|
</li></ul></dd>
|
|
4883
4814
|
|
|
4884
4815
|
|
|
@@ -4994,6 +4925,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4994
4925
|
<span class="param-type">L.bounds</span>
|
|
4995
4926
|
|
|
4996
4927
|
|
|
4928
|
+
|
|
4997
4929
|
|
|
4998
4930
|
</td>
|
|
4999
4931
|
|
|
@@ -5023,7 +4955,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5023
4955
|
|
|
5024
4956
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5025
4957
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5026
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redrawThematicFeatures"
|
|
4958
|
+
<a goto="redrawThematicFeatures" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GraphThemeLayer#redrawThematicFeatures</a>
|
|
5027
4959
|
</li></ul></dd>
|
|
5028
4960
|
|
|
5029
4961
|
|
|
@@ -5119,7 +5051,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5119
5051
|
|
|
5120
5052
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5121
5053
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5122
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeAllFeatures"
|
|
5054
|
+
<a goto="removeAllFeatures" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeAllFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.GraphThemeLayer#removeAllFeatures</a>
|
|
5123
5055
|
</li></ul></dd>
|
|
5124
5056
|
|
|
5125
5057
|
|
|
@@ -5235,6 +5167,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5235
5167
|
<span class="param-type">Object</span>
|
|
5236
5168
|
|
|
5237
5169
|
|
|
5170
|
+
|
|
5238
5171
|
|
|
5239
5172
|
</td>
|
|
5240
5173
|
|
|
@@ -5264,7 +5197,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5264
5197
|
|
|
5265
5198
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5266
5199
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5267
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeFeatures"
|
|
5200
|
+
<a goto="removeFeatures" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#removeFeatures" Zondy.ThemeLayer.GraphThemeLayer.html#removeFeatures>Zondy.ThemeLayer.GraphThemeLayer#removeFeatures</a>
|
|
5268
5201
|
</li></ul></dd>
|
|
5269
5202
|
|
|
5270
5203
|
|
|
@@ -5380,6 +5313,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5380
5313
|
<span class="param-type">string</span>
|
|
5381
5314
|
|
|
5382
5315
|
|
|
5316
|
+
|
|
5383
5317
|
|
|
5384
5318
|
</td>
|
|
5385
5319
|
|
|
@@ -5409,7 +5343,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5409
5343
|
|
|
5410
5344
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5411
5345
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5412
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#setChartsType"
|
|
5346
|
+
<a goto="setChartsType" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#setChartsType" Zondy.ThemeLayer.GraphThemeLayer.html#setChartsType>Zondy.ThemeLayer.GraphThemeLayer#setChartsType</a>
|
|
5413
5347
|
</li></ul></dd>
|
|
5414
5348
|
|
|
5415
5349
|
|
|
@@ -5525,6 +5459,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5525
5459
|
<span class="param-type">number</span>
|
|
5526
5460
|
|
|
5527
5461
|
|
|
5462
|
+
|
|
5528
5463
|
|
|
5529
5464
|
</td>
|
|
5530
5465
|
|
|
@@ -5554,7 +5489,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5554
5489
|
|
|
5555
5490
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5556
5491
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5557
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
5492
|
+
<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>
|
|
5558
5493
|
</li></ul></dd>
|
|
5559
5494
|
|
|
5560
5495
|
|
|
@@ -5670,6 +5605,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5670
5605
|
<span class="param-type">Zondy.ChartType</span>
|
|
5671
5606
|
|
|
5672
5607
|
|
|
5608
|
+
|
|
5673
5609
|
|
|
5674
5610
|
</td>
|
|
5675
5611
|
|
|
@@ -5810,6 +5746,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5810
5746
|
<span class="param-type">L.bounds</span>
|
|
5811
5747
|
|
|
5812
5748
|
|
|
5749
|
+
|
|
5813
5750
|
|
|
5814
5751
|
</td>
|
|
5815
5752
|
|
|
@@ -5839,7 +5776,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5839
5776
|
|
|
5840
5777
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5841
5778
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5842
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
5779
|
+
<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>
|
|
5843
5780
|
</li></ul></dd>
|
|
5844
5781
|
|
|
5845
5782
|
|
|
@@ -6003,6 +5940,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6003
5940
|
<span class="param-type">L.features</span>
|
|
6004
5941
|
|
|
6005
5942
|
|
|
5943
|
+
|
|
6006
5944
|
|
|
6007
5945
|
</td>
|
|
6008
5946
|
|
|
@@ -6029,7 +5967,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6029
5967
|
|
|
6030
5968
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6031
5969
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6032
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#event:beforefeaturesadded"
|
|
5970
|
+
<a goto="event:beforefeaturesadded" link="Zondy.ThemeLayer.GraphThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GraphThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GraphThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GraphThemeLayer#event:beforefeaturesadded</a>
|
|
6033
5971
|
</li></ul></dd>
|
|
6034
5972
|
|
|
6035
5973
|
|
|
@@ -6153,6 +6091,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6153
6091
|
<span class="param-type">Object</span>
|
|
6154
6092
|
|
|
6155
6093
|
|
|
6094
|
+
|
|
6156
6095
|
|
|
6157
6096
|
</td>
|
|
6158
6097
|
|
|
@@ -6176,6 +6115,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6176
6115
|
<span class="param-type">string</span>
|
|
6177
6116
|
|
|
6178
6117
|
|
|
6118
|
+
|
|
6179
6119
|
|
|
6180
6120
|
</td>
|
|
6181
6121
|
|
|
@@ -6202,7 +6142,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6202
6142
|
|
|
6203
6143
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6204
6144
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6205
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
6145
|
+
<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>
|
|
6206
6146
|
</li></ul></dd>
|
|
6207
6147
|
|
|
6208
6148
|
|
|
@@ -6326,6 +6266,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6326
6266
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
6327
6267
|
|
|
6328
6268
|
|
|
6269
|
+
|
|
6329
6270
|
|
|
6330
6271
|
</td>
|
|
6331
6272
|
|
|
@@ -6349,6 +6290,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6349
6290
|
<span class="param-type">boolean</span>
|
|
6350
6291
|
|
|
6351
6292
|
|
|
6293
|
+
|
|
6352
6294
|
|
|
6353
6295
|
</td>
|
|
6354
6296
|
|
|
@@ -6375,7 +6317,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6375
6317
|
|
|
6376
6318
|
<dt class="inherited-from">Inherited From:</dt>
|
|
6377
6319
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
6378
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
6320
|
+
<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>
|
|
6379
6321
|
</li></ul></dd>
|
|
6380
6322
|
|
|
6381
6323
|
|
|
@@ -6435,43 +6377,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
6435
6377
|
|
|
6436
6378
|
</article>
|
|
6437
6379
|
|
|
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>
|
|
6380
|
+
</section>
|