@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> MapViewLeaflet</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">MapViewLeaflet</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">MapViewLeaflet</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -220,6 +88,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
220
88
|
<span class="param-type">Object</span>
|
|
221
89
|
|
|
222
90
|
|
|
91
|
+
|
|
223
92
|
|
|
224
93
|
</td>
|
|
225
94
|
|
|
@@ -246,6 +115,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
246
115
|
<span class="param-type">Map</span>
|
|
247
116
|
|
|
248
117
|
|
|
118
|
+
|
|
249
119
|
|
|
250
120
|
</td>
|
|
251
121
|
|
|
@@ -272,6 +142,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
272
142
|
<span class="param-type">String</span>
|
|
273
143
|
|
|
274
144
|
|
|
145
|
+
|
|
275
146
|
|
|
276
147
|
</td>
|
|
277
148
|
|
|
@@ -298,6 +169,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
298
169
|
<span class="param-type">Number</span>
|
|
299
170
|
|
|
300
171
|
|
|
172
|
+
|
|
301
173
|
|
|
302
174
|
</td>
|
|
303
175
|
|
|
@@ -324,6 +196,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
324
196
|
<span class="param-type">Number</span>
|
|
325
197
|
|
|
326
198
|
|
|
199
|
+
|
|
327
200
|
|
|
328
201
|
</td>
|
|
329
202
|
|
|
@@ -352,6 +225,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
352
225
|
<span class="param-type">Boolean</span>
|
|
353
226
|
|
|
354
227
|
|
|
228
|
+
|
|
355
229
|
|
|
356
230
|
</td>
|
|
357
231
|
|
|
@@ -380,6 +254,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
380
254
|
<span class="param-type">Boolean</span>
|
|
381
255
|
|
|
382
256
|
|
|
257
|
+
|
|
383
258
|
|
|
384
259
|
</td>
|
|
385
260
|
|
|
@@ -411,6 +286,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
411
286
|
<span class="param-type">String</span>
|
|
412
287
|
|
|
413
288
|
|
|
289
|
+
|
|
414
290
|
|
|
415
291
|
</td>
|
|
416
292
|
|
|
@@ -439,6 +315,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
439
315
|
<span class="param-type">Boolean</span>
|
|
440
316
|
|
|
441
317
|
|
|
318
|
+
|
|
442
319
|
|
|
443
320
|
</td>
|
|
444
321
|
|
|
@@ -467,6 +344,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
467
344
|
<span class="param-type">Number</span>
|
|
468
345
|
|
|
469
346
|
|
|
347
|
+
|
|
470
348
|
|
|
471
349
|
</td>
|
|
472
350
|
|
|
@@ -495,6 +373,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
495
373
|
<span class="param-type">Number</span>
|
|
496
374
|
|
|
497
375
|
|
|
376
|
+
|
|
498
377
|
|
|
499
378
|
</td>
|
|
500
379
|
|
|
@@ -523,6 +402,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
523
402
|
<span class="param-type">Boolean</span>
|
|
524
403
|
|
|
525
404
|
|
|
405
|
+
|
|
526
406
|
|
|
527
407
|
</td>
|
|
528
408
|
|
|
@@ -551,6 +431,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
551
431
|
<span class="param-type">Boolean</span>
|
|
552
432
|
|
|
553
433
|
|
|
434
|
+
|
|
554
435
|
|
|
555
436
|
</td>
|
|
556
437
|
|
|
@@ -579,6 +460,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
579
460
|
<span class="param-type">Number</span>
|
|
580
461
|
|
|
581
462
|
|
|
463
|
+
|
|
582
464
|
|
|
583
465
|
</td>
|
|
584
466
|
|
|
@@ -610,6 +492,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
610
492
|
<span class="param-type">String</span>
|
|
611
493
|
|
|
612
494
|
|
|
495
|
+
|
|
613
496
|
|
|
614
497
|
</td>
|
|
615
498
|
|
|
@@ -638,6 +521,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
638
521
|
<span class="param-type">Number</span>
|
|
639
522
|
|
|
640
523
|
|
|
524
|
+
|
|
641
525
|
|
|
642
526
|
</td>
|
|
643
527
|
|
|
@@ -666,6 +550,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
666
550
|
<span class="param-type">Number</span>
|
|
667
551
|
|
|
668
552
|
|
|
553
|
+
|
|
669
554
|
|
|
670
555
|
</td>
|
|
671
556
|
|
|
@@ -694,6 +579,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
694
579
|
<span class="param-type">Boolean</span>
|
|
695
580
|
|
|
696
581
|
|
|
582
|
+
|
|
697
583
|
|
|
698
584
|
</td>
|
|
699
585
|
|
|
@@ -722,6 +608,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
722
608
|
<span class="param-type">Number</span>
|
|
723
609
|
|
|
724
610
|
|
|
611
|
+
|
|
725
612
|
|
|
726
613
|
</td>
|
|
727
614
|
|
|
@@ -753,6 +640,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
753
640
|
<span class="param-type">String</span>
|
|
754
641
|
|
|
755
642
|
|
|
643
|
+
|
|
756
644
|
|
|
757
645
|
</td>
|
|
758
646
|
|
|
@@ -781,6 +669,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
781
669
|
<span class="param-type">Boolean</span>
|
|
782
670
|
|
|
783
671
|
|
|
672
|
+
|
|
784
673
|
|
|
785
674
|
</td>
|
|
786
675
|
|
|
@@ -809,6 +698,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
809
698
|
<span class="param-type">Boolean</span>
|
|
810
699
|
|
|
811
700
|
|
|
701
|
+
|
|
812
702
|
|
|
813
703
|
</td>
|
|
814
704
|
|
|
@@ -837,6 +727,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
837
727
|
<span class="param-type">Point</span>
|
|
838
728
|
|
|
839
729
|
|
|
730
|
+
|
|
840
731
|
|
|
841
732
|
</td>
|
|
842
733
|
|
|
@@ -865,6 +756,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
865
756
|
<span class="param-type">Extent</span>
|
|
866
757
|
|
|
867
758
|
|
|
759
|
+
|
|
868
760
|
|
|
869
761
|
</td>
|
|
870
762
|
|
|
@@ -891,6 +783,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
891
783
|
<span class="param-type">Number</span>
|
|
892
784
|
|
|
893
785
|
|
|
786
|
+
|
|
894
787
|
|
|
895
788
|
</td>
|
|
896
789
|
|
|
@@ -917,6 +810,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
917
810
|
<span class="param-type">Number</span>
|
|
918
811
|
|
|
919
812
|
|
|
813
|
+
|
|
920
814
|
|
|
921
815
|
</td>
|
|
922
816
|
|
|
@@ -943,6 +837,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
943
837
|
<span class="param-type">Number</span>
|
|
944
838
|
|
|
945
839
|
|
|
840
|
+
|
|
946
841
|
|
|
947
842
|
</td>
|
|
948
843
|
|
|
@@ -969,6 +864,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
969
864
|
<span class="param-type">Object</span>
|
|
970
865
|
|
|
971
866
|
|
|
867
|
+
|
|
972
868
|
|
|
973
869
|
</td>
|
|
974
870
|
|
|
@@ -995,6 +891,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
995
891
|
<span class="param-type">Number</span>
|
|
996
892
|
|
|
997
893
|
|
|
894
|
+
|
|
998
895
|
|
|
999
896
|
</td>
|
|
1000
897
|
|
|
@@ -1198,115 +1095,124 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1198
1095
|
<tbody>
|
|
1199
1096
|
|
|
1200
1097
|
<tr class="deep-level-0">
|
|
1201
|
-
<td class="name"><code><a href="
|
|
1098
|
+
<td class="name"><code><a href="#animation">animation</a></code></td>
|
|
1202
1099
|
<td class="name">
|
|
1203
1100
|
<code>
|
|
1204
1101
|
|
|
1205
1102
|
<span class="param-type">Boolean</span>
|
|
1206
1103
|
|
|
1207
1104
|
|
|
1105
|
+
|
|
1208
1106
|
</code>
|
|
1209
1107
|
</td>
|
|
1210
1108
|
<td class="name"><code><p>是否启用视角跳转动画</p></code></td>
|
|
1211
1109
|
</tr>
|
|
1212
1110
|
|
|
1213
1111
|
<tr class="deep-level-0">
|
|
1214
|
-
<td class="name"><code><a href="
|
|
1112
|
+
<td class="name"><code><a href="#center">center</a></code></td>
|
|
1215
1113
|
<td class="name">
|
|
1216
1114
|
<code>
|
|
1217
1115
|
|
|
1218
1116
|
<span class="param-type">Point</span>
|
|
1219
1117
|
|
|
1220
1118
|
|
|
1119
|
+
|
|
1221
1120
|
</code>
|
|
1222
1121
|
</td>
|
|
1223
1122
|
<td class="name"><code><p>地图视图中心点</p></code></td>
|
|
1224
1123
|
</tr>
|
|
1225
1124
|
|
|
1226
1125
|
<tr class="deep-level-0">
|
|
1227
|
-
<td class="name"><code><a href="
|
|
1126
|
+
<td class="name"><code><a href="#engineType">engineType</a></code></td>
|
|
1228
1127
|
<td class="name">
|
|
1229
1128
|
<code>
|
|
1230
1129
|
|
|
1231
1130
|
<span class="param-type">Object</span>
|
|
1232
1131
|
|
|
1233
1132
|
|
|
1133
|
+
|
|
1234
1134
|
</code>
|
|
1235
1135
|
</td>
|
|
1236
1136
|
<td class="name"><code><p>引擎类型,为'leaflet'</p></code></td>
|
|
1237
1137
|
</tr>
|
|
1238
1138
|
|
|
1239
1139
|
<tr class="deep-level-0">
|
|
1240
|
-
<td class="name"><code><a href="
|
|
1140
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
1241
1141
|
<td class="name">
|
|
1242
1142
|
<code>
|
|
1243
1143
|
|
|
1244
1144
|
<span class="param-type">Extent</span>
|
|
1245
1145
|
|
|
1246
1146
|
|
|
1147
|
+
|
|
1247
1148
|
</code>
|
|
1248
1149
|
</td>
|
|
1249
1150
|
<td class="name"><code><p>地图视图可视范围</p></code></td>
|
|
1250
1151
|
</tr>
|
|
1251
1152
|
|
|
1252
1153
|
<tr class="deep-level-0">
|
|
1253
|
-
<td class="name"><code><a href="
|
|
1154
|
+
<td class="name"><code><a href="#fullExtent">fullExtent</a></code></td>
|
|
1254
1155
|
<td class="name">
|
|
1255
1156
|
<code>
|
|
1256
1157
|
|
|
1257
1158
|
<span class="param-type">Extent</span>
|
|
1258
1159
|
|
|
1259
1160
|
|
|
1161
|
+
|
|
1260
1162
|
</code>
|
|
1261
1163
|
</td>
|
|
1262
1164
|
<td class="name"><code><p>地图视图最大显示范围。用户不设置时,将地图范围作为地图视图的最大显示范围,用户设置时采用用户设置的。地图视图初始化时,会根据此范围计算地图视图的最小比例尺,当瓦片数据的最大比例尺小于此比例尺时,无法显示。在相同视图大小下,fullExtent越大,地图视图的最小比例尺越小。</p></code></td>
|
|
1263
1165
|
</tr>
|
|
1264
1166
|
|
|
1265
1167
|
<tr class="deep-level-0">
|
|
1266
|
-
<td class="name"><code><a href="
|
|
1168
|
+
<td class="name"><code><a href="#height">height</a></code></td>
|
|
1267
1169
|
<td class="name">
|
|
1268
1170
|
<code>
|
|
1269
1171
|
|
|
1270
1172
|
<span class="param-type">Number</span>
|
|
1271
1173
|
|
|
1272
1174
|
|
|
1175
|
+
|
|
1273
1176
|
</code>
|
|
1274
1177
|
</td>
|
|
1275
1178
|
<td class="name"><code><p>地图视图高度</p></code></td>
|
|
1276
1179
|
</tr>
|
|
1277
1180
|
|
|
1278
1181
|
<tr class="deep-level-0">
|
|
1279
|
-
<td class="name"><code><a href="
|
|
1182
|
+
<td class="name"><code><a href="#maxScale">maxScale</a></code></td>
|
|
1280
1183
|
<td class="name">
|
|
1281
1184
|
<code>
|
|
1282
1185
|
|
|
1283
1186
|
<span class="param-type">Number</span>
|
|
1284
1187
|
|
|
1285
1188
|
|
|
1189
|
+
|
|
1286
1190
|
</code>
|
|
1287
1191
|
</td>
|
|
1288
1192
|
<td class="name"><code><p>地图视图的最大比例尺(比例尺的分母,该值越小,比例尺越大)。视图的当前比列尺不会大于地图视图的最大比例尺。默认值为undefined,undefined表示用户未设置,视图的最大比例尺不受限制。maxScale的值应该始终小于minScale的值。</p></code></td>
|
|
1289
1193
|
</tr>
|
|
1290
1194
|
|
|
1291
1195
|
<tr class="deep-level-0">
|
|
1292
|
-
<td class="name"><code><a href="
|
|
1196
|
+
<td class="name"><code><a href="#minScale">minScale</a></code></td>
|
|
1293
1197
|
<td class="name">
|
|
1294
1198
|
<code>
|
|
1295
1199
|
|
|
1296
1200
|
<span class="param-type">Number</span>
|
|
1297
1201
|
|
|
1298
1202
|
|
|
1203
|
+
|
|
1299
1204
|
</code>
|
|
1300
1205
|
</td>
|
|
1301
1206
|
<td class="name"><code><p>地图视图的最小比例尺(比例尺的分母,该值越大,比例尺越小)。视图的当前比列尺不会小于地图视图的最小比例尺。默认值为undefined,undefined表示用户未设置,地图视图会根据全图范围,计算视图的最小比例尺。如果用户设置了该值,则地图将直接采用用户设置的值。minScale的值应该始终大于maxScale的值。</p></code></td>
|
|
1302
1207
|
</tr>
|
|
1303
1208
|
|
|
1304
1209
|
<tr class="deep-level-0">
|
|
1305
|
-
<td class="name"><code><a href="
|
|
1210
|
+
<td class="name"><code><a href="#popup">popup</a></code></td>
|
|
1306
1211
|
<td class="name">
|
|
1307
1212
|
<code>
|
|
1308
1213
|
|
|
1309
|
-
<span class="param-type"><a class="mapgis-link-name" title="Popup"
|
|
1214
|
+
<span class="param-type"><a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a></span>
|
|
1215
|
+
|
|
1310
1216
|
|
|
1311
1217
|
|
|
1312
1218
|
</code>
|
|
@@ -1315,104 +1221,112 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1315
1221
|
</tr>
|
|
1316
1222
|
|
|
1317
1223
|
<tr class="deep-level-0">
|
|
1318
|
-
<td class="name"><code><a href="
|
|
1224
|
+
<td class="name"><code><a href="#preferCanvas">preferCanvas</a></code></td>
|
|
1319
1225
|
<td class="name">
|
|
1320
1226
|
<code>
|
|
1321
1227
|
|
|
1322
1228
|
<span class="param-type">Boolean</span>
|
|
1323
1229
|
|
|
1324
1230
|
|
|
1231
|
+
|
|
1325
1232
|
</code>
|
|
1326
1233
|
</td>
|
|
1327
1234
|
<td class="name"><code><p>视图渲染方式是否为canvas</p></code></td>
|
|
1328
1235
|
</tr>
|
|
1329
1236
|
|
|
1330
1237
|
<tr class="deep-level-0">
|
|
1331
|
-
<td class="name"><code><a href="
|
|
1238
|
+
<td class="name"><code><a href="#rotation">rotation</a></code></td>
|
|
1332
1239
|
<td class="name">
|
|
1333
1240
|
<code>
|
|
1334
1241
|
|
|
1335
1242
|
<span class="param-type">Boolean</span>
|
|
1336
1243
|
|
|
1337
1244
|
|
|
1245
|
+
|
|
1338
1246
|
</code>
|
|
1339
1247
|
</td>
|
|
1340
1248
|
<td class="name"><code><p>地图视图旋转选项。单位为度,默认为0,表示不进行旋转</p></code></td>
|
|
1341
1249
|
</tr>
|
|
1342
1250
|
|
|
1343
1251
|
<tr class="deep-level-0">
|
|
1344
|
-
<td class="name"><code><a href="
|
|
1252
|
+
<td class="name"><code><a href="#scale">scale</a></code></td>
|
|
1345
1253
|
<td class="name">
|
|
1346
1254
|
<code>
|
|
1347
1255
|
|
|
1348
1256
|
<span class="param-type">Number</span>
|
|
1349
1257
|
|
|
1350
1258
|
|
|
1259
|
+
|
|
1351
1260
|
</code>
|
|
1352
1261
|
</td>
|
|
1353
1262
|
<td class="name"><code><p>地图视图比例尺(比例尺的分母)</p></code></td>
|
|
1354
1263
|
</tr>
|
|
1355
1264
|
|
|
1356
1265
|
<tr class="deep-level-0">
|
|
1357
|
-
<td class="name"><code><a href="
|
|
1266
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
1358
1267
|
<td class="name">
|
|
1359
1268
|
<code>
|
|
1360
1269
|
|
|
1361
1270
|
<span class="param-type">SpatialReference</span>
|
|
1362
1271
|
|
|
1363
1272
|
|
|
1273
|
+
|
|
1364
1274
|
</code>
|
|
1365
1275
|
</td>
|
|
1366
1276
|
<td class="name"><code><p>视图空间参考系</p></code></td>
|
|
1367
1277
|
</tr>
|
|
1368
1278
|
|
|
1369
1279
|
<tr class="deep-level-0">
|
|
1370
|
-
<td class="name"><code><a href="
|
|
1280
|
+
<td class="name"><code><a href="#spatialReferenceLocked">spatialReferenceLocked</a></code></td>
|
|
1371
1281
|
<td class="name">
|
|
1372
1282
|
<code>
|
|
1373
1283
|
|
|
1374
1284
|
<span class="param-type">Boolean</span>
|
|
1375
1285
|
|
|
1376
1286
|
|
|
1287
|
+
|
|
1377
1288
|
</code>
|
|
1378
1289
|
</td>
|
|
1379
1290
|
<td class="name"><code><p>是否锁定视图空间参考系</p></code></td>
|
|
1380
1291
|
</tr>
|
|
1381
1292
|
|
|
1382
1293
|
<tr class="deep-level-0">
|
|
1383
|
-
<td class="name"><code><a href="
|
|
1294
|
+
<td class="name"><code><a href="#stationary">stationary</a></code></td>
|
|
1384
1295
|
<td class="name">
|
|
1385
1296
|
<code>
|
|
1386
1297
|
|
|
1387
1298
|
<span class="param-type">Boolean</span>
|
|
1388
1299
|
|
|
1389
1300
|
|
|
1301
|
+
|
|
1390
1302
|
</code>
|
|
1391
1303
|
</td>
|
|
1392
1304
|
<td class="name"><code><p>试图是否静止</p></code></td>
|
|
1393
1305
|
</tr>
|
|
1394
1306
|
|
|
1395
1307
|
<tr class="deep-level-0">
|
|
1396
|
-
<td class="name"><code><a href="
|
|
1308
|
+
<td class="name"><code><a href="#width">width</a></code></td>
|
|
1397
1309
|
<td class="name">
|
|
1398
1310
|
<code>
|
|
1399
1311
|
|
|
1400
1312
|
<span class="param-type">Number</span>
|
|
1401
1313
|
|
|
1402
1314
|
|
|
1315
|
+
|
|
1403
1316
|
</code>
|
|
1404
1317
|
</td>
|
|
1405
1318
|
<td class="name"><code><p>地图视图宽度</p></code></td>
|
|
1406
1319
|
</tr>
|
|
1407
1320
|
|
|
1408
1321
|
<tr class="deep-level-0">
|
|
1409
|
-
<td class="name"><code><a href="
|
|
1322
|
+
<td class="name"><code><a href="#zoom">zoom</a></code></td>
|
|
1410
1323
|
<td class="name">
|
|
1411
1324
|
<code>
|
|
1412
1325
|
|
|
1413
1326
|
<span class="param-type">Number</span>
|
|
1414
1327
|
|
|
1415
1328
|
|
|
1329
|
+
|
|
1416
1330
|
</code>
|
|
1417
1331
|
</td>
|
|
1418
1332
|
<td class="name"><code><p>视图层级</p></code></td>
|
|
@@ -1432,6 +1346,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1432
1346
|
<span class="param-type">Boolean</span>
|
|
1433
1347
|
|
|
1434
1348
|
|
|
1349
|
+
|
|
1435
1350
|
</span>
|
|
1436
1351
|
|
|
1437
1352
|
<h4 class="name" id="animation">
|
|
@@ -1502,6 +1417,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1502
1417
|
<span class="param-type">Point</span>
|
|
1503
1418
|
|
|
1504
1419
|
|
|
1420
|
+
|
|
1505
1421
|
</span>
|
|
1506
1422
|
|
|
1507
1423
|
<h4 class="name" id="center">
|
|
@@ -1572,6 +1488,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1572
1488
|
<span class="param-type">Object</span>
|
|
1573
1489
|
|
|
1574
1490
|
|
|
1491
|
+
|
|
1575
1492
|
</span>
|
|
1576
1493
|
|
|
1577
1494
|
<h4 class="name" id="engineType">
|
|
@@ -1646,6 +1563,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1646
1563
|
<span class="param-type">Extent</span>
|
|
1647
1564
|
|
|
1648
1565
|
|
|
1566
|
+
|
|
1649
1567
|
</span>
|
|
1650
1568
|
|
|
1651
1569
|
<h4 class="name" id="extent">
|
|
@@ -1716,6 +1634,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1716
1634
|
<span class="param-type">Extent</span>
|
|
1717
1635
|
|
|
1718
1636
|
|
|
1637
|
+
|
|
1719
1638
|
</span>
|
|
1720
1639
|
|
|
1721
1640
|
<h4 class="name" id="fullExtent">
|
|
@@ -1786,6 +1705,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1786
1705
|
<span class="param-type">Number</span>
|
|
1787
1706
|
|
|
1788
1707
|
|
|
1708
|
+
|
|
1789
1709
|
</span>
|
|
1790
1710
|
|
|
1791
1711
|
<h4 class="name" id="height">
|
|
@@ -1860,6 +1780,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1860
1780
|
<span class="param-type">Number</span>
|
|
1861
1781
|
|
|
1862
1782
|
|
|
1783
|
+
|
|
1863
1784
|
</span>
|
|
1864
1785
|
|
|
1865
1786
|
<h4 class="name" id="maxScale">
|
|
@@ -1930,6 +1851,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1930
1851
|
<span class="param-type">Number</span>
|
|
1931
1852
|
|
|
1932
1853
|
|
|
1854
|
+
|
|
1933
1855
|
</span>
|
|
1934
1856
|
|
|
1935
1857
|
<h4 class="name" id="minScale">
|
|
@@ -1997,7 +1919,8 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
1997
1919
|
<span class="method-parameter is-pulled-right">
|
|
1998
1920
|
<label>类型:</label>
|
|
1999
1921
|
|
|
2000
|
-
<span class="param-type"><a class="mapgis-link-name" title="Popup"
|
|
1922
|
+
<span class="param-type"><a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a></span>
|
|
1923
|
+
|
|
2001
1924
|
|
|
2002
1925
|
|
|
2003
1926
|
</span>
|
|
@@ -2070,6 +1993,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2070
1993
|
<span class="param-type">Boolean</span>
|
|
2071
1994
|
|
|
2072
1995
|
|
|
1996
|
+
|
|
2073
1997
|
</span>
|
|
2074
1998
|
|
|
2075
1999
|
<h4 class="name" id="preferCanvas">
|
|
@@ -2140,6 +2064,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2140
2064
|
<span class="param-type">Boolean</span>
|
|
2141
2065
|
|
|
2142
2066
|
|
|
2067
|
+
|
|
2143
2068
|
</span>
|
|
2144
2069
|
|
|
2145
2070
|
<h4 class="name" id="rotation">
|
|
@@ -2210,6 +2135,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2210
2135
|
<span class="param-type">Number</span>
|
|
2211
2136
|
|
|
2212
2137
|
|
|
2138
|
+
|
|
2213
2139
|
</span>
|
|
2214
2140
|
|
|
2215
2141
|
<h4 class="name" id="scale">
|
|
@@ -2280,6 +2206,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2280
2206
|
<span class="param-type">SpatialReference</span>
|
|
2281
2207
|
|
|
2282
2208
|
|
|
2209
|
+
|
|
2283
2210
|
</span>
|
|
2284
2211
|
|
|
2285
2212
|
<h4 class="name" id="spatialReference">
|
|
@@ -2354,6 +2281,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2354
2281
|
<span class="param-type">Boolean</span>
|
|
2355
2282
|
|
|
2356
2283
|
|
|
2284
|
+
|
|
2357
2285
|
</span>
|
|
2358
2286
|
|
|
2359
2287
|
<h4 class="name" id="spatialReferenceLocked">
|
|
@@ -2424,6 +2352,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2424
2352
|
<span class="param-type">Boolean</span>
|
|
2425
2353
|
|
|
2426
2354
|
|
|
2355
|
+
|
|
2427
2356
|
</span>
|
|
2428
2357
|
|
|
2429
2358
|
<h4 class="name" id="stationary">
|
|
@@ -2498,6 +2427,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2498
2427
|
<span class="param-type">Number</span>
|
|
2499
2428
|
|
|
2500
2429
|
|
|
2430
|
+
|
|
2501
2431
|
</span>
|
|
2502
2432
|
|
|
2503
2433
|
<h4 class="name" id="width">
|
|
@@ -2572,6 +2502,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2572
2502
|
<span class="param-type">Number</span>
|
|
2573
2503
|
|
|
2574
2504
|
|
|
2505
|
+
|
|
2575
2506
|
</span>
|
|
2576
2507
|
|
|
2577
2508
|
<h4 class="name" id="zoom">
|
|
@@ -2655,12 +2586,13 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2655
2586
|
<tbody>
|
|
2656
2587
|
|
|
2657
2588
|
<tr class="deep-level-0">
|
|
2658
|
-
<td class="name"><code><a href="
|
|
2589
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
2659
2590
|
<td class="name">
|
|
2660
2591
|
<code>
|
|
2661
2592
|
|
|
2662
2593
|
|
|
2663
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapViewLeaflet"
|
|
2594
|
+
<span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
|
|
2595
|
+
|
|
2664
2596
|
|
|
2665
2597
|
|
|
2666
2598
|
|
|
@@ -2670,12 +2602,13 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2670
2602
|
</tr>
|
|
2671
2603
|
|
|
2672
2604
|
<tr class="deep-level-0">
|
|
2673
|
-
<td class="name"><code><a href="
|
|
2605
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
2674
2606
|
<td class="name">
|
|
2675
2607
|
<code>
|
|
2676
2608
|
|
|
2677
2609
|
|
|
2678
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapViewLeaflet"
|
|
2610
|
+
<span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
|
|
2611
|
+
|
|
2679
2612
|
|
|
2680
2613
|
|
|
2681
2614
|
|
|
@@ -2685,12 +2618,13 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2685
2618
|
</tr>
|
|
2686
2619
|
|
|
2687
2620
|
<tr class="deep-level-0">
|
|
2688
|
-
<td class="name"><code><a href="
|
|
2621
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
2689
2622
|
<td class="name">
|
|
2690
2623
|
<code>
|
|
2691
2624
|
|
|
2692
2625
|
|
|
2693
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapViewLeaflet"
|
|
2626
|
+
<span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
|
|
2627
|
+
|
|
2694
2628
|
|
|
2695
2629
|
|
|
2696
2630
|
|
|
@@ -2700,7 +2634,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2700
2634
|
</tr>
|
|
2701
2635
|
|
|
2702
2636
|
<tr class="deep-level-0">
|
|
2703
|
-
<td class="name"><code><a href="
|
|
2637
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
2704
2638
|
<td class="name">
|
|
2705
2639
|
<code>
|
|
2706
2640
|
|
|
@@ -2710,7 +2644,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2710
2644
|
</tr>
|
|
2711
2645
|
|
|
2712
2646
|
<tr class="deep-level-0">
|
|
2713
|
-
<td class="name"><code><a href="
|
|
2647
|
+
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
2714
2648
|
<td class="name">
|
|
2715
2649
|
<code>
|
|
2716
2650
|
|
|
@@ -2720,7 +2654,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2720
2654
|
</tr>
|
|
2721
2655
|
|
|
2722
2656
|
<tr class="deep-level-0">
|
|
2723
|
-
<td class="name"><code><a href="
|
|
2657
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
2724
2658
|
<td class="name">
|
|
2725
2659
|
<code>
|
|
2726
2660
|
|
|
@@ -2728,6 +2662,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2728
2662
|
<span class="param-type">Object</span>
|
|
2729
2663
|
|
|
2730
2664
|
|
|
2665
|
+
|
|
2731
2666
|
|
|
2732
2667
|
</code>
|
|
2733
2668
|
</td>
|
|
@@ -2735,7 +2670,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2735
2670
|
</tr>
|
|
2736
2671
|
|
|
2737
2672
|
<tr class="deep-level-0">
|
|
2738
|
-
<td class="name"><code><a href="
|
|
2673
|
+
<td class="name"><code><a href="#getExtent">getExtent</a></code></td>
|
|
2739
2674
|
<td class="name">
|
|
2740
2675
|
<code>
|
|
2741
2676
|
|
|
@@ -2743,6 +2678,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2743
2678
|
<span class="param-type">Extent</span>
|
|
2744
2679
|
|
|
2745
2680
|
|
|
2681
|
+
|
|
2746
2682
|
|
|
2747
2683
|
</code>
|
|
2748
2684
|
</td>
|
|
@@ -2750,7 +2686,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2750
2686
|
</tr>
|
|
2751
2687
|
|
|
2752
2688
|
<tr class="deep-level-0">
|
|
2753
|
-
<td class="name"><code><a href="
|
|
2689
|
+
<td class="name"><code><a href="#getMaxZoom">getMaxZoom</a></code></td>
|
|
2754
2690
|
<td class="name">
|
|
2755
2691
|
<code>
|
|
2756
2692
|
|
|
@@ -2758,6 +2694,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2758
2694
|
<span class="param-type">Number</span>
|
|
2759
2695
|
|
|
2760
2696
|
|
|
2697
|
+
|
|
2761
2698
|
|
|
2762
2699
|
</code>
|
|
2763
2700
|
</td>
|
|
@@ -2765,7 +2702,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2765
2702
|
</tr>
|
|
2766
2703
|
|
|
2767
2704
|
<tr class="deep-level-0">
|
|
2768
|
-
<td class="name"><code><a href="
|
|
2705
|
+
<td class="name"><code><a href="#getMinZoom">getMinZoom</a></code></td>
|
|
2769
2706
|
<td class="name">
|
|
2770
2707
|
<code>
|
|
2771
2708
|
|
|
@@ -2773,6 +2710,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2773
2710
|
<span class="param-type">Number</span>
|
|
2774
2711
|
|
|
2775
2712
|
|
|
2713
|
+
|
|
2776
2714
|
|
|
2777
2715
|
</code>
|
|
2778
2716
|
</td>
|
|
@@ -2780,7 +2718,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2780
2718
|
</tr>
|
|
2781
2719
|
|
|
2782
2720
|
<tr class="deep-level-0">
|
|
2783
|
-
<td class="name"><code><a href="
|
|
2721
|
+
<td class="name"><code><a href="#getPixelCenter">getPixelCenter</a></code></td>
|
|
2784
2722
|
<td class="name">
|
|
2785
2723
|
<code>
|
|
2786
2724
|
|
|
@@ -2788,6 +2726,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2788
2726
|
<span class="param-type">Object</span>
|
|
2789
2727
|
|
|
2790
2728
|
|
|
2729
|
+
|
|
2791
2730
|
|
|
2792
2731
|
</code>
|
|
2793
2732
|
</td>
|
|
@@ -2795,7 +2734,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2795
2734
|
</tr>
|
|
2796
2735
|
|
|
2797
2736
|
<tr class="deep-level-0">
|
|
2798
|
-
<td class="name"><code><a href="
|
|
2737
|
+
<td class="name"><code><a href="#getPixelExtent">getPixelExtent</a></code></td>
|
|
2799
2738
|
<td class="name">
|
|
2800
2739
|
<code>
|
|
2801
2740
|
|
|
@@ -2803,6 +2742,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2803
2742
|
<span class="param-type">Object</span>
|
|
2804
2743
|
|
|
2805
2744
|
|
|
2745
|
+
|
|
2806
2746
|
|
|
2807
2747
|
</code>
|
|
2808
2748
|
</td>
|
|
@@ -2810,7 +2750,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2810
2750
|
</tr>
|
|
2811
2751
|
|
|
2812
2752
|
<tr class="deep-level-0">
|
|
2813
|
-
<td class="name"><code><a href="
|
|
2753
|
+
<td class="name"><code><a href="#getPixelWorldExtent">getPixelWorldExtent</a></code></td>
|
|
2814
2754
|
<td class="name">
|
|
2815
2755
|
<code>
|
|
2816
2756
|
|
|
@@ -2818,6 +2758,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2818
2758
|
<span class="param-type">Object</span>
|
|
2819
2759
|
|
|
2820
2760
|
|
|
2761
|
+
|
|
2821
2762
|
|
|
2822
2763
|
</code>
|
|
2823
2764
|
</td>
|
|
@@ -2825,7 +2766,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2825
2766
|
</tr>
|
|
2826
2767
|
|
|
2827
2768
|
<tr class="deep-level-0">
|
|
2828
|
-
<td class="name"><code><a href="
|
|
2769
|
+
<td class="name"><code><a href="#getScale">getScale</a></code></td>
|
|
2829
2770
|
<td class="name">
|
|
2830
2771
|
<code>
|
|
2831
2772
|
|
|
@@ -2833,6 +2774,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2833
2774
|
<span class="param-type">Number</span>
|
|
2834
2775
|
|
|
2835
2776
|
|
|
2777
|
+
|
|
2836
2778
|
|
|
2837
2779
|
</code>
|
|
2838
2780
|
</td>
|
|
@@ -2841,7 +2783,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2841
2783
|
</tr>
|
|
2842
2784
|
|
|
2843
2785
|
<tr class="deep-level-0">
|
|
2844
|
-
<td class="name"><code><a href="
|
|
2786
|
+
<td class="name"><code><a href="#getSize">getSize</a></code></td>
|
|
2845
2787
|
<td class="name">
|
|
2846
2788
|
<code>
|
|
2847
2789
|
|
|
@@ -2849,6 +2791,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2849
2791
|
<span class="param-type">Object</span>
|
|
2850
2792
|
|
|
2851
2793
|
|
|
2794
|
+
|
|
2852
2795
|
|
|
2853
2796
|
</code>
|
|
2854
2797
|
</td>
|
|
@@ -2856,7 +2799,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2856
2799
|
</tr>
|
|
2857
2800
|
|
|
2858
2801
|
<tr class="deep-level-0">
|
|
2859
|
-
<td class="name"><code><a href="
|
|
2802
|
+
<td class="name"><code><a href="#getZoom">getZoom</a></code></td>
|
|
2860
2803
|
<td class="name">
|
|
2861
2804
|
<code>
|
|
2862
2805
|
|
|
@@ -2864,6 +2807,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2864
2807
|
<span class="param-type">Number</span>
|
|
2865
2808
|
|
|
2866
2809
|
|
|
2810
|
+
|
|
2867
2811
|
|
|
2868
2812
|
</code>
|
|
2869
2813
|
</td>
|
|
@@ -2871,7 +2815,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2871
2815
|
</tr>
|
|
2872
2816
|
|
|
2873
2817
|
<tr class="deep-level-0">
|
|
2874
|
-
<td class="name"><code><a href="
|
|
2818
|
+
<td class="name"><code><a href="#getZoomByExtent">getZoomByExtent</a></code></td>
|
|
2875
2819
|
<td class="name">
|
|
2876
2820
|
<code>
|
|
2877
2821
|
|
|
@@ -2879,6 +2823,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2879
2823
|
<span class="param-type">Number</span>
|
|
2880
2824
|
|
|
2881
2825
|
|
|
2826
|
+
|
|
2882
2827
|
|
|
2883
2828
|
</code>
|
|
2884
2829
|
</td>
|
|
@@ -2887,7 +2832,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2887
2832
|
</tr>
|
|
2888
2833
|
|
|
2889
2834
|
<tr class="deep-level-0">
|
|
2890
|
-
<td class="name"><code><a href="
|
|
2835
|
+
<td class="name"><code><a href="#goTo">goTo</a></code></td>
|
|
2891
2836
|
<td class="name">
|
|
2892
2837
|
<code>
|
|
2893
2838
|
|
|
@@ -2897,7 +2842,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2897
2842
|
</tr>
|
|
2898
2843
|
|
|
2899
2844
|
<tr class="deep-level-0">
|
|
2900
|
-
<td class="name"><code><a href="
|
|
2845
|
+
<td class="name"><code><a href="#hitTest">hitTest</a></code></td>
|
|
2901
2846
|
<td class="name">
|
|
2902
2847
|
<code>
|
|
2903
2848
|
|
|
@@ -2905,6 +2850,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2905
2850
|
<span class="param-type">Array</span>
|
|
2906
2851
|
|
|
2907
2852
|
|
|
2853
|
+
|
|
2908
2854
|
|
|
2909
2855
|
</code>
|
|
2910
2856
|
</td>
|
|
@@ -2912,7 +2858,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2912
2858
|
</tr>
|
|
2913
2859
|
|
|
2914
2860
|
<tr class="deep-level-0">
|
|
2915
|
-
<td class="name"><code><a href="
|
|
2861
|
+
<td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
|
|
2916
2862
|
<td class="name">
|
|
2917
2863
|
<code>
|
|
2918
2864
|
|
|
@@ -2920,6 +2866,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2920
2866
|
<span class="param-type">Object</span>
|
|
2921
2867
|
|
|
2922
2868
|
|
|
2869
|
+
|
|
2923
2870
|
|
|
2924
2871
|
</code>
|
|
2925
2872
|
</td>
|
|
@@ -2927,7 +2874,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2927
2874
|
</tr>
|
|
2928
2875
|
|
|
2929
2876
|
<tr class="deep-level-0">
|
|
2930
|
-
<td class="name"><code><a href="
|
|
2877
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2931
2878
|
<td class="name">
|
|
2932
2879
|
<code>
|
|
2933
2880
|
|
|
@@ -2935,6 +2882,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2935
2882
|
<span class="param-type">Object</span>
|
|
2936
2883
|
|
|
2937
2884
|
|
|
2885
|
+
|
|
2938
2886
|
|
|
2939
2887
|
</code>
|
|
2940
2888
|
</td>
|
|
@@ -2942,7 +2890,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2942
2890
|
</tr>
|
|
2943
2891
|
|
|
2944
2892
|
<tr class="deep-level-0">
|
|
2945
|
-
<td class="name"><code><a href="
|
|
2893
|
+
<td class="name"><code><a href="#toMap">toMap</a></code></td>
|
|
2946
2894
|
<td class="name">
|
|
2947
2895
|
<code>
|
|
2948
2896
|
|
|
@@ -2950,6 +2898,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2950
2898
|
<span class="param-type">Point</span>
|
|
2951
2899
|
|
|
2952
2900
|
|
|
2901
|
+
|
|
2953
2902
|
|
|
2954
2903
|
</code>
|
|
2955
2904
|
</td>
|
|
@@ -2958,7 +2907,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2958
2907
|
</tr>
|
|
2959
2908
|
|
|
2960
2909
|
<tr class="deep-level-0">
|
|
2961
|
-
<td class="name"><code><a href="
|
|
2910
|
+
<td class="name"><code><a href="#toScreen">toScreen</a></code></td>
|
|
2962
2911
|
<td class="name">
|
|
2963
2912
|
<code>
|
|
2964
2913
|
|
|
@@ -2966,6 +2915,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
2966
2915
|
<span class="param-type">Object</span>
|
|
2967
2916
|
|
|
2968
2917
|
|
|
2918
|
+
|
|
2969
2919
|
|
|
2970
2920
|
</code>
|
|
2971
2921
|
</td>
|
|
@@ -3044,6 +2994,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3044
2994
|
<span class="param-type">Object</span>
|
|
3045
2995
|
|
|
3046
2996
|
|
|
2997
|
+
|
|
3047
2998
|
|
|
3048
2999
|
</td>
|
|
3049
3000
|
|
|
@@ -3129,7 +3080,8 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3129
3080
|
<div class='column is-5 has-text-left'>
|
|
3130
3081
|
<label>类型: </label>
|
|
3131
3082
|
|
|
3132
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapViewLeaflet"
|
|
3083
|
+
<span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
|
|
3084
|
+
|
|
3133
3085
|
|
|
3134
3086
|
|
|
3135
3087
|
</div>
|
|
@@ -3213,6 +3165,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3213
3165
|
<span class="param-type">Object</span>
|
|
3214
3166
|
|
|
3215
3167
|
|
|
3168
|
+
|
|
3216
3169
|
|
|
3217
3170
|
</td>
|
|
3218
3171
|
|
|
@@ -3296,7 +3249,8 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3296
3249
|
<div class='column is-5 has-text-left'>
|
|
3297
3250
|
<label>类型: </label>
|
|
3298
3251
|
|
|
3299
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapViewLeaflet"
|
|
3252
|
+
<span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
|
|
3253
|
+
|
|
3300
3254
|
|
|
3301
3255
|
|
|
3302
3256
|
</div>
|
|
@@ -3412,7 +3366,8 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3412
3366
|
<div class='column is-5 has-text-left'>
|
|
3413
3367
|
<label>类型: </label>
|
|
3414
3368
|
|
|
3415
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapViewLeaflet"
|
|
3369
|
+
<span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
|
|
3370
|
+
|
|
3416
3371
|
|
|
3417
3372
|
|
|
3418
3373
|
</div>
|
|
@@ -3606,6 +3561,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3606
3561
|
<span class="param-type">Array</span>
|
|
3607
3562
|
|
|
3608
3563
|
|
|
3564
|
+
|
|
3609
3565
|
|
|
3610
3566
|
</td>
|
|
3611
3567
|
|
|
@@ -3632,6 +3588,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3632
3588
|
<span class="param-type">Number</span>
|
|
3633
3589
|
|
|
3634
3590
|
|
|
3591
|
+
|
|
3635
3592
|
|
|
3636
3593
|
</td>
|
|
3637
3594
|
|
|
@@ -3660,6 +3617,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3660
3617
|
<span class="param-type">Extent</span>
|
|
3661
3618
|
|
|
3662
3619
|
|
|
3620
|
+
|
|
3663
3621
|
|
|
3664
3622
|
</td>
|
|
3665
3623
|
|
|
@@ -3867,6 +3825,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3867
3825
|
<span class="param-type">Object</span>
|
|
3868
3826
|
|
|
3869
3827
|
|
|
3828
|
+
|
|
3870
3829
|
</div>
|
|
3871
3830
|
|
|
3872
3831
|
</div>
|
|
@@ -3983,6 +3942,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
3983
3942
|
<span class="param-type">Extent</span>
|
|
3984
3943
|
|
|
3985
3944
|
|
|
3945
|
+
|
|
3986
3946
|
</div>
|
|
3987
3947
|
|
|
3988
3948
|
</div>
|
|
@@ -4099,6 +4059,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4099
4059
|
<span class="param-type">Number</span>
|
|
4100
4060
|
|
|
4101
4061
|
|
|
4062
|
+
|
|
4102
4063
|
</div>
|
|
4103
4064
|
|
|
4104
4065
|
</div>
|
|
@@ -4215,6 +4176,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4215
4176
|
<span class="param-type">Number</span>
|
|
4216
4177
|
|
|
4217
4178
|
|
|
4179
|
+
|
|
4218
4180
|
</div>
|
|
4219
4181
|
|
|
4220
4182
|
</div>
|
|
@@ -4331,6 +4293,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4331
4293
|
<span class="param-type">Object</span>
|
|
4332
4294
|
|
|
4333
4295
|
|
|
4296
|
+
|
|
4334
4297
|
</div>
|
|
4335
4298
|
|
|
4336
4299
|
</div>
|
|
@@ -4447,6 +4410,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4447
4410
|
<span class="param-type">Object</span>
|
|
4448
4411
|
|
|
4449
4412
|
|
|
4413
|
+
|
|
4450
4414
|
</div>
|
|
4451
4415
|
|
|
4452
4416
|
</div>
|
|
@@ -4563,6 +4527,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4563
4527
|
<span class="param-type">Object</span>
|
|
4564
4528
|
|
|
4565
4529
|
|
|
4530
|
+
|
|
4566
4531
|
</div>
|
|
4567
4532
|
|
|
4568
4533
|
</div>
|
|
@@ -4680,6 +4645,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4680
4645
|
<span class="param-type">Number</span>
|
|
4681
4646
|
|
|
4682
4647
|
|
|
4648
|
+
|
|
4683
4649
|
</div>
|
|
4684
4650
|
|
|
4685
4651
|
</div>
|
|
@@ -4796,6 +4762,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4796
4762
|
<span class="param-type">Object</span>
|
|
4797
4763
|
|
|
4798
4764
|
|
|
4765
|
+
|
|
4799
4766
|
</div>
|
|
4800
4767
|
|
|
4801
4768
|
</div>
|
|
@@ -4912,6 +4879,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4912
4879
|
<span class="param-type">Number</span>
|
|
4913
4880
|
|
|
4914
4881
|
|
|
4882
|
+
|
|
4915
4883
|
</div>
|
|
4916
4884
|
|
|
4917
4885
|
</div>
|
|
@@ -4990,6 +4958,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
4990
4958
|
<span class="param-type">Extent</span>
|
|
4991
4959
|
|
|
4992
4960
|
|
|
4961
|
+
|
|
4993
4962
|
|
|
4994
4963
|
</td>
|
|
4995
4964
|
|
|
@@ -5078,6 +5047,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5078
5047
|
<span class="param-type">Number</span>
|
|
5079
5048
|
|
|
5080
5049
|
|
|
5050
|
+
|
|
5081
5051
|
</div>
|
|
5082
5052
|
|
|
5083
5053
|
</div>
|
|
@@ -5181,6 +5151,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5181
5151
|
<span class="param-type">Array</span>
|
|
5182
5152
|
|
|
5183
5153
|
|
|
5154
|
+
|
|
5184
5155
|
|
|
5185
5156
|
</td>
|
|
5186
5157
|
|
|
@@ -5207,6 +5178,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5207
5178
|
<span class="param-type">Number</span>
|
|
5208
5179
|
|
|
5209
5180
|
|
|
5181
|
+
|
|
5210
5182
|
|
|
5211
5183
|
</td>
|
|
5212
5184
|
|
|
@@ -5233,6 +5205,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5233
5205
|
<span class="param-type">Number</span>
|
|
5234
5206
|
|
|
5235
5207
|
|
|
5208
|
+
|
|
5236
5209
|
|
|
5237
5210
|
</td>
|
|
5238
5211
|
|
|
@@ -5265,6 +5238,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5265
5238
|
<span class="param-type">Collection.<Geometry></span>
|
|
5266
5239
|
|
|
5267
5240
|
|
|
5241
|
+
|
|
5268
5242
|
|
|
5269
5243
|
</td>
|
|
5270
5244
|
|
|
@@ -5317,6 +5291,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5317
5291
|
<span class="param-type">Boolean</span>
|
|
5318
5292
|
|
|
5319
5293
|
|
|
5294
|
+
|
|
5320
5295
|
|
|
5321
5296
|
</td>
|
|
5322
5297
|
|
|
@@ -5345,6 +5320,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5345
5320
|
<span class="param-type">Number</span>
|
|
5346
5321
|
|
|
5347
5322
|
|
|
5323
|
+
|
|
5348
5324
|
|
|
5349
5325
|
</td>
|
|
5350
5326
|
|
|
@@ -5509,6 +5485,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5509
5485
|
<span class="param-type">Object</span>
|
|
5510
5486
|
|
|
5511
5487
|
|
|
5488
|
+
|
|
5512
5489
|
|
|
5513
5490
|
</td>
|
|
5514
5491
|
|
|
@@ -5597,6 +5574,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5597
5574
|
<span class="param-type">Array</span>
|
|
5598
5575
|
|
|
5599
5576
|
|
|
5577
|
+
|
|
5600
5578
|
</div>
|
|
5601
5579
|
|
|
5602
5580
|
</div>
|
|
@@ -5685,6 +5663,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5685
5663
|
<span class="param-type">Object</span>
|
|
5686
5664
|
|
|
5687
5665
|
|
|
5666
|
+
|
|
5688
5667
|
|
|
5689
5668
|
</td>
|
|
5690
5669
|
|
|
@@ -5713,6 +5692,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5713
5692
|
<span class="param-type">PictureFormat</span>
|
|
5714
5693
|
|
|
5715
5694
|
|
|
5695
|
+
|
|
5716
5696
|
|
|
5717
5697
|
</td>
|
|
5718
5698
|
|
|
@@ -5741,6 +5721,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5741
5721
|
<span class="param-type">String</span>
|
|
5742
5722
|
|
|
5743
5723
|
|
|
5724
|
+
|
|
5744
5725
|
|
|
5745
5726
|
</td>
|
|
5746
5727
|
|
|
@@ -5769,6 +5750,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5769
5750
|
<span class="param-type">Number</span>
|
|
5770
5751
|
|
|
5771
5752
|
|
|
5753
|
+
|
|
5772
5754
|
|
|
5773
5755
|
</td>
|
|
5774
5756
|
|
|
@@ -5795,6 +5777,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5795
5777
|
<span class="param-type">Number</span>
|
|
5796
5778
|
|
|
5797
5779
|
|
|
5780
|
+
|
|
5798
5781
|
|
|
5799
5782
|
</td>
|
|
5800
5783
|
|
|
@@ -5821,6 +5804,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5821
5804
|
<span class="param-type">Number</span>
|
|
5822
5805
|
|
|
5823
5806
|
|
|
5807
|
+
|
|
5824
5808
|
|
|
5825
5809
|
</td>
|
|
5826
5810
|
|
|
@@ -5847,6 +5831,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5847
5831
|
<span class="param-type">Number</span>
|
|
5848
5832
|
|
|
5849
5833
|
|
|
5834
|
+
|
|
5850
5835
|
|
|
5851
5836
|
</td>
|
|
5852
5837
|
|
|
@@ -5873,6 +5858,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5873
5858
|
<span class="param-type">Boolean</span>
|
|
5874
5859
|
|
|
5875
5860
|
|
|
5861
|
+
|
|
5876
5862
|
|
|
5877
5863
|
</td>
|
|
5878
5864
|
|
|
@@ -5970,6 +5956,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
5970
5956
|
<span class="param-type">Object</span>
|
|
5971
5957
|
|
|
5972
5958
|
|
|
5959
|
+
|
|
5973
5960
|
</div>
|
|
5974
5961
|
|
|
5975
5962
|
</div>
|
|
@@ -6095,6 +6082,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
6095
6082
|
<span class="param-type">Object</span>
|
|
6096
6083
|
|
|
6097
6084
|
|
|
6085
|
+
|
|
6098
6086
|
</div>
|
|
6099
6087
|
|
|
6100
6088
|
</div>
|
|
@@ -6173,6 +6161,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
6173
6161
|
<span class="param-type">Object</span>
|
|
6174
6162
|
|
|
6175
6163
|
|
|
6164
|
+
|
|
6176
6165
|
|
|
6177
6166
|
</td>
|
|
6178
6167
|
|
|
@@ -6261,6 +6250,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
6261
6250
|
<span class="param-type">Point</span>
|
|
6262
6251
|
|
|
6263
6252
|
|
|
6253
|
+
|
|
6264
6254
|
</div>
|
|
6265
6255
|
|
|
6266
6256
|
</div>
|
|
@@ -6348,6 +6338,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
6348
6338
|
<span class="param-type">Point</span>
|
|
6349
6339
|
|
|
6350
6340
|
|
|
6341
|
+
|
|
6351
6342
|
|
|
6352
6343
|
</td>
|
|
6353
6344
|
|
|
@@ -6436,6 +6427,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
6436
6427
|
<span class="param-type">Object</span>
|
|
6437
6428
|
|
|
6438
6429
|
|
|
6430
|
+
|
|
6439
6431
|
</div>
|
|
6440
6432
|
|
|
6441
6433
|
</div>
|
|
@@ -6469,43 +6461,4 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
|
|
|
6469
6461
|
|
|
6470
6462
|
</article>
|
|
6471
6463
|
|
|
6472
|
-
</section>
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
</div>
|
|
6478
|
-
|
|
6479
|
-
<footer class="footer">
|
|
6480
|
-
<div class="content has-text-centered">
|
|
6481
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
6482
|
-
<p class="sidebar-created-by">
|
|
6483
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
6484
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
6485
|
-
</p>
|
|
6486
|
-
</div>
|
|
6487
|
-
</footer>
|
|
6488
|
-
|
|
6489
|
-
</div>
|
|
6490
|
-
<div id="side-nav" class="side-nav">
|
|
6491
|
-
<div style="margin-bottom: 10px;">
|
|
6492
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
6493
|
-
</div>
|
|
6494
|
-
<div style="margin-bottom: 10px;">
|
|
6495
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
6496
|
-
</div>
|
|
6497
|
-
<div style="margin-bottom: 10px;">
|
|
6498
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
6499
|
-
</div>
|
|
6500
|
-
<div>
|
|
6501
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
6502
|
-
</div>
|
|
6503
|
-
</div>
|
|
6504
|
-
</div>
|
|
6505
|
-
<script src="scripts/linenumber.js"> </script>
|
|
6506
|
-
|
|
6507
|
-
<script src="scripts/search.js"> </script>
|
|
6508
|
-
|
|
6509
|
-
<script src="scripts/sideBar.js"> </script>
|
|
6510
|
-
</body>
|
|
6511
|
-
</html>
|
|
6464
|
+
</section>
|