@mapgis/webclient-leaflet-plugin 17.0.0 → 17.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +342 -114
- package/dist/es5/webclient-common.min.js +4 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
- package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
- package/documention/DrawControl.html +9 -180
- package/documention/L.zondy.MapvBaseLayer.html +6 -177
- package/documention/MapViewLeaflet.html +14 -185
- package/documention/Popup.html +6 -177
- package/documention/Screenshot.html +8 -179
- package/documention/SketchEditorLeaflet.html +6 -177
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +27 -198
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +26 -197
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -205
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +7 -178
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +6 -177
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -205
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +39 -210
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +34 -205
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +34 -205
- package/documention/Zondy.Widget.html +6 -177
- package/documention/Zondy.view.UI.html +6 -177
- package/documention/global.html +5 -176
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +76 -0
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +7 -155
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +7 -155
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +7 -155
- package/package.json +1 -1
|
@@ -1,142 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> simpleThemeLayer</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">simpleThemeLayer</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">simpleThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -534,7 +402,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
534
402
|
|
|
535
403
|
|
|
536
404
|
<ul>
|
|
537
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer"
|
|
405
|
+
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer" Zondy.ThemeLayer.GeoFeatureThemeLayer.html>Zondy.ThemeLayer.GeoFeatureThemeLayer</a></li>
|
|
538
406
|
</ul>
|
|
539
407
|
|
|
540
408
|
|
|
@@ -956,7 +824,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
956
824
|
|
|
957
825
|
<dt class="inherited-from">Inherited From:</dt>
|
|
958
826
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
959
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures"
|
|
827
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#addFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
960
828
|
</li></ul></dd>
|
|
961
829
|
|
|
962
830
|
|
|
@@ -1052,7 +920,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1052
920
|
|
|
1053
921
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1054
922
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1055
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear"
|
|
923
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clear>Zondy.ThemeLayer.GeoFeatureThemeLayer#clear</a>
|
|
1056
924
|
</li></ul></dd>
|
|
1057
925
|
|
|
1058
926
|
|
|
@@ -1148,7 +1016,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1148
1016
|
|
|
1149
1017
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1150
1018
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1151
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache"
|
|
1019
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clearCache>Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1152
1020
|
</li></ul></dd>
|
|
1153
1021
|
|
|
1154
1022
|
|
|
@@ -1293,7 +1161,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1293
1161
|
|
|
1294
1162
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1295
1163
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1296
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature"
|
|
1164
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#createThematicFeature>Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1297
1165
|
</li></ul></dd>
|
|
1298
1166
|
|
|
1299
1167
|
|
|
@@ -1438,7 +1306,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1438
1306
|
|
|
1439
1307
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1440
1308
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1441
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1309
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures" Zondy.ThemeLayer.ThemeLayer.html#destroyFeatures>Zondy.ThemeLayer.ThemeLayer#destroyFeatures</a>
|
|
1442
1310
|
</li></ul></dd>
|
|
1443
1311
|
|
|
1444
1312
|
|
|
@@ -1534,7 +1402,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1534
1402
|
|
|
1535
1403
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1536
1404
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1537
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount"
|
|
1405
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1538
1406
|
</li></ul></dd>
|
|
1539
1407
|
|
|
1540
1408
|
|
|
@@ -1771,7 +1639,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1771
1639
|
|
|
1772
1640
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1773
1641
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1774
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1642
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents" Zondy.ThemeLayer.ThemeLayer.html#getEvents>Zondy.ThemeLayer.ThemeLayer#getEvents</a>
|
|
1775
1643
|
</li></ul></dd>
|
|
1776
1644
|
|
|
1777
1645
|
|
|
@@ -1965,7 +1833,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
1965
1833
|
|
|
1966
1834
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1967
1835
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1968
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
1836
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy" Zondy.ThemeLayer.ThemeLayer.html#getFeatureBy>Zondy.ThemeLayer.ThemeLayer#getFeatureBy</a>
|
|
1969
1837
|
</li></ul></dd>
|
|
1970
1838
|
|
|
1971
1839
|
|
|
@@ -2110,7 +1978,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2110
1978
|
|
|
2111
1979
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2112
1980
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2113
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
1981
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById" Zondy.ThemeLayer.ThemeLayer.html#getFeatureById>Zondy.ThemeLayer.ThemeLayer#getFeatureById</a>
|
|
2114
1982
|
</li></ul></dd>
|
|
2115
1983
|
|
|
2116
1984
|
|
|
@@ -2206,7 +2074,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2206
2074
|
|
|
2207
2075
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2208
2076
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2209
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2077
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures" Zondy.ThemeLayer.ThemeLayer.html#getFeatures>Zondy.ThemeLayer.ThemeLayer#getFeatures</a>
|
|
2210
2078
|
</li></ul></dd>
|
|
2211
2079
|
|
|
2212
2080
|
|
|
@@ -2400,7 +2268,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2400
2268
|
|
|
2401
2269
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2402
2270
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2403
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2271
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute" Zondy.ThemeLayer.ThemeLayer.html#getFeaturesByAttribute>Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2404
2272
|
</li></ul></dd>
|
|
2405
2273
|
|
|
2406
2274
|
|
|
@@ -2570,7 +2438,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2570
2438
|
|
|
2571
2439
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2572
2440
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2573
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2441
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY" Zondy.ThemeLayer.ThemeLayer.html#getLocalXY>Zondy.ThemeLayer.ThemeLayer#getLocalXY</a>
|
|
2574
2442
|
</li></ul></dd>
|
|
2575
2443
|
|
|
2576
2444
|
|
|
@@ -2715,7 +2583,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
2715
2583
|
|
|
2716
2584
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2717
2585
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2718
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID"
|
|
2586
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getShapesByFeatureID>Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2719
2587
|
</li></ul></dd>
|
|
2720
2588
|
|
|
2721
2589
|
|
|
@@ -3002,7 +2870,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3002
2870
|
|
|
3003
2871
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3004
2872
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3005
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize"
|
|
2873
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#initialize>Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize</a>
|
|
3006
2874
|
</li></ul></dd>
|
|
3007
2875
|
|
|
3008
2876
|
|
|
@@ -3193,7 +3061,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3193
3061
|
|
|
3194
3062
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3195
3063
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3196
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
3064
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off" Zondy.ThemeLayer.ThemeLayer.html#off>Zondy.ThemeLayer.ThemeLayer#off</a>
|
|
3197
3065
|
</li></ul></dd>
|
|
3198
3066
|
|
|
3199
3067
|
|
|
@@ -3386,7 +3254,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3386
3254
|
|
|
3387
3255
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3388
3256
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3389
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
3257
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on" Zondy.ThemeLayer.ThemeLayer.html#on>Zondy.ThemeLayer.ThemeLayer#on</a>
|
|
3390
3258
|
</li></ul></dd>
|
|
3391
3259
|
|
|
3392
3260
|
|
|
@@ -3531,7 +3399,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3531
3399
|
|
|
3532
3400
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3533
3401
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3534
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
3402
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove" Zondy.ThemeLayer.ThemeLayer.html#onRemove>Zondy.ThemeLayer.ThemeLayer#onRemove</a>
|
|
3535
3403
|
</li></ul></dd>
|
|
3536
3404
|
|
|
3537
3405
|
|
|
@@ -3629,7 +3497,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3629
3497
|
|
|
3630
3498
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3631
3499
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3632
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw"
|
|
3500
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redraw>Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw</a>
|
|
3633
3501
|
</li></ul></dd>
|
|
3634
3502
|
|
|
3635
3503
|
|
|
@@ -3774,7 +3642,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3774
3642
|
|
|
3775
3643
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3776
3644
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3777
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures"
|
|
3645
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
3778
3646
|
</li></ul></dd>
|
|
3779
3647
|
|
|
3780
3648
|
|
|
@@ -3870,7 +3738,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
3870
3738
|
|
|
3871
3739
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3872
3740
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3873
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures"
|
|
3741
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
3874
3742
|
</li></ul></dd>
|
|
3875
3743
|
|
|
3876
3744
|
|
|
@@ -4015,7 +3883,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4015
3883
|
|
|
4016
3884
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4017
3885
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4018
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures"
|
|
3886
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4019
3887
|
</li></ul></dd>
|
|
4020
3888
|
|
|
4021
3889
|
|
|
@@ -4160,7 +4028,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4160
4028
|
|
|
4161
4029
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4162
4030
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4163
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount"
|
|
4031
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#setMaxCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4164
4032
|
</li></ul></dd>
|
|
4165
4033
|
|
|
4166
4034
|
|
|
@@ -4305,7 +4173,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4305
4173
|
|
|
4306
4174
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4307
4175
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4308
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
4176
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity" Zondy.ThemeLayer.ThemeLayer.html#setOpacity>Zondy.ThemeLayer.ThemeLayer#setOpacity</a>
|
|
4309
4177
|
</li></ul></dd>
|
|
4310
4178
|
|
|
4311
4179
|
|
|
@@ -4450,7 +4318,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4450
4318
|
|
|
4451
4319
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4452
4320
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4453
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
4321
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update" Zondy.ThemeLayer.ThemeLayer.html#update>Zondy.ThemeLayer.ThemeLayer#update</a>
|
|
4454
4322
|
</li></ul></dd>
|
|
4455
4323
|
|
|
4456
4324
|
|
|
@@ -4640,7 +4508,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4640
4508
|
|
|
4641
4509
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4642
4510
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4643
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded"
|
|
4511
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4644
4512
|
</li></ul></dd>
|
|
4645
4513
|
|
|
4646
4514
|
|
|
@@ -4813,7 +4681,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4813
4681
|
|
|
4814
4682
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4815
4683
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4816
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
4684
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer" Zondy.ThemeLayer.ThemeLayer.html#event:changelayer>Zondy.ThemeLayer.ThemeLayer#event:changelayer</a>
|
|
4817
4685
|
</li></ul></dd>
|
|
4818
4686
|
|
|
4819
4687
|
|
|
@@ -4986,7 +4854,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
4986
4854
|
|
|
4987
4855
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4988
4856
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4989
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
4857
|
+
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved" Zondy.ThemeLayer.ThemeLayer.html#event:featuresremoved>Zondy.ThemeLayer.ThemeLayer#event:featuresremoved</a>
|
|
4990
4858
|
</li></ul></dd>
|
|
4991
4859
|
|
|
4992
4860
|
|
|
@@ -5046,43 +4914,4 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
5046
4914
|
|
|
5047
4915
|
</article>
|
|
5048
4916
|
|
|
5049
|
-
</section>
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
</div>
|
|
5055
|
-
|
|
5056
|
-
<footer class="footer">
|
|
5057
|
-
<div class="content has-text-centered">
|
|
5058
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
5059
|
-
<p class="sidebar-created-by">
|
|
5060
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5061
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5062
|
-
</p>
|
|
5063
|
-
</div>
|
|
5064
|
-
</footer>
|
|
5065
|
-
|
|
5066
|
-
</div>
|
|
5067
|
-
<div id="side-nav" class="side-nav">
|
|
5068
|
-
<div style="margin-bottom: 10px;">
|
|
5069
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5070
|
-
</div>
|
|
5071
|
-
<div style="margin-bottom: 10px;">
|
|
5072
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5073
|
-
</div>
|
|
5074
|
-
<div style="margin-bottom: 10px;">
|
|
5075
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5076
|
-
</div>
|
|
5077
|
-
<div>
|
|
5078
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5079
|
-
</div>
|
|
5080
|
-
</div>
|
|
5081
|
-
</div>
|
|
5082
|
-
<script src="scripts/linenumber.js"> </script>
|
|
5083
|
-
|
|
5084
|
-
<script src="scripts/search.js"> </script>
|
|
5085
|
-
|
|
5086
|
-
<script src="scripts/sideBar.js"> </script>
|
|
5087
|
-
</body>
|
|
5088
|
-
</html>
|
|
4917
|
+
</section>
|