@mapgis/webclient-cesium-plugin 17.2.7 → 17.4.0
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 +592 -568
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +5 -5
- package/dist/webclient-cesium-plugin-es6.min.js +64 -5
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
- package/documention/AlgorithmLib.html +114 -12
- package/documention/AngulationTool.html +154 -16
- package/documention/AnimationTool.html +144 -34
- package/documention/ArcGISMapServerImageryProvider.html +415 -193
- package/documention/ArcGISTileServerImageryProvider.html +376 -134
- package/documention/ArcGISVectorTileImageryProvider.html +494 -168
- package/documention/Cesium.Material.html +576 -0
- package/documention/Cesium.Viewer.html +1060 -0
- package/documention/Cesium3DTileset.html +687 -0
- package/documention/CesiumHeatmap.html +119 -2439
- package/documention/CesiumTerrainProvider.html +318 -10
- package/documention/CircleWaveMaterialProperty.html +116 -17
- package/documention/CollisionDetectionByRender.html +112 -10
- package/documention/CompatibleFunc.html +727 -0
- package/documention/CustomProjection.html +1204 -0
- package/documention/CustomTilingScheme.html +388 -475
- package/documention/CutFillAnalysis.html +1939 -0
- package/documention/CuttingTool.html +150 -238
- package/documention/Deferred.html +112 -10
- package/documention/DrawElement.html +121 -10
- package/documention/DrawTool.html +113 -11
- package/documention/DynamicEntityVisualizer.html +338 -30
- package/documention/DynamicLabelLayer.html +447 -333
- package/documention/EditTool.html +113 -11
- package/documention/FloodAnalysis.html +1891 -0
- package/documention/FloodAnalysisReflection.html +123 -15
- package/documention/GeoJSONLayerUtil.html +333 -63
- package/documention/GlobeIndependentTranslucency.html +117 -13
- package/documention/Graphic.html +229 -585
- package/documention/GraphicsLayer.html +203 -212
- package/documention/GraphicsLayerUtil.html +333 -63
- package/documention/HashMap.html +4006 -317
- package/documention/HeightLimited.html +123 -15
- package/documention/IGSFeatureLayerUtil.html +491 -58
- package/documention/ISSceneLayerUtil.html +111 -9
- package/documention/KeyboardCameraController.html +114 -10
- package/documention/MapGISM3DSet.html +724 -0
- package/documention/MapGISMapServerImageryProvider.html +471 -648
- package/documention/MapGISTerrainProvider.html +1224 -8281
- package/documention/MapGISTileAvailability.html +1542 -0
- package/documention/MapGISTileServerImageryProvider.html +415 -660
- package/documention/MapGISVectorTileImageryProvider.html +404 -1283
- package/documention/MeasureAreaTool.html +173 -62
- package/documention/MeasureLengthTool.html +175 -64
- package/documention/MeasureSlopeTool.html +125 -15
- package/documention/ModelEditor.html +128 -21
- package/documention/ModelFilterTool.html +209 -23
- package/documention/ModelTransformTool.html +187 -38
- package/documention/PolylineTrailLinkMaterialProperty.html +116 -17
- package/documention/Popup.html +347 -266
- package/documention/PostProcessStageLibrary.html +114 -12
- package/documention/Promise.html +115 -13
- package/documention/RadarMaterialProperty.html +116 -17
- package/documention/ReImg.html +129 -9
- package/documention/RiverGeometry.html +122 -20
- package/documention/RoamParticle.html +115 -9
- package/documention/S3MTileset.html +132 -10
- package/documention/SceneView.html +1747 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +333 -134
- package/documention/SelectTool.html +112 -38
- package/documention/ShadowRateAnalysis.html +113 -18
- package/documention/ShadowRateDrawCommand.html +111 -9
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +115 -9
- package/documention/Style.html +150 -533
- package/documention/TerrainAnalyse.html +261 -40
- package/documention/TerrainProfile.html +124 -16
- package/documention/ThemeManager.html +2233 -0
- package/documention/Tooltip.html +111 -9
- package/documention/TriangulationTool.html +172 -61
- package/documention/UrlTemplateImageryProvider.html +852 -38
- package/documention/VisiblityAnalysis.html +128 -24
- package/documention/WFSLayerUtil.html +333 -63
- package/documention/WaterReflection.html +128 -20
- package/documention/WebMapServiceImageryProvider.html +920 -70
- package/documention/WebMapTileServiceImageryProvider.html +839 -78
- package/documention/Wind3D.html +118 -11
- package/documention/createColorTexture.html +604 -0
- package/documention/global.html +14321 -68
- package/documention/index.html +163 -14
- package/documention/initializeOptions.html +557 -0
- package/documention/isCounterClockwise.html +756 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +335 -86
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +357 -218
- package/documention/module.exports_module.exports.html +334 -44
- package/documention/scripts/search.js +1 -26
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
- package/package.json +6 -5
|
@@ -1,10 +1,292 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
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>
|
|
5
23
|
|
|
6
|
-
</header>
|
|
7
24
|
|
|
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
|
+
|
|
8
290
|
|
|
9
291
|
|
|
10
292
|
|
|
@@ -25,7 +307,7 @@
|
|
|
25
307
|
<h4 class="name" id="SceneViewCesium">
|
|
26
308
|
<a class="href-link" href="#SceneViewCesium">#</a>
|
|
27
309
|
|
|
28
|
-
<span class="code-name"
|
|
310
|
+
<span class="code-name" style="font-size:30px">
|
|
29
311
|
|
|
30
312
|
new SceneViewCesium<span class="signature">(options)</span>
|
|
31
313
|
|
|
@@ -47,7 +329,7 @@
|
|
|
47
329
|
|
|
48
330
|
|
|
49
331
|
|
|
50
|
-
<h4
|
|
332
|
+
<h4>参数:</h4>
|
|
51
333
|
|
|
52
334
|
<div class="table-container">
|
|
53
335
|
<table class="params table">
|
|
@@ -79,12 +361,7 @@
|
|
|
79
361
|
<td class="type">
|
|
80
362
|
|
|
81
363
|
|
|
82
|
-
<span class="param-type">
|
|
83
|
-
|
|
84
|
-
Object
|
|
85
|
-
|
|
86
|
-
</span>
|
|
87
|
-
|
|
364
|
+
<span class="param-type">Object</span>
|
|
88
365
|
|
|
89
366
|
|
|
90
367
|
|
|
@@ -110,12 +387,7 @@
|
|
|
110
387
|
<td class="type">
|
|
111
388
|
|
|
112
389
|
|
|
113
|
-
<span class="param-type">
|
|
114
|
-
|
|
115
|
-
Map
|
|
116
|
-
|
|
117
|
-
</span>
|
|
118
|
-
|
|
390
|
+
<span class="param-type">Map</span>
|
|
119
391
|
|
|
120
392
|
|
|
121
393
|
|
|
@@ -141,12 +413,7 @@
|
|
|
141
413
|
<td class="type">
|
|
142
414
|
|
|
143
415
|
|
|
144
|
-
<span class="param-type">
|
|
145
|
-
|
|
146
|
-
String
|
|
147
|
-
|
|
148
|
-
</span>
|
|
149
|
-
|
|
416
|
+
<span class="param-type">String</span>
|
|
150
417
|
|
|
151
418
|
|
|
152
419
|
|
|
@@ -172,12 +439,7 @@
|
|
|
172
439
|
<td class="type">
|
|
173
440
|
|
|
174
441
|
|
|
175
|
-
<span class="param-type">
|
|
176
|
-
|
|
177
|
-
Object
|
|
178
|
-
|
|
179
|
-
</span>
|
|
180
|
-
|
|
442
|
+
<span class="param-type">Object</span>
|
|
181
443
|
|
|
182
444
|
|
|
183
445
|
|
|
@@ -203,12 +465,7 @@
|
|
|
203
465
|
<td class="type">
|
|
204
466
|
|
|
205
467
|
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
Point
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
468
|
+
<span class="param-type">Point</span>
|
|
212
469
|
|
|
213
470
|
|
|
214
471
|
|
|
@@ -236,12 +493,7 @@
|
|
|
236
493
|
<td class="type">
|
|
237
494
|
|
|
238
495
|
|
|
239
|
-
<span class="param-type">
|
|
240
|
-
|
|
241
|
-
Number
|
|
242
|
-
|
|
243
|
-
</span>
|
|
244
|
-
|
|
496
|
+
<span class="param-type">Number</span>
|
|
245
497
|
|
|
246
498
|
|
|
247
499
|
|
|
@@ -267,12 +519,7 @@
|
|
|
267
519
|
<td class="type">
|
|
268
520
|
|
|
269
521
|
|
|
270
|
-
<span class="param-type">
|
|
271
|
-
|
|
272
|
-
Number
|
|
273
|
-
|
|
274
|
-
</span>
|
|
275
|
-
|
|
522
|
+
<span class="param-type">Number</span>
|
|
276
523
|
|
|
277
524
|
|
|
278
525
|
|
|
@@ -298,12 +545,7 @@
|
|
|
298
545
|
<td class="type">
|
|
299
546
|
|
|
300
547
|
|
|
301
|
-
<span class="param-type">
|
|
302
|
-
|
|
303
|
-
Number
|
|
304
|
-
|
|
305
|
-
</span>
|
|
306
|
-
|
|
548
|
+
<span class="param-type">Number</span>
|
|
307
549
|
|
|
308
550
|
|
|
309
551
|
|
|
@@ -331,12 +573,7 @@
|
|
|
331
573
|
<td class="type">
|
|
332
574
|
|
|
333
575
|
|
|
334
|
-
<span class="param-type">
|
|
335
|
-
|
|
336
|
-
Number
|
|
337
|
-
|
|
338
|
-
</span>
|
|
339
|
-
|
|
576
|
+
<span class="param-type">Number</span>
|
|
340
577
|
|
|
341
578
|
|
|
342
579
|
|
|
@@ -364,12 +601,7 @@
|
|
|
364
601
|
<td class="type">
|
|
365
602
|
|
|
366
603
|
|
|
367
|
-
<span class="param-type">
|
|
368
|
-
|
|
369
|
-
Object
|
|
370
|
-
|
|
371
|
-
</span>
|
|
372
|
-
|
|
604
|
+
<span class="param-type">Object</span>
|
|
373
605
|
|
|
374
606
|
|
|
375
607
|
|
|
@@ -395,12 +627,7 @@
|
|
|
395
627
|
<td class="type">
|
|
396
628
|
|
|
397
629
|
|
|
398
|
-
<span class="param-type">
|
|
399
|
-
|
|
400
|
-
Extent
|
|
401
|
-
|
|
402
|
-
</span>
|
|
403
|
-
|
|
630
|
+
<span class="param-type">Extent</span>
|
|
404
631
|
|
|
405
632
|
|
|
406
633
|
|
|
@@ -469,22 +696,22 @@
|
|
|
469
696
|
|
|
470
697
|
|
|
471
698
|
<div class="method-parameter columns">
|
|
472
|
-
<div class="column is-2"><label
|
|
699
|
+
<div class="column is-2"><label>绑定事件:</label></div>
|
|
473
700
|
<div class="column is-10">
|
|
474
701
|
<ul>
|
|
475
|
-
<li
|
|
702
|
+
<li>BaseView#event:鼠标点击事件</li>
|
|
476
703
|
|
|
477
|
-
<li
|
|
704
|
+
<li>BaseView#event:鼠标双击事件</li>
|
|
478
705
|
|
|
479
|
-
<li
|
|
706
|
+
<li>BaseView#event:鼠标按下事件</li>
|
|
480
707
|
|
|
481
|
-
<li
|
|
708
|
+
<li>BaseView#event:鼠标抬起事件</li>
|
|
482
709
|
|
|
483
|
-
<li
|
|
710
|
+
<li>BaseView#event:鼠标右键点击事件</li>
|
|
484
711
|
|
|
485
|
-
<li
|
|
712
|
+
<li>BaseView#event:鼠标移动事件</li>
|
|
486
713
|
|
|
487
|
-
<li
|
|
714
|
+
<li>BaseView#event:地图视图改变事件</li>
|
|
488
715
|
</ul>
|
|
489
716
|
</div>
|
|
490
717
|
</div>
|
|
@@ -602,238 +829,6 @@ const sceneView = new SceneViewCesium({
|
|
|
602
829
|
|
|
603
830
|
<div class='vertical-section'>
|
|
604
831
|
<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)" class="mapgis-link-name" title="Popup" 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>
|
|
837
832
|
<div class="members">
|
|
838
833
|
|
|
839
834
|
<div class="member">
|
|
@@ -841,12 +836,7 @@ const sceneView = new SceneViewCesium({
|
|
|
841
836
|
<span class="method-parameter is-pulled-right">
|
|
842
837
|
<label>类型:</label>
|
|
843
838
|
|
|
844
|
-
<span class="param-type">
|
|
845
|
-
|
|
846
|
-
Point
|
|
847
|
-
|
|
848
|
-
</span>
|
|
849
|
-
|
|
839
|
+
<span class="param-type">Point</span>
|
|
850
840
|
|
|
851
841
|
|
|
852
842
|
</span>
|
|
@@ -916,12 +906,7 @@ const sceneView = new SceneViewCesium({
|
|
|
916
906
|
<span class="method-parameter is-pulled-right">
|
|
917
907
|
<label>类型:</label>
|
|
918
908
|
|
|
919
|
-
<span class="param-type">
|
|
920
|
-
|
|
921
|
-
Object
|
|
922
|
-
|
|
923
|
-
</span>
|
|
924
|
-
|
|
909
|
+
<span class="param-type">Object</span>
|
|
925
910
|
|
|
926
911
|
|
|
927
912
|
</span>
|
|
@@ -995,12 +980,7 @@ const sceneView = new SceneViewCesium({
|
|
|
995
980
|
<span class="method-parameter is-pulled-right">
|
|
996
981
|
<label>类型:</label>
|
|
997
982
|
|
|
998
|
-
<span class="param-type">
|
|
999
|
-
|
|
1000
|
-
Extent
|
|
1001
|
-
|
|
1002
|
-
</span>
|
|
1003
|
-
|
|
983
|
+
<span class="param-type">Extent</span>
|
|
1004
984
|
|
|
1005
985
|
|
|
1006
986
|
</span>
|
|
@@ -1070,12 +1050,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1070
1050
|
<span class="method-parameter is-pulled-right">
|
|
1071
1051
|
<label>类型:</label>
|
|
1072
1052
|
|
|
1073
|
-
<span class="param-type">
|
|
1074
|
-
|
|
1075
|
-
Number
|
|
1076
|
-
|
|
1077
|
-
</span>
|
|
1078
|
-
|
|
1053
|
+
<span class="param-type">Number</span>
|
|
1079
1054
|
|
|
1080
1055
|
|
|
1081
1056
|
</span>
|
|
@@ -1149,12 +1124,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1149
1124
|
<span class="method-parameter is-pulled-right">
|
|
1150
1125
|
<label>类型:</label>
|
|
1151
1126
|
|
|
1152
|
-
<span class="param-type">
|
|
1153
|
-
|
|
1154
|
-
Number
|
|
1155
|
-
|
|
1156
|
-
</span>
|
|
1157
|
-
|
|
1127
|
+
<span class="param-type">Number</span>
|
|
1158
1128
|
|
|
1159
1129
|
|
|
1160
1130
|
</span>
|
|
@@ -1224,12 +1194,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1224
1194
|
<span class="method-parameter is-pulled-right">
|
|
1225
1195
|
<label>类型:</label>
|
|
1226
1196
|
|
|
1227
|
-
<span class="param-type">
|
|
1228
|
-
|
|
1229
|
-
Number
|
|
1230
|
-
|
|
1231
|
-
</span>
|
|
1232
|
-
|
|
1197
|
+
<span class="param-type">Number</span>
|
|
1233
1198
|
|
|
1234
1199
|
|
|
1235
1200
|
</span>
|
|
@@ -1299,12 +1264,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1299
1264
|
<span class="method-parameter is-pulled-right">
|
|
1300
1265
|
<label>类型:</label>
|
|
1301
1266
|
|
|
1302
|
-
<span class="param-type">
|
|
1303
|
-
|
|
1304
|
-
<a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
|
|
1305
|
-
|
|
1306
|
-
</span>
|
|
1307
|
-
|
|
1267
|
+
<span class="param-type"><a href="Popup.html">Popup</a></span>
|
|
1308
1268
|
|
|
1309
1269
|
|
|
1310
1270
|
</span>
|
|
@@ -1374,12 +1334,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1374
1334
|
<span class="method-parameter is-pulled-right">
|
|
1375
1335
|
<label>类型:</label>
|
|
1376
1336
|
|
|
1377
|
-
<span class="param-type">
|
|
1378
|
-
|
|
1379
|
-
Number
|
|
1380
|
-
|
|
1381
|
-
</span>
|
|
1382
|
-
|
|
1337
|
+
<span class="param-type">Number</span>
|
|
1383
1338
|
|
|
1384
1339
|
|
|
1385
1340
|
</span>
|
|
@@ -1449,12 +1404,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1449
1404
|
<span class="method-parameter is-pulled-right">
|
|
1450
1405
|
<label>类型:</label>
|
|
1451
1406
|
|
|
1452
|
-
<span class="param-type">
|
|
1453
|
-
|
|
1454
|
-
SpatialReference
|
|
1455
|
-
|
|
1456
|
-
</span>
|
|
1457
|
-
|
|
1407
|
+
<span class="param-type">SpatialReference</span>
|
|
1458
1408
|
|
|
1459
1409
|
|
|
1460
1410
|
</span>
|
|
@@ -1528,12 +1478,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1528
1478
|
<span class="method-parameter is-pulled-right">
|
|
1529
1479
|
<label>类型:</label>
|
|
1530
1480
|
|
|
1531
|
-
<span class="param-type">
|
|
1532
|
-
|
|
1533
|
-
Boolean
|
|
1534
|
-
|
|
1535
|
-
</span>
|
|
1536
|
-
|
|
1481
|
+
<span class="param-type">Boolean</span>
|
|
1537
1482
|
|
|
1538
1483
|
|
|
1539
1484
|
</span>
|
|
@@ -1607,12 +1552,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1607
1552
|
<span class="method-parameter is-pulled-right">
|
|
1608
1553
|
<label>类型:</label>
|
|
1609
1554
|
|
|
1610
|
-
<span class="param-type">
|
|
1611
|
-
|
|
1612
|
-
Number
|
|
1613
|
-
|
|
1614
|
-
</span>
|
|
1615
|
-
|
|
1555
|
+
<span class="param-type">Number</span>
|
|
1616
1556
|
|
|
1617
1557
|
|
|
1618
1558
|
</span>
|
|
@@ -1686,12 +1626,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1686
1626
|
<span class="method-parameter is-pulled-right">
|
|
1687
1627
|
<label>类型:</label>
|
|
1688
1628
|
|
|
1689
|
-
<span class="param-type">
|
|
1690
|
-
|
|
1691
|
-
Number
|
|
1692
|
-
|
|
1693
|
-
</span>
|
|
1694
|
-
|
|
1629
|
+
<span class="param-type">Number</span>
|
|
1695
1630
|
|
|
1696
1631
|
|
|
1697
1632
|
</span>
|
|
@@ -1763,317 +1698,7 @@ const sceneView = new SceneViewCesium({
|
|
|
1763
1698
|
|
|
1764
1699
|
<div class='vertical-section'>
|
|
1765
1700
|
<h3 id='function'>方法</h3>
|
|
1766
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
1767
1701
|
<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)" class="mapgis-link-name" title="SceneViewCesium" 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)" class="mapgis-link-name" title="MapGISM3DSet" 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>
|
|
2077
1702
|
|
|
2078
1703
|
<div class="member">
|
|
2079
1704
|
|
|
@@ -2086,7 +1711,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2086
1711
|
<span class='tag'>static</span>
|
|
2087
1712
|
|
|
2088
1713
|
|
|
2089
|
-
<span class="code-name"
|
|
1714
|
+
<span class="code-name" style="font-size:30px">
|
|
2090
1715
|
|
|
2091
1716
|
fromJSON<span class="signature">(json)</span>
|
|
2092
1717
|
|
|
@@ -2109,7 +1734,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2109
1734
|
|
|
2110
1735
|
|
|
2111
1736
|
|
|
2112
|
-
<h4
|
|
1737
|
+
<h4>参数:</h4>
|
|
2113
1738
|
|
|
2114
1739
|
<div class="table-container">
|
|
2115
1740
|
<table class="params table">
|
|
@@ -2139,12 +1764,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2139
1764
|
<td class="type">
|
|
2140
1765
|
|
|
2141
1766
|
|
|
2142
|
-
<span class="param-type">
|
|
2143
|
-
|
|
2144
|
-
Object
|
|
2145
|
-
|
|
2146
|
-
</span>
|
|
2147
|
-
|
|
1767
|
+
<span class="param-type">Object</span>
|
|
2148
1768
|
|
|
2149
1769
|
|
|
2150
1770
|
|
|
@@ -2219,7 +1839,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2219
1839
|
|
|
2220
1840
|
|
|
2221
1841
|
<div class='columns method-parameter'>
|
|
2222
|
-
<div class="column is-2"><label
|
|
1842
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2223
1843
|
<div class="column is-10">
|
|
2224
1844
|
|
|
2225
1845
|
|
|
@@ -2230,12 +1850,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2230
1850
|
<div class='column is-5 has-text-left'>
|
|
2231
1851
|
<label>类型: </label>
|
|
2232
1852
|
|
|
2233
|
-
<span class="param-type">
|
|
2234
|
-
|
|
2235
|
-
<a link="SceneViewCesium.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneViewCesium" SceneViewCesium.html>SceneViewCesium</a>
|
|
2236
|
-
|
|
2237
|
-
</span>
|
|
2238
|
-
|
|
1853
|
+
<span class="param-type"><a href="SceneViewCesium.html">SceneViewCesium</a></span>
|
|
2239
1854
|
|
|
2240
1855
|
|
|
2241
1856
|
</div>
|
|
@@ -2260,7 +1875,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2260
1875
|
<h4 class="name" id="flyTo">
|
|
2261
1876
|
<a class="href-link" href="#flyTo">#</a>
|
|
2262
1877
|
|
|
2263
|
-
<span class="code-name"
|
|
1878
|
+
<span class="code-name" style="font-size:30px">
|
|
2264
1879
|
|
|
2265
1880
|
flyTo<span class="signature">(options)</span>
|
|
2266
1881
|
|
|
@@ -2282,7 +1897,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2282
1897
|
|
|
2283
1898
|
|
|
2284
1899
|
|
|
2285
|
-
<h4
|
|
1900
|
+
<h4>参数:</h4>
|
|
2286
1901
|
|
|
2287
1902
|
<div class="table-container">
|
|
2288
1903
|
<table class="params table">
|
|
@@ -2335,12 +1950,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2335
1950
|
<td class="type">
|
|
2336
1951
|
|
|
2337
1952
|
|
|
2338
|
-
<span class="param-type">
|
|
2339
|
-
|
|
2340
|
-
Array
|
|
2341
|
-
|
|
2342
|
-
</span>
|
|
2343
|
-
|
|
1953
|
+
<span class="param-type">Array</span>
|
|
2344
1954
|
|
|
2345
1955
|
|
|
2346
1956
|
|
|
@@ -2366,12 +1976,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2366
1976
|
<td class="type">
|
|
2367
1977
|
|
|
2368
1978
|
|
|
2369
|
-
<span class="param-type">
|
|
2370
|
-
|
|
2371
|
-
Number
|
|
2372
|
-
|
|
2373
|
-
</span>
|
|
2374
|
-
|
|
1979
|
+
<span class="param-type">Number</span>
|
|
2375
1980
|
|
|
2376
1981
|
|
|
2377
1982
|
|
|
@@ -2399,12 +2004,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2399
2004
|
<td class="type">
|
|
2400
2005
|
|
|
2401
2006
|
|
|
2402
|
-
<span class="param-type">
|
|
2403
|
-
|
|
2404
|
-
Extent
|
|
2405
|
-
|
|
2406
|
-
</span>
|
|
2407
|
-
|
|
2007
|
+
<span class="param-type">Extent</span>
|
|
2408
2008
|
|
|
2409
2009
|
|
|
2410
2010
|
|
|
@@ -2430,12 +2030,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2430
2030
|
<td class="type">
|
|
2431
2031
|
|
|
2432
2032
|
|
|
2433
|
-
<span class="param-type">
|
|
2434
|
-
|
|
2435
|
-
Object
|
|
2436
|
-
|
|
2437
|
-
</span>
|
|
2438
|
-
|
|
2033
|
+
<span class="param-type">Object</span>
|
|
2439
2034
|
|
|
2440
2035
|
|
|
2441
2036
|
|
|
@@ -2461,12 +2056,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2461
2056
|
<td class="type">
|
|
2462
2057
|
|
|
2463
2058
|
|
|
2464
|
-
<span class="param-type">
|
|
2465
|
-
|
|
2466
|
-
function
|
|
2467
|
-
|
|
2468
|
-
</span>
|
|
2469
|
-
|
|
2059
|
+
<span class="param-type">function</span>
|
|
2470
2060
|
|
|
2471
2061
|
|
|
2472
2062
|
|
|
@@ -2492,12 +2082,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2492
2082
|
<td class="type">
|
|
2493
2083
|
|
|
2494
2084
|
|
|
2495
|
-
<span class="param-type">
|
|
2496
|
-
|
|
2497
|
-
function
|
|
2498
|
-
|
|
2499
|
-
</span>
|
|
2500
|
-
|
|
2085
|
+
<span class="param-type">function</span>
|
|
2501
2086
|
|
|
2502
2087
|
|
|
2503
2088
|
|
|
@@ -2523,12 +2108,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2523
2108
|
<td class="type">
|
|
2524
2109
|
|
|
2525
2110
|
|
|
2526
|
-
<span class="param-type">
|
|
2527
|
-
|
|
2528
|
-
Object
|
|
2529
|
-
|
|
2530
|
-
</span>
|
|
2531
|
-
|
|
2111
|
+
<span class="param-type">Object</span>
|
|
2532
2112
|
|
|
2533
2113
|
|
|
2534
2114
|
|
|
@@ -2554,12 +2134,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2554
2134
|
<td class="type">
|
|
2555
2135
|
|
|
2556
2136
|
|
|
2557
|
-
<span class="param-type">
|
|
2558
|
-
|
|
2559
|
-
Number
|
|
2560
|
-
|
|
2561
|
-
</span>
|
|
2562
|
-
|
|
2137
|
+
<span class="param-type">Number</span>
|
|
2563
2138
|
|
|
2564
2139
|
|
|
2565
2140
|
|
|
@@ -2585,12 +2160,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2585
2160
|
<td class="type">
|
|
2586
2161
|
|
|
2587
2162
|
|
|
2588
|
-
<span class="param-type">
|
|
2589
|
-
|
|
2590
|
-
Number
|
|
2591
|
-
|
|
2592
|
-
</span>
|
|
2593
|
-
|
|
2163
|
+
<span class="param-type">Number</span>
|
|
2594
2164
|
|
|
2595
2165
|
|
|
2596
2166
|
|
|
@@ -2616,12 +2186,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2616
2186
|
<td class="type">
|
|
2617
2187
|
|
|
2618
2188
|
|
|
2619
|
-
<span class="param-type">
|
|
2620
|
-
|
|
2621
|
-
Number
|
|
2622
|
-
|
|
2623
|
-
</span>
|
|
2624
|
-
|
|
2189
|
+
<span class="param-type">Number</span>
|
|
2625
2190
|
|
|
2626
2191
|
|
|
2627
2192
|
|
|
@@ -2647,12 +2212,7 @@ const sceneView = new SceneViewCesium({
|
|
|
2647
2212
|
<td class="type">
|
|
2648
2213
|
|
|
2649
2214
|
|
|
2650
|
-
<span class="param-type">
|
|
2651
|
-
|
|
2652
|
-
Number
|
|
2653
|
-
|
|
2654
|
-
</span>
|
|
2655
|
-
|
|
2215
|
+
<span class="param-type">Number</span>
|
|
2656
2216
|
|
|
2657
2217
|
|
|
2658
2218
|
|
|
@@ -2822,7 +2382,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2822
2382
|
<h4 class="name" id="getCenter">
|
|
2823
2383
|
<a class="href-link" href="#getCenter">#</a>
|
|
2824
2384
|
|
|
2825
|
-
<span class="code-name"
|
|
2385
|
+
<span class="code-name" style="font-size:30px">
|
|
2826
2386
|
|
|
2827
2387
|
getCenter<span class="signature">()</span>
|
|
2828
2388
|
|
|
@@ -2901,7 +2461,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2901
2461
|
|
|
2902
2462
|
|
|
2903
2463
|
<div class='columns method-parameter'>
|
|
2904
|
-
<div class="column is-2"><label
|
|
2464
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2905
2465
|
<div class="column is-10">
|
|
2906
2466
|
|
|
2907
2467
|
|
|
@@ -2914,12 +2474,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2914
2474
|
<div class='column is-5 has-text-left'>
|
|
2915
2475
|
<label>类型: </label>
|
|
2916
2476
|
|
|
2917
|
-
<span class="param-type">
|
|
2918
|
-
|
|
2919
|
-
Object
|
|
2920
|
-
|
|
2921
|
-
</span>
|
|
2922
|
-
|
|
2477
|
+
<span class="param-type">Object</span>
|
|
2923
2478
|
|
|
2924
2479
|
|
|
2925
2480
|
</div>
|
|
@@ -2944,7 +2499,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
2944
2499
|
<h4 class="name" id="getExtent">
|
|
2945
2500
|
<a class="href-link" href="#getExtent">#</a>
|
|
2946
2501
|
|
|
2947
|
-
<span class="code-name"
|
|
2502
|
+
<span class="code-name" style="font-size:30px">
|
|
2948
2503
|
|
|
2949
2504
|
getExtent<span class="signature">()</span>
|
|
2950
2505
|
|
|
@@ -3023,7 +2578,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3023
2578
|
|
|
3024
2579
|
|
|
3025
2580
|
<div class='columns method-parameter'>
|
|
3026
|
-
<div class="column is-2"><label
|
|
2581
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3027
2582
|
<div class="column is-10">
|
|
3028
2583
|
|
|
3029
2584
|
|
|
@@ -3036,12 +2591,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3036
2591
|
<div class='column is-5 has-text-left'>
|
|
3037
2592
|
<label>类型: </label>
|
|
3038
2593
|
|
|
3039
|
-
<span class="param-type">
|
|
3040
|
-
|
|
3041
|
-
Extent
|
|
3042
|
-
|
|
3043
|
-
</span>
|
|
3044
|
-
|
|
2594
|
+
<span class="param-type">Extent</span>
|
|
3045
2595
|
|
|
3046
2596
|
|
|
3047
2597
|
</div>
|
|
@@ -3066,7 +2616,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3066
2616
|
<h4 class="name" id="getInnerLayer">
|
|
3067
2617
|
<a class="href-link" href="#getInnerLayer">#</a>
|
|
3068
2618
|
|
|
3069
|
-
<span class="code-name"
|
|
2619
|
+
<span class="code-name" style="font-size:30px">
|
|
3070
2620
|
|
|
3071
2621
|
getInnerLayer<span class="signature">(layer)</span>
|
|
3072
2622
|
|
|
@@ -3088,7 +2638,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3088
2638
|
|
|
3089
2639
|
|
|
3090
2640
|
|
|
3091
|
-
<h4
|
|
2641
|
+
<h4>参数:</h4>
|
|
3092
2642
|
|
|
3093
2643
|
<div class="table-container">
|
|
3094
2644
|
<table class="params table">
|
|
@@ -3118,19 +2668,10 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3118
2668
|
<td class="type">
|
|
3119
2669
|
|
|
3120
2670
|
|
|
3121
|
-
<span class="param-type">
|
|
3122
|
-
|
|
3123
|
-
IGSSceneLayer
|
|
3124
|
-
|
|
3125
|
-
</span>
|
|
2671
|
+
<span class="param-type">IGSSceneLayer</span>
|
|
3126
2672
|
|
|
|
3127
2673
|
|
|
3128
|
-
<span class="param-type">
|
|
3129
|
-
|
|
3130
|
-
IGSSceneSubLayer
|
|
3131
|
-
|
|
3132
|
-
</span>
|
|
3133
|
-
|
|
2674
|
+
<span class="param-type">IGSSceneSubLayer</span>
|
|
3134
2675
|
|
|
3135
2676
|
|
|
3136
2677
|
|
|
@@ -3205,7 +2746,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3205
2746
|
|
|
3206
2747
|
|
|
3207
2748
|
<div class='columns method-parameter'>
|
|
3208
|
-
<div class="column is-2"><label
|
|
2749
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3209
2750
|
<div class="column is-10">
|
|
3210
2751
|
|
|
3211
2752
|
|
|
@@ -3218,26 +2759,13 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3218
2759
|
<div class='column is-5 has-text-left'>
|
|
3219
2760
|
<label>类型: </label>
|
|
3220
2761
|
|
|
3221
|
-
<span class="param-type">
|
|
3222
|
-
|
|
3223
|
-
Array.<<a onclick="getTypeHTML(event)" link="MapGISM3DSet.html">MapGISM3DSet</a>>
|
|
3224
|
-
|
|
3225
|
-
</span>
|
|
2762
|
+
<span class="param-type">Array.<<a href="MapGISM3DSet.html">MapGISM3DSet</a>></span>
|
|
3226
2763
|
|
|
|
3227
2764
|
|
|
3228
|
-
<span class="param-type">
|
|
3229
|
-
|
|
3230
|
-
<a link="MapGISM3DSet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISM3DSet" MapGISM3DSet.html>MapGISM3DSet</a>
|
|
3231
|
-
|
|
3232
|
-
</span>
|
|
2765
|
+
<span class="param-type"><a href="MapGISM3DSet.html">MapGISM3DSet</a></span>
|
|
3233
2766
|
|
|
|
3234
2767
|
|
|
3235
|
-
<span class="param-type">
|
|
3236
|
-
|
|
3237
|
-
undefined
|
|
3238
|
-
|
|
3239
|
-
</span>
|
|
3240
|
-
|
|
2768
|
+
<span class="param-type">undefined</span>
|
|
3241
2769
|
|
|
3242
2770
|
|
|
3243
2771
|
</div>
|
|
@@ -3262,7 +2790,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3262
2790
|
<h4 class="name" id="getScale">
|
|
3263
2791
|
<a class="href-link" href="#getScale">#</a>
|
|
3264
2792
|
|
|
3265
|
-
<span class="code-name"
|
|
2793
|
+
<span class="code-name" style="font-size:30px">
|
|
3266
2794
|
|
|
3267
2795
|
getScale<span class="signature">()</span>
|
|
3268
2796
|
|
|
@@ -3340,7 +2868,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3340
2868
|
|
|
3341
2869
|
|
|
3342
2870
|
<div class='columns method-parameter'>
|
|
3343
|
-
<div class="column is-2"><label
|
|
2871
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3344
2872
|
<div class="column is-10">
|
|
3345
2873
|
|
|
3346
2874
|
|
|
@@ -3353,12 +2881,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3353
2881
|
<div class='column is-5 has-text-left'>
|
|
3354
2882
|
<label>类型: </label>
|
|
3355
2883
|
|
|
3356
|
-
<span class="param-type">
|
|
3357
|
-
|
|
3358
|
-
Number
|
|
3359
|
-
|
|
3360
|
-
</span>
|
|
3361
|
-
|
|
2884
|
+
<span class="param-type">Number</span>
|
|
3362
2885
|
|
|
3363
2886
|
|
|
3364
2887
|
</div>
|
|
@@ -3383,7 +2906,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3383
2906
|
<h4 class="name" id="getSize">
|
|
3384
2907
|
<a class="href-link" href="#getSize">#</a>
|
|
3385
2908
|
|
|
3386
|
-
<span class="code-name"
|
|
2909
|
+
<span class="code-name" style="font-size:30px">
|
|
3387
2910
|
|
|
3388
2911
|
getSize<span class="signature">()</span>
|
|
3389
2912
|
|
|
@@ -3462,7 +2985,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3462
2985
|
|
|
3463
2986
|
|
|
3464
2987
|
<div class='columns method-parameter'>
|
|
3465
|
-
<div class="column is-2"><label
|
|
2988
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3466
2989
|
<div class="column is-10">
|
|
3467
2990
|
|
|
3468
2991
|
|
|
@@ -3475,12 +2998,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3475
2998
|
<div class='column is-5 has-text-left'>
|
|
3476
2999
|
<label>类型: </label>
|
|
3477
3000
|
|
|
3478
|
-
<span class="param-type">
|
|
3479
|
-
|
|
3480
|
-
Object
|
|
3481
|
-
|
|
3482
|
-
</span>
|
|
3483
|
-
|
|
3001
|
+
<span class="param-type">Object</span>
|
|
3484
3002
|
|
|
3485
3003
|
|
|
3486
3004
|
</div>
|
|
@@ -3505,7 +3023,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3505
3023
|
<h4 class="name" id="getZoom">
|
|
3506
3024
|
<a class="href-link" href="#getZoom">#</a>
|
|
3507
3025
|
|
|
3508
|
-
<span class="code-name"
|
|
3026
|
+
<span class="code-name" style="font-size:30px">
|
|
3509
3027
|
|
|
3510
3028
|
getZoom<span class="signature">()</span>
|
|
3511
3029
|
|
|
@@ -3583,7 +3101,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3583
3101
|
|
|
3584
3102
|
|
|
3585
3103
|
<div class='columns method-parameter'>
|
|
3586
|
-
<div class="column is-2"><label
|
|
3104
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3587
3105
|
<div class="column is-10">
|
|
3588
3106
|
|
|
3589
3107
|
|
|
@@ -3596,12 +3114,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3596
3114
|
<div class='column is-5 has-text-left'>
|
|
3597
3115
|
<label>类型: </label>
|
|
3598
3116
|
|
|
3599
|
-
<span class="param-type">
|
|
3600
|
-
|
|
3601
|
-
Number
|
|
3602
|
-
|
|
3603
|
-
</span>
|
|
3604
|
-
|
|
3117
|
+
<span class="param-type">Number</span>
|
|
3605
3118
|
|
|
3606
3119
|
|
|
3607
3120
|
</div>
|
|
@@ -3626,7 +3139,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3626
3139
|
<h4 class="name" id="goTo">
|
|
3627
3140
|
<a class="href-link" href="#goTo">#</a>
|
|
3628
3141
|
|
|
3629
|
-
<span class="code-name"
|
|
3142
|
+
<span class="code-name" style="font-size:30px">
|
|
3630
3143
|
|
|
3631
3144
|
goTo<span class="signature">(goToTarget, options)</span>
|
|
3632
3145
|
|
|
@@ -3648,7 +3161,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3648
3161
|
|
|
3649
3162
|
|
|
3650
3163
|
|
|
3651
|
-
<h4
|
|
3164
|
+
<h4>参数:</h4>
|
|
3652
3165
|
|
|
3653
3166
|
<div class="table-container">
|
|
3654
3167
|
<table class="params table">
|
|
@@ -3701,19 +3214,10 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3701
3214
|
<td class="type">
|
|
3702
3215
|
|
|
3703
3216
|
|
|
3704
|
-
<span class="param-type">
|
|
3705
|
-
|
|
3706
|
-
Point
|
|
3707
|
-
|
|
3708
|
-
</span>
|
|
3217
|
+
<span class="param-type">Point</span>
|
|
3709
3218
|
|
|
|
3710
3219
|
|
|
3711
|
-
<span class="param-type">
|
|
3712
|
-
|
|
3713
|
-
Array
|
|
3714
|
-
|
|
3715
|
-
</span>
|
|
3716
|
-
|
|
3220
|
+
<span class="param-type">Array</span>
|
|
3717
3221
|
|
|
3718
3222
|
|
|
3719
3223
|
|
|
@@ -3739,12 +3243,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3739
3243
|
<td class="type">
|
|
3740
3244
|
|
|
3741
3245
|
|
|
3742
|
-
<span class="param-type">
|
|
3743
|
-
|
|
3744
|
-
Number
|
|
3745
|
-
|
|
3746
|
-
</span>
|
|
3747
|
-
|
|
3246
|
+
<span class="param-type">Number</span>
|
|
3748
3247
|
|
|
3749
3248
|
|
|
3750
3249
|
|
|
@@ -3770,12 +3269,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3770
3269
|
<td class="type">
|
|
3771
3270
|
|
|
3772
3271
|
|
|
3773
|
-
<span class="param-type">
|
|
3774
|
-
|
|
3775
|
-
Number
|
|
3776
|
-
|
|
3777
|
-
</span>
|
|
3778
|
-
|
|
3272
|
+
<span class="param-type">Number</span>
|
|
3779
3273
|
|
|
3780
3274
|
|
|
3781
3275
|
|
|
@@ -3801,26 +3295,13 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3801
3295
|
<td class="type">
|
|
3802
3296
|
|
|
3803
3297
|
|
|
3804
|
-
<span class="param-type">
|
|
3805
|
-
|
|
3806
|
-
Geometry
|
|
3807
|
-
|
|
3808
|
-
</span>
|
|
3298
|
+
<span class="param-type">Geometry</span>
|
|
3809
3299
|
|
|
|
3810
3300
|
|
|
3811
|
-
<span class="param-type">
|
|
3812
|
-
|
|
3813
|
-
Array.<Geometry>
|
|
3814
|
-
|
|
3815
|
-
</span>
|
|
3301
|
+
<span class="param-type">Array.<Geometry></span>
|
|
3816
3302
|
|
|
|
3817
3303
|
|
|
3818
|
-
<span class="param-type">
|
|
3819
|
-
|
|
3820
|
-
Collection.<Geometry>
|
|
3821
|
-
|
|
3822
|
-
</span>
|
|
3823
|
-
|
|
3304
|
+
<span class="param-type">Collection.<Geometry></span>
|
|
3824
3305
|
|
|
3825
3306
|
|
|
3826
3307
|
|
|
@@ -3872,12 +3353,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3872
3353
|
<td class="type">
|
|
3873
3354
|
|
|
3874
3355
|
|
|
3875
|
-
<span class="param-type">
|
|
3876
|
-
|
|
3877
|
-
Boolean
|
|
3878
|
-
|
|
3879
|
-
</span>
|
|
3880
|
-
|
|
3356
|
+
<span class="param-type">Boolean</span>
|
|
3881
3357
|
|
|
3882
3358
|
|
|
3883
3359
|
|
|
@@ -3905,12 +3381,7 @@ igsMapImageLayer.on(LayerEventType.layerViewCreated, function (result) {
|
|
|
3905
3381
|
<td class="type">
|
|
3906
3382
|
|
|
3907
3383
|
|
|
3908
|
-
<span class="param-type">
|
|
3909
|
-
|
|
3910
|
-
Number
|
|
3911
|
-
|
|
3912
|
-
</span>
|
|
3913
|
-
|
|
3384
|
+
<span class="param-type">Number</span>
|
|
3914
3385
|
|
|
3915
3386
|
|
|
3916
3387
|
|
|
@@ -4072,7 +3543,7 @@ sceneView
|
|
|
4072
3543
|
<h4 class="name" id="hitTest">
|
|
4073
3544
|
<a class="href-link" href="#hitTest">#</a>
|
|
4074
3545
|
|
|
4075
|
-
<span class="code-name"
|
|
3546
|
+
<span class="code-name" style="font-size:30px">
|
|
4076
3547
|
|
|
4077
3548
|
hitTest<span class="signature">(screenPoint)</span>
|
|
4078
3549
|
|
|
@@ -4094,7 +3565,7 @@ sceneView
|
|
|
4094
3565
|
|
|
4095
3566
|
|
|
4096
3567
|
|
|
4097
|
-
<h4
|
|
3568
|
+
<h4>参数:</h4>
|
|
4098
3569
|
|
|
4099
3570
|
<div class="table-container">
|
|
4100
3571
|
<table class="params table">
|
|
@@ -4124,12 +3595,7 @@ sceneView
|
|
|
4124
3595
|
<td class="type">
|
|
4125
3596
|
|
|
4126
3597
|
|
|
4127
|
-
<span class="param-type">
|
|
4128
|
-
|
|
4129
|
-
Object
|
|
4130
|
-
|
|
4131
|
-
</span>
|
|
4132
|
-
|
|
3598
|
+
<span class="param-type">Object</span>
|
|
4133
3599
|
|
|
4134
3600
|
|
|
4135
3601
|
|
|
@@ -4204,7 +3670,7 @@ sceneView
|
|
|
4204
3670
|
|
|
4205
3671
|
|
|
4206
3672
|
<div class='columns method-parameter'>
|
|
4207
|
-
<div class="column is-2"><label
|
|
3673
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4208
3674
|
<div class="column is-10">
|
|
4209
3675
|
|
|
4210
3676
|
|
|
@@ -4217,12 +3683,7 @@ sceneView
|
|
|
4217
3683
|
<div class='column is-5 has-text-left'>
|
|
4218
3684
|
<label>类型: </label>
|
|
4219
3685
|
|
|
4220
|
-
<span class="param-type">
|
|
4221
|
-
|
|
4222
|
-
Array
|
|
4223
|
-
|
|
4224
|
-
</span>
|
|
4225
|
-
|
|
3686
|
+
<span class="param-type">Array</span>
|
|
4226
3687
|
|
|
4227
3688
|
|
|
4228
3689
|
</div>
|
|
@@ -4288,7 +3749,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4288
3749
|
<h4 class="name" id="setCenter">
|
|
4289
3750
|
<a class="href-link" href="#setCenter">#</a>
|
|
4290
3751
|
|
|
4291
|
-
<span class="code-name"
|
|
3752
|
+
<span class="code-name" style="font-size:30px">
|
|
4292
3753
|
|
|
4293
3754
|
setCenter<span class="signature">(value)</span>
|
|
4294
3755
|
|
|
@@ -4311,7 +3772,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4311
3772
|
|
|
4312
3773
|
|
|
4313
3774
|
|
|
4314
|
-
<h4
|
|
3775
|
+
<h4>参数:</h4>
|
|
4315
3776
|
|
|
4316
3777
|
<div class="table-container">
|
|
4317
3778
|
<table class="params table">
|
|
@@ -4341,12 +3802,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4341
3802
|
<td class="type">
|
|
4342
3803
|
|
|
4343
3804
|
|
|
4344
|
-
<span class="param-type">
|
|
4345
|
-
|
|
4346
|
-
Point
|
|
4347
|
-
|
|
4348
|
-
</span>
|
|
4349
|
-
|
|
3805
|
+
<span class="param-type">Point</span>
|
|
4350
3806
|
|
|
4351
3807
|
|
|
4352
3808
|
|
|
@@ -4434,7 +3890,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4434
3890
|
<h4 class="name" id="setExtent">
|
|
4435
3891
|
<a class="href-link" href="#setExtent">#</a>
|
|
4436
3892
|
|
|
4437
|
-
<span class="code-name"
|
|
3893
|
+
<span class="code-name" style="font-size:30px">
|
|
4438
3894
|
|
|
4439
3895
|
setExtent<span class="signature">(value)</span>
|
|
4440
3896
|
|
|
@@ -4457,7 +3913,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4457
3913
|
|
|
4458
3914
|
|
|
4459
3915
|
|
|
4460
|
-
<h4
|
|
3916
|
+
<h4>参数:</h4>
|
|
4461
3917
|
|
|
4462
3918
|
<div class="table-container">
|
|
4463
3919
|
<table class="params table">
|
|
@@ -4487,12 +3943,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4487
3943
|
<td class="type">
|
|
4488
3944
|
|
|
4489
3945
|
|
|
4490
|
-
<span class="param-type">
|
|
4491
|
-
|
|
4492
|
-
Extent
|
|
4493
|
-
|
|
4494
|
-
</span>
|
|
4495
|
-
|
|
3946
|
+
<span class="param-type">Extent</span>
|
|
4496
3947
|
|
|
4497
3948
|
|
|
4498
3949
|
|
|
@@ -4580,7 +4031,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4580
4031
|
<h4 class="name" id="takeScreenshot">
|
|
4581
4032
|
<a class="href-link" href="#takeScreenshot">#</a>
|
|
4582
4033
|
|
|
4583
|
-
<span class="code-name"
|
|
4034
|
+
<span class="code-name" style="font-size:30px">
|
|
4584
4035
|
|
|
4585
4036
|
takeScreenshot<span class="signature">(options<span class="signature-attributes">opt</span>)</span>
|
|
4586
4037
|
|
|
@@ -4602,7 +4053,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4602
4053
|
|
|
4603
4054
|
|
|
4604
4055
|
|
|
4605
|
-
<h4
|
|
4056
|
+
<h4>参数:</h4>
|
|
4606
4057
|
|
|
4607
4058
|
<div class="table-container">
|
|
4608
4059
|
<table class="params table">
|
|
@@ -4634,12 +4085,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4634
4085
|
<td class="type">
|
|
4635
4086
|
|
|
4636
4087
|
|
|
4637
|
-
<span class="param-type">
|
|
4638
|
-
|
|
4639
|
-
Object
|
|
4640
|
-
|
|
4641
|
-
</span>
|
|
4642
|
-
|
|
4088
|
+
<span class="param-type">Object</span>
|
|
4643
4089
|
|
|
4644
4090
|
|
|
4645
4091
|
|
|
@@ -4667,12 +4113,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4667
4113
|
<td class="type">
|
|
4668
4114
|
|
|
4669
4115
|
|
|
4670
|
-
<span class="param-type">
|
|
4671
|
-
|
|
4672
|
-
PictureFormat
|
|
4673
|
-
|
|
4674
|
-
</span>
|
|
4675
|
-
|
|
4116
|
+
<span class="param-type">PictureFormat</span>
|
|
4676
4117
|
|
|
4677
4118
|
|
|
4678
4119
|
|
|
@@ -4700,12 +4141,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4700
4141
|
<td class="type">
|
|
4701
4142
|
|
|
4702
4143
|
|
|
4703
|
-
<span class="param-type">
|
|
4704
|
-
|
|
4705
|
-
String
|
|
4706
|
-
|
|
4707
|
-
</span>
|
|
4708
|
-
|
|
4144
|
+
<span class="param-type">String</span>
|
|
4709
4145
|
|
|
4710
4146
|
|
|
4711
4147
|
|
|
@@ -4733,12 +4169,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4733
4169
|
<td class="type">
|
|
4734
4170
|
|
|
4735
4171
|
|
|
4736
|
-
<span class="param-type">
|
|
4737
|
-
|
|
4738
|
-
Number
|
|
4739
|
-
|
|
4740
|
-
</span>
|
|
4741
|
-
|
|
4172
|
+
<span class="param-type">Number</span>
|
|
4742
4173
|
|
|
4743
4174
|
|
|
4744
4175
|
|
|
@@ -4764,12 +4195,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4764
4195
|
<td class="type">
|
|
4765
4196
|
|
|
4766
4197
|
|
|
4767
|
-
<span class="param-type">
|
|
4768
|
-
|
|
4769
|
-
Number
|
|
4770
|
-
|
|
4771
|
-
</span>
|
|
4772
|
-
|
|
4198
|
+
<span class="param-type">Number</span>
|
|
4773
4199
|
|
|
4774
4200
|
|
|
4775
4201
|
|
|
@@ -4795,12 +4221,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4795
4221
|
<td class="type">
|
|
4796
4222
|
|
|
4797
4223
|
|
|
4798
|
-
<span class="param-type">
|
|
4799
|
-
|
|
4800
|
-
Number
|
|
4801
|
-
|
|
4802
|
-
</span>
|
|
4803
|
-
|
|
4224
|
+
<span class="param-type">Number</span>
|
|
4804
4225
|
|
|
4805
4226
|
|
|
4806
4227
|
|
|
@@ -4826,12 +4247,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4826
4247
|
<td class="type">
|
|
4827
4248
|
|
|
4828
4249
|
|
|
4829
|
-
<span class="param-type">
|
|
4830
|
-
|
|
4831
|
-
Number
|
|
4832
|
-
|
|
4833
|
-
</span>
|
|
4834
|
-
|
|
4250
|
+
<span class="param-type">Number</span>
|
|
4835
4251
|
|
|
4836
4252
|
|
|
4837
4253
|
|
|
@@ -4857,12 +4273,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4857
4273
|
<td class="type">
|
|
4858
4274
|
|
|
4859
4275
|
|
|
4860
|
-
<span class="param-type">
|
|
4861
|
-
|
|
4862
|
-
Boolean
|
|
4863
|
-
|
|
4864
|
-
</span>
|
|
4865
|
-
|
|
4276
|
+
<span class="param-type">Boolean</span>
|
|
4866
4277
|
|
|
4867
4278
|
|
|
4868
4279
|
|
|
@@ -4946,7 +4357,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4946
4357
|
|
|
4947
4358
|
|
|
4948
4359
|
<div class='columns method-parameter'>
|
|
4949
|
-
<div class="column is-2"><label
|
|
4360
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
4950
4361
|
<div class="column is-10">
|
|
4951
4362
|
|
|
4952
4363
|
|
|
@@ -4959,12 +4370,7 @@ const result = this.sceneView.hitTest({x:1000,y:600})</code></pre>
|
|
|
4959
4370
|
<div class='column is-5 has-text-left'>
|
|
4960
4371
|
<label>类型: </label>
|
|
4961
4372
|
|
|
4962
|
-
<span class="param-type">
|
|
4963
|
-
|
|
4964
|
-
Promise
|
|
4965
|
-
|
|
4966
|
-
</span>
|
|
4967
|
-
|
|
4373
|
+
<span class="param-type"><a href="Promise.html">Promise</a></span>
|
|
4968
4374
|
|
|
4969
4375
|
|
|
4970
4376
|
</div>
|
|
@@ -5021,7 +4427,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5021
4427
|
<h4 class="name" id="toJSON">
|
|
5022
4428
|
<a class="href-link" href="#toJSON">#</a>
|
|
5023
4429
|
|
|
5024
|
-
<span class="code-name"
|
|
4430
|
+
<span class="code-name" style="font-size:30px">
|
|
5025
4431
|
|
|
5026
4432
|
toJSON<span class="signature">()</span>
|
|
5027
4433
|
|
|
@@ -5100,7 +4506,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5100
4506
|
|
|
5101
4507
|
|
|
5102
4508
|
<div class='columns method-parameter'>
|
|
5103
|
-
<div class="column is-2"><label
|
|
4509
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
5104
4510
|
<div class="column is-10">
|
|
5105
4511
|
|
|
5106
4512
|
|
|
@@ -5113,12 +4519,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5113
4519
|
<div class='column is-5 has-text-left'>
|
|
5114
4520
|
<label>类型: </label>
|
|
5115
4521
|
|
|
5116
|
-
<span class="param-type">
|
|
5117
|
-
|
|
5118
|
-
Object
|
|
5119
|
-
|
|
5120
|
-
</span>
|
|
5121
|
-
|
|
4522
|
+
<span class="param-type">Object</span>
|
|
5122
4523
|
|
|
5123
4524
|
|
|
5124
4525
|
</div>
|
|
@@ -5143,7 +4544,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5143
4544
|
<h4 class="name" id="toMap">
|
|
5144
4545
|
<a class="href-link" href="#toMap">#</a>
|
|
5145
4546
|
|
|
5146
|
-
<span class="code-name"
|
|
4547
|
+
<span class="code-name" style="font-size:30px">
|
|
5147
4548
|
|
|
5148
4549
|
toMap<span class="signature">(screenPoint)</span>
|
|
5149
4550
|
|
|
@@ -5166,7 +4567,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5166
4567
|
|
|
5167
4568
|
|
|
5168
4569
|
|
|
5169
|
-
<h4
|
|
4570
|
+
<h4>参数:</h4>
|
|
5170
4571
|
|
|
5171
4572
|
<div class="table-container">
|
|
5172
4573
|
<table class="params table">
|
|
@@ -5196,12 +4597,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5196
4597
|
<td class="type">
|
|
5197
4598
|
|
|
5198
4599
|
|
|
5199
|
-
<span class="param-type">
|
|
5200
|
-
|
|
5201
|
-
Object
|
|
5202
|
-
|
|
5203
|
-
</span>
|
|
5204
|
-
|
|
4600
|
+
<span class="param-type">Object</span>
|
|
5205
4601
|
|
|
5206
4602
|
|
|
5207
4603
|
|
|
@@ -5276,7 +4672,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5276
4672
|
|
|
5277
4673
|
|
|
5278
4674
|
<div class='columns method-parameter'>
|
|
5279
|
-
<div class="column is-2"><label
|
|
4675
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
5280
4676
|
<div class="column is-10">
|
|
5281
4677
|
|
|
5282
4678
|
|
|
@@ -5289,12 +4685,7 @@ sceneView.takeScreenshot(screenshotOptions).then((result) => {
|
|
|
5289
4685
|
<div class='column is-5 has-text-left'>
|
|
5290
4686
|
<label>类型: </label>
|
|
5291
4687
|
|
|
5292
|
-
<span class="param-type">
|
|
5293
|
-
|
|
5294
|
-
Point
|
|
5295
|
-
|
|
5296
|
-
</span>
|
|
5297
|
-
|
|
4688
|
+
<span class="param-type">Point</span>
|
|
5298
4689
|
|
|
5299
4690
|
|
|
5300
4691
|
</div>
|
|
@@ -5341,7 +4732,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5341
4732
|
<h4 class="name" id="toScreen">
|
|
5342
4733
|
<a class="href-link" href="#toScreen">#</a>
|
|
5343
4734
|
|
|
5344
|
-
<span class="code-name"
|
|
4735
|
+
<span class="code-name" style="font-size:30px">
|
|
5345
4736
|
|
|
5346
4737
|
toScreen<span class="signature">(point)</span>
|
|
5347
4738
|
|
|
@@ -5364,7 +4755,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5364
4755
|
|
|
5365
4756
|
|
|
5366
4757
|
|
|
5367
|
-
<h4
|
|
4758
|
+
<h4>参数:</h4>
|
|
5368
4759
|
|
|
5369
4760
|
<div class="table-container">
|
|
5370
4761
|
<table class="params table">
|
|
@@ -5394,12 +4785,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5394
4785
|
<td class="type">
|
|
5395
4786
|
|
|
5396
4787
|
|
|
5397
|
-
<span class="param-type">
|
|
5398
|
-
|
|
5399
|
-
Point
|
|
5400
|
-
|
|
5401
|
-
</span>
|
|
5402
|
-
|
|
4788
|
+
<span class="param-type">Point</span>
|
|
5403
4789
|
|
|
5404
4790
|
|
|
5405
4791
|
|
|
@@ -5474,7 +4860,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5474
4860
|
|
|
5475
4861
|
|
|
5476
4862
|
<div class='columns method-parameter'>
|
|
5477
|
-
<div class="column is-2"><label
|
|
4863
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
5478
4864
|
<div class="column is-10">
|
|
5479
4865
|
|
|
5480
4866
|
|
|
@@ -5487,12 +4873,7 @@ sceneView.toMap(screenPoint)</code></pre>
|
|
|
5487
4873
|
<div class='column is-5 has-text-left'>
|
|
5488
4874
|
<label>类型: </label>
|
|
5489
4875
|
|
|
5490
|
-
<span class="param-type">
|
|
5491
|
-
|
|
5492
|
-
Object
|
|
5493
|
-
|
|
5494
|
-
</span>
|
|
5495
|
-
|
|
4876
|
+
<span class="param-type">Object</span>
|
|
5496
4877
|
|
|
5497
4878
|
|
|
5498
4879
|
</div>
|
|
@@ -5541,4 +4922,42 @@ sceneView.toScreen(geoPoint)</code></pre>
|
|
|
5541
4922
|
|
|
5542
4923
|
</article>
|
|
5543
4924
|
|
|
5544
|
-
</section>
|
|
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>
|