@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
|
-
<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> SceneViewCesium</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">SceneViewCesium</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('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">SceneViewCesium</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">Map</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">Point</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
|
|
|
@@ -372,6 +246,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
372
246
|
<span class="param-type">Number</span>
|
|
373
247
|
|
|
374
248
|
|
|
249
|
+
|
|
375
250
|
|
|
376
251
|
</td>
|
|
377
252
|
|
|
@@ -398,6 +273,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
398
273
|
<span class="param-type">Number</span>
|
|
399
274
|
|
|
400
275
|
|
|
276
|
+
|
|
401
277
|
|
|
402
278
|
</td>
|
|
403
279
|
|
|
@@ -426,6 +302,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
426
302
|
<span class="param-type">Number</span>
|
|
427
303
|
|
|
428
304
|
|
|
305
|
+
|
|
429
306
|
|
|
430
307
|
</td>
|
|
431
308
|
|
|
@@ -454,6 +331,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
454
331
|
<span class="param-type">Object</span>
|
|
455
332
|
|
|
456
333
|
|
|
334
|
+
|
|
457
335
|
|
|
458
336
|
</td>
|
|
459
337
|
|
|
@@ -480,6 +358,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
480
358
|
<span class="param-type">Extent</span>
|
|
481
359
|
|
|
482
360
|
|
|
361
|
+
|
|
483
362
|
|
|
484
363
|
</td>
|
|
485
364
|
|
|
@@ -506,6 +385,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
506
385
|
<span class="param-type">Object</span>
|
|
507
386
|
|
|
508
387
|
|
|
388
|
+
|
|
509
389
|
|
|
510
390
|
</td>
|
|
511
391
|
|
|
@@ -720,102 +600,110 @@ const sceneView = new SceneViewCesium({
|
|
|
720
600
|
<tbody>
|
|
721
601
|
|
|
722
602
|
<tr class="deep-level-0">
|
|
723
|
-
<td class="name"><code><a href="
|
|
603
|
+
<td class="name"><code><a href="#center">center</a></code></td>
|
|
724
604
|
<td class="name">
|
|
725
605
|
<code>
|
|
726
606
|
|
|
727
607
|
<span class="param-type">Point</span>
|
|
728
608
|
|
|
729
609
|
|
|
610
|
+
|
|
730
611
|
</code>
|
|
731
612
|
</td>
|
|
732
613
|
<td class="name"><code><p>地图视图中心点</p></code></td>
|
|
733
614
|
</tr>
|
|
734
615
|
|
|
735
616
|
<tr class="deep-level-0">
|
|
736
|
-
<td class="name"><code><a href="
|
|
617
|
+
<td class="name"><code><a href="#engineType">engineType</a></code></td>
|
|
737
618
|
<td class="name">
|
|
738
619
|
<code>
|
|
739
620
|
|
|
740
621
|
<span class="param-type">Object</span>
|
|
741
622
|
|
|
742
623
|
|
|
624
|
+
|
|
743
625
|
</code>
|
|
744
626
|
</td>
|
|
745
627
|
<td class="name"><code><p>引擎类型,为'cesium'</p></code></td>
|
|
746
628
|
</tr>
|
|
747
629
|
|
|
748
630
|
<tr class="deep-level-0">
|
|
749
|
-
<td class="name"><code><a href="
|
|
631
|
+
<td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
|
|
750
632
|
<td class="name">
|
|
751
633
|
<code>
|
|
752
634
|
|
|
753
635
|
<span class="param-type">Object</span>
|
|
754
636
|
|
|
755
637
|
|
|
638
|
+
|
|
756
639
|
</code>
|
|
757
640
|
</td>
|
|
758
641
|
<td class="name"><code><p>Cesium场景视图的初始化参数</p></code></td>
|
|
759
642
|
</tr>
|
|
760
643
|
|
|
761
644
|
<tr class="deep-level-0">
|
|
762
|
-
<td class="name"><code><a href="
|
|
645
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
763
646
|
<td class="name">
|
|
764
647
|
<code>
|
|
765
648
|
|
|
766
649
|
<span class="param-type">Extent</span>
|
|
767
650
|
|
|
768
651
|
|
|
652
|
+
|
|
769
653
|
</code>
|
|
770
654
|
</td>
|
|
771
655
|
<td class="name"><code><p>地图视图范围</p></code></td>
|
|
772
656
|
</tr>
|
|
773
657
|
|
|
774
658
|
<tr class="deep-level-0">
|
|
775
|
-
<td class="name"><code><a href="
|
|
659
|
+
<td class="name"><code><a href="#height">height</a></code></td>
|
|
776
660
|
<td class="name">
|
|
777
661
|
<code>
|
|
778
662
|
|
|
779
663
|
<span class="param-type">Number</span>
|
|
780
664
|
|
|
781
665
|
|
|
666
|
+
|
|
782
667
|
</code>
|
|
783
668
|
</td>
|
|
784
669
|
<td class="name"><code><p>地图视图高度</p></code></td>
|
|
785
670
|
</tr>
|
|
786
671
|
|
|
787
672
|
<tr class="deep-level-0">
|
|
788
|
-
<td class="name"><code><a href="
|
|
673
|
+
<td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
|
|
789
674
|
<td class="name">
|
|
790
675
|
<code>
|
|
791
676
|
|
|
792
677
|
<span class="param-type">Number</span>
|
|
793
678
|
|
|
794
679
|
|
|
680
|
+
|
|
795
681
|
</code>
|
|
796
682
|
</td>
|
|
797
683
|
<td class="name"><code><p>地图视图最大层级</p></code></td>
|
|
798
684
|
</tr>
|
|
799
685
|
|
|
800
686
|
<tr class="deep-level-0">
|
|
801
|
-
<td class="name"><code><a href="
|
|
687
|
+
<td class="name"><code><a href="#minZoom">minZoom</a></code></td>
|
|
802
688
|
<td class="name">
|
|
803
689
|
<code>
|
|
804
690
|
|
|
805
691
|
<span class="param-type">Number</span>
|
|
806
692
|
|
|
807
693
|
|
|
694
|
+
|
|
808
695
|
</code>
|
|
809
696
|
</td>
|
|
810
697
|
<td class="name"><code><p>地图视图最小层级</p></code></td>
|
|
811
698
|
</tr>
|
|
812
699
|
|
|
813
700
|
<tr class="deep-level-0">
|
|
814
|
-
<td class="name"><code><a href="
|
|
701
|
+
<td class="name"><code><a href="#popup">popup</a></code></td>
|
|
815
702
|
<td class="name">
|
|
816
703
|
<code>
|
|
817
704
|
|
|
818
|
-
<span class="param-type"><a class="mapgis-link-name" title="Popup"
|
|
705
|
+
<span class="param-type"><a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a></span>
|
|
706
|
+
|
|
819
707
|
|
|
820
708
|
|
|
821
709
|
</code>
|
|
@@ -824,65 +712,70 @@ const sceneView = new SceneViewCesium({
|
|
|
824
712
|
</tr>
|
|
825
713
|
|
|
826
714
|
<tr class="deep-level-0">
|
|
827
|
-
<td class="name"><code><a href="
|
|
715
|
+
<td class="name"><code><a href="#scale">scale</a></code></td>
|
|
828
716
|
<td class="name">
|
|
829
717
|
<code>
|
|
830
718
|
|
|
831
719
|
<span class="param-type">Number</span>
|
|
832
720
|
|
|
833
721
|
|
|
722
|
+
|
|
834
723
|
</code>
|
|
835
724
|
</td>
|
|
836
725
|
<td class="name"><code><p>地图视图比例尺</p></code></td>
|
|
837
726
|
</tr>
|
|
838
727
|
|
|
839
728
|
<tr class="deep-level-0">
|
|
840
|
-
<td class="name"><code><a href="
|
|
729
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
841
730
|
<td class="name">
|
|
842
731
|
<code>
|
|
843
732
|
|
|
844
733
|
<span class="param-type">SpatialReference</span>
|
|
845
734
|
|
|
846
735
|
|
|
736
|
+
|
|
847
737
|
</code>
|
|
848
738
|
</td>
|
|
849
739
|
<td class="name"><code><p>视图空间参考系</p></code></td>
|
|
850
740
|
</tr>
|
|
851
741
|
|
|
852
742
|
<tr class="deep-level-0">
|
|
853
|
-
<td class="name"><code><a href="
|
|
743
|
+
<td class="name"><code><a href="#stationary">stationary</a></code></td>
|
|
854
744
|
<td class="name">
|
|
855
745
|
<code>
|
|
856
746
|
|
|
857
747
|
<span class="param-type">Boolean</span>
|
|
858
748
|
|
|
859
749
|
|
|
750
|
+
|
|
860
751
|
</code>
|
|
861
752
|
</td>
|
|
862
753
|
<td class="name"><code><p>地图视图是否静止</p></code></td>
|
|
863
754
|
</tr>
|
|
864
755
|
|
|
865
756
|
<tr class="deep-level-0">
|
|
866
|
-
<td class="name"><code><a href="
|
|
757
|
+
<td class="name"><code><a href="#width">width</a></code></td>
|
|
867
758
|
<td class="name">
|
|
868
759
|
<code>
|
|
869
760
|
|
|
870
761
|
<span class="param-type">Number</span>
|
|
871
762
|
|
|
872
763
|
|
|
764
|
+
|
|
873
765
|
</code>
|
|
874
766
|
</td>
|
|
875
767
|
<td class="name"><code><p>地图视图宽度</p></code></td>
|
|
876
768
|
</tr>
|
|
877
769
|
|
|
878
770
|
<tr class="deep-level-0">
|
|
879
|
-
<td class="name"><code><a href="
|
|
771
|
+
<td class="name"><code><a href="#zoom">zoom</a></code></td>
|
|
880
772
|
<td class="name">
|
|
881
773
|
<code>
|
|
882
774
|
|
|
883
775
|
<span class="param-type">Number</span>
|
|
884
776
|
|
|
885
777
|
|
|
778
|
+
|
|
886
779
|
</code>
|
|
887
780
|
</td>
|
|
888
781
|
<td class="name"><code><p>地图视图层级</p></code></td>
|
|
@@ -902,6 +795,7 @@ const sceneView = new SceneViewCesium({
|
|
|
902
795
|
<span class="param-type">Point</span>
|
|
903
796
|
|
|
904
797
|
|
|
798
|
+
|
|
905
799
|
</span>
|
|
906
800
|
|
|
907
801
|
<h4 class="name" id="center">
|
|
@@ -972,6 +866,7 @@ const sceneView = new SceneViewCesium({
|
|
|
972
866
|
<span class="param-type">Object</span>
|
|
973
867
|
|
|
974
868
|
|
|
869
|
+
|
|
975
870
|
</span>
|
|
976
871
|
|
|
977
872
|
<h4 class="name" id="engineType">
|
|
@@ -1046,6 +941,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1046
941
|
<span class="param-type">Object</span>
|
|
1047
942
|
|
|
1048
943
|
|
|
944
|
+
|
|
1049
945
|
</span>
|
|
1050
946
|
|
|
1051
947
|
<h4 class="name" id="extendOptions">
|
|
@@ -1116,6 +1012,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1116
1012
|
<span class="param-type">Extent</span>
|
|
1117
1013
|
|
|
1118
1014
|
|
|
1015
|
+
|
|
1119
1016
|
</span>
|
|
1120
1017
|
|
|
1121
1018
|
<h4 class="name" id="extent">
|
|
@@ -1186,6 +1083,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1186
1083
|
<span class="param-type">Number</span>
|
|
1187
1084
|
|
|
1188
1085
|
|
|
1086
|
+
|
|
1189
1087
|
</span>
|
|
1190
1088
|
|
|
1191
1089
|
<h4 class="name" id="height">
|
|
@@ -1260,6 +1158,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1260
1158
|
<span class="param-type">Number</span>
|
|
1261
1159
|
|
|
1262
1160
|
|
|
1161
|
+
|
|
1263
1162
|
</span>
|
|
1264
1163
|
|
|
1265
1164
|
<h4 class="name" id="maxZoom">
|
|
@@ -1330,6 +1229,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1330
1229
|
<span class="param-type">Number</span>
|
|
1331
1230
|
|
|
1332
1231
|
|
|
1232
|
+
|
|
1333
1233
|
</span>
|
|
1334
1234
|
|
|
1335
1235
|
<h4 class="name" id="minZoom">
|
|
@@ -1397,7 +1297,8 @@ const sceneView = new SceneViewCesium({
|
|
|
1397
1297
|
<span class="method-parameter is-pulled-right">
|
|
1398
1298
|
<label>类型:</label>
|
|
1399
1299
|
|
|
1400
|
-
<span class="param-type"><a class="mapgis-link-name" title="Popup"
|
|
1300
|
+
<span class="param-type"><a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a></span>
|
|
1301
|
+
|
|
1401
1302
|
|
|
1402
1303
|
|
|
1403
1304
|
</span>
|
|
@@ -1470,6 +1371,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1470
1371
|
<span class="param-type">Number</span>
|
|
1471
1372
|
|
|
1472
1373
|
|
|
1374
|
+
|
|
1473
1375
|
</span>
|
|
1474
1376
|
|
|
1475
1377
|
<h4 class="name" id="scale">
|
|
@@ -1540,6 +1442,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1540
1442
|
<span class="param-type">SpatialReference</span>
|
|
1541
1443
|
|
|
1542
1444
|
|
|
1445
|
+
|
|
1543
1446
|
</span>
|
|
1544
1447
|
|
|
1545
1448
|
<h4 class="name" id="spatialReference">
|
|
@@ -1614,6 +1517,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1614
1517
|
<span class="param-type">Boolean</span>
|
|
1615
1518
|
|
|
1616
1519
|
|
|
1520
|
+
|
|
1617
1521
|
</span>
|
|
1618
1522
|
|
|
1619
1523
|
<h4 class="name" id="stationary">
|
|
@@ -1688,6 +1592,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1688
1592
|
<span class="param-type">Number</span>
|
|
1689
1593
|
|
|
1690
1594
|
|
|
1595
|
+
|
|
1691
1596
|
</span>
|
|
1692
1597
|
|
|
1693
1598
|
<h4 class="name" id="width">
|
|
@@ -1762,6 +1667,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1762
1667
|
<span class="param-type">Number</span>
|
|
1763
1668
|
|
|
1764
1669
|
|
|
1670
|
+
|
|
1765
1671
|
</span>
|
|
1766
1672
|
|
|
1767
1673
|
<h4 class="name" id="zoom">
|
|
@@ -1845,12 +1751,13 @@ const sceneView = new SceneViewCesium({
|
|
|
1845
1751
|
<tbody>
|
|
1846
1752
|
|
|
1847
1753
|
<tr class="deep-level-0">
|
|
1848
|
-
<td class="name"><code><a href="
|
|
1754
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1849
1755
|
<td class="name">
|
|
1850
1756
|
<code>
|
|
1851
1757
|
|
|
1852
1758
|
|
|
1853
|
-
<span class="param-type"><a class="mapgis-link-name" title="SceneViewCesium"
|
|
1759
|
+
<span class="param-type"><a link="SceneViewCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneViewCesium" SceneViewCesium.html>SceneViewCesium</a></span>
|
|
1760
|
+
|
|
1854
1761
|
|
|
1855
1762
|
|
|
1856
1763
|
|
|
@@ -1861,7 +1768,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1861
1768
|
</tr>
|
|
1862
1769
|
|
|
1863
1770
|
<tr class="deep-level-0">
|
|
1864
|
-
<td class="name"><code><a href="
|
|
1771
|
+
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
1865
1772
|
<td class="name">
|
|
1866
1773
|
<code>
|
|
1867
1774
|
|
|
@@ -1871,7 +1778,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1871
1778
|
</tr>
|
|
1872
1779
|
|
|
1873
1780
|
<tr class="deep-level-0">
|
|
1874
|
-
<td class="name"><code><a href="
|
|
1781
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
1875
1782
|
<td class="name">
|
|
1876
1783
|
<code>
|
|
1877
1784
|
|
|
@@ -1879,6 +1786,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1879
1786
|
<span class="param-type">Object</span>
|
|
1880
1787
|
|
|
1881
1788
|
|
|
1789
|
+
|
|
1882
1790
|
|
|
1883
1791
|
</code>
|
|
1884
1792
|
</td>
|
|
@@ -1887,7 +1795,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1887
1795
|
</tr>
|
|
1888
1796
|
|
|
1889
1797
|
<tr class="deep-level-0">
|
|
1890
|
-
<td class="name"><code><a href="
|
|
1798
|
+
<td class="name"><code><a href="#getExtent">getExtent</a></code></td>
|
|
1891
1799
|
<td class="name">
|
|
1892
1800
|
<code>
|
|
1893
1801
|
|
|
@@ -1895,6 +1803,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1895
1803
|
<span class="param-type">Extent</span>
|
|
1896
1804
|
|
|
1897
1805
|
|
|
1806
|
+
|
|
1898
1807
|
|
|
1899
1808
|
</code>
|
|
1900
1809
|
</td>
|
|
@@ -1903,20 +1812,21 @@ const sceneView = new SceneViewCesium({
|
|
|
1903
1812
|
</tr>
|
|
1904
1813
|
|
|
1905
1814
|
<tr class="deep-level-0">
|
|
1906
|
-
<td class="name"><code><a href="
|
|
1815
|
+
<td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
|
|
1907
1816
|
<td class="name">
|
|
1908
1817
|
<code>
|
|
1909
1818
|
|
|
1910
1819
|
|
|
1911
|
-
<span class="param-type">Array.<<a href="MapGISM3DSet.html">MapGISM3DSet</a>></span>
|
|
1820
|
+
<span class="param-type">Array.<<a link="Array.<MapGISM3DSet>.html" onclick="getTypeHTML(event)" href="MapGISM3DSet.html">MapGISM3DSet</a>></span>
|
|
1912
1821
|
|
|
|
1913
1822
|
|
|
1914
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapGISM3DSet"
|
|
1823
|
+
<span class="param-type"><a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a></span>
|
|
1915
1824
|
|
|
|
1916
1825
|
|
|
1917
1826
|
<span class="param-type">undefined</span>
|
|
1918
1827
|
|
|
1919
1828
|
|
|
1829
|
+
|
|
1920
1830
|
|
|
1921
1831
|
</code>
|
|
1922
1832
|
</td>
|
|
@@ -1924,7 +1834,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1924
1834
|
</tr>
|
|
1925
1835
|
|
|
1926
1836
|
<tr class="deep-level-0">
|
|
1927
|
-
<td class="name"><code><a href="
|
|
1837
|
+
<td class="name"><code><a href="#getScale">getScale</a></code></td>
|
|
1928
1838
|
<td class="name">
|
|
1929
1839
|
<code>
|
|
1930
1840
|
|
|
@@ -1932,6 +1842,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1932
1842
|
<span class="param-type">Number</span>
|
|
1933
1843
|
|
|
1934
1844
|
|
|
1845
|
+
|
|
1935
1846
|
|
|
1936
1847
|
</code>
|
|
1937
1848
|
</td>
|
|
@@ -1939,7 +1850,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1939
1850
|
</tr>
|
|
1940
1851
|
|
|
1941
1852
|
<tr class="deep-level-0">
|
|
1942
|
-
<td class="name"><code><a href="
|
|
1853
|
+
<td class="name"><code><a href="#getSize">getSize</a></code></td>
|
|
1943
1854
|
<td class="name">
|
|
1944
1855
|
<code>
|
|
1945
1856
|
|
|
@@ -1947,6 +1858,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1947
1858
|
<span class="param-type">Object</span>
|
|
1948
1859
|
|
|
1949
1860
|
|
|
1861
|
+
|
|
1950
1862
|
|
|
1951
1863
|
</code>
|
|
1952
1864
|
</td>
|
|
@@ -1955,7 +1867,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1955
1867
|
</tr>
|
|
1956
1868
|
|
|
1957
1869
|
<tr class="deep-level-0">
|
|
1958
|
-
<td class="name"><code><a href="
|
|
1870
|
+
<td class="name"><code><a href="#getZoom">getZoom</a></code></td>
|
|
1959
1871
|
<td class="name">
|
|
1960
1872
|
<code>
|
|
1961
1873
|
|
|
@@ -1963,6 +1875,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1963
1875
|
<span class="param-type">Number</span>
|
|
1964
1876
|
|
|
1965
1877
|
|
|
1878
|
+
|
|
1966
1879
|
|
|
1967
1880
|
</code>
|
|
1968
1881
|
</td>
|
|
@@ -1970,7 +1883,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1970
1883
|
</tr>
|
|
1971
1884
|
|
|
1972
1885
|
<tr class="deep-level-0">
|
|
1973
|
-
<td class="name"><code><a href="
|
|
1886
|
+
<td class="name"><code><a href="#goTo">goTo</a></code></td>
|
|
1974
1887
|
<td class="name">
|
|
1975
1888
|
<code>
|
|
1976
1889
|
|
|
@@ -1980,7 +1893,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1980
1893
|
</tr>
|
|
1981
1894
|
|
|
1982
1895
|
<tr class="deep-level-0">
|
|
1983
|
-
<td class="name"><code><a href="
|
|
1896
|
+
<td class="name"><code><a href="#hitTest">hitTest</a></code></td>
|
|
1984
1897
|
<td class="name">
|
|
1985
1898
|
<code>
|
|
1986
1899
|
|
|
@@ -1988,6 +1901,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1988
1901
|
<span class="param-type">Array</span>
|
|
1989
1902
|
|
|
1990
1903
|
|
|
1904
|
+
|
|
1991
1905
|
|
|
1992
1906
|
</code>
|
|
1993
1907
|
</td>
|
|
@@ -1995,7 +1909,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1995
1909
|
</tr>
|
|
1996
1910
|
|
|
1997
1911
|
<tr class="deep-level-0">
|
|
1998
|
-
<td class="name"><code><a href="
|
|
1912
|
+
<td class="name"><code><a href="#setCenter">setCenter</a></code></td>
|
|
1999
1913
|
<td class="name">
|
|
2000
1914
|
<code>
|
|
2001
1915
|
|
|
@@ -2006,7 +1920,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2006
1920
|
</tr>
|
|
2007
1921
|
|
|
2008
1922
|
<tr class="deep-level-0">
|
|
2009
|
-
<td class="name"><code><a href="
|
|
1923
|
+
<td class="name"><code><a href="#setExtent">setExtent</a></code></td>
|
|
2010
1924
|
<td class="name">
|
|
2011
1925
|
<code>
|
|
2012
1926
|
|
|
@@ -2017,7 +1931,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2017
1931
|
</tr>
|
|
2018
1932
|
|
|
2019
1933
|
<tr class="deep-level-0">
|
|
2020
|
-
<td class="name"><code><a href="
|
|
1934
|
+
<td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
|
|
2021
1935
|
<td class="name">
|
|
2022
1936
|
<code>
|
|
2023
1937
|
|
|
@@ -2025,6 +1939,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2025
1939
|
<span class="param-type">Promise</span>
|
|
2026
1940
|
|
|
2027
1941
|
|
|
1942
|
+
|
|
2028
1943
|
|
|
2029
1944
|
</code>
|
|
2030
1945
|
</td>
|
|
@@ -2032,7 +1947,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2032
1947
|
</tr>
|
|
2033
1948
|
|
|
2034
1949
|
<tr class="deep-level-0">
|
|
2035
|
-
<td class="name"><code><a href="
|
|
1950
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2036
1951
|
<td class="name">
|
|
2037
1952
|
<code>
|
|
2038
1953
|
|
|
@@ -2040,6 +1955,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2040
1955
|
<span class="param-type">Object</span>
|
|
2041
1956
|
|
|
2042
1957
|
|
|
1958
|
+
|
|
2043
1959
|
|
|
2044
1960
|
</code>
|
|
2045
1961
|
</td>
|
|
@@ -2048,7 +1964,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2048
1964
|
</tr>
|
|
2049
1965
|
|
|
2050
1966
|
<tr class="deep-level-0">
|
|
2051
|
-
<td class="name"><code><a href="
|
|
1967
|
+
<td class="name"><code><a href="#toMap">toMap</a></code></td>
|
|
2052
1968
|
<td class="name">
|
|
2053
1969
|
<code>
|
|
2054
1970
|
|
|
@@ -2056,6 +1972,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2056
1972
|
<span class="param-type">Point</span>
|
|
2057
1973
|
|
|
2058
1974
|
|
|
1975
|
+
|
|
2059
1976
|
|
|
2060
1977
|
</code>
|
|
2061
1978
|
</td>
|
|
@@ -2064,7 +1981,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2064
1981
|
</tr>
|
|
2065
1982
|
|
|
2066
1983
|
<tr class="deep-level-0">
|
|
2067
|
-
<td class="name"><code><a href="
|
|
1984
|
+
<td class="name"><code><a href="#toScreen">toScreen</a></code></td>
|
|
2068
1985
|
<td class="name">
|
|
2069
1986
|
<code>
|
|
2070
1987
|
|
|
@@ -2072,6 +1989,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2072
1989
|
<span class="param-type">Object</span>
|
|
2073
1990
|
|
|
2074
1991
|
|
|
1992
|
+
|
|
2075
1993
|
|
|
2076
1994
|
</code>
|
|
2077
1995
|
</td>
|
|
@@ -2151,6 +2069,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2151
2069
|
<span class="param-type">Object</span>
|
|
2152
2070
|
|
|
2153
2071
|
|
|
2072
|
+
|
|
2154
2073
|
|
|
2155
2074
|
</td>
|
|
2156
2075
|
|
|
@@ -2234,7 +2153,8 @@ const sceneView = new SceneViewCesium({
|
|
|
2234
2153
|
<div class='column is-5 has-text-left'>
|
|
2235
2154
|
<label>类型: </label>
|
|
2236
2155
|
|
|
2237
|
-
<span class="param-type"><a class="mapgis-link-name" title="SceneViewCesium"
|
|
2156
|
+
<span class="param-type"><a link="SceneViewCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneViewCesium" SceneViewCesium.html>SceneViewCesium</a></span>
|
|
2157
|
+
|
|
2238
2158
|
|
|
2239
2159
|
|
|
2240
2160
|
</div>
|
|
@@ -2337,6 +2257,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2337
2257
|
<span class="param-type">Array</span>
|
|
2338
2258
|
|
|
2339
2259
|
|
|
2260
|
+
|
|
2340
2261
|
|
|
2341
2262
|
</td>
|
|
2342
2263
|
|
|
@@ -2363,6 +2284,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2363
2284
|
<span class="param-type">Number</span>
|
|
2364
2285
|
|
|
2365
2286
|
|
|
2287
|
+
|
|
2366
2288
|
|
|
2367
2289
|
</td>
|
|
2368
2290
|
|
|
@@ -2391,6 +2313,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2391
2313
|
<span class="param-type">Extent</span>
|
|
2392
2314
|
|
|
2393
2315
|
|
|
2316
|
+
|
|
2394
2317
|
|
|
2395
2318
|
</td>
|
|
2396
2319
|
|
|
@@ -2417,6 +2340,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2417
2340
|
<span class="param-type">Object</span>
|
|
2418
2341
|
|
|
2419
2342
|
|
|
2343
|
+
|
|
2420
2344
|
|
|
2421
2345
|
</td>
|
|
2422
2346
|
|
|
@@ -2443,6 +2367,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2443
2367
|
<span class="param-type">function</span>
|
|
2444
2368
|
|
|
2445
2369
|
|
|
2370
|
+
|
|
2446
2371
|
|
|
2447
2372
|
</td>
|
|
2448
2373
|
|
|
@@ -2469,6 +2394,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2469
2394
|
<span class="param-type">function</span>
|
|
2470
2395
|
|
|
2471
2396
|
|
|
2397
|
+
|
|
2472
2398
|
|
|
2473
2399
|
</td>
|
|
2474
2400
|
|
|
@@ -2495,6 +2421,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2495
2421
|
<span class="param-type">Object</span>
|
|
2496
2422
|
|
|
2497
2423
|
|
|
2424
|
+
|
|
2498
2425
|
|
|
2499
2426
|
</td>
|
|
2500
2427
|
|
|
@@ -2521,6 +2448,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2521
2448
|
<span class="param-type">Number</span>
|
|
2522
2449
|
|
|
2523
2450
|
|
|
2451
|
+
|
|
2524
2452
|
|
|
2525
2453
|
</td>
|
|
2526
2454
|
|
|
@@ -2547,6 +2475,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2547
2475
|
<span class="param-type">Number</span>
|
|
2548
2476
|
|
|
2549
2477
|
|
|
2478
|
+
|
|
2550
2479
|
|
|
2551
2480
|
</td>
|
|
2552
2481
|
|
|
@@ -2573,6 +2502,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2573
2502
|
<span class="param-type">Number</span>
|
|
2574
2503
|
|
|
2575
2504
|
|
|
2505
|
+
|
|
2576
2506
|
|
|
2577
2507
|
</td>
|
|
2578
2508
|
|
|
@@ -2599,6 +2529,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2599
2529
|
<span class="param-type">Number</span>
|
|
2600
2530
|
|
|
2601
2531
|
|
|
2532
|
+
|
|
2602
2533
|
|
|
2603
2534
|
</td>
|
|
2604
2535
|
|
|
@@ -2861,6 +2792,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2861
2792
|
<span class="param-type">Object</span>
|
|
2862
2793
|
|
|
2863
2794
|
|
|
2795
|
+
|
|
2864
2796
|
</div>
|
|
2865
2797
|
|
|
2866
2798
|
</div>
|
|
@@ -2978,6 +2910,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2978
2910
|
<span class="param-type">Extent</span>
|
|
2979
2911
|
|
|
2980
2912
|
|
|
2913
|
+
|
|
2981
2914
|
</div>
|
|
2982
2915
|
|
|
2983
2916
|
</div>
|
|
@@ -3058,6 +2991,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3058
2991
|
<span class="param-type">IGSSceneSubLayer</span>
|
|
3059
2992
|
|
|
3060
2993
|
|
|
2994
|
+
|
|
3061
2995
|
|
|
3062
2996
|
</td>
|
|
3063
2997
|
|
|
@@ -3143,15 +3077,16 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3143
3077
|
<div class='column is-5 has-text-left'>
|
|
3144
3078
|
<label>类型: </label>
|
|
3145
3079
|
|
|
3146
|
-
<span class="param-type">Array.<<a href="MapGISM3DSet.html">MapGISM3DSet</a>></span>
|
|
3080
|
+
<span class="param-type">Array.<<a link="Array.<MapGISM3DSet>.html" onclick="getTypeHTML(event)" href="MapGISM3DSet.html">MapGISM3DSet</a>></span>
|
|
3147
3081
|
|
|
|
3148
3082
|
|
|
3149
|
-
<span class="param-type"><a class="mapgis-link-name" title="MapGISM3DSet"
|
|
3083
|
+
<span class="param-type"><a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a></span>
|
|
3150
3084
|
|
|
|
3151
3085
|
|
|
3152
3086
|
<span class="param-type">undefined</span>
|
|
3153
3087
|
|
|
3154
3088
|
|
|
3089
|
+
|
|
3155
3090
|
</div>
|
|
3156
3091
|
|
|
3157
3092
|
</div>
|
|
@@ -3268,6 +3203,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3268
3203
|
<span class="param-type">Number</span>
|
|
3269
3204
|
|
|
3270
3205
|
|
|
3206
|
+
|
|
3271
3207
|
</div>
|
|
3272
3208
|
|
|
3273
3209
|
</div>
|
|
@@ -3385,6 +3321,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3385
3321
|
<span class="param-type">Object</span>
|
|
3386
3322
|
|
|
3387
3323
|
|
|
3324
|
+
|
|
3388
3325
|
</div>
|
|
3389
3326
|
|
|
3390
3327
|
</div>
|
|
@@ -3501,6 +3438,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3501
3438
|
<span class="param-type">Number</span>
|
|
3502
3439
|
|
|
3503
3440
|
|
|
3441
|
+
|
|
3504
3442
|
</div>
|
|
3505
3443
|
|
|
3506
3444
|
</div>
|
|
@@ -3604,6 +3542,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3604
3542
|
<span class="param-type">Array</span>
|
|
3605
3543
|
|
|
3606
3544
|
|
|
3545
|
+
|
|
3607
3546
|
|
|
3608
3547
|
</td>
|
|
3609
3548
|
|
|
@@ -3630,6 +3569,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3630
3569
|
<span class="param-type">Number</span>
|
|
3631
3570
|
|
|
3632
3571
|
|
|
3572
|
+
|
|
3633
3573
|
|
|
3634
3574
|
</td>
|
|
3635
3575
|
|
|
@@ -3656,6 +3596,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3656
3596
|
<span class="param-type">Number</span>
|
|
3657
3597
|
|
|
3658
3598
|
|
|
3599
|
+
|
|
3659
3600
|
|
|
3660
3601
|
</td>
|
|
3661
3602
|
|
|
@@ -3688,6 +3629,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3688
3629
|
<span class="param-type">Collection.<Geometry></span>
|
|
3689
3630
|
|
|
3690
3631
|
|
|
3632
|
+
|
|
3691
3633
|
|
|
3692
3634
|
</td>
|
|
3693
3635
|
|
|
@@ -3740,6 +3682,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3740
3682
|
<span class="param-type">Boolean</span>
|
|
3741
3683
|
|
|
3742
3684
|
|
|
3685
|
+
|
|
3743
3686
|
|
|
3744
3687
|
</td>
|
|
3745
3688
|
|
|
@@ -3768,6 +3711,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3768
3711
|
<span class="param-type">Number</span>
|
|
3769
3712
|
|
|
3770
3713
|
|
|
3714
|
+
|
|
3771
3715
|
|
|
3772
3716
|
</td>
|
|
3773
3717
|
|
|
@@ -3982,6 +3926,7 @@ sceneView
|
|
|
3982
3926
|
<span class="param-type">Object</span>
|
|
3983
3927
|
|
|
3984
3928
|
|
|
3929
|
+
|
|
3985
3930
|
|
|
3986
3931
|
</td>
|
|
3987
3932
|
|
|
@@ -4070,6 +4015,7 @@ sceneView
|
|
|
4070
4015
|
<span class="param-type">Array</span>
|
|
4071
4016
|
|
|
4072
4017
|
|
|
4018
|
+
|
|
4073
4019
|
</div>
|
|
4074
4020
|
|
|
4075
4021
|
</div>
|
|
@@ -4189,6 +4135,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4189
4135
|
<span class="param-type">Point</span>
|
|
4190
4136
|
|
|
4191
4137
|
|
|
4138
|
+
|
|
4192
4139
|
|
|
4193
4140
|
</td>
|
|
4194
4141
|
|
|
@@ -4330,6 +4277,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4330
4277
|
<span class="param-type">Extent</span>
|
|
4331
4278
|
|
|
4332
4279
|
|
|
4280
|
+
|
|
4333
4281
|
|
|
4334
4282
|
</td>
|
|
4335
4283
|
|
|
@@ -4472,6 +4420,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4472
4420
|
<span class="param-type">Object</span>
|
|
4473
4421
|
|
|
4474
4422
|
|
|
4423
|
+
|
|
4475
4424
|
|
|
4476
4425
|
</td>
|
|
4477
4426
|
|
|
@@ -4500,6 +4449,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4500
4449
|
<span class="param-type">PictureFormat</span>
|
|
4501
4450
|
|
|
4502
4451
|
|
|
4452
|
+
|
|
4503
4453
|
|
|
4504
4454
|
</td>
|
|
4505
4455
|
|
|
@@ -4528,6 +4478,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4528
4478
|
<span class="param-type">String</span>
|
|
4529
4479
|
|
|
4530
4480
|
|
|
4481
|
+
|
|
4531
4482
|
|
|
4532
4483
|
</td>
|
|
4533
4484
|
|
|
@@ -4556,6 +4507,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4556
4507
|
<span class="param-type">Number</span>
|
|
4557
4508
|
|
|
4558
4509
|
|
|
4510
|
+
|
|
4559
4511
|
|
|
4560
4512
|
</td>
|
|
4561
4513
|
|
|
@@ -4582,6 +4534,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4582
4534
|
<span class="param-type">Number</span>
|
|
4583
4535
|
|
|
4584
4536
|
|
|
4537
|
+
|
|
4585
4538
|
|
|
4586
4539
|
</td>
|
|
4587
4540
|
|
|
@@ -4608,6 +4561,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4608
4561
|
<span class="param-type">Number</span>
|
|
4609
4562
|
|
|
4610
4563
|
|
|
4564
|
+
|
|
4611
4565
|
|
|
4612
4566
|
</td>
|
|
4613
4567
|
|
|
@@ -4634,6 +4588,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4634
4588
|
<span class="param-type">Number</span>
|
|
4635
4589
|
|
|
4636
4590
|
|
|
4591
|
+
|
|
4637
4592
|
|
|
4638
4593
|
</td>
|
|
4639
4594
|
|
|
@@ -4660,6 +4615,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4660
4615
|
<span class="param-type">Boolean</span>
|
|
4661
4616
|
|
|
4662
4617
|
|
|
4618
|
+
|
|
4663
4619
|
|
|
4664
4620
|
</td>
|
|
4665
4621
|
|
|
@@ -4757,6 +4713,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4757
4713
|
<span class="param-type">Promise</span>
|
|
4758
4714
|
|
|
4759
4715
|
|
|
4716
|
+
|
|
4760
4717
|
</div>
|
|
4761
4718
|
|
|
4762
4719
|
</div>
|
|
@@ -4906,6 +4863,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4906
4863
|
<span class="param-type">Object</span>
|
|
4907
4864
|
|
|
4908
4865
|
|
|
4866
|
+
|
|
4909
4867
|
</div>
|
|
4910
4868
|
|
|
4911
4869
|
</div>
|
|
@@ -4984,6 +4942,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4984
4942
|
<span class="param-type">Object</span>
|
|
4985
4943
|
|
|
4986
4944
|
|
|
4945
|
+
|
|
4987
4946
|
|
|
4988
4947
|
</td>
|
|
4989
4948
|
|
|
@@ -5072,6 +5031,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5072
5031
|
<span class="param-type">Point</span>
|
|
5073
5032
|
|
|
5074
5033
|
|
|
5034
|
+
|
|
5075
5035
|
</div>
|
|
5076
5036
|
|
|
5077
5037
|
</div>
|
|
@@ -5172,6 +5132,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5172
5132
|
<span class="param-type">Point</span>
|
|
5173
5133
|
|
|
5174
5134
|
|
|
5135
|
+
|
|
5175
5136
|
|
|
5176
5137
|
</td>
|
|
5177
5138
|
|
|
@@ -5260,6 +5221,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5260
5221
|
<span class="param-type">Object</span>
|
|
5261
5222
|
|
|
5262
5223
|
|
|
5224
|
+
|
|
5263
5225
|
</div>
|
|
5264
5226
|
|
|
5265
5227
|
</div>
|
|
@@ -5306,43 +5268,4 @@ sceneView.toScreen(geoPoint)</code></pre>
|
|
|
5306
5268
|
|
|
5307
5269
|
</article>
|
|
5308
5270
|
|
|
5309
|
-
</section>
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
</div>
|
|
5315
|
-
|
|
5316
|
-
<footer class="footer">
|
|
5317
|
-
<div class="content has-text-centered">
|
|
5318
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
5319
|
-
<p class="sidebar-created-by">
|
|
5320
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
5321
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
5322
|
-
</p>
|
|
5323
|
-
</div>
|
|
5324
|
-
</footer>
|
|
5325
|
-
|
|
5326
|
-
</div>
|
|
5327
|
-
<div id="side-nav" class="side-nav">
|
|
5328
|
-
<div style="margin-bottom: 10px;">
|
|
5329
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
5330
|
-
</div>
|
|
5331
|
-
<div style="margin-bottom: 10px;">
|
|
5332
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
5333
|
-
</div>
|
|
5334
|
-
<div style="margin-bottom: 10px;">
|
|
5335
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
5336
|
-
</div>
|
|
5337
|
-
<div>
|
|
5338
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
5339
|
-
</div>
|
|
5340
|
-
</div>
|
|
5341
|
-
</div>
|
|
5342
|
-
<script src="scripts/linenumber.js"> </script>
|
|
5343
|
-
|
|
5344
|
-
<script src="scripts/search.js"> </script>
|
|
5345
|
-
|
|
5346
|
-
<script src="scripts/sideBar.js"> </script>
|
|
5347
|
-
</body>
|
|
5348
|
-
</html>
|
|
5271
|
+
</section>
|