@mapgis/webclient-cesium-plugin 17.2.8 → 17.4.1
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 +601 -576
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +37 -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 +118 -12
- package/documention/AngulationTool.html +158 -16
- package/documention/AnimationTool.html +148 -34
- package/documention/ArcGISMapServerImageryProvider.html +419 -193
- package/documention/ArcGISTileServerImageryProvider.html +380 -134
- package/documention/ArcGISVectorTileImageryProvider.html +498 -168
- package/documention/Cesium.Material.html +580 -0
- package/documention/Cesium.Viewer.html +1241 -0
- package/documention/Cesium3DTileset.html +691 -0
- package/documention/CesiumHeatmap.html +123 -2439
- package/documention/CesiumTerrainProvider.html +322 -10
- package/documention/CircleWaveMaterialProperty.html +120 -17
- package/documention/CollisionDetectionByRender.html +116 -10
- package/documention/CompatibleFunc.html +731 -0
- package/documention/CustomProjection.html +1208 -0
- package/documention/CustomTilingScheme.html +392 -475
- package/documention/CutFillAnalysis.html +1943 -0
- package/documention/CuttingTool.html +154 -238
- package/documention/Deferred.html +116 -10
- package/documention/DrawElement.html +125 -10
- package/documention/DrawTool.html +117 -11
- package/documention/DynamicEntityVisualizer.html +342 -30
- package/documention/DynamicLabelLayer.html +451 -333
- package/documention/EditTool.html +117 -11
- package/documention/FloodAnalysis.html +1895 -0
- package/documention/FloodAnalysisReflection.html +127 -15
- package/documention/GeoJSONLayerUtil.html +337 -63
- package/documention/GlobeIndependentTranslucency.html +121 -13
- package/documention/Graphic.html +233 -585
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +207 -212
- package/documention/GraphicsLayerUtil.html +337 -63
- package/documention/HashMap.html +4010 -317
- package/documention/HeightLimited.html +127 -15
- package/documention/IGSFeatureLayerUtil.html +495 -58
- package/documention/ISSceneLayerUtil.html +329 -9
- package/documention/KeyboardCameraController.html +118 -10
- package/documention/MapGISM3DSet.html +728 -0
- package/documention/MapGISMapServerImageryProvider.html +475 -648
- package/documention/MapGISTerrainProvider.html +1228 -8281
- package/documention/MapGISTileAvailability.html +1546 -0
- package/documention/MapGISTileServerImageryProvider.html +419 -660
- package/documention/MapGISVectorTileImageryProvider.html +408 -1283
- package/documention/MeasureAreaTool.html +177 -62
- package/documention/MeasureLengthTool.html +179 -64
- package/documention/MeasureSlopeTool.html +129 -15
- package/documention/ModelEditor.html +132 -21
- package/documention/ModelFilterTool.html +213 -23
- package/documention/ModelTransformTool.html +191 -38
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +762 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
- package/documention/Popup.html +351 -266
- package/documention/PostProcessStageLibrary.html +118 -12
- package/documention/Promise.html +119 -13
- package/documention/RadarMaterialProperty.html +120 -17
- package/documention/ReImg.html +133 -9
- package/documention/RiverGeometry.html +126 -20
- package/documention/RoamParticle.html +119 -9
- package/documention/S3MTileset.html +136 -10
- package/documention/SceneView.html +4993 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +337 -134
- package/documention/SelectTool.html +116 -38
- package/documention/ShadowRateAnalysis.html +117 -18
- package/documention/ShadowRateDrawCommand.html +115 -9
- package/documention/SketchEditor.html +1774 -0
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +119 -9
- package/documention/Style.html +154 -533
- package/documention/TerrainAnalyse.html +265 -40
- package/documention/TerrainProfile.html +128 -16
- package/documention/ThemeManager.html +2237 -0
- package/documention/Tooltip.html +115 -9
- package/documention/TriangulationTool.html +176 -61
- package/documention/UrlTemplateImageryProvider.html +856 -38
- package/documention/VisiblityAnalysis.html +132 -24
- package/documention/WFSLayerUtil.html +337 -63
- package/documention/WaterReflection.html +132 -20
- package/documention/WebMapServiceImageryProvider.html +924 -70
- package/documention/WebMapTileServiceImageryProvider.html +843 -78
- package/documention/Wind3D.html +122 -11
- package/documention/createColorTexture.html +608 -0
- package/documention/global.html +14325 -68
- package/documention/index.html +167 -14
- package/documention/initializeOptions.html +561 -0
- package/documention/isCounterClockwise.html +760 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +339 -86
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +361 -218
- package/documention/module.exports_module.exports.html +338 -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,296 @@
|
|
|
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> MapGISMapServerImageryProvider</title>
|
|
9
|
+
<!--[if lt IE 9]>
|
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
+
<![endif]-->
|
|
12
|
+
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
+
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body class="layout small-header">
|
|
22
|
+
<div id="stickyNavbarOverlay"></div>
|
|
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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileServerImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISVectorTileImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium3DTileset"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Material"><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://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
|
|
111
|
+
<a href='http://webclient.smaryun.com/#/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://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a>
|
|
120
|
+
<a href='http://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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://webclient.smaryun.com/#/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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Viewer"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumHeatmap"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumTerrainProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CircleWaveMaterialProperty"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CollisionDetectionByRender"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CompatibleFunc"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="createColorTexture"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomProjection"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomTilingScheme"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CutFillAnalysis"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CuttingTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawElement"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawTool.html">DrawTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DynamicEntityVisualizer"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Graphic"><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://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>4、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayer"><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://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>3、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicTransformTool.html">GraphicTransformTool</a><span style="display: none;"><p>基础标绘变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="HeightLimited"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="initializeOptions"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="isCounterClockwise"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="KeyboardCameraController"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileAvailability"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileServerImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISVectorTileImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureAreaTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureLengthTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureSlopeTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelEditor"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelFilterTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelTransformTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="NavigationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="NavigationTool.html">NavigationTool</a><span style="display: none;"><p>A mixin which adds the Compass/Navigation widget to the Viewer widget.
|
|
264
|
+
Rather than being called directly, this function is normally passed as
|
|
265
|
+
a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><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引擎)
|
|
266
|
+
参考示例:
|
|
267
|
+
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
268
|
+
<br>[ES5引入方式]:<br/>
|
|
269
|
+
zondy.cesium.SceneView() <br/>
|
|
270
|
+
[ES6引入方式]:<br/>
|
|
271
|
+
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
272
|
+
自定义样式说明:<br/>
|
|
273
|
+
zondy-popup__content 弹窗容器样式<br/>
|
|
274
|
+
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
275
|
+
zondy-popup__header 弹窗头部样式<br/>
|
|
276
|
+
zondy-popup__content 弹窗主体样式<br/>
|
|
277
|
+
zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SceneView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneView.html">SceneView</a><span style="display: none;"><p>场景视图类<br/>
|
|
278
|
+
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><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 style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
279
|
+
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor3D.html' target='_blank'>zondy.SketchEditor3D</a><br/>
|
|
280
|
+
<br>[ES5引入方式]:<br/>
|
|
281
|
+
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
282
|
+
[ES6引入方式]:<br/>
|
|
283
|
+
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul></div>
|
|
284
|
+
|
|
285
|
+
</nav>
|
|
286
|
+
</div>
|
|
287
|
+
<div class="core" id="main-content-wrapper">
|
|
288
|
+
<div class="content">
|
|
289
|
+
<header id="page-title" class="page-title">
|
|
290
|
+
<span class="page-title-main">类名</span>
|
|
291
|
+
<span class="page-title-sub">MapGISMapServerImageryProvider</span>
|
|
292
|
+
</header>
|
|
293
|
+
|
|
8
294
|
|
|
9
295
|
|
|
10
296
|
|
|
@@ -25,7 +311,7 @@
|
|
|
25
311
|
<h4 class="name" id="MapGISMapServerImageryProvider">
|
|
26
312
|
<a class="href-link" href="#MapGISMapServerImageryProvider">#</a>
|
|
27
313
|
|
|
28
|
-
<span class="code-name"
|
|
314
|
+
<span class="code-name" style="font-size:30px">
|
|
29
315
|
|
|
30
316
|
new MapGISMapServerImageryProvider<span class="signature">(options)</span>
|
|
31
317
|
|
|
@@ -35,7 +321,7 @@
|
|
|
35
321
|
|
|
36
322
|
|
|
37
323
|
<div class="description">
|
|
38
|
-
<p>MapGIS
|
|
324
|
+
<p>MapGIS地图图片图层</p>
|
|
39
325
|
</div>
|
|
40
326
|
|
|
41
327
|
|
|
@@ -47,7 +333,7 @@
|
|
|
47
333
|
|
|
48
334
|
|
|
49
335
|
|
|
50
|
-
<h4
|
|
336
|
+
<h4>参数:</h4>
|
|
51
337
|
|
|
52
338
|
<div class="table-container">
|
|
53
339
|
<table class="params table">
|
|
@@ -79,12 +365,7 @@
|
|
|
79
365
|
<td class="type">
|
|
80
366
|
|
|
81
367
|
|
|
82
|
-
<span class="param-type">
|
|
83
|
-
|
|
84
|
-
Object
|
|
85
|
-
|
|
86
|
-
</span>
|
|
87
|
-
|
|
368
|
+
<span class="param-type">Object</span>
|
|
88
369
|
|
|
89
370
|
|
|
90
371
|
|
|
@@ -110,12 +391,7 @@
|
|
|
110
391
|
<td class="type">
|
|
111
392
|
|
|
112
393
|
|
|
113
|
-
<span class="param-type">
|
|
114
|
-
|
|
115
|
-
String
|
|
116
|
-
|
|
117
|
-
</span>
|
|
118
|
-
|
|
394
|
+
<span class="param-type">String</span>
|
|
119
395
|
|
|
120
396
|
|
|
121
397
|
|
|
@@ -124,10 +400,14 @@
|
|
|
124
400
|
|
|
125
401
|
<td class="default">
|
|
126
402
|
|
|
403
|
+
null
|
|
404
|
+
|
|
127
405
|
</td>
|
|
128
406
|
|
|
129
407
|
|
|
130
|
-
<td class="description last"><p
|
|
408
|
+
<td class="description last"><p>服务地址,格式如下:<br/>
|
|
409
|
+
1、IGS1.0服务基地址:http://{ip}:{port}/igs/rest/mrms/docs/{文件夹名(可选)}:{serviceName}<br/>
|
|
410
|
+
2、IGS2.0服务基地址:http://{ip}:{port}/igs/rest/services/{文件夹名(可选)}/{serviceName}/MapServer</p></td>
|
|
131
411
|
</tr>
|
|
132
412
|
|
|
133
413
|
|
|
@@ -135,18 +415,13 @@
|
|
|
135
415
|
|
|
136
416
|
<tr class="deep-level-1">
|
|
137
417
|
|
|
138
|
-
<td class="name"><code>
|
|
418
|
+
<td class="name"><code>layers</code></td>
|
|
139
419
|
|
|
140
420
|
|
|
141
421
|
<td class="type">
|
|
142
422
|
|
|
143
423
|
|
|
144
|
-
<span class="param-type">
|
|
145
|
-
|
|
146
|
-
String
|
|
147
|
-
|
|
148
|
-
</span>
|
|
149
|
-
|
|
424
|
+
<span class="param-type">String</span>
|
|
150
425
|
|
|
151
426
|
|
|
152
427
|
|
|
@@ -155,10 +430,12 @@
|
|
|
155
430
|
|
|
156
431
|
<td class="default">
|
|
157
432
|
|
|
433
|
+
null
|
|
434
|
+
|
|
158
435
|
</td>
|
|
159
436
|
|
|
160
437
|
|
|
161
|
-
<td class="description last"><p
|
|
438
|
+
<td class="description last"><p>要显示的子图层id,多个子图层以逗号分隔,'layer1,layer2,...',如果要显示所有层,则请传一个空字符串</p></td>
|
|
162
439
|
</tr>
|
|
163
440
|
|
|
164
441
|
|
|
@@ -166,18 +443,16 @@
|
|
|
166
443
|
|
|
167
444
|
<tr class="deep-level-1">
|
|
168
445
|
|
|
169
|
-
<td class="name"><code>
|
|
446
|
+
<td class="name"><code>tilingScheme</code></td>
|
|
170
447
|
|
|
171
448
|
|
|
172
449
|
<td class="type">
|
|
173
450
|
|
|
174
451
|
|
|
175
|
-
<span class="param-type">
|
|
176
|
-
|
|
177
|
-
Object
|
|
178
|
-
|
|
179
|
-
</span>
|
|
452
|
+
<span class="param-type">Cesium.TilingScheme</span>
|
|
453
|
+
|
|
|
180
454
|
|
|
455
|
+
<span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
|
|
181
456
|
|
|
182
457
|
|
|
183
458
|
|
|
@@ -186,10 +461,12 @@
|
|
|
186
461
|
|
|
187
462
|
<td class="default">
|
|
188
463
|
|
|
464
|
+
Cesium.GeographicTilingScheme
|
|
465
|
+
|
|
189
466
|
</td>
|
|
190
467
|
|
|
191
468
|
|
|
192
|
-
<td class="description last"><p
|
|
469
|
+
<td class="description last"><p>瓦片的平铺方案,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=TilingScheme' target='_blank'>详见Cesium.TilingScheme</a></p></td>
|
|
193
470
|
</tr>
|
|
194
471
|
|
|
195
472
|
|
|
@@ -197,18 +474,13 @@
|
|
|
197
474
|
|
|
198
475
|
<tr class="deep-level-1">
|
|
199
476
|
|
|
200
|
-
<td class="name"><code>
|
|
477
|
+
<td class="name"><code>rectangle</code></td>
|
|
201
478
|
|
|
202
479
|
|
|
203
480
|
<td class="type">
|
|
204
481
|
|
|
205
482
|
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
Boolean
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
483
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
212
484
|
|
|
213
485
|
|
|
214
486
|
|
|
@@ -217,12 +489,12 @@
|
|
|
217
489
|
|
|
218
490
|
<td class="default">
|
|
219
491
|
|
|
220
|
-
|
|
492
|
+
Cesium.Rectangle.MAX_VALUE
|
|
221
493
|
|
|
222
494
|
</td>
|
|
223
495
|
|
|
224
496
|
|
|
225
|
-
<td class="description last"><p
|
|
497
|
+
<td class="description last"><p>图层显示范围,超出范围不会额外请求瓦片,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Rectangle' target='_blank'>详见Cesium.Rectangle</a></p></td>
|
|
226
498
|
</tr>
|
|
227
499
|
|
|
228
500
|
|
|
@@ -230,18 +502,13 @@
|
|
|
230
502
|
|
|
231
503
|
<tr class="deep-level-1">
|
|
232
504
|
|
|
233
|
-
<td class="name"><code>
|
|
505
|
+
<td class="name"><code>httpMethod</code></td>
|
|
234
506
|
|
|
235
507
|
|
|
236
508
|
<td class="type">
|
|
237
509
|
|
|
238
510
|
|
|
239
|
-
<span class="param-type">
|
|
240
|
-
|
|
241
|
-
Number
|
|
242
|
-
|
|
243
|
-
</span>
|
|
244
|
-
|
|
511
|
+
<span class="param-type">String</span>
|
|
245
512
|
|
|
246
513
|
|
|
247
514
|
|
|
@@ -250,12 +517,12 @@
|
|
|
250
517
|
|
|
251
518
|
<td class="default">
|
|
252
519
|
|
|
253
|
-
|
|
520
|
+
'GET'
|
|
254
521
|
|
|
255
522
|
</td>
|
|
256
523
|
|
|
257
524
|
|
|
258
|
-
<td class="description last"><p
|
|
525
|
+
<td class="description last"><p>HTTP请求方式,"GET"、"POST",默认为GET请求</p></td>
|
|
259
526
|
</tr>
|
|
260
527
|
|
|
261
528
|
|
|
@@ -263,18 +530,13 @@
|
|
|
263
530
|
|
|
264
531
|
<tr class="deep-level-1">
|
|
265
532
|
|
|
266
|
-
<td class="name"><code>
|
|
533
|
+
<td class="name"><code>headers</code></td>
|
|
267
534
|
|
|
268
535
|
|
|
269
536
|
<td class="type">
|
|
270
537
|
|
|
271
538
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
-
|
|
274
|
-
Number
|
|
275
|
-
|
|
276
|
-
</span>
|
|
277
|
-
|
|
539
|
+
<span class="param-type">Object</span>
|
|
278
540
|
|
|
279
541
|
|
|
280
542
|
|
|
@@ -283,12 +545,12 @@
|
|
|
283
545
|
|
|
284
546
|
<td class="default">
|
|
285
547
|
|
|
286
|
-
|
|
548
|
+
null
|
|
287
549
|
|
|
288
550
|
</td>
|
|
289
551
|
|
|
290
552
|
|
|
291
|
-
<td class="description last"><p
|
|
553
|
+
<td class="description last"><p>HTTP请求头,传入方式见下方示例,请严格按照HTTP请求头属性填写,可传入请求方式为POST时的编码方式,默认方式为"text/plain",请注意IGS.NET版本服务目前只支持"text/plain"的编码方式</p></td>
|
|
292
554
|
</tr>
|
|
293
555
|
|
|
294
556
|
|
|
@@ -296,18 +558,13 @@
|
|
|
296
558
|
|
|
297
559
|
<tr class="deep-level-1">
|
|
298
560
|
|
|
299
|
-
<td class="name"><code>
|
|
561
|
+
<td class="name"><code>enablePickFeatures</code></td>
|
|
300
562
|
|
|
301
563
|
|
|
302
564
|
<td class="type">
|
|
303
565
|
|
|
304
566
|
|
|
305
|
-
<span class="param-type">
|
|
306
|
-
|
|
307
|
-
Number
|
|
308
|
-
|
|
309
|
-
</span>
|
|
310
|
-
|
|
567
|
+
<span class="param-type">Boolean</span>
|
|
311
568
|
|
|
312
569
|
|
|
313
570
|
|
|
@@ -316,12 +573,12 @@
|
|
|
316
573
|
|
|
317
574
|
<td class="default">
|
|
318
575
|
|
|
319
|
-
|
|
576
|
+
false
|
|
320
577
|
|
|
321
578
|
</td>
|
|
322
579
|
|
|
323
580
|
|
|
324
|
-
<td class="description last"><p
|
|
581
|
+
<td class="description last"><p>是否启用瓦片要素获取</p></td>
|
|
325
582
|
</tr>
|
|
326
583
|
|
|
327
584
|
|
|
@@ -329,18 +586,13 @@
|
|
|
329
586
|
|
|
330
587
|
<tr class="deep-level-1">
|
|
331
588
|
|
|
332
|
-
<td class="name"><code>
|
|
589
|
+
<td class="name"><code>tileWidth</code></td>
|
|
333
590
|
|
|
334
591
|
|
|
335
592
|
<td class="type">
|
|
336
593
|
|
|
337
594
|
|
|
338
|
-
<span class="param-type">
|
|
339
|
-
|
|
340
|
-
Number
|
|
341
|
-
|
|
342
|
-
</span>
|
|
343
|
-
|
|
595
|
+
<span class="param-type">number</span>
|
|
344
596
|
|
|
345
597
|
|
|
346
598
|
|
|
@@ -349,12 +601,12 @@
|
|
|
349
601
|
|
|
350
602
|
<td class="default">
|
|
351
603
|
|
|
352
|
-
|
|
604
|
+
256
|
|
353
605
|
|
|
354
606
|
</td>
|
|
355
607
|
|
|
356
608
|
|
|
357
|
-
<td class="description last"><p
|
|
609
|
+
<td class="description last"><p>请求瓦片宽度</p></td>
|
|
358
610
|
</tr>
|
|
359
611
|
|
|
360
612
|
|
|
@@ -362,18 +614,13 @@
|
|
|
362
614
|
|
|
363
615
|
<tr class="deep-level-1">
|
|
364
616
|
|
|
365
|
-
<td class="name"><code>
|
|
617
|
+
<td class="name"><code>tileHeight</code></td>
|
|
366
618
|
|
|
367
619
|
|
|
368
620
|
<td class="type">
|
|
369
621
|
|
|
370
622
|
|
|
371
|
-
<span class="param-type">
|
|
372
|
-
|
|
373
|
-
Array
|
|
374
|
-
|
|
375
|
-
</span>
|
|
376
|
-
|
|
623
|
+
<span class="param-type">number</span>
|
|
377
624
|
|
|
378
625
|
|
|
379
626
|
|
|
@@ -382,10 +629,12 @@
|
|
|
382
629
|
|
|
383
630
|
<td class="default">
|
|
384
631
|
|
|
632
|
+
256
|
|
633
|
+
|
|
385
634
|
</td>
|
|
386
635
|
|
|
387
636
|
|
|
388
|
-
<td class="description last"><p
|
|
637
|
+
<td class="description last"><p>请求瓦片高度</p></td>
|
|
389
638
|
</tr>
|
|
390
639
|
|
|
391
640
|
|
|
@@ -393,18 +642,13 @@
|
|
|
393
642
|
|
|
394
643
|
<tr class="deep-level-1">
|
|
395
644
|
|
|
396
|
-
<td class="name"><code>
|
|
645
|
+
<td class="name"><code>minimumLevel</code></td>
|
|
397
646
|
|
|
398
647
|
|
|
399
648
|
<td class="type">
|
|
400
649
|
|
|
401
650
|
|
|
402
|
-
<span class="param-type">
|
|
403
|
-
|
|
404
|
-
String
|
|
405
|
-
|
|
406
|
-
</span>
|
|
407
|
-
|
|
651
|
+
<span class="param-type">number</span>
|
|
408
652
|
|
|
409
653
|
|
|
410
654
|
|
|
@@ -413,10 +657,12 @@
|
|
|
413
657
|
|
|
414
658
|
<td class="default">
|
|
415
659
|
|
|
660
|
+
0
|
|
661
|
+
|
|
416
662
|
</td>
|
|
417
663
|
|
|
418
664
|
|
|
419
|
-
<td class="description last"><p
|
|
665
|
+
<td class="description last"><p>图层最小请求瓦片级别,小于该级别不再请求瓦片</p></td>
|
|
420
666
|
</tr>
|
|
421
667
|
|
|
422
668
|
|
|
@@ -424,18 +670,13 @@
|
|
|
424
670
|
|
|
425
671
|
<tr class="deep-level-1">
|
|
426
672
|
|
|
427
|
-
<td class="name"><code>
|
|
673
|
+
<td class="name"><code>maximumLevel</code></td>
|
|
428
674
|
|
|
429
675
|
|
|
430
676
|
<td class="type">
|
|
431
677
|
|
|
432
678
|
|
|
433
|
-
<span class="param-type">
|
|
434
|
-
|
|
435
|
-
String
|
|
436
|
-
|
|
437
|
-
</span>
|
|
438
|
-
|
|
679
|
+
<span class="param-type">number</span>
|
|
439
680
|
|
|
440
681
|
|
|
441
682
|
|
|
@@ -447,7 +688,7 @@
|
|
|
447
688
|
</td>
|
|
448
689
|
|
|
449
690
|
|
|
450
|
-
<td class="description last"><p
|
|
691
|
+
<td class="description last"><p>图层最大请求瓦片级别,大于该级别不再请求瓦片</p></td>
|
|
451
692
|
</tr>
|
|
452
693
|
|
|
453
694
|
|
|
@@ -455,18 +696,13 @@
|
|
|
455
696
|
|
|
456
697
|
<tr class="deep-level-1">
|
|
457
698
|
|
|
458
|
-
<td class="name"><code>
|
|
699
|
+
<td class="name"><code>gdbps</code></td>
|
|
459
700
|
|
|
460
701
|
|
|
461
702
|
<td class="type">
|
|
462
703
|
|
|
463
704
|
|
|
464
|
-
<span class="param-type">
|
|
465
|
-
|
|
466
|
-
Object
|
|
467
|
-
|
|
468
|
-
</span>
|
|
469
|
-
|
|
705
|
+
<span class="param-type">Array</span>
|
|
470
706
|
|
|
471
707
|
|
|
472
708
|
|
|
@@ -475,10 +711,12 @@
|
|
|
475
711
|
|
|
476
712
|
<td class="default">
|
|
477
713
|
|
|
714
|
+
[]
|
|
715
|
+
|
|
478
716
|
</td>
|
|
479
717
|
|
|
480
718
|
|
|
481
|
-
<td class="description last"><p
|
|
719
|
+
<td class="description last"><p>gdbps地址数组</p></td>
|
|
482
720
|
</tr>
|
|
483
721
|
|
|
484
722
|
|
|
@@ -486,18 +724,13 @@
|
|
|
486
724
|
|
|
487
725
|
<tr class="deep-level-1">
|
|
488
726
|
|
|
489
|
-
<td class="name"><code>
|
|
727
|
+
<td class="name"><code>filters</code></td>
|
|
490
728
|
|
|
491
729
|
|
|
492
730
|
<td class="type">
|
|
493
731
|
|
|
494
732
|
|
|
495
|
-
<span class="param-type">
|
|
496
|
-
|
|
497
|
-
String
|
|
498
|
-
|
|
499
|
-
</span>
|
|
500
|
-
|
|
733
|
+
<span class="param-type">String</span>
|
|
501
734
|
|
|
502
735
|
|
|
503
736
|
|
|
@@ -506,10 +739,12 @@
|
|
|
506
739
|
|
|
507
740
|
<td class="default">
|
|
508
741
|
|
|
742
|
+
null
|
|
743
|
+
|
|
509
744
|
</td>
|
|
510
745
|
|
|
511
746
|
|
|
512
|
-
<td class="description last"><p
|
|
747
|
+
<td class="description last"><p>用户指定的图层过滤条件,它由多个键值对组成,值为过滤条件</p></td>
|
|
513
748
|
</tr>
|
|
514
749
|
|
|
515
750
|
|
|
@@ -517,18 +752,13 @@
|
|
|
517
752
|
|
|
518
753
|
<tr class="deep-level-1">
|
|
519
754
|
|
|
520
|
-
<td class="name"><code>
|
|
755
|
+
<td class="name"><code>extensions</code></td>
|
|
521
756
|
|
|
522
757
|
|
|
523
758
|
<td class="type">
|
|
524
759
|
|
|
525
760
|
|
|
526
|
-
<span class="param-type">
|
|
527
|
-
|
|
528
|
-
Object
|
|
529
|
-
|
|
530
|
-
</span>
|
|
531
|
-
|
|
761
|
+
<span class="param-type">Array</span>
|
|
532
762
|
|
|
533
763
|
|
|
534
764
|
|
|
@@ -537,12 +767,12 @@
|
|
|
537
767
|
|
|
538
768
|
<td class="default">
|
|
539
769
|
|
|
540
|
-
|
|
770
|
+
[]
|
|
541
771
|
|
|
542
772
|
</td>
|
|
543
773
|
|
|
544
774
|
|
|
545
|
-
<td class="description last"><p
|
|
775
|
+
<td class="description last"><p>自定义扩展参数,将参数里面的对象解析出来拼装在出图地址后面</p></td>
|
|
546
776
|
</tr>
|
|
547
777
|
|
|
548
778
|
|
|
@@ -550,18 +780,13 @@
|
|
|
550
780
|
|
|
551
781
|
<tr class="deep-level-1">
|
|
552
782
|
|
|
553
|
-
<td class="name"><code>
|
|
783
|
+
<td class="name"><code>proxy</code></td>
|
|
554
784
|
|
|
555
785
|
|
|
556
786
|
<td class="type">
|
|
557
787
|
|
|
558
788
|
|
|
559
|
-
<span class="param-type">
|
|
560
|
-
|
|
561
|
-
Array
|
|
562
|
-
|
|
563
|
-
</span>
|
|
564
|
-
|
|
789
|
+
<span class="param-type">String</span>
|
|
565
790
|
|
|
566
791
|
|
|
567
792
|
|
|
@@ -570,10 +795,12 @@
|
|
|
570
795
|
|
|
571
796
|
<td class="default">
|
|
572
797
|
|
|
798
|
+
null
|
|
799
|
+
|
|
573
800
|
</td>
|
|
574
801
|
|
|
575
802
|
|
|
576
|
-
<td class="description last"><p
|
|
803
|
+
<td class="description last"><p>转发代理</p></td>
|
|
577
804
|
</tr>
|
|
578
805
|
|
|
579
806
|
|
|
@@ -587,12 +814,7 @@
|
|
|
587
814
|
<td class="type">
|
|
588
815
|
|
|
589
816
|
|
|
590
|
-
<span class="param-type">
|
|
591
|
-
|
|
592
|
-
Array
|
|
593
|
-
|
|
594
|
-
</span>
|
|
595
|
-
|
|
817
|
+
<span class="param-type">Array</span>
|
|
596
818
|
|
|
597
819
|
|
|
598
820
|
|
|
@@ -601,6 +823,8 @@
|
|
|
601
823
|
|
|
602
824
|
<td class="default">
|
|
603
825
|
|
|
826
|
+
[]
|
|
827
|
+
|
|
604
828
|
</td>
|
|
605
829
|
|
|
606
830
|
|
|
@@ -618,12 +842,7 @@
|
|
|
618
842
|
<td class="type">
|
|
619
843
|
|
|
620
844
|
|
|
621
|
-
<span class="param-type">
|
|
622
|
-
|
|
623
|
-
function
|
|
624
|
-
|
|
625
|
-
</span>
|
|
626
|
-
|
|
845
|
+
<span class="param-type">function</span>
|
|
627
846
|
|
|
628
847
|
|
|
629
848
|
|
|
@@ -632,6 +851,8 @@
|
|
|
632
851
|
|
|
633
852
|
<td class="default">
|
|
634
853
|
|
|
854
|
+
null
|
|
855
|
+
|
|
635
856
|
</td>
|
|
636
857
|
|
|
637
858
|
|
|
@@ -649,12 +870,7 @@
|
|
|
649
870
|
<td class="type">
|
|
650
871
|
|
|
651
872
|
|
|
652
|
-
<span class="param-type">
|
|
653
|
-
|
|
654
|
-
String
|
|
655
|
-
|
|
656
|
-
</span>
|
|
657
|
-
|
|
873
|
+
<span class="param-type">String</span>
|
|
658
874
|
|
|
659
875
|
|
|
660
876
|
|
|
@@ -663,6 +879,8 @@
|
|
|
663
879
|
|
|
664
880
|
<td class="default">
|
|
665
881
|
|
|
882
|
+
Math.random().toString(36).substring(2)
|
|
883
|
+
|
|
666
884
|
</td>
|
|
667
885
|
|
|
668
886
|
|
|
@@ -680,12 +898,10 @@
|
|
|
680
898
|
<td class="type">
|
|
681
899
|
|
|
682
900
|
|
|
683
|
-
<span class="param-type">
|
|
684
|
-
|
|
685
|
-
Boolean
|
|
686
|
-
|
|
687
|
-
</span>
|
|
901
|
+
<span class="param-type">Boolean</span>
|
|
902
|
+
|
|
|
688
903
|
|
|
904
|
+
<span class="param-type">undefined</span>
|
|
689
905
|
|
|
690
906
|
|
|
691
907
|
|
|
@@ -769,15 +985,26 @@
|
|
|
769
985
|
|
|
770
986
|
|
|
771
987
|
|
|
772
|
-
<p class="summary"><h5
|
|
773
|
-
<a href='#
|
|
774
|
-
<a href='#
|
|
988
|
+
<p class="summary"><h5>请参考以下示例:</h5>
|
|
989
|
+
<a href='#example1'>1、添加一个MapGIS地图图片图层:原生接口开发</a><br>
|
|
990
|
+
<a href='#example2'>2、添加一个MapGIS地图图片图层:混合接口</a><br>
|
|
991
|
+
<a href='#example3'>3、extensions参数的配置方法</a><br>
|
|
992
|
+
<a href='#example4'>4、headers参数的配置方法</a><br>
|
|
993
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/mapgis-map-image-layers' target='_blank'>5、子图层过滤</a><br>
|
|
994
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/image-layer-elevation-mode-setting' target='_blank'>6、影像图层高程模式设置</a><br>
|
|
995
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>7、卷帘</a><br>
|
|
996
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/sceneControl/scene/globe-independent-translucency' target='_blank'>8、地表透明度独立控制</a><br>
|
|
997
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#mapPictureLayer' target='_blank'>9、更多图层加载示例</a>
|
|
998
|
+
<h5 style='margin-top: 10px;'>支持如下方法:</h5>
|
|
999
|
+
<a href='#fromUrl'>[1、通过MapGIS地图服务的url获取MapGISMapServerImageryProvider对象]</a><br/>
|
|
1000
|
+
<a href='#pickFeatures'>[2、获取瓦片的要素]</a><br/>
|
|
1001
|
+
<a href='#requestImage'>[3、请求给定贴图的图像]</a><br/></p>
|
|
775
1002
|
|
|
776
1003
|
|
|
777
1004
|
|
|
778
1005
|
<h5>示例</h5>
|
|
779
1006
|
|
|
780
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
1007
|
+
<p class="code-caption"><h7 id='example1'>添加一个MapGIS地图图片图层:原生接口开发</h7></p>
|
|
781
1008
|
|
|
782
1009
|
|
|
783
1010
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
@@ -797,12 +1024,12 @@ async function addIGSMapImageLayer(url) {
|
|
|
797
1024
|
addIGSMapImageLayer(url)</code></pre>
|
|
798
1025
|
|
|
799
1026
|
|
|
800
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
1027
|
+
<p class="code-caption"><h7 id='example2'>添加一个MapGIS地图图片图层:混合接口开发</h7></p>
|
|
801
1028
|
|
|
802
1029
|
|
|
803
1030
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
804
1031
|
const { MapGISMapServerImageryProvider } = zondy
|
|
805
|
-
const { IGSMapImageLayer } = zondy.
|
|
1032
|
+
const { IGSMapImageLayer } = zondy.layer
|
|
806
1033
|
const { initializeOptions } = zondy.cesium.util
|
|
807
1034
|
// ES6引入方式
|
|
808
1035
|
import { MapGISMapServerImageryProvider, initializeOptions } from "@mapgis/webclient-cesium-plugin"
|
|
@@ -827,7 +1054,7 @@ igsMapImageLayer.load().then((layer) => {
|
|
|
827
1054
|
})</code></pre>
|
|
828
1055
|
|
|
829
1056
|
|
|
830
|
-
<p class="code-caption"><h7>extensions参数的配置方法</h7></p>
|
|
1057
|
+
<p class="code-caption"><h7 id='example3'>extensions参数的配置方法</h7></p>
|
|
831
1058
|
|
|
832
1059
|
|
|
833
1060
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
@@ -847,10 +1074,9 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
847
1074
|
})</code></pre>
|
|
848
1075
|
|
|
849
1076
|
|
|
850
|
-
<p class="code-caption"><h7>headers参数的配置方法</h7></p>
|
|
851
|
-
|
|
852
1077
|
|
|
853
|
-
<pre class="prettyprint"><code
|
|
1078
|
+
<pre class="prettyprint"><code><caption id='example4'><h7>headers参数的配置方法</h7></caption>
|
|
1079
|
+
const options = {
|
|
854
1080
|
headers: {
|
|
855
1081
|
'Content-Type': 'text/plain',
|
|
856
1082
|
'Accept-Language': 'zh-cn,zh;q=0.5'
|
|
@@ -882,238 +1108,6 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
882
1108
|
|
|
883
1109
|
<div class='vertical-section'>
|
|
884
1110
|
<h3 id='member'>成员变量</h3>
|
|
885
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
886
|
-
<div class="table-container">
|
|
887
|
-
<table class="params table">
|
|
888
|
-
<thead>
|
|
889
|
-
<tr>
|
|
890
|
-
<th>名称</th>
|
|
891
|
-
<th>类型</th>
|
|
892
|
-
<th>描述</th>
|
|
893
|
-
</tr>
|
|
894
|
-
</thead>
|
|
895
|
-
<tbody>
|
|
896
|
-
|
|
897
|
-
<tr class="deep-level-0">
|
|
898
|
-
<td class="name"><code><a href="#credit">credit</a></code></td>
|
|
899
|
-
<td class="name">
|
|
900
|
-
<code>
|
|
901
|
-
|
|
902
|
-
<span class="param-type">
|
|
903
|
-
|
|
904
|
-
Credit
|
|
905
|
-
|
|
906
|
-
</span>
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
</code>
|
|
911
|
-
</td>
|
|
912
|
-
<td class="name"><code><p>获取此图像提供程序处于活动状态时要显示的凭证</p></code></td>
|
|
913
|
-
</tr>
|
|
914
|
-
|
|
915
|
-
<tr class="deep-level-0">
|
|
916
|
-
<td class="name"><code><a href="#gdbps">gdbps</a></code></td>
|
|
917
|
-
<td class="name">
|
|
918
|
-
<code>
|
|
919
|
-
|
|
920
|
-
<span class="param-type">
|
|
921
|
-
|
|
922
|
-
Array
|
|
923
|
-
|
|
924
|
-
</span>
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
</code>
|
|
929
|
-
</td>
|
|
930
|
-
<td class="name"><code><p>gdbps地址数组</p></code></td>
|
|
931
|
-
</tr>
|
|
932
|
-
|
|
933
|
-
<tr class="deep-level-0">
|
|
934
|
-
<td class="name"><code><a href="#layers">layers</a></code></td>
|
|
935
|
-
<td class="name">
|
|
936
|
-
<code>
|
|
937
|
-
|
|
938
|
-
<span class="param-type">
|
|
939
|
-
|
|
940
|
-
String
|
|
941
|
-
|
|
942
|
-
</span>
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
</code>
|
|
947
|
-
</td>
|
|
948
|
-
<td class="name"><code><p>获取要显示的以逗号分隔的图层ID列表</p></code></td>
|
|
949
|
-
</tr>
|
|
950
|
-
|
|
951
|
-
<tr class="deep-level-0">
|
|
952
|
-
<td class="name"><code><a href="#maximumLevel">maximumLevel</a></code></td>
|
|
953
|
-
<td class="name">
|
|
954
|
-
<code>
|
|
955
|
-
|
|
956
|
-
<span class="param-type">
|
|
957
|
-
|
|
958
|
-
Number
|
|
959
|
-
|
|
960
|
-
</span>
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
</code>
|
|
965
|
-
</td>
|
|
966
|
-
<td class="name"><code><p>瓦片最大级别</p></code></td>
|
|
967
|
-
</tr>
|
|
968
|
-
|
|
969
|
-
<tr class="deep-level-0">
|
|
970
|
-
<td class="name"><code><a href="#minimumLevel">minimumLevel</a></code></td>
|
|
971
|
-
<td class="name">
|
|
972
|
-
<code>
|
|
973
|
-
|
|
974
|
-
<span class="param-type">
|
|
975
|
-
|
|
976
|
-
Number
|
|
977
|
-
|
|
978
|
-
</span>
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
</code>
|
|
983
|
-
</td>
|
|
984
|
-
<td class="name"><code><p>瓦片最小级别</p></code></td>
|
|
985
|
-
</tr>
|
|
986
|
-
|
|
987
|
-
<tr class="deep-level-0">
|
|
988
|
-
<td class="name"><code><a href="#proxy">proxy</a></code></td>
|
|
989
|
-
<td class="name">
|
|
990
|
-
<code>
|
|
991
|
-
|
|
992
|
-
<span class="param-type">
|
|
993
|
-
|
|
994
|
-
Proxy
|
|
995
|
-
|
|
996
|
-
</span>
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
</code>
|
|
1001
|
-
</td>
|
|
1002
|
-
<td class="name"><code><p>获取代理</p></code></td>
|
|
1003
|
-
</tr>
|
|
1004
|
-
|
|
1005
|
-
<tr class="deep-level-0">
|
|
1006
|
-
<td class="name"><code><a href="#ready">ready</a></code></td>
|
|
1007
|
-
<td class="name">
|
|
1008
|
-
<code>
|
|
1009
|
-
|
|
1010
|
-
<span class="param-type">
|
|
1011
|
-
|
|
1012
|
-
Boolean
|
|
1013
|
-
|
|
1014
|
-
</span>
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
</code>
|
|
1019
|
-
</td>
|
|
1020
|
-
<td class="name"><code><p>获取当前图层是否创建完成</p></code></td>
|
|
1021
|
-
</tr>
|
|
1022
|
-
|
|
1023
|
-
<tr class="deep-level-0">
|
|
1024
|
-
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
1025
|
-
<td class="name">
|
|
1026
|
-
<code>
|
|
1027
|
-
|
|
1028
|
-
<span class="param-type">
|
|
1029
|
-
|
|
1030
|
-
Rectangle
|
|
1031
|
-
|
|
1032
|
-
</span>
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
</code>
|
|
1037
|
-
</td>
|
|
1038
|
-
<td class="name"><code><p>服务请求范围</p></code></td>
|
|
1039
|
-
</tr>
|
|
1040
|
-
|
|
1041
|
-
<tr class="deep-level-0">
|
|
1042
|
-
<td class="name"><code><a href="#tileHeight">tileHeight</a></code></td>
|
|
1043
|
-
<td class="name">
|
|
1044
|
-
<code>
|
|
1045
|
-
|
|
1046
|
-
<span class="param-type">
|
|
1047
|
-
|
|
1048
|
-
Number
|
|
1049
|
-
|
|
1050
|
-
</span>
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
</code>
|
|
1055
|
-
</td>
|
|
1056
|
-
<td class="name"><code><p>瓦片高度</p></code></td>
|
|
1057
|
-
</tr>
|
|
1058
|
-
|
|
1059
|
-
<tr class="deep-level-0">
|
|
1060
|
-
<td class="name"><code><a href="#tileWidth">tileWidth</a></code></td>
|
|
1061
|
-
<td class="name">
|
|
1062
|
-
<code>
|
|
1063
|
-
|
|
1064
|
-
<span class="param-type">
|
|
1065
|
-
|
|
1066
|
-
Number
|
|
1067
|
-
|
|
1068
|
-
</span>
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
</code>
|
|
1073
|
-
</td>
|
|
1074
|
-
<td class="name"><code><p>瓦片宽度</p></code></td>
|
|
1075
|
-
</tr>
|
|
1076
|
-
|
|
1077
|
-
<tr class="deep-level-0">
|
|
1078
|
-
<td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
|
|
1079
|
-
<td class="name">
|
|
1080
|
-
<code>
|
|
1081
|
-
|
|
1082
|
-
<span class="param-type">
|
|
1083
|
-
|
|
1084
|
-
TilingScheme
|
|
1085
|
-
|
|
1086
|
-
</span>
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
</code>
|
|
1091
|
-
</td>
|
|
1092
|
-
<td class="name"><code><p>瓦片平铺规则</p></code></td>
|
|
1093
|
-
</tr>
|
|
1094
|
-
|
|
1095
|
-
<tr class="deep-level-0">
|
|
1096
|
-
<td class="name"><code><a href="#url">url</a></code></td>
|
|
1097
|
-
<td class="name">
|
|
1098
|
-
<code>
|
|
1099
|
-
|
|
1100
|
-
<span class="param-type">
|
|
1101
|
-
|
|
1102
|
-
String
|
|
1103
|
-
|
|
1104
|
-
</span>
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
</code>
|
|
1109
|
-
</td>
|
|
1110
|
-
<td class="name"><code><p>服务地址</p></code></td>
|
|
1111
|
-
</tr>
|
|
1112
|
-
|
|
1113
|
-
</tbody>
|
|
1114
|
-
</table>
|
|
1115
|
-
</div>
|
|
1116
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
1117
1111
|
<div class="members">
|
|
1118
1112
|
|
|
1119
1113
|
<div class="member">
|
|
@@ -1121,12 +1115,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1121
1115
|
<span class="method-parameter is-pulled-right">
|
|
1122
1116
|
<label>类型:</label>
|
|
1123
1117
|
|
|
1124
|
-
<span class="param-type">
|
|
1125
|
-
|
|
1126
|
-
Credit
|
|
1127
|
-
|
|
1128
|
-
</span>
|
|
1129
|
-
|
|
1118
|
+
<span class="param-type">Credit</span>
|
|
1130
1119
|
|
|
1131
1120
|
|
|
1132
1121
|
</span>
|
|
@@ -1200,12 +1189,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1200
1189
|
<span class="method-parameter is-pulled-right">
|
|
1201
1190
|
<label>类型:</label>
|
|
1202
1191
|
|
|
1203
|
-
<span class="param-type">
|
|
1204
|
-
|
|
1205
|
-
Array
|
|
1206
|
-
|
|
1207
|
-
</span>
|
|
1208
|
-
|
|
1192
|
+
<span class="param-type">Array</span>
|
|
1209
1193
|
|
|
1210
1194
|
|
|
1211
1195
|
</span>
|
|
@@ -1275,12 +1259,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1275
1259
|
<span class="method-parameter is-pulled-right">
|
|
1276
1260
|
<label>类型:</label>
|
|
1277
1261
|
|
|
1278
|
-
<span class="param-type">
|
|
1279
|
-
|
|
1280
|
-
String
|
|
1281
|
-
|
|
1282
|
-
</span>
|
|
1283
|
-
|
|
1262
|
+
<span class="param-type">String</span>
|
|
1284
1263
|
|
|
1285
1264
|
|
|
1286
1265
|
</span>
|
|
@@ -1350,12 +1329,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1350
1329
|
<span class="method-parameter is-pulled-right">
|
|
1351
1330
|
<label>类型:</label>
|
|
1352
1331
|
|
|
1353
|
-
<span class="param-type">
|
|
1354
|
-
|
|
1355
|
-
Number
|
|
1356
|
-
|
|
1357
|
-
</span>
|
|
1358
|
-
|
|
1332
|
+
<span class="param-type">Number</span>
|
|
1359
1333
|
|
|
1360
1334
|
|
|
1361
1335
|
</span>
|
|
@@ -1429,12 +1403,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1429
1403
|
<span class="method-parameter is-pulled-right">
|
|
1430
1404
|
<label>类型:</label>
|
|
1431
1405
|
|
|
1432
|
-
<span class="param-type">
|
|
1433
|
-
|
|
1434
|
-
Number
|
|
1435
|
-
|
|
1436
|
-
</span>
|
|
1437
|
-
|
|
1406
|
+
<span class="param-type">Number</span>
|
|
1438
1407
|
|
|
1439
1408
|
|
|
1440
1409
|
</span>
|
|
@@ -1508,12 +1477,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1508
1477
|
<span class="method-parameter is-pulled-right">
|
|
1509
1478
|
<label>类型:</label>
|
|
1510
1479
|
|
|
1511
|
-
<span class="param-type">
|
|
1512
|
-
|
|
1513
|
-
Proxy
|
|
1514
|
-
|
|
1515
|
-
</span>
|
|
1516
|
-
|
|
1480
|
+
<span class="param-type">Proxy</span>
|
|
1517
1481
|
|
|
1518
1482
|
|
|
1519
1483
|
</span>
|
|
@@ -1587,12 +1551,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1587
1551
|
<span class="method-parameter is-pulled-right">
|
|
1588
1552
|
<label>类型:</label>
|
|
1589
1553
|
|
|
1590
|
-
<span class="param-type">
|
|
1591
|
-
|
|
1592
|
-
Boolean
|
|
1593
|
-
|
|
1594
|
-
</span>
|
|
1595
|
-
|
|
1554
|
+
<span class="param-type">Boolean</span>
|
|
1596
1555
|
|
|
1597
1556
|
|
|
1598
1557
|
</span>
|
|
@@ -1666,12 +1625,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1666
1625
|
<span class="method-parameter is-pulled-right">
|
|
1667
1626
|
<label>类型:</label>
|
|
1668
1627
|
|
|
1669
|
-
<span class="param-type">
|
|
1670
|
-
|
|
1671
|
-
Rectangle
|
|
1672
|
-
|
|
1673
|
-
</span>
|
|
1674
|
-
|
|
1628
|
+
<span class="param-type">Rectangle</span>
|
|
1675
1629
|
|
|
1676
1630
|
|
|
1677
1631
|
</span>
|
|
@@ -1745,12 +1699,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1745
1699
|
<span class="method-parameter is-pulled-right">
|
|
1746
1700
|
<label>类型:</label>
|
|
1747
1701
|
|
|
1748
|
-
<span class="param-type">
|
|
1749
|
-
|
|
1750
|
-
Number
|
|
1751
|
-
|
|
1752
|
-
</span>
|
|
1753
|
-
|
|
1702
|
+
<span class="param-type">Number</span>
|
|
1754
1703
|
|
|
1755
1704
|
|
|
1756
1705
|
</span>
|
|
@@ -1824,12 +1773,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1824
1773
|
<span class="method-parameter is-pulled-right">
|
|
1825
1774
|
<label>类型:</label>
|
|
1826
1775
|
|
|
1827
|
-
<span class="param-type">
|
|
1828
|
-
|
|
1829
|
-
Number
|
|
1830
|
-
|
|
1831
|
-
</span>
|
|
1832
|
-
|
|
1776
|
+
<span class="param-type">Number</span>
|
|
1833
1777
|
|
|
1834
1778
|
|
|
1835
1779
|
</span>
|
|
@@ -1903,12 +1847,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1903
1847
|
<span class="method-parameter is-pulled-right">
|
|
1904
1848
|
<label>类型:</label>
|
|
1905
1849
|
|
|
1906
|
-
<span class="param-type">
|
|
1907
|
-
|
|
1908
|
-
TilingScheme
|
|
1909
|
-
|
|
1910
|
-
</span>
|
|
1911
|
-
|
|
1850
|
+
<span class="param-type">TilingScheme</span>
|
|
1912
1851
|
|
|
1913
1852
|
|
|
1914
1853
|
</span>
|
|
@@ -1982,12 +1921,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1982
1921
|
<span class="method-parameter is-pulled-right">
|
|
1983
1922
|
<label>类型:</label>
|
|
1984
1923
|
|
|
1985
|
-
<span class="param-type">
|
|
1986
|
-
|
|
1987
|
-
String
|
|
1988
|
-
|
|
1989
|
-
</span>
|
|
1990
|
-
|
|
1924
|
+
<span class="param-type">String</span>
|
|
1991
1925
|
|
|
1992
1926
|
|
|
1993
1927
|
</span>
|
|
@@ -2063,90 +1997,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2063
1997
|
|
|
2064
1998
|
<div class='vertical-section'>
|
|
2065
1999
|
<h3 id='function'>方法</h3>
|
|
2066
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
2067
2000
|
<div class="members">
|
|
2068
|
-
<div class="table-container">
|
|
2069
|
-
<table class="params table">
|
|
2070
|
-
<thead>
|
|
2071
|
-
<tr>
|
|
2072
|
-
<th>名称</th>
|
|
2073
|
-
<th>返回值类型</th>
|
|
2074
|
-
<th>描述</th>
|
|
2075
|
-
</tr>
|
|
2076
|
-
</thead>
|
|
2077
|
-
<tbody>
|
|
2078
|
-
|
|
2079
|
-
<tr class="deep-level-0">
|
|
2080
|
-
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
2081
|
-
<td class="name">
|
|
2082
|
-
<code>
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
<span class="param-type">
|
|
2086
|
-
|
|
2087
|
-
<a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a>
|
|
2088
|
-
|
|
2089
|
-
</span>
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
</code>
|
|
2095
|
-
</td>
|
|
2096
|
-
<td class="name"><code><p>通过MapGIS地图服务的url获取MapGISMapServerImageryProvider对象</p></code></td>
|
|
2097
|
-
</tr>
|
|
2098
|
-
|
|
2099
|
-
<tr class="deep-level-0">
|
|
2100
|
-
<td class="name"><code><a href="#pickFeatures">pickFeatures</a></code></td>
|
|
2101
|
-
<td class="name">
|
|
2102
|
-
<code>
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
<span class="param-type">
|
|
2106
|
-
|
|
2107
|
-
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
2108
|
-
|
|
2109
|
-
</span>
|
|
2110
|
-
|
|
|
2111
|
-
|
|
2112
|
-
<span class="param-type">
|
|
2113
|
-
|
|
2114
|
-
undefined
|
|
2115
|
-
|
|
2116
|
-
</span>
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
</code>
|
|
2122
|
-
</td>
|
|
2123
|
-
<td class="name"><code><p>获取瓦片的要素</p></code></td>
|
|
2124
|
-
</tr>
|
|
2125
|
-
|
|
2126
|
-
<tr class="deep-level-0">
|
|
2127
|
-
<td class="name"><code><a href="#requestImage">requestImage</a></code></td>
|
|
2128
|
-
<td class="name">
|
|
2129
|
-
<code>
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
<span class="param-type">
|
|
2133
|
-
|
|
2134
|
-
Object
|
|
2135
|
-
|
|
2136
|
-
</span>
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
</code>
|
|
2142
|
-
</td>
|
|
2143
|
-
<td class="name"><code><p>请求给定贴图的图像</p></code></td>
|
|
2144
|
-
</tr>
|
|
2145
|
-
|
|
2146
|
-
</tbody>
|
|
2147
|
-
</table>
|
|
2148
|
-
</div>
|
|
2149
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
2150
2001
|
|
|
2151
2002
|
<div class="member">
|
|
2152
2003
|
|
|
@@ -2161,7 +2012,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2161
2012
|
<span class='tag'>static</span>
|
|
2162
2013
|
|
|
2163
2014
|
|
|
2164
|
-
<span class="code-name"
|
|
2015
|
+
<span class="code-name" style="font-size:30px">
|
|
2165
2016
|
|
|
2166
2017
|
fromUrl<span class="signature">(url, options)</span>
|
|
2167
2018
|
|
|
@@ -2171,7 +2022,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2171
2022
|
|
|
2172
2023
|
|
|
2173
2024
|
<div class="description">
|
|
2174
|
-
<p>通过MapGIS地图服务的url获取MapGISMapServerImageryProvider
|
|
2025
|
+
<p>通过MapGIS地图服务的url获取MapGISMapServerImageryProvider对象<a id='fromUrl'/></p>
|
|
2175
2026
|
</div>
|
|
2176
2027
|
|
|
2177
2028
|
|
|
@@ -2183,7 +2034,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2183
2034
|
|
|
2184
2035
|
|
|
2185
2036
|
|
|
2186
|
-
<h4
|
|
2037
|
+
<h4>参数:</h4>
|
|
2187
2038
|
|
|
2188
2039
|
<div class="table-container">
|
|
2189
2040
|
<table class="params table">
|
|
@@ -2213,12 +2064,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2213
2064
|
<td class="type">
|
|
2214
2065
|
|
|
2215
2066
|
|
|
2216
|
-
<span class="param-type">
|
|
2217
|
-
|
|
2218
|
-
String
|
|
2219
|
-
|
|
2220
|
-
</span>
|
|
2221
|
-
|
|
2067
|
+
<span class="param-type">String</span>
|
|
2222
2068
|
|
|
2223
2069
|
|
|
2224
2070
|
|
|
@@ -2242,12 +2088,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2242
2088
|
<td class="type">
|
|
2243
2089
|
|
|
2244
2090
|
|
|
2245
|
-
<span class="param-type">
|
|
2246
|
-
|
|
2247
|
-
Object
|
|
2248
|
-
|
|
2249
|
-
</span>
|
|
2250
|
-
|
|
2091
|
+
<span class="param-type">Object</span>
|
|
2251
2092
|
|
|
2252
2093
|
|
|
2253
2094
|
|
|
@@ -2322,23 +2163,20 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2322
2163
|
|
|
2323
2164
|
|
|
2324
2165
|
<div class='columns method-parameter'>
|
|
2325
|
-
<div class="column is-2"><label
|
|
2166
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2326
2167
|
<div class="column is-10">
|
|
2327
2168
|
|
|
2328
2169
|
|
|
2329
2170
|
|
|
2330
2171
|
<div class="columns">
|
|
2331
2172
|
|
|
2173
|
+
<div class='param-desc column is-7'><p>初始化完毕的MapGISMapServerImageryProvider对象</p></div>
|
|
2174
|
+
|
|
2332
2175
|
|
|
2333
2176
|
<div class='column is-5 has-text-left'>
|
|
2334
2177
|
<label>类型: </label>
|
|
2335
2178
|
|
|
2336
|
-
<span class="param-type">
|
|
2337
|
-
|
|
2338
|
-
<a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a>
|
|
2339
|
-
|
|
2340
|
-
</span>
|
|
2341
|
-
|
|
2179
|
+
<span class="param-type">Cesium.MapGISMapServerImageryProvider</span>
|
|
2342
2180
|
|
|
2343
2181
|
|
|
2344
2182
|
</div>
|
|
@@ -2363,7 +2201,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2363
2201
|
<h4 class="name" id="pickFeatures">
|
|
2364
2202
|
<a class="href-link" href="#pickFeatures">#</a>
|
|
2365
2203
|
|
|
2366
|
-
<span class="code-name"
|
|
2204
|
+
<span class="code-name" style="font-size:30px">
|
|
2367
2205
|
|
|
2368
2206
|
pickFeatures<span class="signature">(x, y, level)</span>
|
|
2369
2207
|
|
|
@@ -2373,7 +2211,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2373
2211
|
|
|
2374
2212
|
|
|
2375
2213
|
<div class="description">
|
|
2376
|
-
<p
|
|
2214
|
+
<p>获取瓦片的要素<a id='pickFeatures'/></p>
|
|
2377
2215
|
</div>
|
|
2378
2216
|
|
|
2379
2217
|
|
|
@@ -2385,7 +2223,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2385
2223
|
|
|
2386
2224
|
|
|
2387
2225
|
|
|
2388
|
-
<h4
|
|
2226
|
+
<h4>参数:</h4>
|
|
2389
2227
|
|
|
2390
2228
|
<div class="table-container">
|
|
2391
2229
|
<table class="params table">
|
|
@@ -2415,12 +2253,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2415
2253
|
<td class="type">
|
|
2416
2254
|
|
|
2417
2255
|
|
|
2418
|
-
<span class="param-type">
|
|
2419
|
-
|
|
2420
|
-
Number
|
|
2421
|
-
|
|
2422
|
-
</span>
|
|
2423
|
-
|
|
2256
|
+
<span class="param-type">Number</span>
|
|
2424
2257
|
|
|
2425
2258
|
|
|
2426
2259
|
|
|
@@ -2444,12 +2277,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2444
2277
|
<td class="type">
|
|
2445
2278
|
|
|
2446
2279
|
|
|
2447
|
-
<span class="param-type">
|
|
2448
|
-
|
|
2449
|
-
Number
|
|
2450
|
-
|
|
2451
|
-
</span>
|
|
2452
|
-
|
|
2280
|
+
<span class="param-type">Number</span>
|
|
2453
2281
|
|
|
2454
2282
|
|
|
2455
2283
|
|
|
@@ -2473,12 +2301,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2473
2301
|
<td class="type">
|
|
2474
2302
|
|
|
2475
2303
|
|
|
2476
|
-
<span class="param-type">
|
|
2477
|
-
|
|
2478
|
-
Number
|
|
2479
|
-
|
|
2480
|
-
</span>
|
|
2481
|
-
|
|
2304
|
+
<span class="param-type">Number</span>
|
|
2482
2305
|
|
|
2483
2306
|
|
|
2484
2307
|
|
|
@@ -2553,7 +2376,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2553
2376
|
|
|
2554
2377
|
|
|
2555
2378
|
<div class='columns method-parameter'>
|
|
2556
|
-
<div class="column is-2"><label
|
|
2379
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2557
2380
|
<div class="column is-10">
|
|
2558
2381
|
|
|
2559
2382
|
|
|
@@ -2567,19 +2390,10 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2567
2390
|
<div class='column is-5 has-text-left'>
|
|
2568
2391
|
<label>类型: </label>
|
|
2569
2392
|
|
|
2570
|
-
<span class="param-type">
|
|
2571
|
-
|
|
2572
|
-
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
2573
|
-
|
|
2574
|
-
</span>
|
|
2393
|
+
<span class="param-type"><a href="Promise.html">Promise</a>.<Array.<ImageryLayerFeatureInfo>></span>
|
|
2575
2394
|
|
|
|
2576
2395
|
|
|
2577
|
-
<span class="param-type">
|
|
2578
|
-
|
|
2579
|
-
undefined
|
|
2580
|
-
|
|
2581
|
-
</span>
|
|
2582
|
-
|
|
2396
|
+
<span class="param-type">undefined</span>
|
|
2583
2397
|
|
|
2584
2398
|
|
|
2585
2399
|
</div>
|
|
@@ -2604,7 +2418,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2604
2418
|
<h4 class="name" id="requestImage">
|
|
2605
2419
|
<a class="href-link" href="#requestImage">#</a>
|
|
2606
2420
|
|
|
2607
|
-
<span class="code-name"
|
|
2421
|
+
<span class="code-name" style="font-size:30px">
|
|
2608
2422
|
|
|
2609
2423
|
requestImage<span class="signature">(x, y, level, request)</span>
|
|
2610
2424
|
|
|
@@ -2614,7 +2428,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2614
2428
|
|
|
2615
2429
|
|
|
2616
2430
|
<div class="description">
|
|
2617
|
-
<p
|
|
2431
|
+
<p>请求给定贴图的图像<a id='requestImage'/></p>
|
|
2618
2432
|
</div>
|
|
2619
2433
|
|
|
2620
2434
|
|
|
@@ -2626,7 +2440,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2626
2440
|
|
|
2627
2441
|
|
|
2628
2442
|
|
|
2629
|
-
<h4
|
|
2443
|
+
<h4>参数:</h4>
|
|
2630
2444
|
|
|
2631
2445
|
<div class="table-container">
|
|
2632
2446
|
<table class="params table">
|
|
@@ -2656,12 +2470,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2656
2470
|
<td class="type">
|
|
2657
2471
|
|
|
2658
2472
|
|
|
2659
|
-
<span class="param-type">
|
|
2660
|
-
|
|
2661
|
-
Number
|
|
2662
|
-
|
|
2663
|
-
</span>
|
|
2664
|
-
|
|
2473
|
+
<span class="param-type">Number</span>
|
|
2665
2474
|
|
|
2666
2475
|
|
|
2667
2476
|
|
|
@@ -2685,12 +2494,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2685
2494
|
<td class="type">
|
|
2686
2495
|
|
|
2687
2496
|
|
|
2688
|
-
<span class="param-type">
|
|
2689
|
-
|
|
2690
|
-
Number
|
|
2691
|
-
|
|
2692
|
-
</span>
|
|
2693
|
-
|
|
2497
|
+
<span class="param-type">Number</span>
|
|
2694
2498
|
|
|
2695
2499
|
|
|
2696
2500
|
|
|
@@ -2714,12 +2518,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2714
2518
|
<td class="type">
|
|
2715
2519
|
|
|
2716
2520
|
|
|
2717
|
-
<span class="param-type">
|
|
2718
|
-
|
|
2719
|
-
Number
|
|
2720
|
-
|
|
2721
|
-
</span>
|
|
2722
|
-
|
|
2521
|
+
<span class="param-type">Number</span>
|
|
2723
2522
|
|
|
2724
2523
|
|
|
2725
2524
|
|
|
@@ -2743,12 +2542,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2743
2542
|
<td class="type">
|
|
2744
2543
|
|
|
2745
2544
|
|
|
2746
|
-
<span class="param-type">
|
|
2747
|
-
|
|
2748
|
-
Object
|
|
2749
|
-
|
|
2750
|
-
</span>
|
|
2751
|
-
|
|
2545
|
+
<span class="param-type">Object</span>
|
|
2752
2546
|
|
|
2753
2547
|
|
|
2754
2548
|
|
|
@@ -2823,7 +2617,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2823
2617
|
|
|
2824
2618
|
|
|
2825
2619
|
<div class='columns method-parameter'>
|
|
2826
|
-
<div class="column is-2"><label
|
|
2620
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2827
2621
|
<div class="column is-10">
|
|
2828
2622
|
|
|
2829
2623
|
|
|
@@ -2836,12 +2630,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2836
2630
|
<div class='column is-5 has-text-left'>
|
|
2837
2631
|
<label>类型: </label>
|
|
2838
2632
|
|
|
2839
|
-
<span class="param-type">
|
|
2840
|
-
|
|
2841
|
-
Object
|
|
2842
|
-
|
|
2843
|
-
</span>
|
|
2844
|
-
|
|
2633
|
+
<span class="param-type">Object</span>
|
|
2845
2634
|
|
|
2846
2635
|
|
|
2847
2636
|
</div>
|
|
@@ -2868,4 +2657,42 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2868
2657
|
|
|
2869
2658
|
</article>
|
|
2870
2659
|
|
|
2871
|
-
</section>
|
|
2660
|
+
</section>
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
</div>
|
|
2666
|
+
|
|
2667
|
+
<footer class="footer">
|
|
2668
|
+
<div class="content has-text-centered">
|
|
2669
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
2670
|
+
<p class="sidebar-created-by">
|
|
2671
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
2672
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
2673
|
+
</p>
|
|
2674
|
+
</div>
|
|
2675
|
+
</footer>
|
|
2676
|
+
|
|
2677
|
+
</div>
|
|
2678
|
+
<div id="side-nav" class="side-nav">
|
|
2679
|
+
<div style="margin-bottom: 10px;">
|
|
2680
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
2681
|
+
</div>
|
|
2682
|
+
<div style="margin-bottom: 10px;">
|
|
2683
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
2684
|
+
</div>
|
|
2685
|
+
<div style="margin-bottom: 10px;">
|
|
2686
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
2687
|
+
</div>
|
|
2688
|
+
<div>
|
|
2689
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
2690
|
+
</div>
|
|
2691
|
+
</div>
|
|
2692
|
+
</div>
|
|
2693
|
+
<script src="scripts/linenumber.js"> </script>
|
|
2694
|
+
|
|
2695
|
+
<script src="scripts/search.js"> </script>
|
|
2696
|
+
|
|
2697
|
+
</body>
|
|
2698
|
+
</html>
|