@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> GeoFeatureThemeLayer</title>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<body class="layout small-header">
|
|
22
|
-
<div id="stickyNavbarOverlay"></div>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">GeoFeatureThemeLayer</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">GeoFeatureThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -210,6 +78,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
210
78
|
<span class="param-type">string</span>
|
|
211
79
|
|
|
212
80
|
|
|
81
|
+
|
|
213
82
|
|
|
214
83
|
</td>
|
|
215
84
|
|
|
@@ -238,6 +107,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
238
107
|
<span class="param-type">Object</span>
|
|
239
108
|
|
|
240
109
|
|
|
110
|
+
|
|
241
111
|
|
|
242
112
|
</td>
|
|
243
113
|
|
|
@@ -264,6 +134,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
264
134
|
<span class="param-type">string</span>
|
|
265
135
|
|
|
266
136
|
|
|
137
|
+
|
|
267
138
|
|
|
268
139
|
</td>
|
|
269
140
|
|
|
@@ -290,6 +161,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
290
161
|
<span class="param-type">number</span>
|
|
291
162
|
|
|
292
163
|
|
|
164
|
+
|
|
293
165
|
|
|
294
166
|
</td>
|
|
295
167
|
|
|
@@ -318,6 +190,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
318
190
|
<span class="param-type">number</span>
|
|
319
191
|
|
|
320
192
|
|
|
193
|
+
|
|
321
194
|
|
|
322
195
|
</td>
|
|
323
196
|
|
|
@@ -346,6 +219,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
346
219
|
<span class="param-type">boolean</span>
|
|
347
220
|
|
|
348
221
|
|
|
222
|
+
|
|
349
223
|
|
|
350
224
|
</td>
|
|
351
225
|
|
|
@@ -374,6 +248,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
374
248
|
<span class="param-type">boolean</span>
|
|
375
249
|
|
|
376
250
|
|
|
251
|
+
|
|
377
252
|
|
|
378
253
|
</td>
|
|
379
254
|
|
|
@@ -402,6 +277,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
402
277
|
<span class="param-type">boolean</span>
|
|
403
278
|
|
|
404
279
|
|
|
280
|
+
|
|
405
281
|
|
|
406
282
|
</td>
|
|
407
283
|
|
|
@@ -430,6 +306,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
430
306
|
<span class="param-type">boolean</span>
|
|
431
307
|
|
|
432
308
|
|
|
309
|
+
|
|
433
310
|
|
|
434
311
|
</td>
|
|
435
312
|
|
|
@@ -501,7 +378,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
501
378
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
502
379
|
<div class="column is-10">
|
|
503
380
|
<ul>
|
|
504
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded"
|
|
381
|
+
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a></li>
|
|
505
382
|
</ul>
|
|
506
383
|
</div>
|
|
507
384
|
</div>
|
|
@@ -539,7 +416,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
539
416
|
|
|
540
417
|
|
|
541
418
|
<ul>
|
|
542
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer"
|
|
419
|
+
<li><a link="Zondy.ThemeLayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer" Zondy.ThemeLayer.ThemeLayer.html>Zondy.ThemeLayer.ThemeLayer</a></li>
|
|
543
420
|
</ul>
|
|
544
421
|
|
|
545
422
|
|
|
@@ -574,7 +451,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
574
451
|
<tbody>
|
|
575
452
|
|
|
576
453
|
<tr class="deep-level-0">
|
|
577
|
-
<td class="name"><code><a href="
|
|
454
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
578
455
|
<td class="name">
|
|
579
456
|
<code>
|
|
580
457
|
|
|
@@ -584,7 +461,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
584
461
|
</tr>
|
|
585
462
|
|
|
586
463
|
<tr class="deep-level-0">
|
|
587
|
-
<td class="name"><code><a href="
|
|
464
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
588
465
|
<td class="name">
|
|
589
466
|
<code>
|
|
590
467
|
|
|
@@ -594,7 +471,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
594
471
|
</tr>
|
|
595
472
|
|
|
596
473
|
<tr class="deep-level-0">
|
|
597
|
-
<td class="name"><code><a href="
|
|
474
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
598
475
|
<td class="name">
|
|
599
476
|
<code>
|
|
600
477
|
|
|
@@ -604,7 +481,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
604
481
|
</tr>
|
|
605
482
|
|
|
606
483
|
<tr class="deep-level-0">
|
|
607
|
-
<td class="name"><code><a href="
|
|
484
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
608
485
|
<td class="name">
|
|
609
486
|
<code>
|
|
610
487
|
|
|
@@ -614,7 +491,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
614
491
|
</tr>
|
|
615
492
|
|
|
616
493
|
<tr class="deep-level-0">
|
|
617
|
-
<td class="name"><code><a href="
|
|
494
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
618
495
|
<td class="name">
|
|
619
496
|
<code>
|
|
620
497
|
|
|
@@ -624,7 +501,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
624
501
|
</tr>
|
|
625
502
|
|
|
626
503
|
<tr class="deep-level-0">
|
|
627
|
-
<td class="name"><code><a href="
|
|
504
|
+
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
628
505
|
<td class="name">
|
|
629
506
|
<code>
|
|
630
507
|
|
|
@@ -632,6 +509,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
632
509
|
<span class="param-type">number</span>
|
|
633
510
|
|
|
634
511
|
|
|
512
|
+
|
|
635
513
|
|
|
636
514
|
</code>
|
|
637
515
|
</td>
|
|
@@ -639,7 +517,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
639
517
|
</tr>
|
|
640
518
|
|
|
641
519
|
<tr class="deep-level-0">
|
|
642
|
-
<td class="name"><code><a href="
|
|
520
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
643
521
|
<td class="name">
|
|
644
522
|
<code>
|
|
645
523
|
|
|
@@ -647,6 +525,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
647
525
|
<span class="param-type">Object</span>
|
|
648
526
|
|
|
649
527
|
|
|
528
|
+
|
|
650
529
|
|
|
651
530
|
</code>
|
|
652
531
|
</td>
|
|
@@ -654,7 +533,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
654
533
|
</tr>
|
|
655
534
|
|
|
656
535
|
<tr class="deep-level-0">
|
|
657
|
-
<td class="name"><code><a href="
|
|
536
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
658
537
|
<td class="name">
|
|
659
538
|
<code>
|
|
660
539
|
|
|
@@ -664,7 +543,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
664
543
|
</tr>
|
|
665
544
|
|
|
666
545
|
<tr class="deep-level-0">
|
|
667
|
-
<td class="name"><code><a href="
|
|
546
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
668
547
|
<td class="name">
|
|
669
548
|
<code>
|
|
670
549
|
|
|
@@ -674,7 +553,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
674
553
|
</tr>
|
|
675
554
|
|
|
676
555
|
<tr class="deep-level-0">
|
|
677
|
-
<td class="name"><code><a href="
|
|
556
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
678
557
|
<td class="name">
|
|
679
558
|
<code>
|
|
680
559
|
|
|
@@ -682,6 +561,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
682
561
|
<span class="param-type">Array</span>
|
|
683
562
|
|
|
684
563
|
|
|
564
|
+
|
|
685
565
|
|
|
686
566
|
</code>
|
|
687
567
|
</td>
|
|
@@ -689,7 +569,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
689
569
|
</tr>
|
|
690
570
|
|
|
691
571
|
<tr class="deep-level-0">
|
|
692
|
-
<td class="name"><code><a href="
|
|
572
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
693
573
|
<td class="name">
|
|
694
574
|
<code>
|
|
695
575
|
|
|
@@ -697,6 +577,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
697
577
|
<span class="param-type">Array</span>
|
|
698
578
|
|
|
699
579
|
|
|
580
|
+
|
|
700
581
|
|
|
701
582
|
</code>
|
|
702
583
|
</td>
|
|
@@ -704,7 +585,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
704
585
|
</tr>
|
|
705
586
|
|
|
706
587
|
<tr class="deep-level-0">
|
|
707
|
-
<td class="name"><code><a href="
|
|
588
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
708
589
|
<td class="name">
|
|
709
590
|
<code>
|
|
710
591
|
|
|
@@ -714,7 +595,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
714
595
|
</tr>
|
|
715
596
|
|
|
716
597
|
<tr class="deep-level-0">
|
|
717
|
-
<td class="name"><code><a href="
|
|
598
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
718
599
|
<td class="name">
|
|
719
600
|
<code>
|
|
720
601
|
|
|
@@ -724,7 +605,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
724
605
|
</tr>
|
|
725
606
|
|
|
726
607
|
<tr class="deep-level-0">
|
|
727
|
-
<td class="name"><code><a href="
|
|
608
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
728
609
|
<td class="name">
|
|
729
610
|
<code>
|
|
730
611
|
|
|
@@ -734,7 +615,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
734
615
|
</tr>
|
|
735
616
|
|
|
736
617
|
<tr class="deep-level-0">
|
|
737
|
-
<td class="name"><code><a href="
|
|
618
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
738
619
|
<td class="name">
|
|
739
620
|
<code>
|
|
740
621
|
|
|
@@ -744,7 +625,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
744
625
|
</tr>
|
|
745
626
|
|
|
746
627
|
<tr class="deep-level-0">
|
|
747
|
-
<td class="name"><code><a href="
|
|
628
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
748
629
|
<td class="name">
|
|
749
630
|
<code>
|
|
750
631
|
|
|
@@ -754,7 +635,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
754
635
|
</tr>
|
|
755
636
|
|
|
756
637
|
<tr class="deep-level-0">
|
|
757
|
-
<td class="name"><code><a href="
|
|
638
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
758
639
|
<td class="name">
|
|
759
640
|
<code>
|
|
760
641
|
|
|
@@ -764,7 +645,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
764
645
|
</tr>
|
|
765
646
|
|
|
766
647
|
<tr class="deep-level-0">
|
|
767
|
-
<td class="name"><code><a href="
|
|
648
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
768
649
|
<td class="name">
|
|
769
650
|
<code>
|
|
770
651
|
|
|
@@ -774,7 +655,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
774
655
|
</tr>
|
|
775
656
|
|
|
776
657
|
<tr class="deep-level-0">
|
|
777
|
-
<td class="name"><code><a href="
|
|
658
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
778
659
|
<td class="name">
|
|
779
660
|
<code>
|
|
780
661
|
|
|
@@ -786,7 +667,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
786
667
|
</tr>
|
|
787
668
|
|
|
788
669
|
<tr class="deep-level-0">
|
|
789
|
-
<td class="name"><code><a href="
|
|
670
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
790
671
|
<td class="name">
|
|
791
672
|
<code>
|
|
792
673
|
|
|
@@ -796,7 +677,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
796
677
|
</tr>
|
|
797
678
|
|
|
798
679
|
<tr class="deep-level-0">
|
|
799
|
-
<td class="name"><code><a href="
|
|
680
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
800
681
|
<td class="name">
|
|
801
682
|
<code>
|
|
802
683
|
|
|
@@ -806,7 +687,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
806
687
|
</tr>
|
|
807
688
|
|
|
808
689
|
<tr class="deep-level-0">
|
|
809
|
-
<td class="name"><code><a href="
|
|
690
|
+
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
810
691
|
<td class="name">
|
|
811
692
|
<code>
|
|
812
693
|
|
|
@@ -816,7 +697,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
816
697
|
</tr>
|
|
817
698
|
|
|
818
699
|
<tr class="deep-level-0">
|
|
819
|
-
<td class="name"><code><a href="
|
|
700
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
820
701
|
<td class="name">
|
|
821
702
|
<code>
|
|
822
703
|
|
|
@@ -826,7 +707,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
826
707
|
</tr>
|
|
827
708
|
|
|
828
709
|
<tr class="deep-level-0">
|
|
829
|
-
<td class="name"><code><a href="
|
|
710
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
830
711
|
<td class="name">
|
|
831
712
|
<code>
|
|
832
713
|
|
|
@@ -902,6 +783,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
902
783
|
<span class="param-type">Object</span>
|
|
903
784
|
|
|
904
785
|
|
|
786
|
+
|
|
905
787
|
|
|
906
788
|
</td>
|
|
907
789
|
|
|
@@ -933,7 +815,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
933
815
|
|
|
934
816
|
<dt class="tag-overrides">Overrides:</dt>
|
|
935
817
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
936
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#addFeatures"
|
|
818
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#addFeatures" Zondy.ThemeLayer.ThemeLayer.html#addFeatures>Zondy.ThemeLayer.ThemeLayer#addFeatures</a>
|
|
937
819
|
</li></ul></dd>
|
|
938
820
|
|
|
939
821
|
|
|
@@ -1229,6 +1111,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1229
1111
|
<span class="param-type">Object</span>
|
|
1230
1112
|
|
|
1231
1113
|
|
|
1114
|
+
|
|
1232
1115
|
|
|
1233
1116
|
</td>
|
|
1234
1117
|
|
|
@@ -1369,6 +1252,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1369
1252
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1370
1253
|
|
|
1371
1254
|
|
|
1255
|
+
|
|
1372
1256
|
|
|
1373
1257
|
</td>
|
|
1374
1258
|
|
|
@@ -1398,7 +1282,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1398
1282
|
|
|
1399
1283
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1400
1284
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1401
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1285
|
+
<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>
|
|
1402
1286
|
</li></ul></dd>
|
|
1403
1287
|
|
|
1404
1288
|
|
|
@@ -1553,6 +1437,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1553
1437
|
<span class="param-type">number</span>
|
|
1554
1438
|
|
|
1555
1439
|
|
|
1440
|
+
|
|
1556
1441
|
</div>
|
|
1557
1442
|
|
|
1558
1443
|
</div>
|
|
@@ -1610,7 +1495,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1610
1495
|
|
|
1611
1496
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1612
1497
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1613
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1498
|
+
<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>
|
|
1614
1499
|
</li></ul></dd>
|
|
1615
1500
|
|
|
1616
1501
|
|
|
@@ -1674,6 +1559,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1674
1559
|
<span class="param-type">Object</span>
|
|
1675
1560
|
|
|
1676
1561
|
|
|
1562
|
+
|
|
1677
1563
|
</div>
|
|
1678
1564
|
|
|
1679
1565
|
</div>
|
|
@@ -1751,6 +1637,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1751
1637
|
<span class="param-type">string</span>
|
|
1752
1638
|
|
|
1753
1639
|
|
|
1640
|
+
|
|
1754
1641
|
|
|
1755
1642
|
</td>
|
|
1756
1643
|
|
|
@@ -1775,6 +1662,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1775
1662
|
<span class="param-type">string</span>
|
|
1776
1663
|
|
|
1777
1664
|
|
|
1665
|
+
|
|
1778
1666
|
|
|
1779
1667
|
</td>
|
|
1780
1668
|
|
|
@@ -1804,7 +1692,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1804
1692
|
|
|
1805
1693
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1806
1694
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1807
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
1695
|
+
<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>
|
|
1808
1696
|
</li></ul></dd>
|
|
1809
1697
|
|
|
1810
1698
|
|
|
@@ -1920,6 +1808,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1920
1808
|
<span class="param-type">number</span>
|
|
1921
1809
|
|
|
1922
1810
|
|
|
1811
|
+
|
|
1923
1812
|
|
|
1924
1813
|
</td>
|
|
1925
1814
|
|
|
@@ -1949,7 +1838,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1949
1838
|
|
|
1950
1839
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1951
1840
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1952
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
1841
|
+
<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>
|
|
1953
1842
|
</li></ul></dd>
|
|
1954
1843
|
|
|
1955
1844
|
|
|
@@ -2045,7 +1934,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2045
1934
|
|
|
2046
1935
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2047
1936
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2048
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
1937
|
+
<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>
|
|
2049
1938
|
</li></ul></dd>
|
|
2050
1939
|
|
|
2051
1940
|
|
|
@@ -2109,6 +1998,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2109
1998
|
<span class="param-type">Array</span>
|
|
2110
1999
|
|
|
2111
2000
|
|
|
2001
|
+
|
|
2112
2002
|
</div>
|
|
2113
2003
|
|
|
2114
2004
|
</div>
|
|
@@ -2186,6 +2076,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2186
2076
|
<span class="param-type">string</span>
|
|
2187
2077
|
|
|
2188
2078
|
|
|
2079
|
+
|
|
2189
2080
|
|
|
2190
2081
|
</td>
|
|
2191
2082
|
|
|
@@ -2210,6 +2101,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2210
2101
|
<span class="param-type">string</span>
|
|
2211
2102
|
|
|
2212
2103
|
|
|
2104
|
+
|
|
2213
2105
|
|
|
2214
2106
|
</td>
|
|
2215
2107
|
|
|
@@ -2239,7 +2131,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2239
2131
|
|
|
2240
2132
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2241
2133
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2242
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2134
|
+
<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>
|
|
2243
2135
|
</li></ul></dd>
|
|
2244
2136
|
|
|
2245
2137
|
|
|
@@ -2303,6 +2195,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2303
2195
|
<span class="param-type">Array</span>
|
|
2304
2196
|
|
|
2305
2197
|
|
|
2198
|
+
|
|
2306
2199
|
</div>
|
|
2307
2200
|
|
|
2308
2201
|
</div>
|
|
@@ -2380,6 +2273,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2380
2273
|
<span class="param-type">Array</span>
|
|
2381
2274
|
|
|
2382
2275
|
|
|
2276
|
+
|
|
2383
2277
|
|
|
2384
2278
|
</td>
|
|
2385
2279
|
|
|
@@ -2409,7 +2303,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2409
2303
|
|
|
2410
2304
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2411
2305
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2412
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2306
|
+
<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>
|
|
2413
2307
|
</li></ul></dd>
|
|
2414
2308
|
|
|
2415
2309
|
|
|
@@ -2525,6 +2419,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2525
2419
|
<span class="param-type">number</span>
|
|
2526
2420
|
|
|
2527
2421
|
|
|
2422
|
+
|
|
2528
2423
|
|
|
2529
2424
|
</td>
|
|
2530
2425
|
|
|
@@ -2665,6 +2560,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2665
2560
|
<span class="param-type">string</span>
|
|
2666
2561
|
|
|
2667
2562
|
|
|
2563
|
+
|
|
2668
2564
|
|
|
2669
2565
|
</td>
|
|
2670
2566
|
|
|
@@ -2689,6 +2585,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2689
2585
|
<span class="param-type">Object</span>
|
|
2690
2586
|
|
|
2691
2587
|
|
|
2588
|
+
|
|
2692
2589
|
|
|
2693
2590
|
</td>
|
|
2694
2591
|
|
|
@@ -2829,6 +2726,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2829
2726
|
<span class="param-type">Event</span>
|
|
2830
2727
|
|
|
2831
2728
|
|
|
2729
|
+
|
|
2832
2730
|
|
|
2833
2731
|
</td>
|
|
2834
2732
|
|
|
@@ -2853,6 +2751,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2853
2751
|
<span class="param-type">function</span>
|
|
2854
2752
|
|
|
2855
2753
|
|
|
2754
|
+
|
|
2856
2755
|
|
|
2857
2756
|
</td>
|
|
2858
2757
|
|
|
@@ -2877,6 +2776,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2877
2776
|
<span class="param-type">string</span>
|
|
2878
2777
|
|
|
2879
2778
|
|
|
2779
|
+
|
|
2880
2780
|
|
|
2881
2781
|
</td>
|
|
2882
2782
|
|
|
@@ -2906,7 +2806,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2906
2806
|
|
|
2907
2807
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2908
2808
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2909
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
2809
|
+
<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>
|
|
2910
2810
|
</li></ul></dd>
|
|
2911
2811
|
|
|
2912
2812
|
|
|
@@ -3022,6 +2922,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3022
2922
|
<span class="param-type">Event</span>
|
|
3023
2923
|
|
|
3024
2924
|
|
|
2925
|
+
|
|
3025
2926
|
|
|
3026
2927
|
</td>
|
|
3027
2928
|
|
|
@@ -3046,6 +2947,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3046
2947
|
<span class="param-type">function</span>
|
|
3047
2948
|
|
|
3048
2949
|
|
|
2950
|
+
|
|
3049
2951
|
|
|
3050
2952
|
</td>
|
|
3051
2953
|
|
|
@@ -3070,6 +2972,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3070
2972
|
<span class="param-type">string</span>
|
|
3071
2973
|
|
|
3072
2974
|
|
|
2975
|
+
|
|
3073
2976
|
|
|
3074
2977
|
</td>
|
|
3075
2978
|
|
|
@@ -3099,7 +3002,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3099
3002
|
|
|
3100
3003
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3101
3004
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3102
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
3005
|
+
<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>
|
|
3103
3006
|
</li></ul></dd>
|
|
3104
3007
|
|
|
3105
3008
|
|
|
@@ -3215,6 +3118,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3215
3118
|
<span class="param-type">L.Map</span>
|
|
3216
3119
|
|
|
3217
3120
|
|
|
3121
|
+
|
|
3218
3122
|
|
|
3219
3123
|
</td>
|
|
3220
3124
|
|
|
@@ -3244,7 +3148,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3244
3148
|
|
|
3245
3149
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3246
3150
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3247
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
3151
|
+
<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>
|
|
3248
3152
|
</li></ul></dd>
|
|
3249
3153
|
|
|
3250
3154
|
|
|
@@ -3342,7 +3246,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3342
3246
|
|
|
3343
3247
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3344
3248
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3345
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redraw"
|
|
3249
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redraw" Zondy.ThemeLayer.ThemeLayer.html#redraw>Zondy.ThemeLayer.ThemeLayer#redraw</a>
|
|
3346
3250
|
</li></ul></dd>
|
|
3347
3251
|
|
|
3348
3252
|
|
|
@@ -3458,6 +3362,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3458
3362
|
<span class="param-type">L.bounds</span>
|
|
3459
3363
|
|
|
3460
3364
|
|
|
3365
|
+
|
|
3461
3366
|
|
|
3462
3367
|
</td>
|
|
3463
3368
|
|
|
@@ -3489,7 +3394,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3489
3394
|
|
|
3490
3395
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3491
3396
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3492
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redrawThematicFeatures"
|
|
3397
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.ThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.ThemeLayer#redrawThematicFeatures</a>
|
|
3493
3398
|
</li></ul></dd>
|
|
3494
3399
|
|
|
3495
3400
|
|
|
@@ -3585,7 +3490,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3585
3490
|
|
|
3586
3491
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3587
3492
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3588
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeAllFeatures"
|
|
3493
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeAllFeatures" Zondy.ThemeLayer.ThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.ThemeLayer#removeAllFeatures</a>
|
|
3589
3494
|
</li></ul></dd>
|
|
3590
3495
|
|
|
3591
3496
|
|
|
@@ -3699,6 +3604,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3699
3604
|
<span class="param-type">Object</span>
|
|
3700
3605
|
|
|
3701
3606
|
|
|
3607
|
+
|
|
3702
3608
|
|
|
3703
3609
|
</td>
|
|
3704
3610
|
|
|
@@ -3730,7 +3636,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3730
3636
|
|
|
3731
3637
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3732
3638
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3733
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeFeatures"
|
|
3639
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#removeFeatures" Zondy.ThemeLayer.ThemeLayer.html#removeFeatures>Zondy.ThemeLayer.ThemeLayer#removeFeatures</a>
|
|
3734
3640
|
</li></ul></dd>
|
|
3735
3641
|
|
|
3736
3642
|
|
|
@@ -3844,6 +3750,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3844
3750
|
<span class="param-type">number</span>
|
|
3845
3751
|
|
|
3846
3752
|
|
|
3753
|
+
|
|
3847
3754
|
|
|
3848
3755
|
</td>
|
|
3849
3756
|
|
|
@@ -3984,6 +3891,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3984
3891
|
<span class="param-type">number</span>
|
|
3985
3892
|
|
|
3986
3893
|
|
|
3894
|
+
|
|
3987
3895
|
|
|
3988
3896
|
</td>
|
|
3989
3897
|
|
|
@@ -4013,7 +3921,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4013
3921
|
|
|
4014
3922
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4015
3923
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4016
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
3924
|
+
<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>
|
|
4017
3925
|
</li></ul></dd>
|
|
4018
3926
|
|
|
4019
3927
|
|
|
@@ -4129,6 +4037,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4129
4037
|
<span class="param-type">L.bounds</span>
|
|
4130
4038
|
|
|
4131
4039
|
|
|
4040
|
+
|
|
4132
4041
|
|
|
4133
4042
|
</td>
|
|
4134
4043
|
|
|
@@ -4158,7 +4067,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4158
4067
|
|
|
4159
4068
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4160
4069
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4161
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
4070
|
+
<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>
|
|
4162
4071
|
</li></ul></dd>
|
|
4163
4072
|
|
|
4164
4073
|
|
|
@@ -4322,6 +4231,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4322
4231
|
<span class="param-type">Object</span>
|
|
4323
4232
|
|
|
4324
4233
|
|
|
4234
|
+
|
|
4325
4235
|
|
|
4326
4236
|
</td>
|
|
4327
4237
|
|
|
@@ -4467,6 +4377,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4467
4377
|
<span class="param-type">Object</span>
|
|
4468
4378
|
|
|
4469
4379
|
|
|
4380
|
+
|
|
4470
4381
|
|
|
4471
4382
|
</td>
|
|
4472
4383
|
|
|
@@ -4490,6 +4401,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4490
4401
|
<span class="param-type">string</span>
|
|
4491
4402
|
|
|
4492
4403
|
|
|
4404
|
+
|
|
4493
4405
|
|
|
4494
4406
|
</td>
|
|
4495
4407
|
|
|
@@ -4516,7 +4428,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4516
4428
|
|
|
4517
4429
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4518
4430
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4519
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
4431
|
+
<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>
|
|
4520
4432
|
</li></ul></dd>
|
|
4521
4433
|
|
|
4522
4434
|
|
|
@@ -4640,6 +4552,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4640
4552
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
4641
4553
|
|
|
4642
4554
|
|
|
4555
|
+
|
|
4643
4556
|
|
|
4644
4557
|
</td>
|
|
4645
4558
|
|
|
@@ -4663,6 +4576,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4663
4576
|
<span class="param-type">boolean</span>
|
|
4664
4577
|
|
|
4665
4578
|
|
|
4579
|
+
|
|
4666
4580
|
|
|
4667
4581
|
</td>
|
|
4668
4582
|
|
|
@@ -4689,7 +4603,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4689
4603
|
|
|
4690
4604
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4691
4605
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4692
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
4606
|
+
<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>
|
|
4693
4607
|
</li></ul></dd>
|
|
4694
4608
|
|
|
4695
4609
|
|
|
@@ -4749,43 +4663,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4749
4663
|
|
|
4750
4664
|
</article>
|
|
4751
4665
|
|
|
4752
|
-
</section>
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
</div>
|
|
4758
|
-
|
|
4759
|
-
<footer class="footer">
|
|
4760
|
-
<div class="content has-text-centered">
|
|
4761
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
4762
|
-
<p class="sidebar-created-by">
|
|
4763
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
4764
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
4765
|
-
</p>
|
|
4766
|
-
</div>
|
|
4767
|
-
</footer>
|
|
4768
|
-
|
|
4769
|
-
</div>
|
|
4770
|
-
<div id="side-nav" class="side-nav">
|
|
4771
|
-
<div style="margin-bottom: 10px;">
|
|
4772
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
4773
|
-
</div>
|
|
4774
|
-
<div style="margin-bottom: 10px;">
|
|
4775
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
4776
|
-
</div>
|
|
4777
|
-
<div style="margin-bottom: 10px;">
|
|
4778
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
4779
|
-
</div>
|
|
4780
|
-
<div>
|
|
4781
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
4782
|
-
</div>
|
|
4783
|
-
</div>
|
|
4784
|
-
</div>
|
|
4785
|
-
<script src="scripts/linenumber.js"> </script>
|
|
4786
|
-
|
|
4787
|
-
<script src="scripts/search.js"> </script>
|
|
4788
|
-
|
|
4789
|
-
<script src="scripts/sideBar.js"> </script>
|
|
4790
|
-
</body>
|
|
4791
|
-
</html>
|
|
4666
|
+
</section>
|