@mapgis/webclient-cesium-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 +512 -231
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +4 -4
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +56 -180
- package/documention/ArcGISTileServerImageryProvider.html +22 -180
- package/documention/CustomTilingScheme.html +67 -225
- package/documention/DynamicEntityVisualizer.html +9 -177
- package/documention/DynamicLabelLayer.html +46 -186
- package/documention/GeoJSONLayerUtil.html +10 -178
- package/documention/GraphicsLayerUtil.html +10 -178
- package/documention/HashMap.html +34 -189
- package/documention/IGSFeatureLayerUtil.html +10 -178
- package/documention/IGSSceneLayerUtil.html +1648 -242
- package/documention/MapGISMapServerImageryProvider.html +82 -194
- package/documention/MapGISTerrainProvider.html +102 -213
- package/documention/MapGISTileServerImageryProvider.html +79 -195
- package/documention/MapGISVectorTileImageryProvider.html +107 -203
- package/documention/Popup.html +35 -185
- package/documention/SceneViewCesium.html +137 -214
- package/documention/Screenshot.html +19 -185
- package/documention/SketchEditorCesium.html +33 -183
- package/documention/UrlTemplateImageryProvider.html +255 -0
- package/documention/WFSLayerUtil.html +10 -178
- package/documention/WebMapServiceImageryProvider.html +13 -180
- package/documention/WebMapTileServiceImageryProvider.html +13 -180
- package/documention/global.html +8 -176
- package/documention/index.html +6 -6
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +13 -183
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +32 -190
- package/documention/module.exports_module.exports.html +12 -177
- 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/package.json +1 -1
|
@@ -1,142 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> MapGISMapServerImageryProvider</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">
|
|
2
|
+
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">MapGISMapServerImageryProvider</span>
|
|
23
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('ExtentModule-sidebar')" id="ExtentModule" 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="ExtentModule-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="ArcGISMapServerImageryProvider" href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><img id="ArcGISMapServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('ArcGISMapServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>ArcGIS地图服务</p></span></li><div class="mapgis-link-detail" id="ArcGISMapServerImageryProvider-detail"><div><a href="ArcGISMapServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="ArcGISMapServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="ArcGISMapServerImageryProvider.html#fromUrl">fromUrl</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="ArcGISTileServerImageryProvider" href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><img id="ArcGISTileServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('ArcGISTileServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>ArcGIS瓦片图层</p></span></li><div class="mapgis-link-detail" id="ArcGISTileServerImageryProvider-detail"><div><a href="ArcGISTileServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="ArcGISTileServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="ArcGISTileServerImageryProvider.html#fromUrl">fromUrl</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="CustomTilingScheme" href="CustomTilingScheme.html">CustomTilingScheme</a><img id="CustomTilingScheme-detail-arrow" onclick="toggleLinkDetail('CustomTilingScheme-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
|
|
108
|
-
<ol>
|
|
109
|
-
<li>裁图原点必须在地图范围的左上角区域;</li>
|
|
110
|
-
<li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
|
|
111
|
-
</ol></span></li><div class="mapgis-link-detail" id="CustomTilingScheme-detail"><div><a href="CustomTilingScheme.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="CustomTilingScheme.html#function">方法</a></div><div><ul><li><a title="getNumberOfXTilesAtLevel" class="mapgis-link-name" href="CustomTilingScheme.html#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></li><li><a title="getNumberOfYTilesAtLevel" class="mapgis-link-name" href="CustomTilingScheme.html#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></li><li><a title="positionToTileXY" class="mapgis-link-name" href="CustomTilingScheme.html#positionToTileXY">positionToTileXY</a></li><li><a title="rectangleToNativeRectangle" class="mapgis-link-name" href="CustomTilingScheme.html#rectangleToNativeRectangle">rectangleToNativeRectangle</a></li><li><a title="tileXYToNativeRectangle" class="mapgis-link-name" href="CustomTilingScheme.html#tileXYToNativeRectangle">tileXYToNativeRectangle</a></li><li><a title="tileXYToRectangle" class="mapgis-link-name" href="CustomTilingScheme.html#tileXYToRectangle">tileXYToRectangle</a></li></ul></div><div><a class="mapgis-link-name" href="CustomTilingScheme.html#member">成员变量</a></div><div><ul><li><a title="ellipsoid" class="mapgis-link-name" href="CustomTilingScheme.html#ellipsoid">ellipsoid</a></li><li><a title="projection" class="mapgis-link-name" href="CustomTilingScheme.html#projection">projection</a></li><li><a title="rectangle" class="mapgis-link-name" href="CustomTilingScheme.html#rectangle">rectangle</a></li><li><a title="wkid" class="mapgis-link-name" href="CustomTilingScheme.html#wkid">wkid</a></li><li><a title="wkt" class="mapgis-link-name" href="CustomTilingScheme.html#wkt">wkt</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="MapGISMapServerImageryProvider" href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><img id="MapGISMapServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('MapGISMapServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapGIS地图服务</p></span></li><div class="mapgis-link-detail" id="MapGISMapServerImageryProvider-detail"><div><a href="MapGISMapServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#fromUrl">fromUrl</a></li><li><a title="pickFeatures" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#pickFeatures">pickFeatures</a></li><li><a title="requestImage" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#requestImage">requestImage</a></li></ul></div><div><a class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#member">成员变量</a></div><div><ul><li><a title="credit" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#credit">credit</a></li><li><a title="gdbps" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#gdbps">gdbps</a></li><li><a title="layers" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#layers">layers</a></li><li><a title="maximumLevel" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#maximumLevel">maximumLevel</a></li><li><a title="minimumLevel" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#minimumLevel">minimumLevel</a></li><li><a title="proxy" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#proxy">proxy</a></li><li><a title="ready" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#ready">ready</a></li><li><a title="rectangle" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#rectangle">rectangle</a></li><li><a title="tileHeight" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#tileHeight">tileHeight</a></li><li><a title="tileWidth" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#tileWidth">tileWidth</a></li><li><a title="tilingScheme" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#tilingScheme">tilingScheme</a></li><li><a title="url" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#url">url</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="MapGISTileServerImageryProvider" href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><img id="MapGISTileServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('MapGISTileServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapGIS瓦片服务</p></span></li><div class="mapgis-link-detail" id="MapGISTileServerImageryProvider-detail"><div><a href="MapGISTileServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#fromUrl">fromUrl</a></li><li><a title="pickFeatures" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#pickFeatures">pickFeatures</a></li><li><a title="requestImage" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#requestImage">requestImage</a></li></ul></div><div><a class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#member">成员变量</a></div><div><ul><li><a title="credit" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#credit">credit</a></li><li><a title="hasAlphaChannel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#hasAlphaChannel">hasAlphaChannel</a></li><li><a title="hasAlphaChannel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#hasAlphaChannel">hasAlphaChannel</a></li><li><a title="mapgisOffset" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#mapgisOffset">mapgisOffset</a></li><li><a title="maximumLevel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#maximumLevel">maximumLevel</a></li><li><a title="minimumLevel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#minimumLevel">minimumLevel</a></li><li><a title="proxy" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#proxy">proxy</a></li><li><a title="ready" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#ready">ready</a></li><li><a title="rectangle" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#rectangle">rectangle</a></li><li><a title="tileHeight" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#tileHeight">tileHeight</a></li><li><a title="tileWidth" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#tileWidth">tileWidth</a></li><li><a title="tilingScheme" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#tilingScheme">tilingScheme</a></li><li><a title="url" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#url">url</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="MapGISVectorTileImageryProvider" href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><img id="MapGISVectorTileImageryProvider-detail-arrow" onclick="toggleLinkDetail('MapGISVectorTileImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapGIS矢量瓦片服务</p></span></li><div class="mapgis-link-detail" id="MapGISVectorTileImageryProvider-detail"><div><a href="MapGISVectorTileImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#fromUrl">fromUrl</a></li><li><a title="getRenderMode" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#getRenderMode">getRenderMode</a></li><li><a title="drawTile" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#drawTile">drawTile</a></li><li><a title="requestImage" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#requestImage">requestImage</a></li></ul></div><div><a class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#member">成员变量</a></div><div><ul><li><a title="defaultAlpha" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#defaultAlpha">defaultAlpha</a></li><li><a title="hasAlphaChannel" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#hasAlphaChannel">hasAlphaChannel</a></li><li><a title="labelsRenderMode" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#labelsRenderMode">labelsRenderMode</a></li><li><a title="maximumLevel" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#maximumLevel">maximumLevel</a></li><li><a title="minimumLevel" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#minimumLevel">minimumLevel</a></li><li><a title="mvtParser" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#mvtParser">mvtParser</a></li><li><a title="pixelRatio" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#pixelRatio">pixelRatio</a></li><li><a title="ready" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#ready">ready</a></li><li><a title="readyPromise" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#readyPromise">readyPromise</a></li><li><a title="rectangle" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#rectangle">rectangle</a></li><li><a title="scene" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#scene">scene</a></li><li><a title="style" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#style">style</a></li><li><a title="sublayerLabelingInfos" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#sublayerLabelingInfos">sublayerLabelingInfos</a></li><li><a title="tileHeight" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tileHeight">tileHeight</a></li><li><a title="tileWidth" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tileWidth">tileWidth</a></li><li><a title="tilingScheme" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tilingScheme">tilingScheme</a></li><li><a title="tokenKey" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tokenKey">tokenKey</a></li><li><a title="tokenValue" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tokenValue">tokenValue</a></li><li><a title="transform" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#transform">transform</a></li><li><a title="url" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#url">url</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="WebMapServiceImageryProvider" href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><img id="WebMapServiceImageryProvider-detail-arrow" onclick="toggleLinkDetail('WebMapServiceImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMS地图图层,具体API请参考Cesium的WebMapServiceImageryProvider</p></span></li><div class="mapgis-link-detail" id="WebMapServiceImageryProvider-detail"><div><a href="WebMapServiceImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="WebMapServiceImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="WebMapServiceImageryProvider.html#fromUrl">fromUrl</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="WebMapTileServiceImageryProvider" href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><img id="WebMapTileServiceImageryProvider-detail-arrow" onclick="toggleLinkDetail('WebMapTileServiceImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMTS地图图层,具体API请参考Cesium的WebMapTileServiceImageryProvider</p></span></li><div class="mapgis-link-detail" id="WebMapTileServiceImageryProvider-detail"><div><a href="WebMapTileServiceImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="WebMapTileServiceImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="WebMapTileServiceImageryProvider.html#fromUrl">fromUrl</a></li></ul></div></div></ul><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="GeoJSONLayerUtil" href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><img id="GeoJSONLayerUtil-detail-arrow" onclick="toggleLinkDetail('GeoJSONLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><div class="mapgis-link-detail" id="GeoJSONLayerUtil-detail"><div><a href="GeoJSONLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="GeoJSONLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="GeoJSONLayerUtil.html#toPrimitive">toPrimitive</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="GraphicsLayerUtil" href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><img id="GraphicsLayerUtil-detail-arrow" onclick="toggleLinkDetail('GraphicsLayerUtil-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="GraphicsLayerUtil-detail"><div><a href="GraphicsLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="GraphicsLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="GraphicsLayerUtil.html#toPrimitive">toPrimitive</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="IGSFeatureLayerUtil" href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><img id="IGSFeatureLayerUtil-detail-arrow" onclick="toggleLinkDetail('IGSFeatureLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><div class="mapgis-link-detail" id="IGSFeatureLayerUtil-detail"><div><a href="IGSFeatureLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="IGSFeatureLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="IGSFeatureLayerUtil.html#toPrimitive">toPrimitive</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="IGSSceneLayerUtil" href="IGSSceneLayerUtil.html">IGSSceneLayerUtil</a><img id="IGSSceneLayerUtil-detail-arrow" onclick="toggleLinkDetail('IGSSceneLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>IGS场景图层的工具类</p></span></li><div class="mapgis-link-detail" id="IGSSceneLayerUtil-detail"><div><a href="IGSSceneLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="IGSSceneLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="IGSSceneLayerUtil.html#toPrimitive">toPrimitive</a></li><li><a title="toTerrainProvider" class="mapgis-link-name" href="IGSSceneLayerUtil.html#toTerrainProvider">toTerrainProvider</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>场景信息弹窗(cesium引擎)
|
|
112
|
-
参考示例:
|
|
113
|
-
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
114
|
-
<br>[ES5引入方式]:<br/>
|
|
115
|
-
Zondy.SceneView() <br/>
|
|
116
|
-
[ES6引入方式]:<br/>
|
|
117
|
-
import { SceneView } from '@mapgis/webclient-cesium-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></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="SceneViewCesium" href="SceneViewCesium.html">SceneViewCesium</a><img id="SceneViewCesium-detail-arrow" onclick="toggleLinkDetail('SceneViewCesium-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="SceneViewCesium-detail"><div><a href="SceneViewCesium.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SceneViewCesium.html#function">方法</a></div><div><ul><li><a title="fromJSON" class="mapgis-link-name" href="SceneViewCesium.html#fromJSON">fromJSON</a></li><li><a title="flyTo" class="mapgis-link-name" href="SceneViewCesium.html#flyTo">flyTo</a></li><li><a title="getCenter" class="mapgis-link-name" href="SceneViewCesium.html#getCenter">getCenter</a></li><li><a title="getExtent" class="mapgis-link-name" href="SceneViewCesium.html#getExtent">getExtent</a></li><li><a title="getInnerLayer" class="mapgis-link-name" href="SceneViewCesium.html#getInnerLayer">getInnerLayer</a></li><li><a title="getScale" class="mapgis-link-name" href="SceneViewCesium.html#getScale">getScale</a></li><li><a title="getSize" class="mapgis-link-name" href="SceneViewCesium.html#getSize">getSize</a></li><li><a title="getZoom" class="mapgis-link-name" href="SceneViewCesium.html#getZoom">getZoom</a></li><li><a title="goTo" class="mapgis-link-name" href="SceneViewCesium.html#goTo">goTo</a></li><li><a title="hitTest" class="mapgis-link-name" href="SceneViewCesium.html#hitTest">hitTest</a></li><li><a title="setCenter" class="mapgis-link-name" href="SceneViewCesium.html#setCenter">setCenter</a></li><li><a title="setExtent" class="mapgis-link-name" href="SceneViewCesium.html#setExtent">setExtent</a></li><li><a title="takeScreenshot" class="mapgis-link-name" href="SceneViewCesium.html#takeScreenshot">takeScreenshot</a></li><li><a title="toJSON" class="mapgis-link-name" href="SceneViewCesium.html#toJSON">toJSON</a></li><li><a title="toMap" class="mapgis-link-name" href="SceneViewCesium.html#toMap">toMap</a></li><li><a title="toScreen" class="mapgis-link-name" href="SceneViewCesium.html#toScreen">toScreen</a></li></ul></div><div><a class="mapgis-link-name" href="SceneViewCesium.html#member">成员变量</a></div><div><ul><li><a title="center" class="mapgis-link-name" href="SceneViewCesium.html#center">center</a></li><li><a title="engineType" class="mapgis-link-name" href="SceneViewCesium.html#engineType">engineType</a></li><li><a title="extendOptions" class="mapgis-link-name" href="SceneViewCesium.html#extendOptions">extendOptions</a></li><li><a title="extent" class="mapgis-link-name" href="SceneViewCesium.html#extent">extent</a></li><li><a title="height" class="mapgis-link-name" href="SceneViewCesium.html#height">height</a></li><li><a title="maxZoom" class="mapgis-link-name" href="SceneViewCesium.html#maxZoom">maxZoom</a></li><li><a title="minZoom" class="mapgis-link-name" href="SceneViewCesium.html#minZoom">minZoom</a></li><li><a title="popup" class="mapgis-link-name" href="SceneViewCesium.html#popup">popup</a></li><li><a title="scale" class="mapgis-link-name" href="SceneViewCesium.html#scale">scale</a></li><li><a title="spatialReference" class="mapgis-link-name" href="SceneViewCesium.html#spatialReference">spatialReference</a></li><li><a title="stationary" class="mapgis-link-name" href="SceneViewCesium.html#stationary">stationary</a></li><li><a title="width" class="mapgis-link-name" href="SceneViewCesium.html#width">width</a></li><li><a title="zoom" class="mapgis-link-name" href="SceneViewCesium.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="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#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><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="WFSLayerUtil" href="WFSLayerUtil.html">WFSLayerUtil</a><img id="WFSLayerUtil-detail-arrow" onclick="toggleLinkDetail('WFSLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WFS图层的工具类</p></span></li><div class="mapgis-link-detail" id="WFSLayerUtil-detail"><div><a href="WFSLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="WFSLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="WFSLayerUtil.html#toPrimitive">toPrimitive</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="SketchEditorCesium" href="SketchEditorCesium.html">SketchEditorCesium</a><img id="SketchEditorCesium-detail-arrow" onclick="toggleLinkDetail('SketchEditorCesium-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
124
|
-
<br>[ES5引入方式]:<br/>
|
|
125
|
-
const { SketchEditorCesium } = Zondy <br/>
|
|
126
|
-
[ES6引入方式]:<br/>
|
|
127
|
-
import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorCesium-detail"><div><a href="SketchEditorCesium.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SketchEditorCesium.html#function">方法</a></div><div><ul><li><a title="addVertex" class="mapgis-link-name" href="SketchEditorCesium.html#addVertex">addVertex</a></li><li><a title="drawPolylineToPolygon" class="mapgis-link-name" href="SketchEditorCesium.html#drawPolylineToPolygon">drawPolylineToPolygon</a></li><li><a title="removeVertex" class="mapgis-link-name" href="SketchEditorCesium.html#removeVertex">removeVertex</a></li><li><a title="split" class="mapgis-link-name" href="SketchEditorCesium.html#split">split</a></li><li><a title="updateVertex" class="mapgis-link-name" href="SketchEditorCesium.html#updateVertex">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('GlobalFunction-sidebar')" id="GlobalFunction" 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="GlobalFunction-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="initializeOptions" href="global.html#initializeOptions">initializeOptions</a><img id="initializeOptions-detail-arrow" onclick="toggleLinkDetail('initializeOptions-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="initializeOptions-detail"><div>参数:</div><div><ul><li><a href="initializeOptions.html#layer">layer</a></li><li><a href="initializeOptions.html#viewer">viewer</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">MapGISMapServerImageryProvider</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -214,6 +82,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
214
82
|
<span class="param-type">Object</span>
|
|
215
83
|
|
|
216
84
|
|
|
85
|
+
|
|
217
86
|
|
|
218
87
|
</td>
|
|
219
88
|
|
|
@@ -240,6 +109,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
240
109
|
<span class="param-type">String</span>
|
|
241
110
|
|
|
242
111
|
|
|
112
|
+
|
|
243
113
|
|
|
244
114
|
</td>
|
|
245
115
|
|
|
@@ -266,6 +136,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
266
136
|
<span class="param-type">String</span>
|
|
267
137
|
|
|
268
138
|
|
|
139
|
+
|
|
269
140
|
|
|
270
141
|
</td>
|
|
271
142
|
|
|
@@ -292,6 +163,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
292
163
|
<span class="param-type">Object</span>
|
|
293
164
|
|
|
294
165
|
|
|
166
|
+
|
|
295
167
|
|
|
296
168
|
</td>
|
|
297
169
|
|
|
@@ -318,6 +190,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
318
190
|
<span class="param-type">Boolean</span>
|
|
319
191
|
|
|
320
192
|
|
|
193
|
+
|
|
321
194
|
|
|
322
195
|
</td>
|
|
323
196
|
|
|
@@ -346,6 +219,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
346
219
|
<span class="param-type">Number</span>
|
|
347
220
|
|
|
348
221
|
|
|
222
|
+
|
|
349
223
|
|
|
350
224
|
</td>
|
|
351
225
|
|
|
@@ -374,6 +248,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
374
248
|
<span class="param-type">Number</span>
|
|
375
249
|
|
|
376
250
|
|
|
251
|
+
|
|
377
252
|
|
|
378
253
|
</td>
|
|
379
254
|
|
|
@@ -402,6 +277,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
402
277
|
<span class="param-type">Number</span>
|
|
403
278
|
|
|
404
279
|
|
|
280
|
+
|
|
405
281
|
|
|
406
282
|
</td>
|
|
407
283
|
|
|
@@ -430,6 +306,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
430
306
|
<span class="param-type">Number</span>
|
|
431
307
|
|
|
432
308
|
|
|
309
|
+
|
|
433
310
|
|
|
434
311
|
</td>
|
|
435
312
|
|
|
@@ -458,6 +335,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
458
335
|
<span class="param-type">Array</span>
|
|
459
336
|
|
|
460
337
|
|
|
338
|
+
|
|
461
339
|
|
|
462
340
|
</td>
|
|
463
341
|
|
|
@@ -484,6 +362,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
484
362
|
<span class="param-type">String</span>
|
|
485
363
|
|
|
486
364
|
|
|
365
|
+
|
|
487
366
|
|
|
488
367
|
</td>
|
|
489
368
|
|
|
@@ -510,6 +389,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
510
389
|
<span class="param-type">String</span>
|
|
511
390
|
|
|
512
391
|
|
|
392
|
+
|
|
513
393
|
|
|
514
394
|
</td>
|
|
515
395
|
|
|
@@ -536,6 +416,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
536
416
|
<span class="param-type">Object</span>
|
|
537
417
|
|
|
538
418
|
|
|
419
|
+
|
|
539
420
|
|
|
540
421
|
</td>
|
|
541
422
|
|
|
@@ -562,6 +443,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
562
443
|
<span class="param-type">String</span>
|
|
563
444
|
|
|
564
445
|
|
|
446
|
+
|
|
565
447
|
|
|
566
448
|
</td>
|
|
567
449
|
|
|
@@ -588,6 +470,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
588
470
|
<span class="param-type">Object</span>
|
|
589
471
|
|
|
590
472
|
|
|
473
|
+
|
|
591
474
|
|
|
592
475
|
</td>
|
|
593
476
|
|
|
@@ -616,6 +499,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
616
499
|
<span class="param-type">Array</span>
|
|
617
500
|
|
|
618
501
|
|
|
502
|
+
|
|
619
503
|
|
|
620
504
|
</td>
|
|
621
505
|
|
|
@@ -642,6 +526,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
642
526
|
<span class="param-type">Array</span>
|
|
643
527
|
|
|
644
528
|
|
|
529
|
+
|
|
645
530
|
|
|
646
531
|
</td>
|
|
647
532
|
|
|
@@ -668,6 +553,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
668
553
|
<span class="param-type">function</span>
|
|
669
554
|
|
|
670
555
|
|
|
556
|
+
|
|
671
557
|
|
|
672
558
|
</td>
|
|
673
559
|
|
|
@@ -694,6 +580,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
694
580
|
<span class="param-type">String</span>
|
|
695
581
|
|
|
696
582
|
|
|
583
|
+
|
|
697
584
|
|
|
698
585
|
</td>
|
|
699
586
|
|
|
@@ -720,6 +607,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
720
607
|
<span class="param-type">Boolean</span>
|
|
721
608
|
|
|
722
609
|
|
|
610
|
+
|
|
723
611
|
|
|
724
612
|
</td>
|
|
725
613
|
|
|
@@ -990,156 +878,168 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
990
878
|
<tbody>
|
|
991
879
|
|
|
992
880
|
<tr class="deep-level-0">
|
|
993
|
-
<td class="name"><code><a href="
|
|
881
|
+
<td class="name"><code><a href="#credit">credit</a></code></td>
|
|
994
882
|
<td class="name">
|
|
995
883
|
<code>
|
|
996
884
|
|
|
997
885
|
<span class="param-type">Credit</span>
|
|
998
886
|
|
|
999
887
|
|
|
888
|
+
|
|
1000
889
|
</code>
|
|
1001
890
|
</td>
|
|
1002
891
|
<td class="name"><code><p>获取此图像提供程序处于活动状态时要显示的凭证</p></code></td>
|
|
1003
892
|
</tr>
|
|
1004
893
|
|
|
1005
894
|
<tr class="deep-level-0">
|
|
1006
|
-
<td class="name"><code><a href="
|
|
895
|
+
<td class="name"><code><a href="#gdbps">gdbps</a></code></td>
|
|
1007
896
|
<td class="name">
|
|
1008
897
|
<code>
|
|
1009
898
|
|
|
1010
899
|
<span class="param-type">Array</span>
|
|
1011
900
|
|
|
1012
901
|
|
|
902
|
+
|
|
1013
903
|
</code>
|
|
1014
904
|
</td>
|
|
1015
905
|
<td class="name"><code><p>gdbps地址数组</p></code></td>
|
|
1016
906
|
</tr>
|
|
1017
907
|
|
|
1018
908
|
<tr class="deep-level-0">
|
|
1019
|
-
<td class="name"><code><a href="
|
|
909
|
+
<td class="name"><code><a href="#layers">layers</a></code></td>
|
|
1020
910
|
<td class="name">
|
|
1021
911
|
<code>
|
|
1022
912
|
|
|
1023
913
|
<span class="param-type">String</span>
|
|
1024
914
|
|
|
1025
915
|
|
|
916
|
+
|
|
1026
917
|
</code>
|
|
1027
918
|
</td>
|
|
1028
919
|
<td class="name"><code><p>获取要显示的以逗号分隔的图层ID列表</p></code></td>
|
|
1029
920
|
</tr>
|
|
1030
921
|
|
|
1031
922
|
<tr class="deep-level-0">
|
|
1032
|
-
<td class="name"><code><a href="
|
|
923
|
+
<td class="name"><code><a href="#maximumLevel">maximumLevel</a></code></td>
|
|
1033
924
|
<td class="name">
|
|
1034
925
|
<code>
|
|
1035
926
|
|
|
1036
927
|
<span class="param-type">Number</span>
|
|
1037
928
|
|
|
1038
929
|
|
|
930
|
+
|
|
1039
931
|
</code>
|
|
1040
932
|
</td>
|
|
1041
933
|
<td class="name"><code><p>瓦片最大级别</p></code></td>
|
|
1042
934
|
</tr>
|
|
1043
935
|
|
|
1044
936
|
<tr class="deep-level-0">
|
|
1045
|
-
<td class="name"><code><a href="
|
|
937
|
+
<td class="name"><code><a href="#minimumLevel">minimumLevel</a></code></td>
|
|
1046
938
|
<td class="name">
|
|
1047
939
|
<code>
|
|
1048
940
|
|
|
1049
941
|
<span class="param-type">Number</span>
|
|
1050
942
|
|
|
1051
943
|
|
|
944
|
+
|
|
1052
945
|
</code>
|
|
1053
946
|
</td>
|
|
1054
947
|
<td class="name"><code><p>瓦片最小级别</p></code></td>
|
|
1055
948
|
</tr>
|
|
1056
949
|
|
|
1057
950
|
<tr class="deep-level-0">
|
|
1058
|
-
<td class="name"><code><a href="
|
|
951
|
+
<td class="name"><code><a href="#proxy">proxy</a></code></td>
|
|
1059
952
|
<td class="name">
|
|
1060
953
|
<code>
|
|
1061
954
|
|
|
1062
955
|
<span class="param-type">Proxy</span>
|
|
1063
956
|
|
|
1064
957
|
|
|
958
|
+
|
|
1065
959
|
</code>
|
|
1066
960
|
</td>
|
|
1067
961
|
<td class="name"><code><p>获取代理</p></code></td>
|
|
1068
962
|
</tr>
|
|
1069
963
|
|
|
1070
964
|
<tr class="deep-level-0">
|
|
1071
|
-
<td class="name"><code><a href="
|
|
965
|
+
<td class="name"><code><a href="#ready">ready</a></code></td>
|
|
1072
966
|
<td class="name">
|
|
1073
967
|
<code>
|
|
1074
968
|
|
|
1075
969
|
<span class="param-type">Boolean</span>
|
|
1076
970
|
|
|
1077
971
|
|
|
972
|
+
|
|
1078
973
|
</code>
|
|
1079
974
|
</td>
|
|
1080
975
|
<td class="name"><code><p>获取当前图层是否创建完成</p></code></td>
|
|
1081
976
|
</tr>
|
|
1082
977
|
|
|
1083
978
|
<tr class="deep-level-0">
|
|
1084
|
-
<td class="name"><code><a href="
|
|
979
|
+
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
1085
980
|
<td class="name">
|
|
1086
981
|
<code>
|
|
1087
982
|
|
|
1088
983
|
<span class="param-type">Rectangle</span>
|
|
1089
984
|
|
|
1090
985
|
|
|
986
|
+
|
|
1091
987
|
</code>
|
|
1092
988
|
</td>
|
|
1093
989
|
<td class="name"><code><p>服务请求范围</p></code></td>
|
|
1094
990
|
</tr>
|
|
1095
991
|
|
|
1096
992
|
<tr class="deep-level-0">
|
|
1097
|
-
<td class="name"><code><a href="
|
|
993
|
+
<td class="name"><code><a href="#tileHeight">tileHeight</a></code></td>
|
|
1098
994
|
<td class="name">
|
|
1099
995
|
<code>
|
|
1100
996
|
|
|
1101
997
|
<span class="param-type">Number</span>
|
|
1102
998
|
|
|
1103
999
|
|
|
1000
|
+
|
|
1104
1001
|
</code>
|
|
1105
1002
|
</td>
|
|
1106
1003
|
<td class="name"><code><p>瓦片高度</p></code></td>
|
|
1107
1004
|
</tr>
|
|
1108
1005
|
|
|
1109
1006
|
<tr class="deep-level-0">
|
|
1110
|
-
<td class="name"><code><a href="
|
|
1007
|
+
<td class="name"><code><a href="#tileWidth">tileWidth</a></code></td>
|
|
1111
1008
|
<td class="name">
|
|
1112
1009
|
<code>
|
|
1113
1010
|
|
|
1114
1011
|
<span class="param-type">Number</span>
|
|
1115
1012
|
|
|
1116
1013
|
|
|
1014
|
+
|
|
1117
1015
|
</code>
|
|
1118
1016
|
</td>
|
|
1119
1017
|
<td class="name"><code><p>瓦片宽度</p></code></td>
|
|
1120
1018
|
</tr>
|
|
1121
1019
|
|
|
1122
1020
|
<tr class="deep-level-0">
|
|
1123
|
-
<td class="name"><code><a href="
|
|
1021
|
+
<td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
|
|
1124
1022
|
<td class="name">
|
|
1125
1023
|
<code>
|
|
1126
1024
|
|
|
1127
1025
|
<span class="param-type">TilingScheme</span>
|
|
1128
1026
|
|
|
1129
1027
|
|
|
1028
|
+
|
|
1130
1029
|
</code>
|
|
1131
1030
|
</td>
|
|
1132
1031
|
<td class="name"><code><p>瓦片平铺规则</p></code></td>
|
|
1133
1032
|
</tr>
|
|
1134
1033
|
|
|
1135
1034
|
<tr class="deep-level-0">
|
|
1136
|
-
<td class="name"><code><a href="
|
|
1035
|
+
<td class="name"><code><a href="#url">url</a></code></td>
|
|
1137
1036
|
<td class="name">
|
|
1138
1037
|
<code>
|
|
1139
1038
|
|
|
1140
1039
|
<span class="param-type">String</span>
|
|
1141
1040
|
|
|
1142
1041
|
|
|
1042
|
+
|
|
1143
1043
|
</code>
|
|
1144
1044
|
</td>
|
|
1145
1045
|
<td class="name"><code><p>服务地址</p></code></td>
|
|
@@ -1159,6 +1059,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1159
1059
|
<span class="param-type">Credit</span>
|
|
1160
1060
|
|
|
1161
1061
|
|
|
1062
|
+
|
|
1162
1063
|
</span>
|
|
1163
1064
|
|
|
1164
1065
|
<h4 class="name" id="credit">
|
|
@@ -1233,6 +1134,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1233
1134
|
<span class="param-type">Array</span>
|
|
1234
1135
|
|
|
1235
1136
|
|
|
1137
|
+
|
|
1236
1138
|
</span>
|
|
1237
1139
|
|
|
1238
1140
|
<h4 class="name" id="gdbps">
|
|
@@ -1303,6 +1205,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1303
1205
|
<span class="param-type">String</span>
|
|
1304
1206
|
|
|
1305
1207
|
|
|
1208
|
+
|
|
1306
1209
|
</span>
|
|
1307
1210
|
|
|
1308
1211
|
<h4 class="name" id="layers">
|
|
@@ -1373,6 +1276,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1373
1276
|
<span class="param-type">Number</span>
|
|
1374
1277
|
|
|
1375
1278
|
|
|
1279
|
+
|
|
1376
1280
|
</span>
|
|
1377
1281
|
|
|
1378
1282
|
<h4 class="name" id="maximumLevel">
|
|
@@ -1447,6 +1351,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1447
1351
|
<span class="param-type">Number</span>
|
|
1448
1352
|
|
|
1449
1353
|
|
|
1354
|
+
|
|
1450
1355
|
</span>
|
|
1451
1356
|
|
|
1452
1357
|
<h4 class="name" id="minimumLevel">
|
|
@@ -1521,6 +1426,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1521
1426
|
<span class="param-type">Proxy</span>
|
|
1522
1427
|
|
|
1523
1428
|
|
|
1429
|
+
|
|
1524
1430
|
</span>
|
|
1525
1431
|
|
|
1526
1432
|
<h4 class="name" id="proxy">
|
|
@@ -1595,6 +1501,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1595
1501
|
<span class="param-type">Boolean</span>
|
|
1596
1502
|
|
|
1597
1503
|
|
|
1504
|
+
|
|
1598
1505
|
</span>
|
|
1599
1506
|
|
|
1600
1507
|
<h4 class="name" id="ready">
|
|
@@ -1669,6 +1576,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1669
1576
|
<span class="param-type">Rectangle</span>
|
|
1670
1577
|
|
|
1671
1578
|
|
|
1579
|
+
|
|
1672
1580
|
</span>
|
|
1673
1581
|
|
|
1674
1582
|
<h4 class="name" id="rectangle">
|
|
@@ -1743,6 +1651,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1743
1651
|
<span class="param-type">Number</span>
|
|
1744
1652
|
|
|
1745
1653
|
|
|
1654
|
+
|
|
1746
1655
|
</span>
|
|
1747
1656
|
|
|
1748
1657
|
<h4 class="name" id="tileHeight">
|
|
@@ -1817,6 +1726,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1817
1726
|
<span class="param-type">Number</span>
|
|
1818
1727
|
|
|
1819
1728
|
|
|
1729
|
+
|
|
1820
1730
|
</span>
|
|
1821
1731
|
|
|
1822
1732
|
<h4 class="name" id="tileWidth">
|
|
@@ -1891,6 +1801,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1891
1801
|
<span class="param-type">TilingScheme</span>
|
|
1892
1802
|
|
|
1893
1803
|
|
|
1804
|
+
|
|
1894
1805
|
</span>
|
|
1895
1806
|
|
|
1896
1807
|
<h4 class="name" id="tilingScheme">
|
|
@@ -1965,6 +1876,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1965
1876
|
<span class="param-type">String</span>
|
|
1966
1877
|
|
|
1967
1878
|
|
|
1879
|
+
|
|
1968
1880
|
</span>
|
|
1969
1881
|
|
|
1970
1882
|
<h4 class="name" id="url">
|
|
@@ -2052,12 +1964,13 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2052
1964
|
<tbody>
|
|
2053
1965
|
|
|
2054
1966
|
<tr class="deep-level-0">
|
|
2055
|
-
<td class="name"><code><a href="
|
|
1967
|
+
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
2056
1968
|
<td class="name">
|
|
2057
1969
|
<code>
|
|
2058
1970
|
|
|
2059
1971
|
|
|
2060
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapGISMapServerImageryProvider"
|
|
1972
|
+
<span class="param-type"><a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a></span>
|
|
1973
|
+
|
|
2061
1974
|
|
|
2062
1975
|
|
|
2063
1976
|
|
|
@@ -2067,7 +1980,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2067
1980
|
</tr>
|
|
2068
1981
|
|
|
2069
1982
|
<tr class="deep-level-0">
|
|
2070
|
-
<td class="name"><code><a href="
|
|
1983
|
+
<td class="name"><code><a href="#pickFeatures">pickFeatures</a></code></td>
|
|
2071
1984
|
<td class="name">
|
|
2072
1985
|
<code>
|
|
2073
1986
|
|
|
@@ -2078,6 +1991,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2078
1991
|
<span class="param-type">undefined</span>
|
|
2079
1992
|
|
|
2080
1993
|
|
|
1994
|
+
|
|
2081
1995
|
|
|
2082
1996
|
</code>
|
|
2083
1997
|
</td>
|
|
@@ -2085,7 +1999,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2085
1999
|
</tr>
|
|
2086
2000
|
|
|
2087
2001
|
<tr class="deep-level-0">
|
|
2088
|
-
<td class="name"><code><a href="
|
|
2002
|
+
<td class="name"><code><a href="#requestImage">requestImage</a></code></td>
|
|
2089
2003
|
<td class="name">
|
|
2090
2004
|
<code>
|
|
2091
2005
|
|
|
@@ -2093,6 +2007,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2093
2007
|
<span class="param-type">Object</span>
|
|
2094
2008
|
|
|
2095
2009
|
|
|
2010
|
+
|
|
2096
2011
|
|
|
2097
2012
|
</code>
|
|
2098
2013
|
</td>
|
|
@@ -2172,6 +2087,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2172
2087
|
<span class="param-type">String</span>
|
|
2173
2088
|
|
|
2174
2089
|
|
|
2090
|
+
|
|
2175
2091
|
|
|
2176
2092
|
</td>
|
|
2177
2093
|
|
|
@@ -2196,6 +2112,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2196
2112
|
<span class="param-type">Object</span>
|
|
2197
2113
|
|
|
2198
2114
|
|
|
2115
|
+
|
|
2199
2116
|
|
|
2200
2117
|
</td>
|
|
2201
2118
|
|
|
@@ -2279,7 +2196,8 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2279
2196
|
<div class='column is-5 has-text-left'>
|
|
2280
2197
|
<label>类型: </label>
|
|
2281
2198
|
|
|
2282
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapGISMapServerImageryProvider"
|
|
2199
|
+
<span class="param-type"><a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a></span>
|
|
2200
|
+
|
|
2283
2201
|
|
|
2284
2202
|
|
|
2285
2203
|
</div>
|
|
@@ -2359,6 +2277,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2359
2277
|
<span class="param-type">Number</span>
|
|
2360
2278
|
|
|
2361
2279
|
|
|
2280
|
+
|
|
2362
2281
|
|
|
2363
2282
|
</td>
|
|
2364
2283
|
|
|
@@ -2383,6 +2302,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2383
2302
|
<span class="param-type">Number</span>
|
|
2384
2303
|
|
|
2385
2304
|
|
|
2305
|
+
|
|
2386
2306
|
|
|
2387
2307
|
</td>
|
|
2388
2308
|
|
|
@@ -2407,6 +2327,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2407
2327
|
<span class="param-type">Number</span>
|
|
2408
2328
|
|
|
2409
2329
|
|
|
2330
|
+
|
|
2410
2331
|
|
|
2411
2332
|
</td>
|
|
2412
2333
|
|
|
@@ -2499,6 +2420,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2499
2420
|
<span class="param-type">undefined</span>
|
|
2500
2421
|
|
|
2501
2422
|
|
|
2423
|
+
|
|
2502
2424
|
</div>
|
|
2503
2425
|
|
|
2504
2426
|
</div>
|
|
@@ -2576,6 +2498,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2576
2498
|
<span class="param-type">Number</span>
|
|
2577
2499
|
|
|
2578
2500
|
|
|
2501
|
+
|
|
2579
2502
|
|
|
2580
2503
|
</td>
|
|
2581
2504
|
|
|
@@ -2600,6 +2523,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2600
2523
|
<span class="param-type">Number</span>
|
|
2601
2524
|
|
|
2602
2525
|
|
|
2526
|
+
|
|
2603
2527
|
|
|
2604
2528
|
</td>
|
|
2605
2529
|
|
|
@@ -2624,6 +2548,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2624
2548
|
<span class="param-type">Number</span>
|
|
2625
2549
|
|
|
2626
2550
|
|
|
2551
|
+
|
|
2627
2552
|
|
|
2628
2553
|
</td>
|
|
2629
2554
|
|
|
@@ -2648,6 +2573,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2648
2573
|
<span class="param-type">Object</span>
|
|
2649
2574
|
|
|
2650
2575
|
|
|
2576
|
+
|
|
2651
2577
|
|
|
2652
2578
|
</td>
|
|
2653
2579
|
|
|
@@ -2736,6 +2662,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2736
2662
|
<span class="param-type">Object</span>
|
|
2737
2663
|
|
|
2738
2664
|
|
|
2665
|
+
|
|
2739
2666
|
</div>
|
|
2740
2667
|
|
|
2741
2668
|
</div>
|
|
@@ -2760,43 +2687,4 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2760
2687
|
|
|
2761
2688
|
</article>
|
|
2762
2689
|
|
|
2763
|
-
</section>
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
</div>
|
|
2769
|
-
|
|
2770
|
-
<footer class="footer">
|
|
2771
|
-
<div class="content has-text-centered">
|
|
2772
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
2773
|
-
<p class="sidebar-created-by">
|
|
2774
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
2775
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
2776
|
-
</p>
|
|
2777
|
-
</div>
|
|
2778
|
-
</footer>
|
|
2779
|
-
|
|
2780
|
-
</div>
|
|
2781
|
-
<div id="side-nav" class="side-nav">
|
|
2782
|
-
<div style="margin-bottom: 10px;">
|
|
2783
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
2784
|
-
</div>
|
|
2785
|
-
<div style="margin-bottom: 10px;">
|
|
2786
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
2787
|
-
</div>
|
|
2788
|
-
<div style="margin-bottom: 10px;">
|
|
2789
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
2790
|
-
</div>
|
|
2791
|
-
<div>
|
|
2792
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
2793
|
-
</div>
|
|
2794
|
-
</div>
|
|
2795
|
-
</div>
|
|
2796
|
-
<script src="scripts/linenumber.js"> </script>
|
|
2797
|
-
|
|
2798
|
-
<script src="scripts/search.js"> </script>
|
|
2799
|
-
|
|
2800
|
-
<script src="scripts/sideBar.js"> </script>
|
|
2801
|
-
</body>
|
|
2802
|
-
</html>
|
|
2690
|
+
</section>
|