@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> uniqueThemeLayer</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">uniqueThemeLayer</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">uniqueThemeLayer</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -214,6 +82,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
214
82
|
<span class="param-type">string</span>
|
|
215
83
|
|
|
216
84
|
|
|
85
|
+
|
|
217
86
|
|
|
218
87
|
</td>
|
|
219
88
|
|
|
@@ -242,6 +111,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
242
111
|
<span class="param-type">Object</span>
|
|
243
112
|
|
|
244
113
|
|
|
114
|
+
|
|
245
115
|
|
|
246
116
|
</td>
|
|
247
117
|
|
|
@@ -268,6 +138,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
268
138
|
<span class="param-type">string</span>
|
|
269
139
|
|
|
270
140
|
|
|
141
|
+
|
|
271
142
|
|
|
272
143
|
</td>
|
|
273
144
|
|
|
@@ -294,6 +165,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
294
165
|
<span class="param-type">number</span>
|
|
295
166
|
|
|
296
167
|
|
|
168
|
+
|
|
297
169
|
|
|
298
170
|
</td>
|
|
299
171
|
|
|
@@ -322,6 +194,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
322
194
|
<span class="param-type">number</span>
|
|
323
195
|
|
|
324
196
|
|
|
197
|
+
|
|
325
198
|
|
|
326
199
|
</td>
|
|
327
200
|
|
|
@@ -350,6 +223,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
350
223
|
<span class="param-type">boolean</span>
|
|
351
224
|
|
|
352
225
|
|
|
226
|
+
|
|
353
227
|
|
|
354
228
|
</td>
|
|
355
229
|
|
|
@@ -378,6 +252,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
378
252
|
<span class="param-type">boolean</span>
|
|
379
253
|
|
|
380
254
|
|
|
255
|
+
|
|
381
256
|
|
|
382
257
|
</td>
|
|
383
258
|
|
|
@@ -406,6 +281,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
406
281
|
<span class="param-type">boolean</span>
|
|
407
282
|
|
|
408
283
|
|
|
284
|
+
|
|
409
285
|
|
|
410
286
|
</td>
|
|
411
287
|
|
|
@@ -434,6 +310,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
434
310
|
<span class="param-type">boolean</span>
|
|
435
311
|
|
|
436
312
|
|
|
313
|
+
|
|
437
314
|
|
|
438
315
|
</td>
|
|
439
316
|
|
|
@@ -534,7 +411,7 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
534
411
|
|
|
535
412
|
|
|
536
413
|
<ul>
|
|
537
|
-
<li><a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer"
|
|
414
|
+
<li><a link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer" Zondy.ThemeLayer.GeoFeatureThemeLayer.html>Zondy.ThemeLayer.GeoFeatureThemeLayer</a></li>
|
|
538
415
|
</ul>
|
|
539
416
|
|
|
540
417
|
|
|
@@ -566,26 +443,28 @@ import { SketchEditorLeaflet } from "@mapgis/webclient-leaflet-plugin"
|
|
|
566
443
|
<tbody>
|
|
567
444
|
|
|
568
445
|
<tr class="deep-level-0">
|
|
569
|
-
<td class="name"><code><a href="
|
|
446
|
+
<td class="name"><code><a href="#style">style</a></code></td>
|
|
570
447
|
<td class="name">
|
|
571
448
|
<code>
|
|
572
449
|
|
|
573
450
|
<span class="param-type">Object</span>
|
|
574
451
|
|
|
575
452
|
|
|
453
|
+
|
|
576
454
|
</code>
|
|
577
455
|
</td>
|
|
578
456
|
<td class="name"><code><p>专题图样式。</p></code></td>
|
|
579
457
|
</tr>
|
|
580
458
|
|
|
581
459
|
<tr class="deep-level-0">
|
|
582
|
-
<td class="name"><code><a href="
|
|
460
|
+
<td class="name"><code><a href="#styleGroups">styleGroups</a></code></td>
|
|
583
461
|
<td class="name">
|
|
584
462
|
<code>
|
|
585
463
|
|
|
586
464
|
<span class="param-type">Object</span>
|
|
587
465
|
|
|
588
466
|
|
|
467
|
+
|
|
589
468
|
</code>
|
|
590
469
|
</td>
|
|
591
470
|
<td class="name"><code><p>各专题类型样式组。
|
|
@@ -598,13 +477,14 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
598
477
|
</tr>
|
|
599
478
|
|
|
600
479
|
<tr class="deep-level-0">
|
|
601
|
-
<td class="name"><code><a href="
|
|
480
|
+
<td class="name"><code><a href="#themeField">themeField</a></code></td>
|
|
602
481
|
<td class="name">
|
|
603
482
|
<code>
|
|
604
483
|
|
|
605
484
|
<span class="param-type">String</span>
|
|
606
485
|
|
|
607
486
|
|
|
487
|
+
|
|
608
488
|
</code>
|
|
609
489
|
</td>
|
|
610
490
|
<td class="name"><code><p>用于指定专题要素样式的属性字段名称。
|
|
@@ -625,6 +505,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
625
505
|
<span class="param-type">Object</span>
|
|
626
506
|
|
|
627
507
|
|
|
508
|
+
|
|
628
509
|
</span>
|
|
629
510
|
|
|
630
511
|
<h4 class="name" id="style">
|
|
@@ -695,6 +576,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
695
576
|
<span class="param-type">Object</span>
|
|
696
577
|
|
|
697
578
|
|
|
579
|
+
|
|
698
580
|
</span>
|
|
699
581
|
|
|
700
582
|
<h4 class="name" id="styleGroups">
|
|
@@ -771,6 +653,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
771
653
|
<span class="param-type">String</span>
|
|
772
654
|
|
|
773
655
|
|
|
656
|
+
|
|
774
657
|
</span>
|
|
775
658
|
|
|
776
659
|
<h4 class="name" id="themeField">
|
|
@@ -855,7 +738,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
855
738
|
<tbody>
|
|
856
739
|
|
|
857
740
|
<tr class="deep-level-0">
|
|
858
|
-
<td class="name"><code><a href="
|
|
741
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
859
742
|
<td class="name">
|
|
860
743
|
<code>
|
|
861
744
|
|
|
@@ -865,7 +748,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
865
748
|
</tr>
|
|
866
749
|
|
|
867
750
|
<tr class="deep-level-0">
|
|
868
|
-
<td class="name"><code><a href="
|
|
751
|
+
<td class="name"><code><a href="#clear">clear</a></code></td>
|
|
869
752
|
<td class="name">
|
|
870
753
|
<code>
|
|
871
754
|
|
|
@@ -875,7 +758,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
875
758
|
</tr>
|
|
876
759
|
|
|
877
760
|
<tr class="deep-level-0">
|
|
878
|
-
<td class="name"><code><a href="
|
|
761
|
+
<td class="name"><code><a href="#clearCache">clearCache</a></code></td>
|
|
879
762
|
<td class="name">
|
|
880
763
|
<code>
|
|
881
764
|
|
|
@@ -885,7 +768,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
885
768
|
</tr>
|
|
886
769
|
|
|
887
770
|
<tr class="deep-level-0">
|
|
888
|
-
<td class="name"><code><a href="
|
|
771
|
+
<td class="name"><code><a href="#createThematicFeature">createThematicFeature</a></code></td>
|
|
889
772
|
<td class="name">
|
|
890
773
|
<code>
|
|
891
774
|
|
|
@@ -895,7 +778,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
895
778
|
</tr>
|
|
896
779
|
|
|
897
780
|
<tr class="deep-level-0">
|
|
898
|
-
<td class="name"><code><a href="
|
|
781
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
899
782
|
<td class="name">
|
|
900
783
|
<code>
|
|
901
784
|
|
|
@@ -905,7 +788,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
905
788
|
</tr>
|
|
906
789
|
|
|
907
790
|
<tr class="deep-level-0">
|
|
908
|
-
<td class="name"><code><a href="
|
|
791
|
+
<td class="name"><code><a href="#getCacheCount">getCacheCount</a></code></td>
|
|
909
792
|
<td class="name">
|
|
910
793
|
<code>
|
|
911
794
|
|
|
@@ -913,6 +796,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
913
796
|
<span class="param-type">number</span>
|
|
914
797
|
|
|
915
798
|
|
|
799
|
+
|
|
916
800
|
|
|
917
801
|
</code>
|
|
918
802
|
</td>
|
|
@@ -920,7 +804,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
920
804
|
</tr>
|
|
921
805
|
|
|
922
806
|
<tr class="deep-level-0">
|
|
923
|
-
<td class="name"><code><a href="
|
|
807
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
924
808
|
<td class="name">
|
|
925
809
|
<code>
|
|
926
810
|
|
|
@@ -928,6 +812,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
928
812
|
<span class="param-type">Object</span>
|
|
929
813
|
|
|
930
814
|
|
|
815
|
+
|
|
931
816
|
|
|
932
817
|
</code>
|
|
933
818
|
</td>
|
|
@@ -935,7 +820,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
935
820
|
</tr>
|
|
936
821
|
|
|
937
822
|
<tr class="deep-level-0">
|
|
938
|
-
<td class="name"><code><a href="
|
|
823
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
939
824
|
<td class="name">
|
|
940
825
|
<code>
|
|
941
826
|
|
|
@@ -945,7 +830,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
945
830
|
</tr>
|
|
946
831
|
|
|
947
832
|
<tr class="deep-level-0">
|
|
948
|
-
<td class="name"><code><a href="
|
|
833
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
949
834
|
<td class="name">
|
|
950
835
|
<code>
|
|
951
836
|
|
|
@@ -955,7 +840,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
955
840
|
</tr>
|
|
956
841
|
|
|
957
842
|
<tr class="deep-level-0">
|
|
958
|
-
<td class="name"><code><a href="
|
|
843
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
959
844
|
<td class="name">
|
|
960
845
|
<code>
|
|
961
846
|
|
|
@@ -963,6 +848,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
963
848
|
<span class="param-type">Array</span>
|
|
964
849
|
|
|
965
850
|
|
|
851
|
+
|
|
966
852
|
|
|
967
853
|
</code>
|
|
968
854
|
</td>
|
|
@@ -970,7 +856,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
970
856
|
</tr>
|
|
971
857
|
|
|
972
858
|
<tr class="deep-level-0">
|
|
973
|
-
<td class="name"><code><a href="
|
|
859
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
974
860
|
<td class="name">
|
|
975
861
|
<code>
|
|
976
862
|
|
|
@@ -978,6 +864,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
978
864
|
<span class="param-type">Array</span>
|
|
979
865
|
|
|
980
866
|
|
|
867
|
+
|
|
981
868
|
|
|
982
869
|
</code>
|
|
983
870
|
</td>
|
|
@@ -985,7 +872,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
985
872
|
</tr>
|
|
986
873
|
|
|
987
874
|
<tr class="deep-level-0">
|
|
988
|
-
<td class="name"><code><a href="
|
|
875
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
989
876
|
<td class="name">
|
|
990
877
|
<code>
|
|
991
878
|
|
|
@@ -995,7 +882,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
995
882
|
</tr>
|
|
996
883
|
|
|
997
884
|
<tr class="deep-level-0">
|
|
998
|
-
<td class="name"><code><a href="
|
|
885
|
+
<td class="name"><code><a href="#getShapesByFeatureID">getShapesByFeatureID</a></code></td>
|
|
999
886
|
<td class="name">
|
|
1000
887
|
<code>
|
|
1001
888
|
|
|
@@ -1005,7 +892,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1005
892
|
</tr>
|
|
1006
893
|
|
|
1007
894
|
<tr class="deep-level-0">
|
|
1008
|
-
<td class="name"><code><a href="
|
|
895
|
+
<td class="name"><code><a href="#initialize">initialize</a></code></td>
|
|
1009
896
|
<td class="name">
|
|
1010
897
|
<code>
|
|
1011
898
|
|
|
@@ -1015,7 +902,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1015
902
|
</tr>
|
|
1016
903
|
|
|
1017
904
|
<tr class="deep-level-0">
|
|
1018
|
-
<td class="name"><code><a href="
|
|
905
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
1019
906
|
<td class="name">
|
|
1020
907
|
<code>
|
|
1021
908
|
|
|
@@ -1025,7 +912,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1025
912
|
</tr>
|
|
1026
913
|
|
|
1027
914
|
<tr class="deep-level-0">
|
|
1028
|
-
<td class="name"><code><a href="
|
|
915
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
1029
916
|
<td class="name">
|
|
1030
917
|
<code>
|
|
1031
918
|
|
|
@@ -1035,7 +922,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1035
922
|
</tr>
|
|
1036
923
|
|
|
1037
924
|
<tr class="deep-level-0">
|
|
1038
|
-
<td class="name"><code><a href="
|
|
925
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
1039
926
|
<td class="name">
|
|
1040
927
|
<code>
|
|
1041
928
|
|
|
@@ -1045,7 +932,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1045
932
|
</tr>
|
|
1046
933
|
|
|
1047
934
|
<tr class="deep-level-0">
|
|
1048
|
-
<td class="name"><code><a href="
|
|
935
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
1049
936
|
<td class="name">
|
|
1050
937
|
<code>
|
|
1051
938
|
|
|
@@ -1055,7 +942,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1055
942
|
</tr>
|
|
1056
943
|
|
|
1057
944
|
<tr class="deep-level-0">
|
|
1058
|
-
<td class="name"><code><a href="
|
|
945
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
1059
946
|
<td class="name">
|
|
1060
947
|
<code>
|
|
1061
948
|
|
|
@@ -1067,7 +954,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1067
954
|
</tr>
|
|
1068
955
|
|
|
1069
956
|
<tr class="deep-level-0">
|
|
1070
|
-
<td class="name"><code><a href="
|
|
957
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
1071
958
|
<td class="name">
|
|
1072
959
|
<code>
|
|
1073
960
|
|
|
@@ -1077,7 +964,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1077
964
|
</tr>
|
|
1078
965
|
|
|
1079
966
|
<tr class="deep-level-0">
|
|
1080
|
-
<td class="name"><code><a href="
|
|
967
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
1081
968
|
<td class="name">
|
|
1082
969
|
<code>
|
|
1083
970
|
|
|
@@ -1087,7 +974,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1087
974
|
</tr>
|
|
1088
975
|
|
|
1089
976
|
<tr class="deep-level-0">
|
|
1090
|
-
<td class="name"><code><a href="
|
|
977
|
+
<td class="name"><code><a href="#setMaxCacheCount">setMaxCacheCount</a></code></td>
|
|
1091
978
|
<td class="name">
|
|
1092
979
|
<code>
|
|
1093
980
|
|
|
@@ -1097,7 +984,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1097
984
|
</tr>
|
|
1098
985
|
|
|
1099
986
|
<tr class="deep-level-0">
|
|
1100
|
-
<td class="name"><code><a href="
|
|
987
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
1101
988
|
<td class="name">
|
|
1102
989
|
<code>
|
|
1103
990
|
|
|
@@ -1107,7 +994,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1107
994
|
</tr>
|
|
1108
995
|
|
|
1109
996
|
<tr class="deep-level-0">
|
|
1110
|
-
<td class="name"><code><a href="
|
|
997
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
1111
998
|
<td class="name">
|
|
1112
999
|
<code>
|
|
1113
1000
|
|
|
@@ -1183,6 +1070,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1183
1070
|
<span class="param-type">Object</span>
|
|
1184
1071
|
|
|
1185
1072
|
|
|
1073
|
+
|
|
1186
1074
|
|
|
1187
1075
|
</td>
|
|
1188
1076
|
|
|
@@ -1212,7 +1100,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1212
1100
|
|
|
1213
1101
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1214
1102
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1215
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures"
|
|
1103
|
+
<a goto="addFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#addFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
1216
1104
|
</li></ul></dd>
|
|
1217
1105
|
|
|
1218
1106
|
|
|
@@ -1308,7 +1196,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1308
1196
|
|
|
1309
1197
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1310
1198
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1311
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear"
|
|
1199
|
+
<a goto="clear" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clear" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clear>Zondy.ThemeLayer.GeoFeatureThemeLayer#clear</a>
|
|
1312
1200
|
</li></ul></dd>
|
|
1313
1201
|
|
|
1314
1202
|
|
|
@@ -1404,7 +1292,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1404
1292
|
|
|
1405
1293
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1406
1294
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1407
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache"
|
|
1295
|
+
<a goto="clearCache" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#clearCache>Zondy.ThemeLayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1408
1296
|
</li></ul></dd>
|
|
1409
1297
|
|
|
1410
1298
|
|
|
@@ -1520,6 +1408,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1520
1408
|
<span class="param-type">Object</span>
|
|
1521
1409
|
|
|
1522
1410
|
|
|
1411
|
+
|
|
1523
1412
|
|
|
1524
1413
|
</td>
|
|
1525
1414
|
|
|
@@ -1549,7 +1438,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1549
1438
|
|
|
1550
1439
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1551
1440
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1552
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature"
|
|
1441
|
+
<a goto="createThematicFeature" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#createThematicFeature>Zondy.ThemeLayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1553
1442
|
</li></ul></dd>
|
|
1554
1443
|
|
|
1555
1444
|
|
|
@@ -1665,6 +1554,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1665
1554
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
1666
1555
|
|
|
1667
1556
|
|
|
1557
|
+
|
|
1668
1558
|
|
|
1669
1559
|
</td>
|
|
1670
1560
|
|
|
@@ -1694,7 +1584,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1694
1584
|
|
|
1695
1585
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1696
1586
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1697
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#destroyFeatures"
|
|
1587
|
+
<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>
|
|
1698
1588
|
</li></ul></dd>
|
|
1699
1589
|
|
|
1700
1590
|
|
|
@@ -1790,7 +1680,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1790
1680
|
|
|
1791
1681
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1792
1682
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1793
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount"
|
|
1683
|
+
<a goto="getCacheCount" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1794
1684
|
</li></ul></dd>
|
|
1795
1685
|
|
|
1796
1686
|
|
|
@@ -1854,6 +1744,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1854
1744
|
<span class="param-type">number</span>
|
|
1855
1745
|
|
|
1856
1746
|
|
|
1747
|
+
|
|
1857
1748
|
</div>
|
|
1858
1749
|
|
|
1859
1750
|
</div>
|
|
@@ -1911,7 +1802,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1911
1802
|
|
|
1912
1803
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1913
1804
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1914
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getEvents"
|
|
1805
|
+
<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>
|
|
1915
1806
|
</li></ul></dd>
|
|
1916
1807
|
|
|
1917
1808
|
|
|
@@ -1975,6 +1866,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
1975
1866
|
<span class="param-type">Object</span>
|
|
1976
1867
|
|
|
1977
1868
|
|
|
1869
|
+
|
|
1978
1870
|
</div>
|
|
1979
1871
|
|
|
1980
1872
|
</div>
|
|
@@ -2052,6 +1944,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2052
1944
|
<span class="param-type">string</span>
|
|
2053
1945
|
|
|
2054
1946
|
|
|
1947
|
+
|
|
2055
1948
|
|
|
2056
1949
|
</td>
|
|
2057
1950
|
|
|
@@ -2076,6 +1969,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2076
1969
|
<span class="param-type">string</span>
|
|
2077
1970
|
|
|
2078
1971
|
|
|
1972
|
+
|
|
2079
1973
|
|
|
2080
1974
|
</td>
|
|
2081
1975
|
|
|
@@ -2105,7 +1999,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2105
1999
|
|
|
2106
2000
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2107
2001
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2108
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureBy"
|
|
2002
|
+
<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>
|
|
2109
2003
|
</li></ul></dd>
|
|
2110
2004
|
|
|
2111
2005
|
|
|
@@ -2221,6 +2115,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2221
2115
|
<span class="param-type">number</span>
|
|
2222
2116
|
|
|
2223
2117
|
|
|
2118
|
+
|
|
2224
2119
|
|
|
2225
2120
|
</td>
|
|
2226
2121
|
|
|
@@ -2250,7 +2145,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2250
2145
|
|
|
2251
2146
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2252
2147
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2253
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatureById"
|
|
2148
|
+
<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>
|
|
2254
2149
|
</li></ul></dd>
|
|
2255
2150
|
|
|
2256
2151
|
|
|
@@ -2346,7 +2241,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2346
2241
|
|
|
2347
2242
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2348
2243
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2349
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeatures"
|
|
2244
|
+
<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>
|
|
2350
2245
|
</li></ul></dd>
|
|
2351
2246
|
|
|
2352
2247
|
|
|
@@ -2410,6 +2305,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2410
2305
|
<span class="param-type">Array</span>
|
|
2411
2306
|
|
|
2412
2307
|
|
|
2308
|
+
|
|
2413
2309
|
</div>
|
|
2414
2310
|
|
|
2415
2311
|
</div>
|
|
@@ -2487,6 +2383,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2487
2383
|
<span class="param-type">string</span>
|
|
2488
2384
|
|
|
2489
2385
|
|
|
2386
|
+
|
|
2490
2387
|
|
|
2491
2388
|
</td>
|
|
2492
2389
|
|
|
@@ -2511,6 +2408,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2511
2408
|
<span class="param-type">string</span>
|
|
2512
2409
|
|
|
2513
2410
|
|
|
2411
|
+
|
|
2514
2412
|
|
|
2515
2413
|
</td>
|
|
2516
2414
|
|
|
@@ -2540,7 +2438,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2540
2438
|
|
|
2541
2439
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2542
2440
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2543
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getFeaturesByAttribute"
|
|
2441
|
+
<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>
|
|
2544
2442
|
</li></ul></dd>
|
|
2545
2443
|
|
|
2546
2444
|
|
|
@@ -2604,6 +2502,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2604
2502
|
<span class="param-type">Array</span>
|
|
2605
2503
|
|
|
2606
2504
|
|
|
2505
|
+
|
|
2607
2506
|
</div>
|
|
2608
2507
|
|
|
2609
2508
|
</div>
|
|
@@ -2681,6 +2580,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2681
2580
|
<span class="param-type">Array</span>
|
|
2682
2581
|
|
|
2683
2582
|
|
|
2583
|
+
|
|
2684
2584
|
|
|
2685
2585
|
</td>
|
|
2686
2586
|
|
|
@@ -2710,7 +2610,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2710
2610
|
|
|
2711
2611
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2712
2612
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2713
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#getLocalXY"
|
|
2613
|
+
<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>
|
|
2714
2614
|
</li></ul></dd>
|
|
2715
2615
|
|
|
2716
2616
|
|
|
@@ -2826,6 +2726,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2826
2726
|
<span class="param-type">number</span>
|
|
2827
2727
|
|
|
2828
2728
|
|
|
2729
|
+
|
|
2829
2730
|
|
|
2830
2731
|
</td>
|
|
2831
2732
|
|
|
@@ -2855,7 +2756,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2855
2756
|
|
|
2856
2757
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2857
2758
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2858
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID"
|
|
2759
|
+
<a goto="getShapesByFeatureID" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#getShapesByFeatureID>Zondy.ThemeLayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2859
2760
|
</li></ul></dd>
|
|
2860
2761
|
|
|
2861
2762
|
|
|
@@ -2971,6 +2872,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2971
2872
|
<span class="param-type">string</span>
|
|
2972
2873
|
|
|
2973
2874
|
|
|
2875
|
+
|
|
2974
2876
|
|
|
2975
2877
|
</td>
|
|
2976
2878
|
|
|
@@ -2995,6 +2897,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
2995
2897
|
<span class="param-type">Object</span>
|
|
2996
2898
|
|
|
2997
2899
|
|
|
2900
|
+
|
|
2998
2901
|
|
|
2999
2902
|
</td>
|
|
3000
2903
|
|
|
@@ -3024,7 +2927,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3024
2927
|
|
|
3025
2928
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3026
2929
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3027
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize"
|
|
2930
|
+
<a goto="initialize" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#initialize>Zondy.ThemeLayer.GeoFeatureThemeLayer#initialize</a>
|
|
3028
2931
|
</li></ul></dd>
|
|
3029
2932
|
|
|
3030
2933
|
|
|
@@ -3140,6 +3043,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3140
3043
|
<span class="param-type">Event</span>
|
|
3141
3044
|
|
|
3142
3045
|
|
|
3046
|
+
|
|
3143
3047
|
|
|
3144
3048
|
</td>
|
|
3145
3049
|
|
|
@@ -3164,6 +3068,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3164
3068
|
<span class="param-type">function</span>
|
|
3165
3069
|
|
|
3166
3070
|
|
|
3071
|
+
|
|
3167
3072
|
|
|
3168
3073
|
</td>
|
|
3169
3074
|
|
|
@@ -3188,6 +3093,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3188
3093
|
<span class="param-type">string</span>
|
|
3189
3094
|
|
|
3190
3095
|
|
|
3096
|
+
|
|
3191
3097
|
|
|
3192
3098
|
</td>
|
|
3193
3099
|
|
|
@@ -3217,7 +3123,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3217
3123
|
|
|
3218
3124
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3219
3125
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3220
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#off"
|
|
3126
|
+
<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>
|
|
3221
3127
|
</li></ul></dd>
|
|
3222
3128
|
|
|
3223
3129
|
|
|
@@ -3333,6 +3239,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3333
3239
|
<span class="param-type">Event</span>
|
|
3334
3240
|
|
|
3335
3241
|
|
|
3242
|
+
|
|
3336
3243
|
|
|
3337
3244
|
</td>
|
|
3338
3245
|
|
|
@@ -3357,6 +3264,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3357
3264
|
<span class="param-type">function</span>
|
|
3358
3265
|
|
|
3359
3266
|
|
|
3267
|
+
|
|
3360
3268
|
|
|
3361
3269
|
</td>
|
|
3362
3270
|
|
|
@@ -3381,6 +3289,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3381
3289
|
<span class="param-type">string</span>
|
|
3382
3290
|
|
|
3383
3291
|
|
|
3292
|
+
|
|
3384
3293
|
|
|
3385
3294
|
</td>
|
|
3386
3295
|
|
|
@@ -3410,7 +3319,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3410
3319
|
|
|
3411
3320
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3412
3321
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3413
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#on"
|
|
3322
|
+
<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>
|
|
3414
3323
|
</li></ul></dd>
|
|
3415
3324
|
|
|
3416
3325
|
|
|
@@ -3526,6 +3435,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3526
3435
|
<span class="param-type">L.Map</span>
|
|
3527
3436
|
|
|
3528
3437
|
|
|
3438
|
+
|
|
3529
3439
|
|
|
3530
3440
|
</td>
|
|
3531
3441
|
|
|
@@ -3555,7 +3465,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3555
3465
|
|
|
3556
3466
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3557
3467
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3558
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#onRemove"
|
|
3468
|
+
<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>
|
|
3559
3469
|
</li></ul></dd>
|
|
3560
3470
|
|
|
3561
3471
|
|
|
@@ -3651,7 +3561,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3651
3561
|
|
|
3652
3562
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3653
3563
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3654
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw"
|
|
3564
|
+
<a goto="redraw" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redraw>Zondy.ThemeLayer.GeoFeatureThemeLayer#redraw</a>
|
|
3655
3565
|
</li></ul></dd>
|
|
3656
3566
|
|
|
3657
3567
|
|
|
@@ -3769,6 +3679,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3769
3679
|
<span class="param-type">L.bounds</span>
|
|
3770
3680
|
|
|
3771
3681
|
|
|
3682
|
+
|
|
3772
3683
|
|
|
3773
3684
|
</td>
|
|
3774
3685
|
|
|
@@ -3798,7 +3709,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3798
3709
|
|
|
3799
3710
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3800
3711
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3801
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures"
|
|
3712
|
+
<a goto="redrawThematicFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#redrawThematicFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
3802
3713
|
</li></ul></dd>
|
|
3803
3714
|
|
|
3804
3715
|
|
|
@@ -3894,7 +3805,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
3894
3805
|
|
|
3895
3806
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3896
3807
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3897
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures"
|
|
3808
|
+
<a goto="removeAllFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeAllFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
3898
3809
|
</li></ul></dd>
|
|
3899
3810
|
|
|
3900
3811
|
|
|
@@ -4010,6 +3921,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4010
3921
|
<span class="param-type">Object</span>
|
|
4011
3922
|
|
|
4012
3923
|
|
|
3924
|
+
|
|
4013
3925
|
|
|
4014
3926
|
</td>
|
|
4015
3927
|
|
|
@@ -4039,7 +3951,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4039
3951
|
|
|
4040
3952
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4041
3953
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4042
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures"
|
|
3954
|
+
<a goto="removeFeatures" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#removeFeatures>Zondy.ThemeLayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4043
3955
|
</li></ul></dd>
|
|
4044
3956
|
|
|
4045
3957
|
|
|
@@ -4155,6 +4067,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4155
4067
|
<span class="param-type">number</span>
|
|
4156
4068
|
|
|
4157
4069
|
|
|
4070
|
+
|
|
4158
4071
|
|
|
4159
4072
|
</td>
|
|
4160
4073
|
|
|
@@ -4184,7 +4097,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4184
4097
|
|
|
4185
4098
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4186
4099
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4187
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount"
|
|
4100
|
+
<a goto="setMaxCacheCount" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#setMaxCacheCount>Zondy.ThemeLayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4188
4101
|
</li></ul></dd>
|
|
4189
4102
|
|
|
4190
4103
|
|
|
@@ -4300,6 +4213,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4300
4213
|
<span class="param-type">number</span>
|
|
4301
4214
|
|
|
4302
4215
|
|
|
4216
|
+
|
|
4303
4217
|
|
|
4304
4218
|
</td>
|
|
4305
4219
|
|
|
@@ -4329,7 +4243,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4329
4243
|
|
|
4330
4244
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4331
4245
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4332
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#setOpacity"
|
|
4246
|
+
<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>
|
|
4333
4247
|
</li></ul></dd>
|
|
4334
4248
|
|
|
4335
4249
|
|
|
@@ -4445,6 +4359,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4445
4359
|
<span class="param-type">L.bounds</span>
|
|
4446
4360
|
|
|
4447
4361
|
|
|
4362
|
+
|
|
4448
4363
|
|
|
4449
4364
|
</td>
|
|
4450
4365
|
|
|
@@ -4474,7 +4389,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4474
4389
|
|
|
4475
4390
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4476
4391
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4477
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#update"
|
|
4392
|
+
<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>
|
|
4478
4393
|
</li></ul></dd>
|
|
4479
4394
|
|
|
4480
4395
|
|
|
@@ -4638,6 +4553,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4638
4553
|
<span class="param-type">Object</span>
|
|
4639
4554
|
|
|
4640
4555
|
|
|
4556
|
+
|
|
4641
4557
|
|
|
4642
4558
|
</td>
|
|
4643
4559
|
|
|
@@ -4664,7 +4580,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4664
4580
|
|
|
4665
4581
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4666
4582
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4667
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded"
|
|
4583
|
+
<a goto="event:beforefeaturesadded" link="Zondy.ThemeLayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded" Zondy.ThemeLayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded>Zondy.ThemeLayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4668
4584
|
</li></ul></dd>
|
|
4669
4585
|
|
|
4670
4586
|
|
|
@@ -4788,6 +4704,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4788
4704
|
<span class="param-type">Object</span>
|
|
4789
4705
|
|
|
4790
4706
|
|
|
4707
|
+
|
|
4791
4708
|
|
|
4792
4709
|
</td>
|
|
4793
4710
|
|
|
@@ -4811,6 +4728,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4811
4728
|
<span class="param-type">string</span>
|
|
4812
4729
|
|
|
4813
4730
|
|
|
4731
|
+
|
|
4814
4732
|
|
|
4815
4733
|
</td>
|
|
4816
4734
|
|
|
@@ -4837,7 +4755,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4837
4755
|
|
|
4838
4756
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4839
4757
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4840
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:changelayer"
|
|
4758
|
+
<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>
|
|
4841
4759
|
</li></ul></dd>
|
|
4842
4760
|
|
|
4843
4761
|
|
|
@@ -4961,6 +4879,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4961
4879
|
<span class="param-type">Array.<Zondy.Feature.Vector></span>
|
|
4962
4880
|
|
|
4963
4881
|
|
|
4882
|
+
|
|
4964
4883
|
|
|
4965
4884
|
</td>
|
|
4966
4885
|
|
|
@@ -4984,6 +4903,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
4984
4903
|
<span class="param-type">boolean</span>
|
|
4985
4904
|
|
|
4986
4905
|
|
|
4906
|
+
|
|
4987
4907
|
|
|
4988
4908
|
</td>
|
|
4989
4909
|
|
|
@@ -5010,7 +4930,7 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5010
4930
|
|
|
5011
4931
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5012
4932
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5013
|
-
<a class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved"
|
|
4933
|
+
<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>
|
|
5014
4934
|
</li></ul></dd>
|
|
5015
4935
|
|
|
5016
4936
|
|
|
@@ -5070,43 +4990,4 @@ b.如果属性值不等于 styleGroups 数组里任何元素定义的 value 值
|
|
|
5070
4990
|
|
|
5071
4991
|
</article>
|
|
5072
4992
|
|
|
5073
|
-
</section>
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
</div>
|
|
5079
|
-
|
|
5080
|
-
<footer class="footer">
|
|
5081
|
-
<div class="content has-text-centered">
|
|
5082
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
5083
|
-
<p class="sidebar-created-by">
|
|
5084
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5085
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5086
|
-
</p>
|
|
5087
|
-
</div>
|
|
5088
|
-
</footer>
|
|
5089
|
-
|
|
5090
|
-
</div>
|
|
5091
|
-
<div id="side-nav" class="side-nav">
|
|
5092
|
-
<div style="margin-bottom: 10px;">
|
|
5093
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5094
|
-
</div>
|
|
5095
|
-
<div style="margin-bottom: 10px;">
|
|
5096
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5097
|
-
</div>
|
|
5098
|
-
<div style="margin-bottom: 10px;">
|
|
5099
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5100
|
-
</div>
|
|
5101
|
-
<div>
|
|
5102
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5103
|
-
</div>
|
|
5104
|
-
</div>
|
|
5105
|
-
</div>
|
|
5106
|
-
<script src="scripts/linenumber.js"> </script>
|
|
5107
|
-
|
|
5108
|
-
<script src="scripts/search.js"> </script>
|
|
5109
|
-
|
|
5110
|
-
<script src="scripts/sideBar.js"> </script>
|
|
5111
|
-
</body>
|
|
5112
|
-
</html>
|
|
4993
|
+
</section>
|