@mapgis/webclient-cesium-plugin 17.4.0 → 17.4.8
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 +76 -1
- package/dist/es5/webclient-cesium-plugin.min.js +9 -9
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/webclient-cesium-plugin-es6.min.js +9 -9
- package/documention/AlgorithmLib.html +8 -4
- package/documention/AngulationTool.html +8 -4
- package/documention/AnimationTool.html +8 -4
- package/documention/ArcGISMapServerImageryProvider.html +8 -4
- package/documention/ArcGISTileServerImageryProvider.html +8 -4
- package/documention/ArcGISVectorTileImageryProvider.html +8 -4
- package/documention/Cesium.Material.html +8 -4
- package/documention/Cesium.Viewer.html +185 -4
- package/documention/Cesium3DTileset.html +8 -4
- package/documention/CesiumHeatmap.html +8 -4
- package/documention/CesiumNavigation.html +511 -0
- package/documention/CesiumTerrainProvider.html +8 -4
- package/documention/CircleWaveMaterialProperty.html +8 -4
- package/documention/CollisionDetectionByRender.html +8 -4
- package/documention/CompatibleFunc.html +8 -4
- package/documention/CustomProjection.html +8 -4
- package/documention/CustomTilingScheme.html +8 -4
- package/documention/CutFillAnalysis.html +8 -4
- package/documention/CuttingTool.html +155 -18
- package/documention/Deferred.html +8 -4
- package/documention/DrawElement.html +18 -14
- package/documention/DrawTool.html +10 -6
- package/documention/DynamicEntityVisualizer.html +8 -4
- package/documention/DynamicLabelLayer.html +333 -447
- package/documention/EditTool.html +8 -4
- package/documention/FloodAnalysis.html +8 -4
- package/documention/FloodAnalysisReflection.html +8 -4
- package/documention/GeoJSONLayerUtil.html +8 -4
- package/documention/GlobeIndependentTranslucency.html +8 -4
- package/documention/Graphic.html +8 -4
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +9 -5
- package/documention/GraphicsLayerUtil.html +8 -4
- package/documention/GroundPrimitiveLayer.html +1645 -0
- package/documention/HashMap.html +8 -4
- package/documention/HeightLimited.html +8 -4
- package/documention/IGSFeatureLayerUtil.html +171 -4
- package/documention/ISSceneLayerUtil.html +222 -4
- package/documention/KeyboardCameraController.html +8 -4
- package/documention/MapGISDynamicLabelCollection.html +1696 -0
- package/documention/MapGISFeatureGridCollection.html +1579 -0
- package/documention/MapGISImageServerImageryProvider.html +2388 -0
- package/documention/MapGISM3DSet.html +8 -4
- package/documention/MapGISMapServerImageProvider.html +2523 -0
- package/documention/MapGISMapServerImageryProvider.html +9 -5
- package/documention/MapGISTerrainProvider.html +8 -4
- package/documention/MapGISTileAvailability.html +10 -6
- package/documention/MapGISTileServerImageProvider.html +2033 -0
- package/documention/MapGISTileServerImageryProvider.html +8 -4
- package/documention/MapGISVectorTileImageryProvider.html +8 -4
- package/documention/MeasureAreaTool.html +8 -4
- package/documention/MeasureLengthTool.html +8 -4
- package/documention/MeasureSlopeTool.html +8 -4
- package/documention/ModelEditor.html +8 -4
- package/documention/ModelFilterTool.html +8 -4
- package/documention/ModelTransformTool.html +12 -8
- package/documention/NavigationControl.html +512 -0
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +766 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +8 -4
- package/documention/Popup.html +9 -5
- package/documention/PostProcessStageLibrary.html +8 -4
- package/documention/Promise.html +8 -4
- package/documention/ProviderBaseUrlRegExp.html +735 -0
- package/documention/RadarMaterialProperty.html +8 -4
- package/documention/ReImg.html +8 -4
- package/documention/ResetViewNavigationControl.html +975 -0
- package/documention/RiverGeometry.html +8 -4
- package/documention/RoamParticle.html +8 -4
- package/documention/S3MTileset.html +8 -4
- package/documention/SceneView.html +3274 -6
- package/documention/SceneViewCesium.html +1028 -447
- package/documention/Screenshot.html +8 -4
- package/documention/SelectTool.html +8 -4
- package/documention/ShadowRateAnalysis.html +8 -4
- package/documention/ShadowRateDrawCommand.html +8 -4
- package/documention/SketchEditor.html +1774 -0
- package/documention/SketchEditorCesium.html +249 -365
- package/documention/StableParticle.html +8 -4
- package/documention/Style.html +8 -4
- package/documention/TerrainAnalyse.html +11 -7
- package/documention/TerrainProfile.html +8 -4
- package/documention/ThemeManager.html +9 -5
- package/documention/Tooltip.html +8 -4
- package/documention/TriangulationTool.html +8 -4
- package/documention/UrlTemplateImageryProvider.html +8 -4
- package/documention/UserInterfaceControl.html +1187 -0
- package/documention/VisiblityAnalysis.html +9 -5
- package/documention/WFSLayerUtil.html +8 -4
- package/documention/WaterReflection.html +8 -4
- package/documention/WebMapServiceImageryProvider.html +8 -4
- package/documention/WebMapTileServiceImageryProvider.html +8 -4
- package/documention/Wind3D.html +8 -4
- package/documention/ZoomNavigationControl.html +861 -0
- package/documention/createColorTexture.html +8 -4
- package/documention/global.html +80 -218
- package/documention/index.html +8 -4
- package/documention/initializeOptions.html +8 -4
- package/documention/isCounterClockwise.html +8 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +8 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +8 -4
- package/documention/module.exports_module.exports.html +8 -4
- package/package.json +1 -1
|
@@ -1,292 +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 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 class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图图片图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片图层,现已不支持通过构造函数(new ArcGISTileServerImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISVectorTileImageryProvider.html">ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>ArcGIS矢量瓦片图层,现已不支持通过构造函数(new ArcGISVectorTileImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium3DTileset.html">Cesium3DTileset</a><span style="display: none;"><p>Cesium3DTileset对象,现已不支持通过构造函数(new Cesium3DTileset())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Material.html">Material</a><span style="display: none;"><p>新增了部分Cesium材质<br>
|
|
108
|
-
《PolylineTrailLink材质》<br>
|
|
109
|
-
参考示例:
|
|
110
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
|
|
111
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-wall'>《墙示例》</a><br>
|
|
112
|
-
color: 材质颜色,Cesium.Color.WHITE<br>
|
|
113
|
-
image: 材质使用的图片,Cesium.Material.PolylineTrailLinkImage<br>
|
|
114
|
-
duration: 持续时间,100.0<br>
|
|
115
|
-
direction: 方向,1.0<br>
|
|
116
|
-
repeat: 重复次数,new Cesium.Cartesian2(1.0, 1.0)<br><br>
|
|
117
|
-
《CircleWaveMaterial材质》<br>
|
|
118
|
-
参考示例:
|
|
119
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a>
|
|
120
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circular'>《圆锥示例》</a><br>
|
|
121
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
122
|
-
duration: 持续时间,100.0<br>
|
|
123
|
-
count: 方向,1.0<br>
|
|
124
|
-
gradient: 渐变因子,0.1<br><br>
|
|
125
|
-
《RadarMaterial材质》<br>
|
|
126
|
-
参考示例:
|
|
127
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
128
|
-
color: 材质颜色,Cesium.Color.WHITE<br>
|
|
129
|
-
speed: 速度,1<br><br>
|
|
130
|
-
《AspectArrow材质》
|
|
131
|
-
AspectArrowMap: 箭头图片,Cesium.Material.DefaultImageId<br>
|
|
132
|
-
repeat: 箭头重复次数,Cesium.Cartesian2(1.0, 1.0)<br><br>
|
|
133
|
-
《TextImage材质》<br>
|
|
134
|
-
image: 文字图片,Cesium.Material.DefaultImageId<br>
|
|
135
|
-
repeat: 图片重复次数,Cesium.Cartesian2(1.0, 1.0)<br>
|
|
136
|
-
breathingLight: 是否开启呼吸灯,false<br>
|
|
137
|
-
duration: 运行周期,1000<br><br>
|
|
138
|
-
《LineFlickerMaterialType材质》<br>
|
|
139
|
-
参考示例:
|
|
140
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
141
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
142
|
-
speed: 速度,5<br><br>
|
|
143
|
-
《CircleScanMaterialType材质》<br>
|
|
144
|
-
参考示例:
|
|
145
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
146
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
147
|
-
speed: 速度,10<br><br>
|
|
148
|
-
《CirclePulseMaterialType材质》<br>
|
|
149
|
-
参考示例:
|
|
150
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
151
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
152
|
-
speed: 速度,10<br><br>
|
|
153
|
-
《CircleDiffuseMaterialType材质》<br>
|
|
154
|
-
参考示例:
|
|
155
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
156
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
157
|
-
speed: 速度,10<br><br>
|
|
158
|
-
《ScanlineType材质》<br>
|
|
159
|
-
参考示例:
|
|
160
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
161
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
162
|
-
speed: 速度,10<br><br>
|
|
163
|
-
《CircleFadeMaterialType材质》<br>
|
|
164
|
-
参考示例:
|
|
165
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
166
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
167
|
-
speed: 速度,10<br><br>
|
|
168
|
-
《CircleColorfulMaterialType材质》<br>
|
|
169
|
-
参考示例:
|
|
170
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
171
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
172
|
-
speed: 速度,10<br><br>
|
|
173
|
-
《CircleSpiralMaterialType材质》<br>
|
|
174
|
-
参考示例:
|
|
175
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
176
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
177
|
-
speed: 速度,10<br><br>
|
|
178
|
-
《CircleBlurMaterialType材质》<br>
|
|
179
|
-
参考示例:
|
|
180
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
181
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
182
|
-
speed: 速度,10<br><br>
|
|
183
|
-
《RadarScanMaterialType材质》<br>
|
|
184
|
-
参考示例:
|
|
185
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
186
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
187
|
-
speed: 速度,10<br><br>
|
|
188
|
-
《RadarLineMaterialType材质》<br>
|
|
189
|
-
参考示例:
|
|
190
|
-
<a href='http://192.168.82.91:8086/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
191
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
192
|
-
speed: 速度,10<br><br>
|
|
193
|
-
《RiverCoveringMaterial材质》<br>
|
|
194
|
-
color: 材质颜色,Cesium.Color(1, 1, 1, 0.7)<br>
|
|
195
|
-
animationSpeed: 播放速度,0.01<br>
|
|
196
|
-
image: 材质图片,CustomMaterial.DefaultImageId<br>
|
|
197
|
-
repeat: 重复次数,2.0<br><br></p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Viewer.html">Viewer</a><span style="display: none;"><p>重写Cesium.Viewer的方法</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumHeatmap.html">CesiumHeatmap</a><span style="display: none;"><p>热力图</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumTerrainProvider.html">CesiumTerrainProvider</a><span style="display: none;"><p>Cesium地形图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CircleWaveMaterialProperty.html">CircleWaveMaterialProperty</a><span style="display: none;"><p>动态圆波纹材质</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CollisionDetectionByRender.html">CollisionDetectionByRender</a><span style="display: none;">undefined</span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CompatibleFunc.html">CompatibleFunc</a><span style="display: none;"><p>适配不同版本Cesium接口方法类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="createColorTexture.html">createColorTexture</a><span style="display: none;"><p>天际线分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomProjection.html">CustomProjection</a><span style="display: none;"><p>实现自定义投影坐标系与地理坐标系经纬度(弧度表示)之间的投影变换</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomTilingScheme.html">CustomTilingScheme</a><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
|
|
198
|
-
<ol>
|
|
199
|
-
<li>裁图原点必须在地图范围的左上角区域;</li>
|
|
200
|
-
<li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
|
|
201
|
-
</ol></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CutFillAnalysis.html">CutFillAnalysis</a><span style="display: none;"><p>填挖方分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CuttingTool.html">CuttingTool</a><span style="display: none;"><p>三维场景裁剪工具集</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawElement.html">DrawElement</a><span style="display: none;"><p>几何绘制类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DynamicEntityVisualizer.html">DynamicEntityVisualizer</a><span style="display: none;"><p>动态实体视图类封装
|
|
202
|
-
1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
|
|
203
|
-
2、动态显隐效果
|
|
204
|
-
3、视窗内性能优化</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
|
|
205
|
-
<p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
|
|
206
|
-
viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
|
|
207
|
-
使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
|
|
208
|
-
<p>1. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 不为空数组时,使用该类的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
|
|
209
|
-
<ul>
|
|
210
|
-
<li><code>globeFaceAlpha</code>:地表的透明度,若设置该参数则<code>globeFaceAlphaByDistance</code>不生效;</li>
|
|
211
|
-
<li><code>globeFaceAlphaByDistance</code>:地表的透明度根据视点距离的变化范围,当<code>globeFaceAlpha</code>为<code>undefined</code>时生效;</li>
|
|
212
|
-
</ul>
|
|
213
|
-
<p>2. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 为空数组时,使用原生的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
|
|
214
|
-
<ul>
|
|
215
|
-
<li><code>frontFaceAlpha</code>:地表正面的透明度;</li>
|
|
216
|
-
<li><code>frontFaceAlphaByDistance </code>:地表正面的透明度根据视点距离的变化范围;</li>
|
|
217
|
-
<li><code>backFaceAlpha</code>:地表背面的透明度;</li>
|
|
218
|
-
<li><code>backFaceAlphaByDistance</code>:地表背面的透明度根据视点距离的变化范围;</li>
|
|
219
|
-
<li><code>rectangle</code>:将地表透明的区域限制在一个矩形范围内。</li>
|
|
220
|
-
</ul></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Graphic.html">Graphic</a><span style="display: none;"><p>标绘图元对象<br>
|
|
221
|
-
请参考以下示例:<br>
|
|
222
|
-
<a href='#example1'>1、初始化标绘图层</a><br>
|
|
223
|
-
<a href='#example2'>2、添加一个多边形图元</a><br>
|
|
224
|
-
<a href='#example3'>3、新增一个类型为div的标绘对象</a><br>
|
|
225
|
-
<a href='http://192.168.82.91:8086/#/example-gallery/cesium#tdGraphBase' target='_blank'>4、更多示例</a></p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayer.html">GraphicsLayer</a><span style="display: none;"><p>标绘图层<br>
|
|
226
|
-
请参考以下示例:<br>
|
|
227
|
-
<a href='#example1'>1、初始化标绘图层</a><br>
|
|
228
|
-
<a href='#example2'>2、重写提示框对象</a><br>
|
|
229
|
-
<a href='http://192.168.82.91:8086/#/example-gallery/cesium#tdGraphBase' target='_blank'>3、更多示例</a></p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="HeightLimited.html">HeightLimited</a><span style="display: none;"><p>限高分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="initializeOptions.html">initializeOptions</a><span style="display: none;"><p>构建实例化对象的配置参数</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="isCounterClockwise.html">isCounterClockwise</a><span style="display: none;"><p>地形剖切工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="KeyboardCameraController.html">KeyboardCameraController</a><span style="display: none;"><p>场景相机漫游工具,可以实现沉浸式的鼠标键盘漫游功能,具体操作方法如下:</p>
|
|
230
|
-
<p>1. 相机平移操作,这类操作不会改变相机的朝向,只会改变相机的位置:</p>
|
|
231
|
-
<ul>
|
|
232
|
-
<li><code>W</code>:相机位置向前移动</li>
|
|
233
|
-
<li><code>S</code>:相机位置向后移动</li>
|
|
234
|
-
<li><code>A</code>:相机位置向左移动</li>
|
|
235
|
-
<li><code>D</code>:相机位置向右移动</li>
|
|
236
|
-
<li><code>Q</code>:相机位置升高</li>
|
|
237
|
-
<li><code>E</code>:相机位置降低</li>
|
|
238
|
-
</ul>
|
|
239
|
-
<p>2. 相对于相机视点操作,其中<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作会改变相机的位置,也会改变相机的朝向,而<code>I</code>,<code>K</code>操作只会改变相机相较视点的距离(在执行<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作时请勿同时执行其他按键操作):</p>
|
|
240
|
-
<ul>
|
|
241
|
-
<li><code>I</code>:相机视角靠近屏幕中心点</li>
|
|
242
|
-
<li><code>K</code>:相机视角远离屏幕中心点</li>
|
|
243
|
-
<li><code>J</code>:绕屏幕中心点向左旋转</li>
|
|
244
|
-
<li><code>L</code>:绕屏幕中心点向右旋转</li>
|
|
245
|
-
<li><code>U</code>:绕屏幕中心点向上旋转</li>
|
|
246
|
-
<li><code>O</code>:绕屏幕中心点向下旋转</li>
|
|
247
|
-
</ul>
|
|
248
|
-
<p>3. 相机自身操作,这类操作不会改变相机的位置,只会改变相机的朝向(在全屏状态下可使用鼠标调整相机视角):</p>
|
|
249
|
-
<ul>
|
|
250
|
-
<li><code>↑</code>:向上抬高视角</li>
|
|
251
|
-
<li><code>↓</code>:向下降低视角</li>
|
|
252
|
-
<li><code>←</code>:向左移动视角</li>
|
|
253
|
-
<li><code>→</code>:向右移动视角</li>
|
|
254
|
-
</ul>
|
|
255
|
-
<p>4. 鼠标操作:</p>
|
|
256
|
-
<ul>
|
|
257
|
-
<li>开启鼠标操作功能后,页面将进入全屏模式,此时相机视角可通过鼠标移动进行操作</li>
|
|
258
|
-
</ul>
|
|
259
|
-
<p>5. 辅助操作:</p>
|
|
260
|
-
<ul>
|
|
261
|
-
<li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
|
|
262
|
-
<li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
|
|
263
|
-
</ul></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>MapGIS地图图片图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainProvider.html">MapGISTerrainProvider</a><span style="display: none;"><p>MapGIS地形图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileAvailability.html">MapGISTileAvailability</a><span style="display: none;"><p>MapGIS的TileAvailability类,重写了Cesium.TileAvailability的所有方法,支持在内部自动筛选要使用的地形图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><span style="display: none;"><p>MapGIS瓦片图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureAreaTool.html">MeasureAreaTool</a><span style="display: none;"><p>面积测量工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureLengthTool.html">MeasureLengthTool</a><span style="display: none;"><p>距离测量</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureSlopeTool.html">MeasureSlopeTool</a><span style="display: none;"><p>坡度测量</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelEditor.html">ModelEditor</a><span style="display: none;"><p>模型矩阵编辑工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelFilterTool.html">ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelTransformTool.html">ModelTransformTool</a><span style="display: none;"><p>模型变换工具集</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS图层,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
264
|
-
参考示例:
|
|
265
|
-
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
266
|
-
<br>[ES5引入方式]:<br/>
|
|
267
|
-
zondy.cesium.SceneView() <br/>
|
|
268
|
-
[ES6引入方式]:<br/>
|
|
269
|
-
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
270
|
-
自定义样式说明:<br/>
|
|
271
|
-
zondy-popup__content 弹窗容器样式<br/>
|
|
272
|
-
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
273
|
-
zondy-popup__header 弹窗头部样式<br/>
|
|
274
|
-
zondy-popup__content 弹窗主体样式<br/>
|
|
275
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneViewCesium.html">SceneViewCesium</a><span style="display: none;"><p>视图类</p></span></li><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div 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 class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditorCesium.html">SketchEditorCesium</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
276
|
-
<br>[ES5引入方式]:<br/>
|
|
277
|
-
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
278
|
-
[ES6引入方式]:<br/>
|
|
279
|
-
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul></div>
|
|
280
|
-
|
|
281
|
-
</nav>
|
|
282
|
-
</div>
|
|
283
|
-
<div class="core" id="main-content-wrapper">
|
|
284
|
-
<div class="content">
|
|
285
|
-
<header id="page-title" class="page-title">
|
|
286
|
-
<span class="page-title-main">类名</span>
|
|
287
|
-
<span class="page-title-sub">SceneViewCesium</span>
|
|
288
|
-
</header>
|
|
289
|
-
|
|
290
8
|
|
|
291
9
|
|
|
292
10
|
|
|
@@ -307,7 +25,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
307
25
|
<h4 class="name" id="SceneViewCesium">
|
|
308
26
|
<a class="href-link" href="#SceneViewCesium">#</a>
|
|
309
27
|
|
|
310
|
-
<span class="code-name" style="font-size:30px">
|
|
28
|
+
<span class="code-name" id="SceneViewCesium" style="font-size:30px">
|
|
311
29
|
|
|
312
30
|
new SceneViewCesium<span class="signature">(options)</span>
|
|
313
31
|
|
|
@@ -329,7 +47,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
329
47
|
|
|
330
48
|
|
|
331
49
|
|
|
332
|
-
<h4
|
|
50
|
+
<h4>参数</h4>
|
|
333
51
|
|
|
334
52
|
<div class="table-container">
|
|
335
53
|
<table class="params table">
|
|
@@ -361,7 +79,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
361
79
|
<td class="type">
|
|
362
80
|
|
|
363
81
|
|
|
364
|
-
<span class="param-type">
|
|
82
|
+
<span class="param-type">
|
|
83
|
+
|
|
84
|
+
Object
|
|
85
|
+
|
|
86
|
+
</span>
|
|
87
|
+
|
|
365
88
|
|
|
366
89
|
|
|
367
90
|
|
|
@@ -387,7 +110,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
387
110
|
<td class="type">
|
|
388
111
|
|
|
389
112
|
|
|
390
|
-
<span class="param-type">
|
|
113
|
+
<span class="param-type">
|
|
114
|
+
|
|
115
|
+
Map
|
|
116
|
+
|
|
117
|
+
</span>
|
|
118
|
+
|
|
391
119
|
|
|
392
120
|
|
|
393
121
|
|
|
@@ -413,7 +141,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
413
141
|
<td class="type">
|
|
414
142
|
|
|
415
143
|
|
|
416
|
-
<span class="param-type">
|
|
144
|
+
<span class="param-type">
|
|
145
|
+
|
|
146
|
+
String
|
|
147
|
+
|
|
148
|
+
</span>
|
|
149
|
+
|
|
417
150
|
|
|
418
151
|
|
|
419
152
|
|
|
@@ -439,7 +172,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
439
172
|
<td class="type">
|
|
440
173
|
|
|
441
174
|
|
|
442
|
-
<span class="param-type">
|
|
175
|
+
<span class="param-type">
|
|
176
|
+
|
|
177
|
+
Object
|
|
178
|
+
|
|
179
|
+
</span>
|
|
180
|
+
|
|
443
181
|
|
|
444
182
|
|
|
445
183
|
|
|
@@ -465,7 +203,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
465
203
|
<td class="type">
|
|
466
204
|
|
|
467
205
|
|
|
468
|
-
<span class="param-type">
|
|
206
|
+
<span class="param-type">
|
|
207
|
+
|
|
208
|
+
Point
|
|
209
|
+
|
|
210
|
+
</span>
|
|
211
|
+
|
|
469
212
|
|
|
470
213
|
|
|
471
214
|
|
|
@@ -493,7 +236,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
493
236
|
<td class="type">
|
|
494
237
|
|
|
495
238
|
|
|
496
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Number
|
|
242
|
+
|
|
243
|
+
</span>
|
|
244
|
+
|
|
497
245
|
|
|
498
246
|
|
|
499
247
|
|
|
@@ -519,7 +267,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
519
267
|
<td class="type">
|
|
520
268
|
|
|
521
269
|
|
|
522
|
-
<span class="param-type">
|
|
270
|
+
<span class="param-type">
|
|
271
|
+
|
|
272
|
+
Number
|
|
273
|
+
|
|
274
|
+
</span>
|
|
275
|
+
|
|
523
276
|
|
|
524
277
|
|
|
525
278
|
|
|
@@ -545,7 +298,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
545
298
|
<td class="type">
|
|
546
299
|
|
|
547
300
|
|
|
548
|
-
<span class="param-type">
|
|
301
|
+
<span class="param-type">
|
|
302
|
+
|
|
303
|
+
Number
|
|
304
|
+
|
|
305
|
+
</span>
|
|
306
|
+
|
|
549
307
|
|
|
550
308
|
|
|
551
309
|
|
|
@@ -573,7 +331,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
573
331
|
<td class="type">
|
|
574
332
|
|
|
575
333
|
|
|
576
|
-
<span class="param-type">
|
|
334
|
+
<span class="param-type">
|
|
335
|
+
|
|
336
|
+
Number
|
|
337
|
+
|
|
338
|
+
</span>
|
|
339
|
+
|
|
577
340
|
|
|
578
341
|
|
|
579
342
|
|
|
@@ -601,7 +364,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
601
364
|
<td class="type">
|
|
602
365
|
|
|
603
366
|
|
|
604
|
-
<span class="param-type">
|
|
367
|
+
<span class="param-type">
|
|
368
|
+
|
|
369
|
+
Object
|
|
370
|
+
|
|
371
|
+
</span>
|
|
372
|
+
|
|
605
373
|
|
|
606
374
|
|
|
607
375
|
|
|
@@ -627,7 +395,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
627
395
|
<td class="type">
|
|
628
396
|
|
|
629
397
|
|
|
630
|
-
<span class="param-type">
|
|
398
|
+
<span class="param-type">
|
|
399
|
+
|
|
400
|
+
Extent
|
|
401
|
+
|
|
402
|
+
</span>
|
|
403
|
+
|
|
631
404
|
|
|
632
405
|
|
|
633
406
|
|
|
@@ -696,22 +469,22 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
696
469
|
|
|
697
470
|
|
|
698
471
|
<div class="method-parameter columns">
|
|
699
|
-
<div class="column is-2"><label
|
|
472
|
+
<div class="column is-2"><label>绑定事件</label></div>
|
|
700
473
|
<div class="column is-10">
|
|
701
474
|
<ul>
|
|
702
|
-
<li
|
|
475
|
+
<li><a href="#鼠标点击事件">鼠标点击事件</a></li>
|
|
703
476
|
|
|
704
|
-
<li
|
|
477
|
+
<li><a href="#鼠标双击事件">鼠标双击事件</a></li>
|
|
705
478
|
|
|
706
|
-
<li
|
|
479
|
+
<li><a href="#鼠标按下事件">鼠标按下事件</a></li>
|
|
707
480
|
|
|
708
|
-
<li
|
|
481
|
+
<li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
|
|
709
482
|
|
|
710
|
-
<li
|
|
483
|
+
<li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
|
|
711
484
|
|
|
712
|
-
<li
|
|
485
|
+
<li><a href="#鼠标移动事件">鼠标移动事件</a></li>
|
|
713
486
|
|
|
714
|
-
<li
|
|
487
|
+
<li><a href="#地图视图改变事件">地图视图改变事件</a></li>
|
|
715
488
|
</ul>
|
|
716
489
|
</div>
|
|
717
490
|
</div>
|
|
@@ -829,6 +602,238 @@ const sceneView = new SceneViewCesium({
|
|
|
829
602
|
|
|
830
603
|
<div class='vertical-section'>
|
|
831
604
|
<h3 id='member'>成员变量</h3>
|
|
605
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
606
|
+
<div class="table-container">
|
|
607
|
+
<table class="params table">
|
|
608
|
+
<thead>
|
|
609
|
+
<tr>
|
|
610
|
+
<th>名称</th>
|
|
611
|
+
<th>类型</th>
|
|
612
|
+
<th>描述</th>
|
|
613
|
+
</tr>
|
|
614
|
+
</thead>
|
|
615
|
+
<tbody>
|
|
616
|
+
|
|
617
|
+
<tr class="deep-level-0">
|
|
618
|
+
<td class="name"><code><a href="#center">center</a></code></td>
|
|
619
|
+
<td class="name">
|
|
620
|
+
<code>
|
|
621
|
+
|
|
622
|
+
<span class="param-type">
|
|
623
|
+
|
|
624
|
+
Point
|
|
625
|
+
|
|
626
|
+
</span>
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
</code>
|
|
631
|
+
</td>
|
|
632
|
+
<td class="name"><code><p>地图视图中心点</p></code></td>
|
|
633
|
+
</tr>
|
|
634
|
+
|
|
635
|
+
<tr class="deep-level-0">
|
|
636
|
+
<td class="name"><code><a href="#engineType">engineType</a></code></td>
|
|
637
|
+
<td class="name">
|
|
638
|
+
<code>
|
|
639
|
+
|
|
640
|
+
<span class="param-type">
|
|
641
|
+
|
|
642
|
+
Object
|
|
643
|
+
|
|
644
|
+
</span>
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
</code>
|
|
649
|
+
</td>
|
|
650
|
+
<td class="name"><code><p>引擎类型,为'cesium'</p></code></td>
|
|
651
|
+
</tr>
|
|
652
|
+
|
|
653
|
+
<tr class="deep-level-0">
|
|
654
|
+
<td class="name"><code><a href="#extent">extent</a></code></td>
|
|
655
|
+
<td class="name">
|
|
656
|
+
<code>
|
|
657
|
+
|
|
658
|
+
<span class="param-type">
|
|
659
|
+
|
|
660
|
+
Extent
|
|
661
|
+
|
|
662
|
+
</span>
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
</code>
|
|
667
|
+
</td>
|
|
668
|
+
<td class="name"><code><p>地图视图范围</p></code></td>
|
|
669
|
+
</tr>
|
|
670
|
+
|
|
671
|
+
<tr class="deep-level-0">
|
|
672
|
+
<td class="name"><code><a href="#height">height</a></code></td>
|
|
673
|
+
<td class="name">
|
|
674
|
+
<code>
|
|
675
|
+
|
|
676
|
+
<span class="param-type">
|
|
677
|
+
|
|
678
|
+
Number
|
|
679
|
+
|
|
680
|
+
</span>
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
</code>
|
|
685
|
+
</td>
|
|
686
|
+
<td class="name"><code><p>地图视图高度</p></code></td>
|
|
687
|
+
</tr>
|
|
688
|
+
|
|
689
|
+
<tr class="deep-level-0">
|
|
690
|
+
<td class="name"><code><a href="#maxZoom">maxZoom</a></code></td>
|
|
691
|
+
<td class="name">
|
|
692
|
+
<code>
|
|
693
|
+
|
|
694
|
+
<span class="param-type">
|
|
695
|
+
|
|
696
|
+
Number
|
|
697
|
+
|
|
698
|
+
</span>
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
</code>
|
|
703
|
+
</td>
|
|
704
|
+
<td class="name"><code><p>地图视图最大层级</p></code></td>
|
|
705
|
+
</tr>
|
|
706
|
+
|
|
707
|
+
<tr class="deep-level-0">
|
|
708
|
+
<td class="name"><code><a href="#minZoom">minZoom</a></code></td>
|
|
709
|
+
<td class="name">
|
|
710
|
+
<code>
|
|
711
|
+
|
|
712
|
+
<span class="param-type">
|
|
713
|
+
|
|
714
|
+
Number
|
|
715
|
+
|
|
716
|
+
</span>
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
</code>
|
|
721
|
+
</td>
|
|
722
|
+
<td class="name"><code><p>地图视图最小层级</p></code></td>
|
|
723
|
+
</tr>
|
|
724
|
+
|
|
725
|
+
<tr class="deep-level-0">
|
|
726
|
+
<td class="name"><code><a href="#popup">popup</a></code></td>
|
|
727
|
+
<td class="name">
|
|
728
|
+
<code>
|
|
729
|
+
|
|
730
|
+
<span class="param-type">
|
|
731
|
+
|
|
732
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" href="Popup.html">Popup</a>
|
|
733
|
+
|
|
734
|
+
</span>
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
</code>
|
|
739
|
+
</td>
|
|
740
|
+
<td class="name"><code><p>地图弹框popup</p></code></td>
|
|
741
|
+
</tr>
|
|
742
|
+
|
|
743
|
+
<tr class="deep-level-0">
|
|
744
|
+
<td class="name"><code><a href="#scale">scale</a></code></td>
|
|
745
|
+
<td class="name">
|
|
746
|
+
<code>
|
|
747
|
+
|
|
748
|
+
<span class="param-type">
|
|
749
|
+
|
|
750
|
+
Number
|
|
751
|
+
|
|
752
|
+
</span>
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
</code>
|
|
757
|
+
</td>
|
|
758
|
+
<td class="name"><code><p>地图视图比例尺</p></code></td>
|
|
759
|
+
</tr>
|
|
760
|
+
|
|
761
|
+
<tr class="deep-level-0">
|
|
762
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
763
|
+
<td class="name">
|
|
764
|
+
<code>
|
|
765
|
+
|
|
766
|
+
<span class="param-type">
|
|
767
|
+
|
|
768
|
+
SpatialReference
|
|
769
|
+
|
|
770
|
+
</span>
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
</code>
|
|
775
|
+
</td>
|
|
776
|
+
<td class="name"><code><p>视图空间参考系</p></code></td>
|
|
777
|
+
</tr>
|
|
778
|
+
|
|
779
|
+
<tr class="deep-level-0">
|
|
780
|
+
<td class="name"><code><a href="#stationary">stationary</a></code></td>
|
|
781
|
+
<td class="name">
|
|
782
|
+
<code>
|
|
783
|
+
|
|
784
|
+
<span class="param-type">
|
|
785
|
+
|
|
786
|
+
Boolean
|
|
787
|
+
|
|
788
|
+
</span>
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
</code>
|
|
793
|
+
</td>
|
|
794
|
+
<td class="name"><code><p>地图视图是否静止</p></code></td>
|
|
795
|
+
</tr>
|
|
796
|
+
|
|
797
|
+
<tr class="deep-level-0">
|
|
798
|
+
<td class="name"><code><a href="#width">width</a></code></td>
|
|
799
|
+
<td class="name">
|
|
800
|
+
<code>
|
|
801
|
+
|
|
802
|
+
<span class="param-type">
|
|
803
|
+
|
|
804
|
+
Number
|
|
805
|
+
|
|
806
|
+
</span>
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
</code>
|
|
811
|
+
</td>
|
|
812
|
+
<td class="name"><code><p>地图视图宽度</p></code></td>
|
|
813
|
+
</tr>
|
|
814
|
+
|
|
815
|
+
<tr class="deep-level-0">
|
|
816
|
+
<td class="name"><code><a href="#zoom">zoom</a></code></td>
|
|
817
|
+
<td class="name">
|
|
818
|
+
<code>
|
|
819
|
+
|
|
820
|
+
<span class="param-type">
|
|
821
|
+
|
|
822
|
+
Number
|
|
823
|
+
|
|
824
|
+
</span>
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
</code>
|
|
829
|
+
</td>
|
|
830
|
+
<td class="name"><code><p>地图视图层级</p></code></td>
|
|
831
|
+
</tr>
|
|
832
|
+
|
|
833
|
+
</tbody>
|
|
834
|
+
</table>
|
|
835
|
+
</div>
|
|
836
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
832
837
|
<div class="members">
|
|
833
838
|
|
|
834
839
|
<div class="member">
|
|
@@ -836,7 +841,12 @@ const sceneView = new SceneViewCesium({
|
|
|
836
841
|
<span class="method-parameter is-pulled-right">
|
|
837
842
|
<label>类型:</label>
|
|
838
843
|
|
|
839
|
-
<span class="param-type">
|
|
844
|
+
<span class="param-type">
|
|
845
|
+
|
|
846
|
+
Point
|
|
847
|
+
|
|
848
|
+
</span>
|
|
849
|
+
|
|
840
850
|
|
|
841
851
|
|
|
842
852
|
</span>
|
|
@@ -906,7 +916,12 @@ const sceneView = new SceneViewCesium({
|
|
|
906
916
|
<span class="method-parameter is-pulled-right">
|
|
907
917
|
<label>类型:</label>
|
|
908
918
|
|
|
909
|
-
<span class="param-type">
|
|
919
|
+
<span class="param-type">
|
|
920
|
+
|
|
921
|
+
Object
|
|
922
|
+
|
|
923
|
+
</span>
|
|
924
|
+
|
|
910
925
|
|
|
911
926
|
|
|
912
927
|
</span>
|
|
@@ -980,7 +995,12 @@ const sceneView = new SceneViewCesium({
|
|
|
980
995
|
<span class="method-parameter is-pulled-right">
|
|
981
996
|
<label>类型:</label>
|
|
982
997
|
|
|
983
|
-
<span class="param-type">
|
|
998
|
+
<span class="param-type">
|
|
999
|
+
|
|
1000
|
+
Extent
|
|
1001
|
+
|
|
1002
|
+
</span>
|
|
1003
|
+
|
|
984
1004
|
|
|
985
1005
|
|
|
986
1006
|
</span>
|
|
@@ -1050,7 +1070,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1050
1070
|
<span class="method-parameter is-pulled-right">
|
|
1051
1071
|
<label>类型:</label>
|
|
1052
1072
|
|
|
1053
|
-
<span class="param-type">
|
|
1073
|
+
<span class="param-type">
|
|
1074
|
+
|
|
1075
|
+
Number
|
|
1076
|
+
|
|
1077
|
+
</span>
|
|
1078
|
+
|
|
1054
1079
|
|
|
1055
1080
|
|
|
1056
1081
|
</span>
|
|
@@ -1124,7 +1149,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1124
1149
|
<span class="method-parameter is-pulled-right">
|
|
1125
1150
|
<label>类型:</label>
|
|
1126
1151
|
|
|
1127
|
-
<span class="param-type">
|
|
1152
|
+
<span class="param-type">
|
|
1153
|
+
|
|
1154
|
+
Number
|
|
1155
|
+
|
|
1156
|
+
</span>
|
|
1157
|
+
|
|
1128
1158
|
|
|
1129
1159
|
|
|
1130
1160
|
</span>
|
|
@@ -1194,7 +1224,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1194
1224
|
<span class="method-parameter is-pulled-right">
|
|
1195
1225
|
<label>类型:</label>
|
|
1196
1226
|
|
|
1197
|
-
<span class="param-type">
|
|
1227
|
+
<span class="param-type">
|
|
1228
|
+
|
|
1229
|
+
Number
|
|
1230
|
+
|
|
1231
|
+
</span>
|
|
1232
|
+
|
|
1198
1233
|
|
|
1199
1234
|
|
|
1200
1235
|
</span>
|
|
@@ -1264,7 +1299,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1264
1299
|
<span class="method-parameter is-pulled-right">
|
|
1265
1300
|
<label>类型:</label>
|
|
1266
1301
|
|
|
1267
|
-
<span class="param-type"
|
|
1302
|
+
<span class="param-type">
|
|
1303
|
+
|
|
1304
|
+
<a link="Popup.html" onclick="getTypeHTML(event)" href="Popup.html">Popup</a>
|
|
1305
|
+
|
|
1306
|
+
</span>
|
|
1307
|
+
|
|
1268
1308
|
|
|
1269
1309
|
|
|
1270
1310
|
</span>
|
|
@@ -1334,7 +1374,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1334
1374
|
<span class="method-parameter is-pulled-right">
|
|
1335
1375
|
<label>类型:</label>
|
|
1336
1376
|
|
|
1337
|
-
<span class="param-type">
|
|
1377
|
+
<span class="param-type">
|
|
1378
|
+
|
|
1379
|
+
Number
|
|
1380
|
+
|
|
1381
|
+
</span>
|
|
1382
|
+
|
|
1338
1383
|
|
|
1339
1384
|
|
|
1340
1385
|
</span>
|
|
@@ -1404,7 +1449,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1404
1449
|
<span class="method-parameter is-pulled-right">
|
|
1405
1450
|
<label>类型:</label>
|
|
1406
1451
|
|
|
1407
|
-
<span class="param-type">
|
|
1452
|
+
<span class="param-type">
|
|
1453
|
+
|
|
1454
|
+
SpatialReference
|
|
1455
|
+
|
|
1456
|
+
</span>
|
|
1457
|
+
|
|
1408
1458
|
|
|
1409
1459
|
|
|
1410
1460
|
</span>
|
|
@@ -1478,7 +1528,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1478
1528
|
<span class="method-parameter is-pulled-right">
|
|
1479
1529
|
<label>类型:</label>
|
|
1480
1530
|
|
|
1481
|
-
<span class="param-type">
|
|
1531
|
+
<span class="param-type">
|
|
1532
|
+
|
|
1533
|
+
Boolean
|
|
1534
|
+
|
|
1535
|
+
</span>
|
|
1536
|
+
|
|
1482
1537
|
|
|
1483
1538
|
|
|
1484
1539
|
</span>
|
|
@@ -1552,7 +1607,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1552
1607
|
<span class="method-parameter is-pulled-right">
|
|
1553
1608
|
<label>类型:</label>
|
|
1554
1609
|
|
|
1555
|
-
<span class="param-type">
|
|
1610
|
+
<span class="param-type">
|
|
1611
|
+
|
|
1612
|
+
Number
|
|
1613
|
+
|
|
1614
|
+
</span>
|
|
1615
|
+
|
|
1556
1616
|
|
|
1557
1617
|
|
|
1558
1618
|
</span>
|
|
@@ -1626,7 +1686,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1626
1686
|
<span class="method-parameter is-pulled-right">
|
|
1627
1687
|
<label>类型:</label>
|
|
1628
1688
|
|
|
1629
|
-
<span class="param-type">
|
|
1689
|
+
<span class="param-type">
|
|
1690
|
+
|
|
1691
|
+
Number
|
|
1692
|
+
|
|
1693
|
+
</span>
|
|
1694
|
+
|
|
1630
1695
|
|
|
1631
1696
|
|
|
1632
1697
|
</span>
|
|
@@ -1698,7 +1763,317 @@ const sceneView = new SceneViewCesium({
|
|
|
1698
1763
|
|
|
1699
1764
|
<div class='vertical-section'>
|
|
1700
1765
|
<h3 id='function'>方法</h3>
|
|
1766
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
1701
1767
|
<div class="members">
|
|
1768
|
+
<div class="table-container">
|
|
1769
|
+
<table class="params table">
|
|
1770
|
+
<thead>
|
|
1771
|
+
<tr>
|
|
1772
|
+
<th>名称</th>
|
|
1773
|
+
<th>返回值类型</th>
|
|
1774
|
+
<th>描述</th>
|
|
1775
|
+
</tr>
|
|
1776
|
+
</thead>
|
|
1777
|
+
<tbody>
|
|
1778
|
+
|
|
1779
|
+
<tr class="deep-level-0">
|
|
1780
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
1781
|
+
<td class="name">
|
|
1782
|
+
<code>
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
<span class="param-type">
|
|
1786
|
+
|
|
1787
|
+
<a link="SceneViewCesium.html" onclick="getTypeHTML(event)" href="SceneViewCesium.html">SceneViewCesium</a>
|
|
1788
|
+
|
|
1789
|
+
</span>
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
</code>
|
|
1795
|
+
</td>
|
|
1796
|
+
<td class="name"><code><p></code></td>
|
|
1797
|
+
</tr>
|
|
1798
|
+
|
|
1799
|
+
<tr class="deep-level-0">
|
|
1800
|
+
<td class="name"><code><a href="#flyTo">flyTo</a></code></td>
|
|
1801
|
+
<td class="name">
|
|
1802
|
+
<code>
|
|
1803
|
+
|
|
1804
|
+
</code>
|
|
1805
|
+
</td>
|
|
1806
|
+
<td class="name"><code><p>视点跳转</p></code></td>
|
|
1807
|
+
</tr>
|
|
1808
|
+
|
|
1809
|
+
<tr class="deep-level-0">
|
|
1810
|
+
<td class="name"><code><a href="#getCenter">getCenter</a></code></td>
|
|
1811
|
+
<td class="name">
|
|
1812
|
+
<code>
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
<span class="param-type">
|
|
1816
|
+
|
|
1817
|
+
Object
|
|
1818
|
+
|
|
1819
|
+
</span>
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
</code>
|
|
1825
|
+
</td>
|
|
1826
|
+
<td class="name"><code><p></code></td>
|
|
1827
|
+
</tr>
|
|
1828
|
+
|
|
1829
|
+
<tr class="deep-level-0">
|
|
1830
|
+
<td class="name"><code><a href="#getExtent">getExtent</a></code></td>
|
|
1831
|
+
<td class="name">
|
|
1832
|
+
<code>
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
<span class="param-type">
|
|
1836
|
+
|
|
1837
|
+
Extent
|
|
1838
|
+
|
|
1839
|
+
</span>
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
</code>
|
|
1845
|
+
</td>
|
|
1846
|
+
<td class="name"><code><p></code></td>
|
|
1847
|
+
</tr>
|
|
1848
|
+
|
|
1849
|
+
<tr class="deep-level-0">
|
|
1850
|
+
<td class="name"><code><a href="#getInnerLayer">getInnerLayer</a></code></td>
|
|
1851
|
+
<td class="name">
|
|
1852
|
+
<code>
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
<span class="param-type">
|
|
1856
|
+
|
|
1857
|
+
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
1858
|
+
|
|
1859
|
+
</span>
|
|
1860
|
+
|
|
|
1861
|
+
|
|
1862
|
+
<span class="param-type">
|
|
1863
|
+
|
|
1864
|
+
<a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" href="MapGISM3DSet.html">MapGISM3DSet</a>
|
|
1865
|
+
|
|
1866
|
+
</span>
|
|
1867
|
+
|
|
|
1868
|
+
|
|
1869
|
+
<span class="param-type">
|
|
1870
|
+
|
|
1871
|
+
undefined
|
|
1872
|
+
|
|
1873
|
+
</span>
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
</code>
|
|
1879
|
+
</td>
|
|
1880
|
+
<td class="name"><code><p></code></td>
|
|
1881
|
+
</tr>
|
|
1882
|
+
|
|
1883
|
+
<tr class="deep-level-0">
|
|
1884
|
+
<td class="name"><code><a href="#getScale">getScale</a></code></td>
|
|
1885
|
+
<td class="name">
|
|
1886
|
+
<code>
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
<span class="param-type">
|
|
1890
|
+
|
|
1891
|
+
Number
|
|
1892
|
+
|
|
1893
|
+
</span>
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
</code>
|
|
1899
|
+
</td>
|
|
1900
|
+
<td class="name"><code><p>获取当前比例尺</p></code></td>
|
|
1901
|
+
</tr>
|
|
1902
|
+
|
|
1903
|
+
<tr class="deep-level-0">
|
|
1904
|
+
<td class="name"><code><a href="#getSize">getSize</a></code></td>
|
|
1905
|
+
<td class="name">
|
|
1906
|
+
<code>
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
<span class="param-type">
|
|
1910
|
+
|
|
1911
|
+
Object
|
|
1912
|
+
|
|
1913
|
+
</span>
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
</code>
|
|
1919
|
+
</td>
|
|
1920
|
+
<td class="name"><code><p></code></td>
|
|
1921
|
+
</tr>
|
|
1922
|
+
|
|
1923
|
+
<tr class="deep-level-0">
|
|
1924
|
+
<td class="name"><code><a href="#getZoom">getZoom</a></code></td>
|
|
1925
|
+
<td class="name">
|
|
1926
|
+
<code>
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
<span class="param-type">
|
|
1930
|
+
|
|
1931
|
+
Number
|
|
1932
|
+
|
|
1933
|
+
</span>
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
</code>
|
|
1939
|
+
</td>
|
|
1940
|
+
<td class="name"><code><p>获取当前层级</p></code></td>
|
|
1941
|
+
</tr>
|
|
1942
|
+
|
|
1943
|
+
<tr class="deep-level-0">
|
|
1944
|
+
<td class="name"><code><a href="#goTo">goTo</a></code></td>
|
|
1945
|
+
<td class="name">
|
|
1946
|
+
<code>
|
|
1947
|
+
|
|
1948
|
+
</code>
|
|
1949
|
+
</td>
|
|
1950
|
+
<td class="name"><code><p>视点跳转为给定的目标</code></td>
|
|
1951
|
+
</tr>
|
|
1952
|
+
|
|
1953
|
+
<tr class="deep-level-0">
|
|
1954
|
+
<td class="name"><code><a href="#hitTest">hitTest</a></code></td>
|
|
1955
|
+
<td class="name">
|
|
1956
|
+
<code>
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
<span class="param-type">
|
|
1960
|
+
|
|
1961
|
+
Array
|
|
1962
|
+
|
|
1963
|
+
</span>
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
</code>
|
|
1969
|
+
</td>
|
|
1970
|
+
<td class="name"><code><p>穿透检测,图元拾取。目前支持graphic类型拾取结果,支持图层类型GraphicLayer,FeatureLayer。</p></code></td>
|
|
1971
|
+
</tr>
|
|
1972
|
+
|
|
1973
|
+
<tr class="deep-level-0">
|
|
1974
|
+
<td class="name"><code><a href="#setCenter">setCenter</a></code></td>
|
|
1975
|
+
<td class="name">
|
|
1976
|
+
<code>
|
|
1977
|
+
|
|
1978
|
+
</code>
|
|
1979
|
+
</td>
|
|
1980
|
+
<td class="name"><code><p></code></td>
|
|
1981
|
+
</tr>
|
|
1982
|
+
|
|
1983
|
+
<tr class="deep-level-0">
|
|
1984
|
+
<td class="name"><code><a href="#setExtent">setExtent</a></code></td>
|
|
1985
|
+
<td class="name">
|
|
1986
|
+
<code>
|
|
1987
|
+
|
|
1988
|
+
</code>
|
|
1989
|
+
</td>
|
|
1990
|
+
<td class="name"><code><p></code></td>
|
|
1991
|
+
</tr>
|
|
1992
|
+
|
|
1993
|
+
<tr class="deep-level-0">
|
|
1994
|
+
<td class="name"><code><a href="#takeScreenshot">takeScreenshot</a></code></td>
|
|
1995
|
+
<td class="name">
|
|
1996
|
+
<code>
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
<span class="param-type">
|
|
2000
|
+
|
|
2001
|
+
Promise
|
|
2002
|
+
|
|
2003
|
+
</span>
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
</code>
|
|
2009
|
+
</td>
|
|
2010
|
+
<td class="name"><code><p>屏幕快照</p></code></td>
|
|
2011
|
+
</tr>
|
|
2012
|
+
|
|
2013
|
+
<tr class="deep-level-0">
|
|
2014
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
2015
|
+
<td class="name">
|
|
2016
|
+
<code>
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
<span class="param-type">
|
|
2020
|
+
|
|
2021
|
+
Object
|
|
2022
|
+
|
|
2023
|
+
</span>
|
|
2024
|
+
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
</code>
|
|
2029
|
+
</td>
|
|
2030
|
+
<td class="name"><code><p></code></td>
|
|
2031
|
+
</tr>
|
|
2032
|
+
|
|
2033
|
+
<tr class="deep-level-0">
|
|
2034
|
+
<td class="name"><code><a href="#toMap">toMap</a></code></td>
|
|
2035
|
+
<td class="name">
|
|
2036
|
+
<code>
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
<span class="param-type">
|
|
2040
|
+
|
|
2041
|
+
Point
|
|
2042
|
+
|
|
2043
|
+
</span>
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
</code>
|
|
2049
|
+
</td>
|
|
2050
|
+
<td class="name"><code><p></code></td>
|
|
2051
|
+
</tr>
|
|
2052
|
+
|
|
2053
|
+
<tr class="deep-level-0">
|
|
2054
|
+
<td class="name"><code><a href="#toScreen">toScreen</a></code></td>
|
|
2055
|
+
<td class="name">
|
|
2056
|
+
<code>
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
<span class="param-type">
|
|
2060
|
+
|
|
2061
|
+
Object
|
|
2062
|
+
|
|
2063
|
+
</span>
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
</code>
|
|
2069
|
+
</td>
|
|
2070
|
+
<td class="name"><code><p></code></td>
|
|
2071
|
+
</tr>
|
|
2072
|
+
|
|
2073
|
+
</tbody>
|
|
2074
|
+
</table>
|
|
2075
|
+
</div>
|
|
2076
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
1702
2077
|
|
|
1703
2078
|
<div class="member">
|
|
1704
2079
|
|
|
@@ -1711,7 +2086,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1711
2086
|
<span class='tag'>static</span>
|
|
1712
2087
|
|
|
1713
2088
|
|
|
1714
|
-
<span class="code-name" style="font-size:30px">
|
|
2089
|
+
<span class="code-name" id="fromJSON" style="font-size:30px">
|
|
1715
2090
|
|
|
1716
2091
|
fromJSON<span class="signature">(json)</span>
|
|
1717
2092
|
|
|
@@ -1734,7 +2109,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1734
2109
|
|
|
1735
2110
|
|
|
1736
2111
|
|
|
1737
|
-
<h4
|
|
2112
|
+
<h4>参数</h4>
|
|
1738
2113
|
|
|
1739
2114
|
<div class="table-container">
|
|
1740
2115
|
<table class="params table">
|
|
@@ -1764,7 +2139,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1764
2139
|
<td class="type">
|
|
1765
2140
|
|
|
1766
2141
|
|
|
1767
|
-
<span class="param-type">
|
|
2142
|
+
<span class="param-type">
|
|
2143
|
+
|
|
2144
|
+
Object
|
|
2145
|
+
|
|
2146
|
+
</span>
|
|
2147
|
+
|
|
1768
2148
|
|
|
1769
2149
|
|
|
1770
2150
|
|
|
@@ -1839,7 +2219,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1839
2219
|
|
|
1840
2220
|
|
|
1841
2221
|
<div class='columns method-parameter'>
|
|
1842
|
-
<div class="column is-2"><label
|
|
2222
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1843
2223
|
<div class="column is-10">
|
|
1844
2224
|
|
|
1845
2225
|
|
|
@@ -1850,7 +2230,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1850
2230
|
<div class='column is-5 has-text-left'>
|
|
1851
2231
|
<label>类型: </label>
|
|
1852
2232
|
|
|
1853
|
-
<span class="param-type"
|
|
2233
|
+
<span class="param-type">
|
|
2234
|
+
|
|
2235
|
+
<a link="SceneViewCesium.html" onclick="getTypeHTML(event)" href="SceneViewCesium.html">SceneViewCesium</a>
|
|
2236
|
+
|
|
2237
|
+
</span>
|
|
2238
|
+
|
|
1854
2239
|
|
|
1855
2240
|
|
|
1856
2241
|
</div>
|
|
@@ -1875,7 +2260,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1875
2260
|
<h4 class="name" id="flyTo">
|
|
1876
2261
|
<a class="href-link" href="#flyTo">#</a>
|
|
1877
2262
|
|
|
1878
|
-
<span class="code-name" style="font-size:30px">
|
|
2263
|
+
<span class="code-name" id="flyTo" style="font-size:30px">
|
|
1879
2264
|
|
|
1880
2265
|
flyTo<span class="signature">(options)</span>
|
|
1881
2266
|
|
|
@@ -1897,7 +2282,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1897
2282
|
|
|
1898
2283
|
|
|
1899
2284
|
|
|
1900
|
-
<h4
|
|
2285
|
+
<h4>参数</h4>
|
|
1901
2286
|
|
|
1902
2287
|
<div class="table-container">
|
|
1903
2288
|
<table class="params table">
|
|
@@ -1950,7 +2335,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1950
2335
|
<td class="type">
|
|
1951
2336
|
|
|
1952
2337
|
|
|
1953
|
-
<span class="param-type">
|
|
2338
|
+
<span class="param-type">
|
|
2339
|
+
|
|
2340
|
+
Array
|
|
2341
|
+
|
|
2342
|
+
</span>
|
|
2343
|
+
|
|
1954
2344
|
|
|
1955
2345
|
|
|
1956
2346
|
|
|
@@ -1976,7 +2366,12 @@ const sceneView = new SceneViewCesium({
|
|
|
1976
2366
|
<td class="type">
|
|
1977
2367
|
|
|
1978
2368
|
|
|
1979
|
-
<span class="param-type">
|
|
2369
|
+
<span class="param-type">
|
|
2370
|
+
|
|
2371
|
+
Number
|
|
2372
|
+
|
|
2373
|
+
</span>
|
|
2374
|
+
|
|
1980
2375
|
|
|
1981
2376
|
|
|
1982
2377
|
|
|
@@ -2004,7 +2399,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2004
2399
|
<td class="type">
|
|
2005
2400
|
|
|
2006
2401
|
|
|
2007
|
-
<span class="param-type">
|
|
2402
|
+
<span class="param-type">
|
|
2403
|
+
|
|
2404
|
+
Extent
|
|
2405
|
+
|
|
2406
|
+
</span>
|
|
2407
|
+
|
|
2008
2408
|
|
|
2009
2409
|
|
|
2010
2410
|
|
|
@@ -2030,7 +2430,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2030
2430
|
<td class="type">
|
|
2031
2431
|
|
|
2032
2432
|
|
|
2033
|
-
<span class="param-type">
|
|
2433
|
+
<span class="param-type">
|
|
2434
|
+
|
|
2435
|
+
Object
|
|
2436
|
+
|
|
2437
|
+
</span>
|
|
2438
|
+
|
|
2034
2439
|
|
|
2035
2440
|
|
|
2036
2441
|
|
|
@@ -2056,7 +2461,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2056
2461
|
<td class="type">
|
|
2057
2462
|
|
|
2058
2463
|
|
|
2059
|
-
<span class="param-type">
|
|
2464
|
+
<span class="param-type">
|
|
2465
|
+
|
|
2466
|
+
function
|
|
2467
|
+
|
|
2468
|
+
</span>
|
|
2469
|
+
|
|
2060
2470
|
|
|
2061
2471
|
|
|
2062
2472
|
|
|
@@ -2082,7 +2492,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2082
2492
|
<td class="type">
|
|
2083
2493
|
|
|
2084
2494
|
|
|
2085
|
-
<span class="param-type">
|
|
2495
|
+
<span class="param-type">
|
|
2496
|
+
|
|
2497
|
+
function
|
|
2498
|
+
|
|
2499
|
+
</span>
|
|
2500
|
+
|
|
2086
2501
|
|
|
2087
2502
|
|
|
2088
2503
|
|
|
@@ -2108,7 +2523,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2108
2523
|
<td class="type">
|
|
2109
2524
|
|
|
2110
2525
|
|
|
2111
|
-
<span class="param-type">
|
|
2526
|
+
<span class="param-type">
|
|
2527
|
+
|
|
2528
|
+
Object
|
|
2529
|
+
|
|
2530
|
+
</span>
|
|
2531
|
+
|
|
2112
2532
|
|
|
2113
2533
|
|
|
2114
2534
|
|
|
@@ -2134,7 +2554,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2134
2554
|
<td class="type">
|
|
2135
2555
|
|
|
2136
2556
|
|
|
2137
|
-
<span class="param-type">
|
|
2557
|
+
<span class="param-type">
|
|
2558
|
+
|
|
2559
|
+
Number
|
|
2560
|
+
|
|
2561
|
+
</span>
|
|
2562
|
+
|
|
2138
2563
|
|
|
2139
2564
|
|
|
2140
2565
|
|
|
@@ -2160,7 +2585,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2160
2585
|
<td class="type">
|
|
2161
2586
|
|
|
2162
2587
|
|
|
2163
|
-
<span class="param-type">
|
|
2588
|
+
<span class="param-type">
|
|
2589
|
+
|
|
2590
|
+
Number
|
|
2591
|
+
|
|
2592
|
+
</span>
|
|
2593
|
+
|
|
2164
2594
|
|
|
2165
2595
|
|
|
2166
2596
|
|
|
@@ -2186,7 +2616,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2186
2616
|
<td class="type">
|
|
2187
2617
|
|
|
2188
2618
|
|
|
2189
|
-
<span class="param-type">
|
|
2619
|
+
<span class="param-type">
|
|
2620
|
+
|
|
2621
|
+
Number
|
|
2622
|
+
|
|
2623
|
+
</span>
|
|
2624
|
+
|
|
2190
2625
|
|
|
2191
2626
|
|
|
2192
2627
|
|
|
@@ -2212,7 +2647,12 @@ const sceneView = new SceneViewCesium({
|
|
|
2212
2647
|
<td class="type">
|
|
2213
2648
|
|
|
2214
2649
|
|
|
2215
|
-
<span class="param-type">
|
|
2650
|
+
<span class="param-type">
|
|
2651
|
+
|
|
2652
|
+
Number
|
|
2653
|
+
|
|
2654
|
+
</span>
|
|
2655
|
+
|
|
2216
2656
|
|
|
2217
2657
|
|
|
2218
2658
|
|
|
@@ -2382,7 +2822,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2382
2822
|
<h4 class="name" id="getCenter">
|
|
2383
2823
|
<a class="href-link" href="#getCenter">#</a>
|
|
2384
2824
|
|
|
2385
|
-
<span class="code-name" style="font-size:30px">
|
|
2825
|
+
<span class="code-name" id="getCenter" style="font-size:30px">
|
|
2386
2826
|
|
|
2387
2827
|
getCenter<span class="signature">()</span>
|
|
2388
2828
|
|
|
@@ -2461,7 +2901,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2461
2901
|
|
|
2462
2902
|
|
|
2463
2903
|
<div class='columns method-parameter'>
|
|
2464
|
-
<div class="column is-2"><label
|
|
2904
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2465
2905
|
<div class="column is-10">
|
|
2466
2906
|
|
|
2467
2907
|
|
|
@@ -2474,7 +2914,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2474
2914
|
<div class='column is-5 has-text-left'>
|
|
2475
2915
|
<label>类型: </label>
|
|
2476
2916
|
|
|
2477
|
-
<span class="param-type">
|
|
2917
|
+
<span class="param-type">
|
|
2918
|
+
|
|
2919
|
+
Object
|
|
2920
|
+
|
|
2921
|
+
</span>
|
|
2922
|
+
|
|
2478
2923
|
|
|
2479
2924
|
|
|
2480
2925
|
</div>
|
|
@@ -2499,7 +2944,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2499
2944
|
<h4 class="name" id="getExtent">
|
|
2500
2945
|
<a class="href-link" href="#getExtent">#</a>
|
|
2501
2946
|
|
|
2502
|
-
<span class="code-name" style="font-size:30px">
|
|
2947
|
+
<span class="code-name" id="getExtent" style="font-size:30px">
|
|
2503
2948
|
|
|
2504
2949
|
getExtent<span class="signature">()</span>
|
|
2505
2950
|
|
|
@@ -2578,7 +3023,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2578
3023
|
|
|
2579
3024
|
|
|
2580
3025
|
<div class='columns method-parameter'>
|
|
2581
|
-
<div class="column is-2"><label
|
|
3026
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2582
3027
|
<div class="column is-10">
|
|
2583
3028
|
|
|
2584
3029
|
|
|
@@ -2591,7 +3036,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2591
3036
|
<div class='column is-5 has-text-left'>
|
|
2592
3037
|
<label>类型: </label>
|
|
2593
3038
|
|
|
2594
|
-
<span class="param-type">
|
|
3039
|
+
<span class="param-type">
|
|
3040
|
+
|
|
3041
|
+
Extent
|
|
3042
|
+
|
|
3043
|
+
</span>
|
|
3044
|
+
|
|
2595
3045
|
|
|
2596
3046
|
|
|
2597
3047
|
</div>
|
|
@@ -2616,7 +3066,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2616
3066
|
<h4 class="name" id="getInnerLayer">
|
|
2617
3067
|
<a class="href-link" href="#getInnerLayer">#</a>
|
|
2618
3068
|
|
|
2619
|
-
<span class="code-name" style="font-size:30px">
|
|
3069
|
+
<span class="code-name" id="getInnerLayer" style="font-size:30px">
|
|
2620
3070
|
|
|
2621
3071
|
getInnerLayer<span class="signature">(layer)</span>
|
|
2622
3072
|
|
|
@@ -2638,7 +3088,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2638
3088
|
|
|
2639
3089
|
|
|
2640
3090
|
|
|
2641
|
-
<h4
|
|
3091
|
+
<h4>参数</h4>
|
|
2642
3092
|
|
|
2643
3093
|
<div class="table-container">
|
|
2644
3094
|
<table class="params table">
|
|
@@ -2668,10 +3118,19 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2668
3118
|
<td class="type">
|
|
2669
3119
|
|
|
2670
3120
|
|
|
2671
|
-
<span class="param-type">
|
|
3121
|
+
<span class="param-type">
|
|
3122
|
+
|
|
3123
|
+
IGSSceneLayer
|
|
3124
|
+
|
|
3125
|
+
</span>
|
|
2672
3126
|
|
|
|
2673
3127
|
|
|
2674
|
-
<span class="param-type">
|
|
3128
|
+
<span class="param-type">
|
|
3129
|
+
|
|
3130
|
+
IGSSceneSubLayer
|
|
3131
|
+
|
|
3132
|
+
</span>
|
|
3133
|
+
|
|
2675
3134
|
|
|
2676
3135
|
|
|
2677
3136
|
|
|
@@ -2746,7 +3205,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2746
3205
|
|
|
2747
3206
|
|
|
2748
3207
|
<div class='columns method-parameter'>
|
|
2749
|
-
<div class="column is-2"><label
|
|
3208
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2750
3209
|
<div class="column is-10">
|
|
2751
3210
|
|
|
2752
3211
|
|
|
@@ -2759,13 +3218,26 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2759
3218
|
<div class='column is-5 has-text-left'>
|
|
2760
3219
|
<label>类型: </label>
|
|
2761
3220
|
|
|
2762
|
-
<span class="param-type">
|
|
3221
|
+
<span class="param-type">
|
|
3222
|
+
|
|
3223
|
+
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
3224
|
+
|
|
3225
|
+
</span>
|
|
2763
3226
|
|
|
|
2764
3227
|
|
|
2765
|
-
<span class="param-type"
|
|
3228
|
+
<span class="param-type">
|
|
3229
|
+
|
|
3230
|
+
<a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" href="MapGISM3DSet.html">MapGISM3DSet</a>
|
|
3231
|
+
|
|
3232
|
+
</span>
|
|
2766
3233
|
|
|
|
2767
3234
|
|
|
2768
|
-
<span class="param-type">
|
|
3235
|
+
<span class="param-type">
|
|
3236
|
+
|
|
3237
|
+
undefined
|
|
3238
|
+
|
|
3239
|
+
</span>
|
|
3240
|
+
|
|
2769
3241
|
|
|
2770
3242
|
|
|
2771
3243
|
</div>
|
|
@@ -2790,7 +3262,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2790
3262
|
<h4 class="name" id="getScale">
|
|
2791
3263
|
<a class="href-link" href="#getScale">#</a>
|
|
2792
3264
|
|
|
2793
|
-
<span class="code-name" style="font-size:30px">
|
|
3265
|
+
<span class="code-name" id="getScale" style="font-size:30px">
|
|
2794
3266
|
|
|
2795
3267
|
getScale<span class="signature">()</span>
|
|
2796
3268
|
|
|
@@ -2868,7 +3340,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2868
3340
|
|
|
2869
3341
|
|
|
2870
3342
|
<div class='columns method-parameter'>
|
|
2871
|
-
<div class="column is-2"><label
|
|
3343
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2872
3344
|
<div class="column is-10">
|
|
2873
3345
|
|
|
2874
3346
|
|
|
@@ -2881,7 +3353,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2881
3353
|
<div class='column is-5 has-text-left'>
|
|
2882
3354
|
<label>类型: </label>
|
|
2883
3355
|
|
|
2884
|
-
<span class="param-type">
|
|
3356
|
+
<span class="param-type">
|
|
3357
|
+
|
|
3358
|
+
Number
|
|
3359
|
+
|
|
3360
|
+
</span>
|
|
3361
|
+
|
|
2885
3362
|
|
|
2886
3363
|
|
|
2887
3364
|
</div>
|
|
@@ -2906,7 +3383,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2906
3383
|
<h4 class="name" id="getSize">
|
|
2907
3384
|
<a class="href-link" href="#getSize">#</a>
|
|
2908
3385
|
|
|
2909
|
-
<span class="code-name" style="font-size:30px">
|
|
3386
|
+
<span class="code-name" id="getSize" style="font-size:30px">
|
|
2910
3387
|
|
|
2911
3388
|
getSize<span class="signature">()</span>
|
|
2912
3389
|
|
|
@@ -2985,7 +3462,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2985
3462
|
|
|
2986
3463
|
|
|
2987
3464
|
<div class='columns method-parameter'>
|
|
2988
|
-
<div class="column is-2"><label
|
|
3465
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
2989
3466
|
<div class="column is-10">
|
|
2990
3467
|
|
|
2991
3468
|
|
|
@@ -2998,7 +3475,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2998
3475
|
<div class='column is-5 has-text-left'>
|
|
2999
3476
|
<label>类型: </label>
|
|
3000
3477
|
|
|
3001
|
-
<span class="param-type">
|
|
3478
|
+
<span class="param-type">
|
|
3479
|
+
|
|
3480
|
+
Object
|
|
3481
|
+
|
|
3482
|
+
</span>
|
|
3483
|
+
|
|
3002
3484
|
|
|
3003
3485
|
|
|
3004
3486
|
</div>
|
|
@@ -3023,7 +3505,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3023
3505
|
<h4 class="name" id="getZoom">
|
|
3024
3506
|
<a class="href-link" href="#getZoom">#</a>
|
|
3025
3507
|
|
|
3026
|
-
<span class="code-name" style="font-size:30px">
|
|
3508
|
+
<span class="code-name" id="getZoom" style="font-size:30px">
|
|
3027
3509
|
|
|
3028
3510
|
getZoom<span class="signature">()</span>
|
|
3029
3511
|
|
|
@@ -3101,7 +3583,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3101
3583
|
|
|
3102
3584
|
|
|
3103
3585
|
<div class='columns method-parameter'>
|
|
3104
|
-
<div class="column is-2"><label
|
|
3586
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3105
3587
|
<div class="column is-10">
|
|
3106
3588
|
|
|
3107
3589
|
|
|
@@ -3114,7 +3596,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3114
3596
|
<div class='column is-5 has-text-left'>
|
|
3115
3597
|
<label>类型: </label>
|
|
3116
3598
|
|
|
3117
|
-
<span class="param-type">
|
|
3599
|
+
<span class="param-type">
|
|
3600
|
+
|
|
3601
|
+
Number
|
|
3602
|
+
|
|
3603
|
+
</span>
|
|
3604
|
+
|
|
3118
3605
|
|
|
3119
3606
|
|
|
3120
3607
|
</div>
|
|
@@ -3139,7 +3626,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3139
3626
|
<h4 class="name" id="goTo">
|
|
3140
3627
|
<a class="href-link" href="#goTo">#</a>
|
|
3141
3628
|
|
|
3142
|
-
<span class="code-name" style="font-size:30px">
|
|
3629
|
+
<span class="code-name" id="goTo" style="font-size:30px">
|
|
3143
3630
|
|
|
3144
3631
|
goTo<span class="signature">(goToTarget, options)</span>
|
|
3145
3632
|
|
|
@@ -3161,7 +3648,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3161
3648
|
|
|
3162
3649
|
|
|
3163
3650
|
|
|
3164
|
-
<h4
|
|
3651
|
+
<h4>参数</h4>
|
|
3165
3652
|
|
|
3166
3653
|
<div class="table-container">
|
|
3167
3654
|
<table class="params table">
|
|
@@ -3214,10 +3701,19 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3214
3701
|
<td class="type">
|
|
3215
3702
|
|
|
3216
3703
|
|
|
3217
|
-
<span class="param-type">
|
|
3704
|
+
<span class="param-type">
|
|
3705
|
+
|
|
3706
|
+
Point
|
|
3707
|
+
|
|
3708
|
+
</span>
|
|
3218
3709
|
|
|
|
3219
3710
|
|
|
3220
|
-
<span class="param-type">
|
|
3711
|
+
<span class="param-type">
|
|
3712
|
+
|
|
3713
|
+
Array
|
|
3714
|
+
|
|
3715
|
+
</span>
|
|
3716
|
+
|
|
3221
3717
|
|
|
3222
3718
|
|
|
3223
3719
|
|
|
@@ -3243,7 +3739,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3243
3739
|
<td class="type">
|
|
3244
3740
|
|
|
3245
3741
|
|
|
3246
|
-
<span class="param-type">
|
|
3742
|
+
<span class="param-type">
|
|
3743
|
+
|
|
3744
|
+
Number
|
|
3745
|
+
|
|
3746
|
+
</span>
|
|
3747
|
+
|
|
3247
3748
|
|
|
3248
3749
|
|
|
3249
3750
|
|
|
@@ -3269,7 +3770,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3269
3770
|
<td class="type">
|
|
3270
3771
|
|
|
3271
3772
|
|
|
3272
|
-
<span class="param-type">
|
|
3773
|
+
<span class="param-type">
|
|
3774
|
+
|
|
3775
|
+
Number
|
|
3776
|
+
|
|
3777
|
+
</span>
|
|
3778
|
+
|
|
3273
3779
|
|
|
3274
3780
|
|
|
3275
3781
|
|
|
@@ -3295,13 +3801,26 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3295
3801
|
<td class="type">
|
|
3296
3802
|
|
|
3297
3803
|
|
|
3298
|
-
<span class="param-type">
|
|
3804
|
+
<span class="param-type">
|
|
3805
|
+
|
|
3806
|
+
Geometry
|
|
3807
|
+
|
|
3808
|
+
</span>
|
|
3299
3809
|
|
|
|
3300
3810
|
|
|
3301
|
-
<span class="param-type">
|
|
3811
|
+
<span class="param-type">
|
|
3812
|
+
|
|
3813
|
+
Array.<Geometry>
|
|
3814
|
+
|
|
3815
|
+
</span>
|
|
3302
3816
|
|
|
|
3303
3817
|
|
|
3304
|
-
<span class="param-type">
|
|
3818
|
+
<span class="param-type">
|
|
3819
|
+
|
|
3820
|
+
Collection.<Geometry>
|
|
3821
|
+
|
|
3822
|
+
</span>
|
|
3823
|
+
|
|
3305
3824
|
|
|
3306
3825
|
|
|
3307
3826
|
|
|
@@ -3353,7 +3872,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3353
3872
|
<td class="type">
|
|
3354
3873
|
|
|
3355
3874
|
|
|
3356
|
-
<span class="param-type">
|
|
3875
|
+
<span class="param-type">
|
|
3876
|
+
|
|
3877
|
+
Boolean
|
|
3878
|
+
|
|
3879
|
+
</span>
|
|
3880
|
+
|
|
3357
3881
|
|
|
3358
3882
|
|
|
3359
3883
|
|
|
@@ -3381,7 +3905,12 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3381
3905
|
<td class="type">
|
|
3382
3906
|
|
|
3383
3907
|
|
|
3384
|
-
<span class="param-type">
|
|
3908
|
+
<span class="param-type">
|
|
3909
|
+
|
|
3910
|
+
Number
|
|
3911
|
+
|
|
3912
|
+
</span>
|
|
3913
|
+
|
|
3385
3914
|
|
|
3386
3915
|
|
|
3387
3916
|
|
|
@@ -3543,7 +4072,7 @@ sceneView
|
|
|
3543
4072
|
<h4 class="name" id="hitTest">
|
|
3544
4073
|
<a class="href-link" href="#hitTest">#</a>
|
|
3545
4074
|
|
|
3546
|
-
<span class="code-name" style="font-size:30px">
|
|
4075
|
+
<span class="code-name" id="hitTest" style="font-size:30px">
|
|
3547
4076
|
|
|
3548
4077
|
hitTest<span class="signature">(screenPoint)</span>
|
|
3549
4078
|
|
|
@@ -3565,7 +4094,7 @@ sceneView
|
|
|
3565
4094
|
|
|
3566
4095
|
|
|
3567
4096
|
|
|
3568
|
-
<h4
|
|
4097
|
+
<h4>参数</h4>
|
|
3569
4098
|
|
|
3570
4099
|
<div class="table-container">
|
|
3571
4100
|
<table class="params table">
|
|
@@ -3595,7 +4124,12 @@ sceneView
|
|
|
3595
4124
|
<td class="type">
|
|
3596
4125
|
|
|
3597
4126
|
|
|
3598
|
-
<span class="param-type">
|
|
4127
|
+
<span class="param-type">
|
|
4128
|
+
|
|
4129
|
+
Object
|
|
4130
|
+
|
|
4131
|
+
</span>
|
|
4132
|
+
|
|
3599
4133
|
|
|
3600
4134
|
|
|
3601
4135
|
|
|
@@ -3670,7 +4204,7 @@ sceneView
|
|
|
3670
4204
|
|
|
3671
4205
|
|
|
3672
4206
|
<div class='columns method-parameter'>
|
|
3673
|
-
<div class="column is-2"><label
|
|
4207
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
3674
4208
|
<div class="column is-10">
|
|
3675
4209
|
|
|
3676
4210
|
|
|
@@ -3683,7 +4217,12 @@ sceneView
|
|
|
3683
4217
|
<div class='column is-5 has-text-left'>
|
|
3684
4218
|
<label>类型: </label>
|
|
3685
4219
|
|
|
3686
|
-
<span class="param-type">
|
|
4220
|
+
<span class="param-type">
|
|
4221
|
+
|
|
4222
|
+
Array
|
|
4223
|
+
|
|
4224
|
+
</span>
|
|
4225
|
+
|
|
3687
4226
|
|
|
3688
4227
|
|
|
3689
4228
|
</div>
|
|
@@ -3749,7 +4288,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
3749
4288
|
<h4 class="name" id="setCenter">
|
|
3750
4289
|
<a class="href-link" href="#setCenter">#</a>
|
|
3751
4290
|
|
|
3752
|
-
<span class="code-name" style="font-size:30px">
|
|
4291
|
+
<span class="code-name" id="setCenter" style="font-size:30px">
|
|
3753
4292
|
|
|
3754
4293
|
setCenter<span class="signature">(value)</span>
|
|
3755
4294
|
|
|
@@ -3772,7 +4311,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
3772
4311
|
|
|
3773
4312
|
|
|
3774
4313
|
|
|
3775
|
-
<h4
|
|
4314
|
+
<h4>参数</h4>
|
|
3776
4315
|
|
|
3777
4316
|
<div class="table-container">
|
|
3778
4317
|
<table class="params table">
|
|
@@ -3802,7 +4341,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
3802
4341
|
<td class="type">
|
|
3803
4342
|
|
|
3804
4343
|
|
|
3805
|
-
<span class="param-type">
|
|
4344
|
+
<span class="param-type">
|
|
4345
|
+
|
|
4346
|
+
Point
|
|
4347
|
+
|
|
4348
|
+
</span>
|
|
4349
|
+
|
|
3806
4350
|
|
|
3807
4351
|
|
|
3808
4352
|
|
|
@@ -3890,7 +4434,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
3890
4434
|
<h4 class="name" id="setExtent">
|
|
3891
4435
|
<a class="href-link" href="#setExtent">#</a>
|
|
3892
4436
|
|
|
3893
|
-
<span class="code-name" style="font-size:30px">
|
|
4437
|
+
<span class="code-name" id="setExtent" style="font-size:30px">
|
|
3894
4438
|
|
|
3895
4439
|
setExtent<span class="signature">(value)</span>
|
|
3896
4440
|
|
|
@@ -3913,7 +4457,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
3913
4457
|
|
|
3914
4458
|
|
|
3915
4459
|
|
|
3916
|
-
<h4
|
|
4460
|
+
<h4>参数</h4>
|
|
3917
4461
|
|
|
3918
4462
|
<div class="table-container">
|
|
3919
4463
|
<table class="params table">
|
|
@@ -3943,7 +4487,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
3943
4487
|
<td class="type">
|
|
3944
4488
|
|
|
3945
4489
|
|
|
3946
|
-
<span class="param-type">
|
|
4490
|
+
<span class="param-type">
|
|
4491
|
+
|
|
4492
|
+
Extent
|
|
4493
|
+
|
|
4494
|
+
</span>
|
|
4495
|
+
|
|
3947
4496
|
|
|
3948
4497
|
|
|
3949
4498
|
|
|
@@ -4031,7 +4580,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4031
4580
|
<h4 class="name" id="takeScreenshot">
|
|
4032
4581
|
<a class="href-link" href="#takeScreenshot">#</a>
|
|
4033
4582
|
|
|
4034
|
-
<span class="code-name" style="font-size:30px">
|
|
4583
|
+
<span class="code-name" id="takeScreenshot" style="font-size:30px">
|
|
4035
4584
|
|
|
4036
4585
|
takeScreenshot<span class="signature">(options<span class="signature-attributes">opt</span>)</span>
|
|
4037
4586
|
|
|
@@ -4053,7 +4602,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4053
4602
|
|
|
4054
4603
|
|
|
4055
4604
|
|
|
4056
|
-
<h4
|
|
4605
|
+
<h4>参数</h4>
|
|
4057
4606
|
|
|
4058
4607
|
<div class="table-container">
|
|
4059
4608
|
<table class="params table">
|
|
@@ -4085,7 +4634,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4085
4634
|
<td class="type">
|
|
4086
4635
|
|
|
4087
4636
|
|
|
4088
|
-
<span class="param-type">
|
|
4637
|
+
<span class="param-type">
|
|
4638
|
+
|
|
4639
|
+
Object
|
|
4640
|
+
|
|
4641
|
+
</span>
|
|
4642
|
+
|
|
4089
4643
|
|
|
4090
4644
|
|
|
4091
4645
|
|
|
@@ -4113,7 +4667,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4113
4667
|
<td class="type">
|
|
4114
4668
|
|
|
4115
4669
|
|
|
4116
|
-
<span class="param-type">
|
|
4670
|
+
<span class="param-type">
|
|
4671
|
+
|
|
4672
|
+
PictureFormat
|
|
4673
|
+
|
|
4674
|
+
</span>
|
|
4675
|
+
|
|
4117
4676
|
|
|
4118
4677
|
|
|
4119
4678
|
|
|
@@ -4141,7 +4700,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4141
4700
|
<td class="type">
|
|
4142
4701
|
|
|
4143
4702
|
|
|
4144
|
-
<span class="param-type">
|
|
4703
|
+
<span class="param-type">
|
|
4704
|
+
|
|
4705
|
+
String
|
|
4706
|
+
|
|
4707
|
+
</span>
|
|
4708
|
+
|
|
4145
4709
|
|
|
4146
4710
|
|
|
4147
4711
|
|
|
@@ -4169,7 +4733,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4169
4733
|
<td class="type">
|
|
4170
4734
|
|
|
4171
4735
|
|
|
4172
|
-
<span class="param-type">
|
|
4736
|
+
<span class="param-type">
|
|
4737
|
+
|
|
4738
|
+
Number
|
|
4739
|
+
|
|
4740
|
+
</span>
|
|
4741
|
+
|
|
4173
4742
|
|
|
4174
4743
|
|
|
4175
4744
|
|
|
@@ -4195,7 +4764,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4195
4764
|
<td class="type">
|
|
4196
4765
|
|
|
4197
4766
|
|
|
4198
|
-
<span class="param-type">
|
|
4767
|
+
<span class="param-type">
|
|
4768
|
+
|
|
4769
|
+
Number
|
|
4770
|
+
|
|
4771
|
+
</span>
|
|
4772
|
+
|
|
4199
4773
|
|
|
4200
4774
|
|
|
4201
4775
|
|
|
@@ -4221,7 +4795,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4221
4795
|
<td class="type">
|
|
4222
4796
|
|
|
4223
4797
|
|
|
4224
|
-
<span class="param-type">
|
|
4798
|
+
<span class="param-type">
|
|
4799
|
+
|
|
4800
|
+
Number
|
|
4801
|
+
|
|
4802
|
+
</span>
|
|
4803
|
+
|
|
4225
4804
|
|
|
4226
4805
|
|
|
4227
4806
|
|
|
@@ -4247,7 +4826,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4247
4826
|
<td class="type">
|
|
4248
4827
|
|
|
4249
4828
|
|
|
4250
|
-
<span class="param-type">
|
|
4829
|
+
<span class="param-type">
|
|
4830
|
+
|
|
4831
|
+
Number
|
|
4832
|
+
|
|
4833
|
+
</span>
|
|
4834
|
+
|
|
4251
4835
|
|
|
4252
4836
|
|
|
4253
4837
|
|
|
@@ -4273,7 +4857,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4273
4857
|
<td class="type">
|
|
4274
4858
|
|
|
4275
4859
|
|
|
4276
|
-
<span class="param-type">
|
|
4860
|
+
<span class="param-type">
|
|
4861
|
+
|
|
4862
|
+
Boolean
|
|
4863
|
+
|
|
4864
|
+
</span>
|
|
4865
|
+
|
|
4277
4866
|
|
|
4278
4867
|
|
|
4279
4868
|
|
|
@@ -4357,7 +4946,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4357
4946
|
|
|
4358
4947
|
|
|
4359
4948
|
<div class='columns method-parameter'>
|
|
4360
|
-
<div class="column is-2"><label
|
|
4949
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4361
4950
|
<div class="column is-10">
|
|
4362
4951
|
|
|
4363
4952
|
|
|
@@ -4370,7 +4959,12 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4370
4959
|
<div class='column is-5 has-text-left'>
|
|
4371
4960
|
<label>类型: </label>
|
|
4372
4961
|
|
|
4373
|
-
<span class="param-type"
|
|
4962
|
+
<span class="param-type">
|
|
4963
|
+
|
|
4964
|
+
Promise
|
|
4965
|
+
|
|
4966
|
+
</span>
|
|
4967
|
+
|
|
4374
4968
|
|
|
4375
4969
|
|
|
4376
4970
|
</div>
|
|
@@ -4427,7 +5021,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4427
5021
|
<h4 class="name" id="toJSON">
|
|
4428
5022
|
<a class="href-link" href="#toJSON">#</a>
|
|
4429
5023
|
|
|
4430
|
-
<span class="code-name" style="font-size:30px">
|
|
5024
|
+
<span class="code-name" id="toJSON" style="font-size:30px">
|
|
4431
5025
|
|
|
4432
5026
|
toJSON<span class="signature">()</span>
|
|
4433
5027
|
|
|
@@ -4506,7 +5100,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4506
5100
|
|
|
4507
5101
|
|
|
4508
5102
|
<div class='columns method-parameter'>
|
|
4509
|
-
<div class="column is-2"><label
|
|
5103
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4510
5104
|
<div class="column is-10">
|
|
4511
5105
|
|
|
4512
5106
|
|
|
@@ -4519,7 +5113,12 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4519
5113
|
<div class='column is-5 has-text-left'>
|
|
4520
5114
|
<label>类型: </label>
|
|
4521
5115
|
|
|
4522
|
-
<span class="param-type">
|
|
5116
|
+
<span class="param-type">
|
|
5117
|
+
|
|
5118
|
+
Object
|
|
5119
|
+
|
|
5120
|
+
</span>
|
|
5121
|
+
|
|
4523
5122
|
|
|
4524
5123
|
|
|
4525
5124
|
</div>
|
|
@@ -4544,7 +5143,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4544
5143
|
<h4 class="name" id="toMap">
|
|
4545
5144
|
<a class="href-link" href="#toMap">#</a>
|
|
4546
5145
|
|
|
4547
|
-
<span class="code-name" style="font-size:30px">
|
|
5146
|
+
<span class="code-name" id="toMap" style="font-size:30px">
|
|
4548
5147
|
|
|
4549
5148
|
toMap<span class="signature">(screenPoint)</span>
|
|
4550
5149
|
|
|
@@ -4567,7 +5166,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4567
5166
|
|
|
4568
5167
|
|
|
4569
5168
|
|
|
4570
|
-
<h4
|
|
5169
|
+
<h4>参数</h4>
|
|
4571
5170
|
|
|
4572
5171
|
<div class="table-container">
|
|
4573
5172
|
<table class="params table">
|
|
@@ -4597,7 +5196,12 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4597
5196
|
<td class="type">
|
|
4598
5197
|
|
|
4599
5198
|
|
|
4600
|
-
<span class="param-type">
|
|
5199
|
+
<span class="param-type">
|
|
5200
|
+
|
|
5201
|
+
Object
|
|
5202
|
+
|
|
5203
|
+
</span>
|
|
5204
|
+
|
|
4601
5205
|
|
|
4602
5206
|
|
|
4603
5207
|
|
|
@@ -4672,7 +5276,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4672
5276
|
|
|
4673
5277
|
|
|
4674
5278
|
<div class='columns method-parameter'>
|
|
4675
|
-
<div class="column is-2"><label
|
|
5279
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4676
5280
|
<div class="column is-10">
|
|
4677
5281
|
|
|
4678
5282
|
|
|
@@ -4685,7 +5289,12 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
4685
5289
|
<div class='column is-5 has-text-left'>
|
|
4686
5290
|
<label>类型: </label>
|
|
4687
5291
|
|
|
4688
|
-
<span class="param-type">
|
|
5292
|
+
<span class="param-type">
|
|
5293
|
+
|
|
5294
|
+
Point
|
|
5295
|
+
|
|
5296
|
+
</span>
|
|
5297
|
+
|
|
4689
5298
|
|
|
4690
5299
|
|
|
4691
5300
|
</div>
|
|
@@ -4732,7 +5341,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
4732
5341
|
<h4 class="name" id="toScreen">
|
|
4733
5342
|
<a class="href-link" href="#toScreen">#</a>
|
|
4734
5343
|
|
|
4735
|
-
<span class="code-name" style="font-size:30px">
|
|
5344
|
+
<span class="code-name" id="toScreen" style="font-size:30px">
|
|
4736
5345
|
|
|
4737
5346
|
toScreen<span class="signature">(point)</span>
|
|
4738
5347
|
|
|
@@ -4755,7 +5364,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
4755
5364
|
|
|
4756
5365
|
|
|
4757
5366
|
|
|
4758
|
-
<h4
|
|
5367
|
+
<h4>参数</h4>
|
|
4759
5368
|
|
|
4760
5369
|
<div class="table-container">
|
|
4761
5370
|
<table class="params table">
|
|
@@ -4785,7 +5394,12 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
4785
5394
|
<td class="type">
|
|
4786
5395
|
|
|
4787
5396
|
|
|
4788
|
-
<span class="param-type">
|
|
5397
|
+
<span class="param-type">
|
|
5398
|
+
|
|
5399
|
+
Point
|
|
5400
|
+
|
|
5401
|
+
</span>
|
|
5402
|
+
|
|
4789
5403
|
|
|
4790
5404
|
|
|
4791
5405
|
|
|
@@ -4860,7 +5474,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
4860
5474
|
|
|
4861
5475
|
|
|
4862
5476
|
<div class='columns method-parameter'>
|
|
4863
|
-
<div class="column is-2"><label
|
|
5477
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
4864
5478
|
<div class="column is-10">
|
|
4865
5479
|
|
|
4866
5480
|
|
|
@@ -4873,7 +5487,12 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
4873
5487
|
<div class='column is-5 has-text-left'>
|
|
4874
5488
|
<label>类型: </label>
|
|
4875
5489
|
|
|
4876
|
-
<span class="param-type">
|
|
5490
|
+
<span class="param-type">
|
|
5491
|
+
|
|
5492
|
+
Object
|
|
5493
|
+
|
|
5494
|
+
</span>
|
|
5495
|
+
|
|
4877
5496
|
|
|
4878
5497
|
|
|
4879
5498
|
</div>
|
|
@@ -4922,42 +5541,4 @@ sceneView.toScreen(geoPoint)</code></pre>
|
|
|
4922
5541
|
|
|
4923
5542
|
</article>
|
|
4924
5543
|
|
|
4925
|
-
</section>
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4930
|
-
</div>
|
|
4931
|
-
|
|
4932
|
-
<footer class="footer">
|
|
4933
|
-
<div class="content has-text-centered">
|
|
4934
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
4935
|
-
<p class="sidebar-created-by">
|
|
4936
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
4937
|
-
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
4938
|
-
</p>
|
|
4939
|
-
</div>
|
|
4940
|
-
</footer>
|
|
4941
|
-
|
|
4942
|
-
</div>
|
|
4943
|
-
<div id="side-nav" class="side-nav">
|
|
4944
|
-
<div style="margin-bottom: 10px;">
|
|
4945
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
4946
|
-
</div>
|
|
4947
|
-
<div style="margin-bottom: 10px;">
|
|
4948
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
4949
|
-
</div>
|
|
4950
|
-
<div style="margin-bottom: 10px;">
|
|
4951
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
4952
|
-
</div>
|
|
4953
|
-
<div>
|
|
4954
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
4955
|
-
</div>
|
|
4956
|
-
</div>
|
|
4957
|
-
</div>
|
|
4958
|
-
<script src="scripts/linenumber.js"> </script>
|
|
4959
|
-
|
|
4960
|
-
<script src="scripts/search.js"> </script>
|
|
4961
|
-
|
|
4962
|
-
</body>
|
|
4963
|
-
</html>
|
|
5544
|
+
</section>
|