@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> 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="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="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引擎)
|
|
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 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>视图类</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="SketchEditorCesium"><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">MapGISMapServerImageryProvider</span>
|
|
288
|
+
</header>
|
|
289
|
+
|
|
8
290
|
|
|
9
291
|
|
|
10
292
|
|
|
@@ -25,7 +307,7 @@
|
|
|
25
307
|
<h4 class="name" id="MapGISMapServerImageryProvider">
|
|
26
308
|
<a class="href-link" href="#MapGISMapServerImageryProvider">#</a>
|
|
27
309
|
|
|
28
|
-
<span class="code-name"
|
|
310
|
+
<span class="code-name" style="font-size:30px">
|
|
29
311
|
|
|
30
312
|
new MapGISMapServerImageryProvider<span class="signature">(options)</span>
|
|
31
313
|
|
|
@@ -35,7 +317,7 @@
|
|
|
35
317
|
|
|
36
318
|
|
|
37
319
|
<div class="description">
|
|
38
|
-
<p>MapGIS
|
|
320
|
+
<p>MapGIS地图图片图层</p>
|
|
39
321
|
</div>
|
|
40
322
|
|
|
41
323
|
|
|
@@ -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
|
-
String
|
|
116
|
-
|
|
117
|
-
</span>
|
|
118
|
-
|
|
390
|
+
<span class="param-type">String</span>
|
|
119
391
|
|
|
120
392
|
|
|
121
393
|
|
|
@@ -124,10 +396,14 @@
|
|
|
124
396
|
|
|
125
397
|
<td class="default">
|
|
126
398
|
|
|
399
|
+
null
|
|
400
|
+
|
|
127
401
|
</td>
|
|
128
402
|
|
|
129
403
|
|
|
130
|
-
<td class="description last"><p
|
|
404
|
+
<td class="description last"><p>服务地址,格式如下:<br/>
|
|
405
|
+
1、IGS1.0服务基地址:http://{ip}:{port}/igs/rest/mrms/docs/{文件夹名(可选)}:{serviceName}<br/>
|
|
406
|
+
2、IGS2.0服务基地址:http://{ip}:{port}/igs/rest/services/{文件夹名(可选)}/{serviceName}/MapServer</p></td>
|
|
131
407
|
</tr>
|
|
132
408
|
|
|
133
409
|
|
|
@@ -135,18 +411,13 @@
|
|
|
135
411
|
|
|
136
412
|
<tr class="deep-level-1">
|
|
137
413
|
|
|
138
|
-
<td class="name"><code>
|
|
414
|
+
<td class="name"><code>layers</code></td>
|
|
139
415
|
|
|
140
416
|
|
|
141
417
|
<td class="type">
|
|
142
418
|
|
|
143
419
|
|
|
144
|
-
<span class="param-type">
|
|
145
|
-
|
|
146
|
-
String
|
|
147
|
-
|
|
148
|
-
</span>
|
|
149
|
-
|
|
420
|
+
<span class="param-type">String</span>
|
|
150
421
|
|
|
151
422
|
|
|
152
423
|
|
|
@@ -155,10 +426,12 @@
|
|
|
155
426
|
|
|
156
427
|
<td class="default">
|
|
157
428
|
|
|
429
|
+
null
|
|
430
|
+
|
|
158
431
|
</td>
|
|
159
432
|
|
|
160
433
|
|
|
161
|
-
<td class="description last"><p
|
|
434
|
+
<td class="description last"><p>要显示的子图层id,多个子图层以逗号分隔,'layer1,layer2,...',如果要显示所有层,则请传一个空字符串</p></td>
|
|
162
435
|
</tr>
|
|
163
436
|
|
|
164
437
|
|
|
@@ -166,18 +439,16 @@
|
|
|
166
439
|
|
|
167
440
|
<tr class="deep-level-1">
|
|
168
441
|
|
|
169
|
-
<td class="name"><code>
|
|
442
|
+
<td class="name"><code>tilingScheme</code></td>
|
|
170
443
|
|
|
171
444
|
|
|
172
445
|
<td class="type">
|
|
173
446
|
|
|
174
447
|
|
|
175
|
-
<span class="param-type">
|
|
176
|
-
|
|
177
|
-
Object
|
|
178
|
-
|
|
179
|
-
</span>
|
|
448
|
+
<span class="param-type">Cesium.TilingScheme</span>
|
|
449
|
+
|
|
|
180
450
|
|
|
451
|
+
<span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
|
|
181
452
|
|
|
182
453
|
|
|
183
454
|
|
|
@@ -186,10 +457,12 @@
|
|
|
186
457
|
|
|
187
458
|
<td class="default">
|
|
188
459
|
|
|
460
|
+
Cesium.GeographicTilingScheme
|
|
461
|
+
|
|
189
462
|
</td>
|
|
190
463
|
|
|
191
464
|
|
|
192
|
-
<td class="description last"><p
|
|
465
|
+
<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
466
|
</tr>
|
|
194
467
|
|
|
195
468
|
|
|
@@ -197,18 +470,13 @@
|
|
|
197
470
|
|
|
198
471
|
<tr class="deep-level-1">
|
|
199
472
|
|
|
200
|
-
<td class="name"><code>
|
|
473
|
+
<td class="name"><code>rectangle</code></td>
|
|
201
474
|
|
|
202
475
|
|
|
203
476
|
<td class="type">
|
|
204
477
|
|
|
205
478
|
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
Boolean
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
479
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
212
480
|
|
|
213
481
|
|
|
214
482
|
|
|
@@ -217,12 +485,12 @@
|
|
|
217
485
|
|
|
218
486
|
<td class="default">
|
|
219
487
|
|
|
220
|
-
|
|
488
|
+
Cesium.Rectangle.MAX_VALUE
|
|
221
489
|
|
|
222
490
|
</td>
|
|
223
491
|
|
|
224
492
|
|
|
225
|
-
<td class="description last"><p
|
|
493
|
+
<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
494
|
</tr>
|
|
227
495
|
|
|
228
496
|
|
|
@@ -230,18 +498,13 @@
|
|
|
230
498
|
|
|
231
499
|
<tr class="deep-level-1">
|
|
232
500
|
|
|
233
|
-
<td class="name"><code>
|
|
501
|
+
<td class="name"><code>httpMethod</code></td>
|
|
234
502
|
|
|
235
503
|
|
|
236
504
|
<td class="type">
|
|
237
505
|
|
|
238
506
|
|
|
239
|
-
<span class="param-type">
|
|
240
|
-
|
|
241
|
-
Number
|
|
242
|
-
|
|
243
|
-
</span>
|
|
244
|
-
|
|
507
|
+
<span class="param-type">String</span>
|
|
245
508
|
|
|
246
509
|
|
|
247
510
|
|
|
@@ -250,12 +513,12 @@
|
|
|
250
513
|
|
|
251
514
|
<td class="default">
|
|
252
515
|
|
|
253
|
-
|
|
516
|
+
'GET'
|
|
254
517
|
|
|
255
518
|
</td>
|
|
256
519
|
|
|
257
520
|
|
|
258
|
-
<td class="description last"><p
|
|
521
|
+
<td class="description last"><p>HTTP请求方式,"GET"、"POST",默认为GET请求</p></td>
|
|
259
522
|
</tr>
|
|
260
523
|
|
|
261
524
|
|
|
@@ -263,18 +526,13 @@
|
|
|
263
526
|
|
|
264
527
|
<tr class="deep-level-1">
|
|
265
528
|
|
|
266
|
-
<td class="name"><code>
|
|
529
|
+
<td class="name"><code>headers</code></td>
|
|
267
530
|
|
|
268
531
|
|
|
269
532
|
<td class="type">
|
|
270
533
|
|
|
271
534
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
-
|
|
274
|
-
Number
|
|
275
|
-
|
|
276
|
-
</span>
|
|
277
|
-
|
|
535
|
+
<span class="param-type">Object</span>
|
|
278
536
|
|
|
279
537
|
|
|
280
538
|
|
|
@@ -283,12 +541,12 @@
|
|
|
283
541
|
|
|
284
542
|
<td class="default">
|
|
285
543
|
|
|
286
|
-
|
|
544
|
+
null
|
|
287
545
|
|
|
288
546
|
</td>
|
|
289
547
|
|
|
290
548
|
|
|
291
|
-
<td class="description last"><p
|
|
549
|
+
<td class="description last"><p>HTTP请求头,传入方式见下方示例,请严格按照HTTP请求头属性填写,可传入请求方式为POST时的编码方式,默认方式为"text/plain",请注意IGS.NET版本服务目前只支持"text/plain"的编码方式</p></td>
|
|
292
550
|
</tr>
|
|
293
551
|
|
|
294
552
|
|
|
@@ -296,18 +554,13 @@
|
|
|
296
554
|
|
|
297
555
|
<tr class="deep-level-1">
|
|
298
556
|
|
|
299
|
-
<td class="name"><code>
|
|
557
|
+
<td class="name"><code>enablePickFeatures</code></td>
|
|
300
558
|
|
|
301
559
|
|
|
302
560
|
<td class="type">
|
|
303
561
|
|
|
304
562
|
|
|
305
|
-
<span class="param-type">
|
|
306
|
-
|
|
307
|
-
Number
|
|
308
|
-
|
|
309
|
-
</span>
|
|
310
|
-
|
|
563
|
+
<span class="param-type">Boolean</span>
|
|
311
564
|
|
|
312
565
|
|
|
313
566
|
|
|
@@ -316,12 +569,12 @@
|
|
|
316
569
|
|
|
317
570
|
<td class="default">
|
|
318
571
|
|
|
319
|
-
|
|
572
|
+
false
|
|
320
573
|
|
|
321
574
|
</td>
|
|
322
575
|
|
|
323
576
|
|
|
324
|
-
<td class="description last"><p
|
|
577
|
+
<td class="description last"><p>是否启用瓦片要素获取</p></td>
|
|
325
578
|
</tr>
|
|
326
579
|
|
|
327
580
|
|
|
@@ -329,18 +582,13 @@
|
|
|
329
582
|
|
|
330
583
|
<tr class="deep-level-1">
|
|
331
584
|
|
|
332
|
-
<td class="name"><code>
|
|
585
|
+
<td class="name"><code>tileWidth</code></td>
|
|
333
586
|
|
|
334
587
|
|
|
335
588
|
<td class="type">
|
|
336
589
|
|
|
337
590
|
|
|
338
|
-
<span class="param-type">
|
|
339
|
-
|
|
340
|
-
Number
|
|
341
|
-
|
|
342
|
-
</span>
|
|
343
|
-
|
|
591
|
+
<span class="param-type">number</span>
|
|
344
592
|
|
|
345
593
|
|
|
346
594
|
|
|
@@ -349,12 +597,12 @@
|
|
|
349
597
|
|
|
350
598
|
<td class="default">
|
|
351
599
|
|
|
352
|
-
|
|
600
|
+
256
|
|
353
601
|
|
|
354
602
|
</td>
|
|
355
603
|
|
|
356
604
|
|
|
357
|
-
<td class="description last"><p
|
|
605
|
+
<td class="description last"><p>请求瓦片宽度</p></td>
|
|
358
606
|
</tr>
|
|
359
607
|
|
|
360
608
|
|
|
@@ -362,18 +610,13 @@
|
|
|
362
610
|
|
|
363
611
|
<tr class="deep-level-1">
|
|
364
612
|
|
|
365
|
-
<td class="name"><code>
|
|
613
|
+
<td class="name"><code>tileHeight</code></td>
|
|
366
614
|
|
|
367
615
|
|
|
368
616
|
<td class="type">
|
|
369
617
|
|
|
370
618
|
|
|
371
|
-
<span class="param-type">
|
|
372
|
-
|
|
373
|
-
Array
|
|
374
|
-
|
|
375
|
-
</span>
|
|
376
|
-
|
|
619
|
+
<span class="param-type">number</span>
|
|
377
620
|
|
|
378
621
|
|
|
379
622
|
|
|
@@ -382,10 +625,12 @@
|
|
|
382
625
|
|
|
383
626
|
<td class="default">
|
|
384
627
|
|
|
628
|
+
256
|
|
629
|
+
|
|
385
630
|
</td>
|
|
386
631
|
|
|
387
632
|
|
|
388
|
-
<td class="description last"><p
|
|
633
|
+
<td class="description last"><p>请求瓦片高度</p></td>
|
|
389
634
|
</tr>
|
|
390
635
|
|
|
391
636
|
|
|
@@ -393,18 +638,13 @@
|
|
|
393
638
|
|
|
394
639
|
<tr class="deep-level-1">
|
|
395
640
|
|
|
396
|
-
<td class="name"><code>
|
|
641
|
+
<td class="name"><code>minimumLevel</code></td>
|
|
397
642
|
|
|
398
643
|
|
|
399
644
|
<td class="type">
|
|
400
645
|
|
|
401
646
|
|
|
402
|
-
<span class="param-type">
|
|
403
|
-
|
|
404
|
-
String
|
|
405
|
-
|
|
406
|
-
</span>
|
|
407
|
-
|
|
647
|
+
<span class="param-type">number</span>
|
|
408
648
|
|
|
409
649
|
|
|
410
650
|
|
|
@@ -413,10 +653,12 @@
|
|
|
413
653
|
|
|
414
654
|
<td class="default">
|
|
415
655
|
|
|
656
|
+
0
|
|
657
|
+
|
|
416
658
|
</td>
|
|
417
659
|
|
|
418
660
|
|
|
419
|
-
<td class="description last"><p
|
|
661
|
+
<td class="description last"><p>图层最小请求瓦片级别,小于该级别不再请求瓦片</p></td>
|
|
420
662
|
</tr>
|
|
421
663
|
|
|
422
664
|
|
|
@@ -424,18 +666,13 @@
|
|
|
424
666
|
|
|
425
667
|
<tr class="deep-level-1">
|
|
426
668
|
|
|
427
|
-
<td class="name"><code>
|
|
669
|
+
<td class="name"><code>maximumLevel</code></td>
|
|
428
670
|
|
|
429
671
|
|
|
430
672
|
<td class="type">
|
|
431
673
|
|
|
432
674
|
|
|
433
|
-
<span class="param-type">
|
|
434
|
-
|
|
435
|
-
String
|
|
436
|
-
|
|
437
|
-
</span>
|
|
438
|
-
|
|
675
|
+
<span class="param-type">number</span>
|
|
439
676
|
|
|
440
677
|
|
|
441
678
|
|
|
@@ -447,7 +684,7 @@
|
|
|
447
684
|
</td>
|
|
448
685
|
|
|
449
686
|
|
|
450
|
-
<td class="description last"><p
|
|
687
|
+
<td class="description last"><p>图层最大请求瓦片级别,大于该级别不再请求瓦片</p></td>
|
|
451
688
|
</tr>
|
|
452
689
|
|
|
453
690
|
|
|
@@ -455,18 +692,13 @@
|
|
|
455
692
|
|
|
456
693
|
<tr class="deep-level-1">
|
|
457
694
|
|
|
458
|
-
<td class="name"><code>
|
|
695
|
+
<td class="name"><code>gdbps</code></td>
|
|
459
696
|
|
|
460
697
|
|
|
461
698
|
<td class="type">
|
|
462
699
|
|
|
463
700
|
|
|
464
|
-
<span class="param-type">
|
|
465
|
-
|
|
466
|
-
Object
|
|
467
|
-
|
|
468
|
-
</span>
|
|
469
|
-
|
|
701
|
+
<span class="param-type">Array</span>
|
|
470
702
|
|
|
471
703
|
|
|
472
704
|
|
|
@@ -475,10 +707,12 @@
|
|
|
475
707
|
|
|
476
708
|
<td class="default">
|
|
477
709
|
|
|
710
|
+
[]
|
|
711
|
+
|
|
478
712
|
</td>
|
|
479
713
|
|
|
480
714
|
|
|
481
|
-
<td class="description last"><p
|
|
715
|
+
<td class="description last"><p>gdbps地址数组</p></td>
|
|
482
716
|
</tr>
|
|
483
717
|
|
|
484
718
|
|
|
@@ -486,18 +720,13 @@
|
|
|
486
720
|
|
|
487
721
|
<tr class="deep-level-1">
|
|
488
722
|
|
|
489
|
-
<td class="name"><code>
|
|
723
|
+
<td class="name"><code>filters</code></td>
|
|
490
724
|
|
|
491
725
|
|
|
492
726
|
<td class="type">
|
|
493
727
|
|
|
494
728
|
|
|
495
|
-
<span class="param-type">
|
|
496
|
-
|
|
497
|
-
String
|
|
498
|
-
|
|
499
|
-
</span>
|
|
500
|
-
|
|
729
|
+
<span class="param-type">String</span>
|
|
501
730
|
|
|
502
731
|
|
|
503
732
|
|
|
@@ -506,10 +735,12 @@
|
|
|
506
735
|
|
|
507
736
|
<td class="default">
|
|
508
737
|
|
|
738
|
+
null
|
|
739
|
+
|
|
509
740
|
</td>
|
|
510
741
|
|
|
511
742
|
|
|
512
|
-
<td class="description last"><p
|
|
743
|
+
<td class="description last"><p>用户指定的图层过滤条件,它由多个键值对组成,值为过滤条件</p></td>
|
|
513
744
|
</tr>
|
|
514
745
|
|
|
515
746
|
|
|
@@ -517,18 +748,13 @@
|
|
|
517
748
|
|
|
518
749
|
<tr class="deep-level-1">
|
|
519
750
|
|
|
520
|
-
<td class="name"><code>
|
|
751
|
+
<td class="name"><code>extensions</code></td>
|
|
521
752
|
|
|
522
753
|
|
|
523
754
|
<td class="type">
|
|
524
755
|
|
|
525
756
|
|
|
526
|
-
<span class="param-type">
|
|
527
|
-
|
|
528
|
-
Object
|
|
529
|
-
|
|
530
|
-
</span>
|
|
531
|
-
|
|
757
|
+
<span class="param-type">Array</span>
|
|
532
758
|
|
|
533
759
|
|
|
534
760
|
|
|
@@ -537,12 +763,12 @@
|
|
|
537
763
|
|
|
538
764
|
<td class="default">
|
|
539
765
|
|
|
540
|
-
|
|
766
|
+
[]
|
|
541
767
|
|
|
542
768
|
</td>
|
|
543
769
|
|
|
544
770
|
|
|
545
|
-
<td class="description last"><p
|
|
771
|
+
<td class="description last"><p>自定义扩展参数,将参数里面的对象解析出来拼装在出图地址后面</p></td>
|
|
546
772
|
</tr>
|
|
547
773
|
|
|
548
774
|
|
|
@@ -550,18 +776,13 @@
|
|
|
550
776
|
|
|
551
777
|
<tr class="deep-level-1">
|
|
552
778
|
|
|
553
|
-
<td class="name"><code>
|
|
779
|
+
<td class="name"><code>proxy</code></td>
|
|
554
780
|
|
|
555
781
|
|
|
556
782
|
<td class="type">
|
|
557
783
|
|
|
558
784
|
|
|
559
|
-
<span class="param-type">
|
|
560
|
-
|
|
561
|
-
Array
|
|
562
|
-
|
|
563
|
-
</span>
|
|
564
|
-
|
|
785
|
+
<span class="param-type">String</span>
|
|
565
786
|
|
|
566
787
|
|
|
567
788
|
|
|
@@ -570,10 +791,12 @@
|
|
|
570
791
|
|
|
571
792
|
<td class="default">
|
|
572
793
|
|
|
794
|
+
null
|
|
795
|
+
|
|
573
796
|
</td>
|
|
574
797
|
|
|
575
798
|
|
|
576
|
-
<td class="description last"><p
|
|
799
|
+
<td class="description last"><p>转发代理</p></td>
|
|
577
800
|
</tr>
|
|
578
801
|
|
|
579
802
|
|
|
@@ -587,12 +810,7 @@
|
|
|
587
810
|
<td class="type">
|
|
588
811
|
|
|
589
812
|
|
|
590
|
-
<span class="param-type">
|
|
591
|
-
|
|
592
|
-
Array
|
|
593
|
-
|
|
594
|
-
</span>
|
|
595
|
-
|
|
813
|
+
<span class="param-type">Array</span>
|
|
596
814
|
|
|
597
815
|
|
|
598
816
|
|
|
@@ -601,6 +819,8 @@
|
|
|
601
819
|
|
|
602
820
|
<td class="default">
|
|
603
821
|
|
|
822
|
+
[]
|
|
823
|
+
|
|
604
824
|
</td>
|
|
605
825
|
|
|
606
826
|
|
|
@@ -618,12 +838,7 @@
|
|
|
618
838
|
<td class="type">
|
|
619
839
|
|
|
620
840
|
|
|
621
|
-
<span class="param-type">
|
|
622
|
-
|
|
623
|
-
function
|
|
624
|
-
|
|
625
|
-
</span>
|
|
626
|
-
|
|
841
|
+
<span class="param-type">function</span>
|
|
627
842
|
|
|
628
843
|
|
|
629
844
|
|
|
@@ -632,6 +847,8 @@
|
|
|
632
847
|
|
|
633
848
|
<td class="default">
|
|
634
849
|
|
|
850
|
+
null
|
|
851
|
+
|
|
635
852
|
</td>
|
|
636
853
|
|
|
637
854
|
|
|
@@ -649,12 +866,7 @@
|
|
|
649
866
|
<td class="type">
|
|
650
867
|
|
|
651
868
|
|
|
652
|
-
<span class="param-type">
|
|
653
|
-
|
|
654
|
-
String
|
|
655
|
-
|
|
656
|
-
</span>
|
|
657
|
-
|
|
869
|
+
<span class="param-type">String</span>
|
|
658
870
|
|
|
659
871
|
|
|
660
872
|
|
|
@@ -663,6 +875,8 @@
|
|
|
663
875
|
|
|
664
876
|
<td class="default">
|
|
665
877
|
|
|
878
|
+
Math.random().toString(36).substring(2)
|
|
879
|
+
|
|
666
880
|
</td>
|
|
667
881
|
|
|
668
882
|
|
|
@@ -680,12 +894,10 @@
|
|
|
680
894
|
<td class="type">
|
|
681
895
|
|
|
682
896
|
|
|
683
|
-
<span class="param-type">
|
|
684
|
-
|
|
685
|
-
Boolean
|
|
686
|
-
|
|
687
|
-
</span>
|
|
897
|
+
<span class="param-type">Boolean</span>
|
|
898
|
+
|
|
|
688
899
|
|
|
900
|
+
<span class="param-type">undefined</span>
|
|
689
901
|
|
|
690
902
|
|
|
691
903
|
|
|
@@ -769,15 +981,26 @@
|
|
|
769
981
|
|
|
770
982
|
|
|
771
983
|
|
|
772
|
-
<p class="summary"><h5
|
|
773
|
-
<a href='#
|
|
774
|
-
<a href='#
|
|
984
|
+
<p class="summary"><h5>请参考以下示例:</h5>
|
|
985
|
+
<a href='#example1'>1、添加一个MapGIS地图图片图层:原生接口开发</a><br>
|
|
986
|
+
<a href='#example2'>2、添加一个MapGIS地图图片图层:混合接口</a><br>
|
|
987
|
+
<a href='#example3'>3、extensions参数的配置方法</a><br>
|
|
988
|
+
<a href='#example4'>4、headers参数的配置方法</a><br>
|
|
989
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/mapgis-map-image-layers' target='_blank'>5、子图层过滤</a><br>
|
|
990
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/image-layer-elevation-mode-setting' target='_blank'>6、影像图层高程模式设置</a><br>
|
|
991
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>7、卷帘</a><br>
|
|
992
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/sceneControl/scene/globe-independent-translucency' target='_blank'>8、地表透明度独立控制</a><br>
|
|
993
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#mapPictureLayer' target='_blank'>9、更多图层加载示例</a>
|
|
994
|
+
<h5 style='margin-top: 10px;'>支持如下方法:</h5>
|
|
995
|
+
<a href='#fromUrl'>[1、通过MapGIS地图服务的url获取MapGISMapServerImageryProvider对象]</a><br/>
|
|
996
|
+
<a href='#pickFeatures'>[2、获取瓦片的要素]</a><br/>
|
|
997
|
+
<a href='#requestImage'>[3、请求给定贴图的图像]</a><br/></p>
|
|
775
998
|
|
|
776
999
|
|
|
777
1000
|
|
|
778
1001
|
<h5>示例</h5>
|
|
779
1002
|
|
|
780
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
1003
|
+
<p class="code-caption"><h7 id='example1'>添加一个MapGIS地图图片图层:原生接口开发</h7></p>
|
|
781
1004
|
|
|
782
1005
|
|
|
783
1006
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
@@ -797,12 +1020,12 @@ async function addIGSMapImageLayer(url) {
|
|
|
797
1020
|
addIGSMapImageLayer(url)</code></pre>
|
|
798
1021
|
|
|
799
1022
|
|
|
800
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
1023
|
+
<p class="code-caption"><h7 id='example2'>添加一个MapGIS地图图片图层:混合接口开发</h7></p>
|
|
801
1024
|
|
|
802
1025
|
|
|
803
1026
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
804
1027
|
const { MapGISMapServerImageryProvider } = zondy
|
|
805
|
-
const { IGSMapImageLayer } = zondy.
|
|
1028
|
+
const { IGSMapImageLayer } = zondy.layer
|
|
806
1029
|
const { initializeOptions } = zondy.cesium.util
|
|
807
1030
|
// ES6引入方式
|
|
808
1031
|
import { MapGISMapServerImageryProvider, initializeOptions } from "@mapgis/webclient-cesium-plugin"
|
|
@@ -827,7 +1050,7 @@ igsMapImageLayer.load().then((layer) => {
|
|
|
827
1050
|
})</code></pre>
|
|
828
1051
|
|
|
829
1052
|
|
|
830
|
-
<p class="code-caption"><h7>extensions参数的配置方法</h7></p>
|
|
1053
|
+
<p class="code-caption"><h7 id='example3'>extensions参数的配置方法</h7></p>
|
|
831
1054
|
|
|
832
1055
|
|
|
833
1056
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
@@ -847,10 +1070,9 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
847
1070
|
})</code></pre>
|
|
848
1071
|
|
|
849
1072
|
|
|
850
|
-
<p class="code-caption"><h7>headers参数的配置方法</h7></p>
|
|
851
|
-
|
|
852
1073
|
|
|
853
|
-
<pre class="prettyprint"><code
|
|
1074
|
+
<pre class="prettyprint"><code><caption id='example4'><h7>headers参数的配置方法</h7></caption>
|
|
1075
|
+
const options = {
|
|
854
1076
|
headers: {
|
|
855
1077
|
'Content-Type': 'text/plain',
|
|
856
1078
|
'Accept-Language': 'zh-cn,zh;q=0.5'
|
|
@@ -882,238 +1104,6 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
882
1104
|
|
|
883
1105
|
<div class='vertical-section'>
|
|
884
1106
|
<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
1107
|
<div class="members">
|
|
1118
1108
|
|
|
1119
1109
|
<div class="member">
|
|
@@ -1121,12 +1111,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1121
1111
|
<span class="method-parameter is-pulled-right">
|
|
1122
1112
|
<label>类型:</label>
|
|
1123
1113
|
|
|
1124
|
-
<span class="param-type">
|
|
1125
|
-
|
|
1126
|
-
Credit
|
|
1127
|
-
|
|
1128
|
-
</span>
|
|
1129
|
-
|
|
1114
|
+
<span class="param-type">Credit</span>
|
|
1130
1115
|
|
|
1131
1116
|
|
|
1132
1117
|
</span>
|
|
@@ -1200,12 +1185,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1200
1185
|
<span class="method-parameter is-pulled-right">
|
|
1201
1186
|
<label>类型:</label>
|
|
1202
1187
|
|
|
1203
|
-
<span class="param-type">
|
|
1204
|
-
|
|
1205
|
-
Array
|
|
1206
|
-
|
|
1207
|
-
</span>
|
|
1208
|
-
|
|
1188
|
+
<span class="param-type">Array</span>
|
|
1209
1189
|
|
|
1210
1190
|
|
|
1211
1191
|
</span>
|
|
@@ -1275,12 +1255,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1275
1255
|
<span class="method-parameter is-pulled-right">
|
|
1276
1256
|
<label>类型:</label>
|
|
1277
1257
|
|
|
1278
|
-
<span class="param-type">
|
|
1279
|
-
|
|
1280
|
-
String
|
|
1281
|
-
|
|
1282
|
-
</span>
|
|
1283
|
-
|
|
1258
|
+
<span class="param-type">String</span>
|
|
1284
1259
|
|
|
1285
1260
|
|
|
1286
1261
|
</span>
|
|
@@ -1350,12 +1325,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1350
1325
|
<span class="method-parameter is-pulled-right">
|
|
1351
1326
|
<label>类型:</label>
|
|
1352
1327
|
|
|
1353
|
-
<span class="param-type">
|
|
1354
|
-
|
|
1355
|
-
Number
|
|
1356
|
-
|
|
1357
|
-
</span>
|
|
1358
|
-
|
|
1328
|
+
<span class="param-type">Number</span>
|
|
1359
1329
|
|
|
1360
1330
|
|
|
1361
1331
|
</span>
|
|
@@ -1429,12 +1399,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1429
1399
|
<span class="method-parameter is-pulled-right">
|
|
1430
1400
|
<label>类型:</label>
|
|
1431
1401
|
|
|
1432
|
-
<span class="param-type">
|
|
1433
|
-
|
|
1434
|
-
Number
|
|
1435
|
-
|
|
1436
|
-
</span>
|
|
1437
|
-
|
|
1402
|
+
<span class="param-type">Number</span>
|
|
1438
1403
|
|
|
1439
1404
|
|
|
1440
1405
|
</span>
|
|
@@ -1508,12 +1473,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1508
1473
|
<span class="method-parameter is-pulled-right">
|
|
1509
1474
|
<label>类型:</label>
|
|
1510
1475
|
|
|
1511
|
-
<span class="param-type">
|
|
1512
|
-
|
|
1513
|
-
Proxy
|
|
1514
|
-
|
|
1515
|
-
</span>
|
|
1516
|
-
|
|
1476
|
+
<span class="param-type">Proxy</span>
|
|
1517
1477
|
|
|
1518
1478
|
|
|
1519
1479
|
</span>
|
|
@@ -1587,12 +1547,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1587
1547
|
<span class="method-parameter is-pulled-right">
|
|
1588
1548
|
<label>类型:</label>
|
|
1589
1549
|
|
|
1590
|
-
<span class="param-type">
|
|
1591
|
-
|
|
1592
|
-
Boolean
|
|
1593
|
-
|
|
1594
|
-
</span>
|
|
1595
|
-
|
|
1550
|
+
<span class="param-type">Boolean</span>
|
|
1596
1551
|
|
|
1597
1552
|
|
|
1598
1553
|
</span>
|
|
@@ -1666,12 +1621,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1666
1621
|
<span class="method-parameter is-pulled-right">
|
|
1667
1622
|
<label>类型:</label>
|
|
1668
1623
|
|
|
1669
|
-
<span class="param-type">
|
|
1670
|
-
|
|
1671
|
-
Rectangle
|
|
1672
|
-
|
|
1673
|
-
</span>
|
|
1674
|
-
|
|
1624
|
+
<span class="param-type">Rectangle</span>
|
|
1675
1625
|
|
|
1676
1626
|
|
|
1677
1627
|
</span>
|
|
@@ -1745,12 +1695,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1745
1695
|
<span class="method-parameter is-pulled-right">
|
|
1746
1696
|
<label>类型:</label>
|
|
1747
1697
|
|
|
1748
|
-
<span class="param-type">
|
|
1749
|
-
|
|
1750
|
-
Number
|
|
1751
|
-
|
|
1752
|
-
</span>
|
|
1753
|
-
|
|
1698
|
+
<span class="param-type">Number</span>
|
|
1754
1699
|
|
|
1755
1700
|
|
|
1756
1701
|
</span>
|
|
@@ -1824,12 +1769,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1824
1769
|
<span class="method-parameter is-pulled-right">
|
|
1825
1770
|
<label>类型:</label>
|
|
1826
1771
|
|
|
1827
|
-
<span class="param-type">
|
|
1828
|
-
|
|
1829
|
-
Number
|
|
1830
|
-
|
|
1831
|
-
</span>
|
|
1832
|
-
|
|
1772
|
+
<span class="param-type">Number</span>
|
|
1833
1773
|
|
|
1834
1774
|
|
|
1835
1775
|
</span>
|
|
@@ -1903,12 +1843,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1903
1843
|
<span class="method-parameter is-pulled-right">
|
|
1904
1844
|
<label>类型:</label>
|
|
1905
1845
|
|
|
1906
|
-
<span class="param-type">
|
|
1907
|
-
|
|
1908
|
-
TilingScheme
|
|
1909
|
-
|
|
1910
|
-
</span>
|
|
1911
|
-
|
|
1846
|
+
<span class="param-type">TilingScheme</span>
|
|
1912
1847
|
|
|
1913
1848
|
|
|
1914
1849
|
</span>
|
|
@@ -1982,12 +1917,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
1982
1917
|
<span class="method-parameter is-pulled-right">
|
|
1983
1918
|
<label>类型:</label>
|
|
1984
1919
|
|
|
1985
|
-
<span class="param-type">
|
|
1986
|
-
|
|
1987
|
-
String
|
|
1988
|
-
|
|
1989
|
-
</span>
|
|
1990
|
-
|
|
1920
|
+
<span class="param-type">String</span>
|
|
1991
1921
|
|
|
1992
1922
|
|
|
1993
1923
|
</span>
|
|
@@ -2063,90 +1993,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2063
1993
|
|
|
2064
1994
|
<div class='vertical-section'>
|
|
2065
1995
|
<h3 id='function'>方法</h3>
|
|
2066
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
2067
1996
|
<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
1997
|
|
|
2151
1998
|
<div class="member">
|
|
2152
1999
|
|
|
@@ -2161,7 +2008,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2161
2008
|
<span class='tag'>static</span>
|
|
2162
2009
|
|
|
2163
2010
|
|
|
2164
|
-
<span class="code-name"
|
|
2011
|
+
<span class="code-name" style="font-size:30px">
|
|
2165
2012
|
|
|
2166
2013
|
fromUrl<span class="signature">(url, options)</span>
|
|
2167
2014
|
|
|
@@ -2171,7 +2018,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2171
2018
|
|
|
2172
2019
|
|
|
2173
2020
|
<div class="description">
|
|
2174
|
-
<p>通过MapGIS地图服务的url获取MapGISMapServerImageryProvider
|
|
2021
|
+
<p>通过MapGIS地图服务的url获取MapGISMapServerImageryProvider对象<a id='fromUrl'/></p>
|
|
2175
2022
|
</div>
|
|
2176
2023
|
|
|
2177
2024
|
|
|
@@ -2183,7 +2030,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2183
2030
|
|
|
2184
2031
|
|
|
2185
2032
|
|
|
2186
|
-
<h4
|
|
2033
|
+
<h4>参数:</h4>
|
|
2187
2034
|
|
|
2188
2035
|
<div class="table-container">
|
|
2189
2036
|
<table class="params table">
|
|
@@ -2213,12 +2060,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2213
2060
|
<td class="type">
|
|
2214
2061
|
|
|
2215
2062
|
|
|
2216
|
-
<span class="param-type">
|
|
2217
|
-
|
|
2218
|
-
String
|
|
2219
|
-
|
|
2220
|
-
</span>
|
|
2221
|
-
|
|
2063
|
+
<span class="param-type">String</span>
|
|
2222
2064
|
|
|
2223
2065
|
|
|
2224
2066
|
|
|
@@ -2242,12 +2084,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2242
2084
|
<td class="type">
|
|
2243
2085
|
|
|
2244
2086
|
|
|
2245
|
-
<span class="param-type">
|
|
2246
|
-
|
|
2247
|
-
Object
|
|
2248
|
-
|
|
2249
|
-
</span>
|
|
2250
|
-
|
|
2087
|
+
<span class="param-type">Object</span>
|
|
2251
2088
|
|
|
2252
2089
|
|
|
2253
2090
|
|
|
@@ -2322,23 +2159,20 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2322
2159
|
|
|
2323
2160
|
|
|
2324
2161
|
<div class='columns method-parameter'>
|
|
2325
|
-
<div class="column is-2"><label
|
|
2162
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2326
2163
|
<div class="column is-10">
|
|
2327
2164
|
|
|
2328
2165
|
|
|
2329
2166
|
|
|
2330
2167
|
<div class="columns">
|
|
2331
2168
|
|
|
2169
|
+
<div class='param-desc column is-7'><p>初始化完毕的MapGISMapServerImageryProvider对象</p></div>
|
|
2170
|
+
|
|
2332
2171
|
|
|
2333
2172
|
<div class='column is-5 has-text-left'>
|
|
2334
2173
|
<label>类型: </label>
|
|
2335
2174
|
|
|
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
|
-
|
|
2175
|
+
<span class="param-type">Cesium.MapGISMapServerImageryProvider</span>
|
|
2342
2176
|
|
|
2343
2177
|
|
|
2344
2178
|
</div>
|
|
@@ -2363,7 +2197,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2363
2197
|
<h4 class="name" id="pickFeatures">
|
|
2364
2198
|
<a class="href-link" href="#pickFeatures">#</a>
|
|
2365
2199
|
|
|
2366
|
-
<span class="code-name"
|
|
2200
|
+
<span class="code-name" style="font-size:30px">
|
|
2367
2201
|
|
|
2368
2202
|
pickFeatures<span class="signature">(x, y, level)</span>
|
|
2369
2203
|
|
|
@@ -2373,7 +2207,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2373
2207
|
|
|
2374
2208
|
|
|
2375
2209
|
<div class="description">
|
|
2376
|
-
<p
|
|
2210
|
+
<p>获取瓦片的要素<a id='pickFeatures'/></p>
|
|
2377
2211
|
</div>
|
|
2378
2212
|
|
|
2379
2213
|
|
|
@@ -2385,7 +2219,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2385
2219
|
|
|
2386
2220
|
|
|
2387
2221
|
|
|
2388
|
-
<h4
|
|
2222
|
+
<h4>参数:</h4>
|
|
2389
2223
|
|
|
2390
2224
|
<div class="table-container">
|
|
2391
2225
|
<table class="params table">
|
|
@@ -2415,12 +2249,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2415
2249
|
<td class="type">
|
|
2416
2250
|
|
|
2417
2251
|
|
|
2418
|
-
<span class="param-type">
|
|
2419
|
-
|
|
2420
|
-
Number
|
|
2421
|
-
|
|
2422
|
-
</span>
|
|
2423
|
-
|
|
2252
|
+
<span class="param-type">Number</span>
|
|
2424
2253
|
|
|
2425
2254
|
|
|
2426
2255
|
|
|
@@ -2444,12 +2273,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2444
2273
|
<td class="type">
|
|
2445
2274
|
|
|
2446
2275
|
|
|
2447
|
-
<span class="param-type">
|
|
2448
|
-
|
|
2449
|
-
Number
|
|
2450
|
-
|
|
2451
|
-
</span>
|
|
2452
|
-
|
|
2276
|
+
<span class="param-type">Number</span>
|
|
2453
2277
|
|
|
2454
2278
|
|
|
2455
2279
|
|
|
@@ -2473,12 +2297,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2473
2297
|
<td class="type">
|
|
2474
2298
|
|
|
2475
2299
|
|
|
2476
|
-
<span class="param-type">
|
|
2477
|
-
|
|
2478
|
-
Number
|
|
2479
|
-
|
|
2480
|
-
</span>
|
|
2481
|
-
|
|
2300
|
+
<span class="param-type">Number</span>
|
|
2482
2301
|
|
|
2483
2302
|
|
|
2484
2303
|
|
|
@@ -2553,7 +2372,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2553
2372
|
|
|
2554
2373
|
|
|
2555
2374
|
<div class='columns method-parameter'>
|
|
2556
|
-
<div class="column is-2"><label
|
|
2375
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2557
2376
|
<div class="column is-10">
|
|
2558
2377
|
|
|
2559
2378
|
|
|
@@ -2567,19 +2386,10 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2567
2386
|
<div class='column is-5 has-text-left'>
|
|
2568
2387
|
<label>类型: </label>
|
|
2569
2388
|
|
|
2570
|
-
<span class="param-type">
|
|
2571
|
-
|
|
2572
|
-
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
2573
|
-
|
|
2574
|
-
</span>
|
|
2389
|
+
<span class="param-type"><a href="Promise.html">Promise</a>.<Array.<ImageryLayerFeatureInfo>></span>
|
|
2575
2390
|
|
|
|
2576
2391
|
|
|
2577
|
-
<span class="param-type">
|
|
2578
|
-
|
|
2579
|
-
undefined
|
|
2580
|
-
|
|
2581
|
-
</span>
|
|
2582
|
-
|
|
2392
|
+
<span class="param-type">undefined</span>
|
|
2583
2393
|
|
|
2584
2394
|
|
|
2585
2395
|
</div>
|
|
@@ -2604,7 +2414,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2604
2414
|
<h4 class="name" id="requestImage">
|
|
2605
2415
|
<a class="href-link" href="#requestImage">#</a>
|
|
2606
2416
|
|
|
2607
|
-
<span class="code-name"
|
|
2417
|
+
<span class="code-name" style="font-size:30px">
|
|
2608
2418
|
|
|
2609
2419
|
requestImage<span class="signature">(x, y, level, request)</span>
|
|
2610
2420
|
|
|
@@ -2614,7 +2424,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2614
2424
|
|
|
2615
2425
|
|
|
2616
2426
|
<div class="description">
|
|
2617
|
-
<p
|
|
2427
|
+
<p>请求给定贴图的图像<a id='requestImage'/></p>
|
|
2618
2428
|
</div>
|
|
2619
2429
|
|
|
2620
2430
|
|
|
@@ -2626,7 +2436,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2626
2436
|
|
|
2627
2437
|
|
|
2628
2438
|
|
|
2629
|
-
<h4
|
|
2439
|
+
<h4>参数:</h4>
|
|
2630
2440
|
|
|
2631
2441
|
<div class="table-container">
|
|
2632
2442
|
<table class="params table">
|
|
@@ -2656,12 +2466,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2656
2466
|
<td class="type">
|
|
2657
2467
|
|
|
2658
2468
|
|
|
2659
|
-
<span class="param-type">
|
|
2660
|
-
|
|
2661
|
-
Number
|
|
2662
|
-
|
|
2663
|
-
</span>
|
|
2664
|
-
|
|
2469
|
+
<span class="param-type">Number</span>
|
|
2665
2470
|
|
|
2666
2471
|
|
|
2667
2472
|
|
|
@@ -2685,12 +2490,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2685
2490
|
<td class="type">
|
|
2686
2491
|
|
|
2687
2492
|
|
|
2688
|
-
<span class="param-type">
|
|
2689
|
-
|
|
2690
|
-
Number
|
|
2691
|
-
|
|
2692
|
-
</span>
|
|
2693
|
-
|
|
2493
|
+
<span class="param-type">Number</span>
|
|
2694
2494
|
|
|
2695
2495
|
|
|
2696
2496
|
|
|
@@ -2714,12 +2514,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2714
2514
|
<td class="type">
|
|
2715
2515
|
|
|
2716
2516
|
|
|
2717
|
-
<span class="param-type">
|
|
2718
|
-
|
|
2719
|
-
Number
|
|
2720
|
-
|
|
2721
|
-
</span>
|
|
2722
|
-
|
|
2517
|
+
<span class="param-type">Number</span>
|
|
2723
2518
|
|
|
2724
2519
|
|
|
2725
2520
|
|
|
@@ -2743,12 +2538,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2743
2538
|
<td class="type">
|
|
2744
2539
|
|
|
2745
2540
|
|
|
2746
|
-
<span class="param-type">
|
|
2747
|
-
|
|
2748
|
-
Object
|
|
2749
|
-
|
|
2750
|
-
</span>
|
|
2751
|
-
|
|
2541
|
+
<span class="param-type">Object</span>
|
|
2752
2542
|
|
|
2753
2543
|
|
|
2754
2544
|
|
|
@@ -2823,7 +2613,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2823
2613
|
|
|
2824
2614
|
|
|
2825
2615
|
<div class='columns method-parameter'>
|
|
2826
|
-
<div class="column is-2"><label
|
|
2616
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2827
2617
|
<div class="column is-10">
|
|
2828
2618
|
|
|
2829
2619
|
|
|
@@ -2836,12 +2626,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2836
2626
|
<div class='column is-5 has-text-left'>
|
|
2837
2627
|
<label>类型: </label>
|
|
2838
2628
|
|
|
2839
|
-
<span class="param-type">
|
|
2840
|
-
|
|
2841
|
-
Object
|
|
2842
|
-
|
|
2843
|
-
</span>
|
|
2844
|
-
|
|
2629
|
+
<span class="param-type">Object</span>
|
|
2845
2630
|
|
|
2846
2631
|
|
|
2847
2632
|
</div>
|
|
@@ -2868,4 +2653,42 @@ const imageryProvider = new MapGISMapServerImageryProvider({
|
|
|
2868
2653
|
|
|
2869
2654
|
</article>
|
|
2870
2655
|
|
|
2871
|
-
</section>
|
|
2656
|
+
</section>
|
|
2657
|
+
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
|
|
2661
|
+
</div>
|
|
2662
|
+
|
|
2663
|
+
<footer class="footer">
|
|
2664
|
+
<div class="content has-text-centered">
|
|
2665
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
2666
|
+
<p class="sidebar-created-by">
|
|
2667
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
2668
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
2669
|
+
</p>
|
|
2670
|
+
</div>
|
|
2671
|
+
</footer>
|
|
2672
|
+
|
|
2673
|
+
</div>
|
|
2674
|
+
<div id="side-nav" class="side-nav">
|
|
2675
|
+
<div style="margin-bottom: 10px;">
|
|
2676
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
2677
|
+
</div>
|
|
2678
|
+
<div style="margin-bottom: 10px;">
|
|
2679
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
2680
|
+
</div>
|
|
2681
|
+
<div style="margin-bottom: 10px;">
|
|
2682
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
2683
|
+
</div>
|
|
2684
|
+
<div>
|
|
2685
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
2686
|
+
</div>
|
|
2687
|
+
</div>
|
|
2688
|
+
</div>
|
|
2689
|
+
<script src="scripts/linenumber.js"> </script>
|
|
2690
|
+
|
|
2691
|
+
<script src="scripts/search.js"> </script>
|
|
2692
|
+
|
|
2693
|
+
</body>
|
|
2694
|
+
</html>
|