@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> ArcGISMapServerImageryProvider</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">ArcGISMapServerImageryProvider</span>
|
|
288
|
+
</header>
|
|
289
|
+
|
|
8
290
|
|
|
9
291
|
|
|
10
292
|
|
|
@@ -25,7 +307,7 @@
|
|
|
25
307
|
<h4 class="name" id="ArcGISMapServerImageryProvider">
|
|
26
308
|
<a class="href-link" href="#ArcGISMapServerImageryProvider">#</a>
|
|
27
309
|
|
|
28
|
-
<span class="code-name"
|
|
310
|
+
<span class="code-name" style="font-size:30px">
|
|
29
311
|
|
|
30
312
|
new ArcGISMapServerImageryProvider<span class="signature">(options)</span>
|
|
31
313
|
|
|
@@ -35,7 +317,7 @@
|
|
|
35
317
|
|
|
36
318
|
|
|
37
319
|
<div class="description">
|
|
38
|
-
<p>ArcGIS
|
|
320
|
+
<p>ArcGIS地图图片图层</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,13 @@
|
|
|
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>服务基地址,格式如下:
|
|
405
|
+
https://{ip}:{port}/arcgis/rest/services/{serviceName}/MapServer<br/></p></td>
|
|
131
406
|
</tr>
|
|
132
407
|
|
|
133
408
|
|
|
@@ -135,18 +410,13 @@
|
|
|
135
410
|
|
|
136
411
|
<tr class="deep-level-1">
|
|
137
412
|
|
|
138
|
-
<td class="name"><code>
|
|
413
|
+
<td class="name"><code>layers</code></td>
|
|
139
414
|
|
|
140
415
|
|
|
141
416
|
<td class="type">
|
|
142
417
|
|
|
143
418
|
|
|
144
|
-
<span class="param-type">
|
|
145
|
-
|
|
146
|
-
String
|
|
147
|
-
|
|
148
|
-
</span>
|
|
149
|
-
|
|
419
|
+
<span class="param-type">String</span>
|
|
150
420
|
|
|
151
421
|
|
|
152
422
|
|
|
@@ -155,10 +425,12 @@
|
|
|
155
425
|
|
|
156
426
|
<td class="default">
|
|
157
427
|
|
|
428
|
+
null
|
|
429
|
+
|
|
158
430
|
</td>
|
|
159
431
|
|
|
160
432
|
|
|
161
|
-
<td class="description last"><p
|
|
433
|
+
<td class="description last"><p>要显示的子图层id,多个子图层以逗号分隔,'layer1,layer2,...',如果要显示所有层,则请传一个空字符串</p></td>
|
|
162
434
|
</tr>
|
|
163
435
|
|
|
164
436
|
|
|
@@ -166,18 +438,16 @@
|
|
|
166
438
|
|
|
167
439
|
<tr class="deep-level-1">
|
|
168
440
|
|
|
169
|
-
<td class="name"><code>
|
|
441
|
+
<td class="name"><code>tilingScheme</code></td>
|
|
170
442
|
|
|
171
443
|
|
|
172
444
|
<td class="type">
|
|
173
445
|
|
|
174
446
|
|
|
175
|
-
<span class="param-type">
|
|
176
|
-
|
|
177
|
-
Object
|
|
178
|
-
|
|
179
|
-
</span>
|
|
447
|
+
<span class="param-type">Cesium.TilingScheme</span>
|
|
448
|
+
|
|
|
180
449
|
|
|
450
|
+
<span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
|
|
181
451
|
|
|
182
452
|
|
|
183
453
|
|
|
@@ -186,10 +456,12 @@
|
|
|
186
456
|
|
|
187
457
|
<td class="default">
|
|
188
458
|
|
|
459
|
+
Cesium.GeographicTilingScheme
|
|
460
|
+
|
|
189
461
|
</td>
|
|
190
462
|
|
|
191
463
|
|
|
192
|
-
<td class="description last"><p
|
|
464
|
+
<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
465
|
</tr>
|
|
194
466
|
|
|
195
467
|
|
|
@@ -197,18 +469,13 @@
|
|
|
197
469
|
|
|
198
470
|
<tr class="deep-level-1">
|
|
199
471
|
|
|
200
|
-
<td class="name"><code>
|
|
472
|
+
<td class="name"><code>rectangle</code></td>
|
|
201
473
|
|
|
202
474
|
|
|
203
475
|
<td class="type">
|
|
204
476
|
|
|
205
477
|
|
|
206
|
-
<span class="param-type">
|
|
207
|
-
|
|
208
|
-
Boolean
|
|
209
|
-
|
|
210
|
-
</span>
|
|
211
|
-
|
|
478
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
212
479
|
|
|
213
480
|
|
|
214
481
|
|
|
@@ -217,12 +484,12 @@
|
|
|
217
484
|
|
|
218
485
|
<td class="default">
|
|
219
486
|
|
|
220
|
-
|
|
487
|
+
Cesium.Rectangle.MAX_VALUE
|
|
221
488
|
|
|
222
489
|
</td>
|
|
223
490
|
|
|
224
491
|
|
|
225
|
-
<td class="description last"><p
|
|
492
|
+
<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
493
|
</tr>
|
|
227
494
|
|
|
228
495
|
|
|
@@ -230,18 +497,13 @@
|
|
|
230
497
|
|
|
231
498
|
<tr class="deep-level-1">
|
|
232
499
|
|
|
233
|
-
<td class="name"><code>
|
|
500
|
+
<td class="name"><code>httpMethod</code></td>
|
|
234
501
|
|
|
235
502
|
|
|
236
503
|
<td class="type">
|
|
237
504
|
|
|
238
505
|
|
|
239
|
-
<span class="param-type">
|
|
240
|
-
|
|
241
|
-
Number
|
|
242
|
-
|
|
243
|
-
</span>
|
|
244
|
-
|
|
506
|
+
<span class="param-type">String</span>
|
|
245
507
|
|
|
246
508
|
|
|
247
509
|
|
|
@@ -250,12 +512,12 @@
|
|
|
250
512
|
|
|
251
513
|
<td class="default">
|
|
252
514
|
|
|
253
|
-
|
|
515
|
+
'GET'
|
|
254
516
|
|
|
255
517
|
</td>
|
|
256
518
|
|
|
257
519
|
|
|
258
|
-
<td class="description last"><p
|
|
520
|
+
<td class="description last"><p>HTTP请求方式,"GET"、"POST",默认为GET请求</p></td>
|
|
259
521
|
</tr>
|
|
260
522
|
|
|
261
523
|
|
|
@@ -263,18 +525,13 @@
|
|
|
263
525
|
|
|
264
526
|
<tr class="deep-level-1">
|
|
265
527
|
|
|
266
|
-
<td class="name"><code>
|
|
528
|
+
<td class="name"><code>headers</code></td>
|
|
267
529
|
|
|
268
530
|
|
|
269
531
|
<td class="type">
|
|
270
532
|
|
|
271
533
|
|
|
272
|
-
<span class="param-type">
|
|
273
|
-
|
|
274
|
-
Number
|
|
275
|
-
|
|
276
|
-
</span>
|
|
277
|
-
|
|
534
|
+
<span class="param-type">Object</span>
|
|
278
535
|
|
|
279
536
|
|
|
280
537
|
|
|
@@ -283,12 +540,12 @@
|
|
|
283
540
|
|
|
284
541
|
<td class="default">
|
|
285
542
|
|
|
286
|
-
|
|
543
|
+
null
|
|
287
544
|
|
|
288
545
|
</td>
|
|
289
546
|
|
|
290
547
|
|
|
291
|
-
<td class="description last"><p
|
|
548
|
+
<td class="description last"><p>HTTP请求头,传入方式见下方示例,请严格按照HTTP请求头属性填写,可传入请求方式为POST时的编码方式,默认方式为"text/plain",请注意IGS.NET版本服务目前只支持"text/plain"的编码方式</p></td>
|
|
292
549
|
</tr>
|
|
293
550
|
|
|
294
551
|
|
|
@@ -296,18 +553,13 @@
|
|
|
296
553
|
|
|
297
554
|
<tr class="deep-level-1">
|
|
298
555
|
|
|
299
|
-
<td class="name"><code>
|
|
556
|
+
<td class="name"><code>enablePickFeatures</code></td>
|
|
300
557
|
|
|
301
558
|
|
|
302
559
|
<td class="type">
|
|
303
560
|
|
|
304
561
|
|
|
305
|
-
<span class="param-type">
|
|
306
|
-
|
|
307
|
-
Number
|
|
308
|
-
|
|
309
|
-
</span>
|
|
310
|
-
|
|
562
|
+
<span class="param-type">Boolean</span>
|
|
311
563
|
|
|
312
564
|
|
|
313
565
|
|
|
@@ -316,12 +568,12 @@
|
|
|
316
568
|
|
|
317
569
|
<td class="default">
|
|
318
570
|
|
|
319
|
-
|
|
571
|
+
false
|
|
320
572
|
|
|
321
573
|
</td>
|
|
322
574
|
|
|
323
575
|
|
|
324
|
-
<td class="description last"><p
|
|
576
|
+
<td class="description last"><p>是否启用瓦片要素获取</p></td>
|
|
325
577
|
</tr>
|
|
326
578
|
|
|
327
579
|
|
|
@@ -329,18 +581,13 @@
|
|
|
329
581
|
|
|
330
582
|
<tr class="deep-level-1">
|
|
331
583
|
|
|
332
|
-
<td class="name"><code>
|
|
584
|
+
<td class="name"><code>tileWidth</code></td>
|
|
333
585
|
|
|
334
586
|
|
|
335
587
|
<td class="type">
|
|
336
588
|
|
|
337
589
|
|
|
338
|
-
<span class="param-type">
|
|
339
|
-
|
|
340
|
-
Number
|
|
341
|
-
|
|
342
|
-
</span>
|
|
343
|
-
|
|
590
|
+
<span class="param-type">number</span>
|
|
344
591
|
|
|
345
592
|
|
|
346
593
|
|
|
@@ -349,12 +596,12 @@
|
|
|
349
596
|
|
|
350
597
|
<td class="default">
|
|
351
598
|
|
|
352
|
-
|
|
599
|
+
256
|
|
353
600
|
|
|
354
601
|
</td>
|
|
355
602
|
|
|
356
603
|
|
|
357
|
-
<td class="description last"><p
|
|
604
|
+
<td class="description last"><p>请求瓦片宽度</p></td>
|
|
358
605
|
</tr>
|
|
359
606
|
|
|
360
607
|
|
|
@@ -362,18 +609,13 @@
|
|
|
362
609
|
|
|
363
610
|
<tr class="deep-level-1">
|
|
364
611
|
|
|
365
|
-
<td class="name"><code>
|
|
612
|
+
<td class="name"><code>tileHeight</code></td>
|
|
366
613
|
|
|
367
614
|
|
|
368
615
|
<td class="type">
|
|
369
616
|
|
|
370
617
|
|
|
371
|
-
<span class="param-type">
|
|
372
|
-
|
|
373
|
-
String
|
|
374
|
-
|
|
375
|
-
</span>
|
|
376
|
-
|
|
618
|
+
<span class="param-type">number</span>
|
|
377
619
|
|
|
378
620
|
|
|
379
621
|
|
|
@@ -382,10 +624,12 @@
|
|
|
382
624
|
|
|
383
625
|
<td class="default">
|
|
384
626
|
|
|
627
|
+
256
|
|
628
|
+
|
|
385
629
|
</td>
|
|
386
630
|
|
|
387
631
|
|
|
388
|
-
<td class="description last"><p
|
|
632
|
+
<td class="description last"><p>请求瓦片高度</p></td>
|
|
389
633
|
</tr>
|
|
390
634
|
|
|
391
635
|
|
|
@@ -393,18 +637,13 @@
|
|
|
393
637
|
|
|
394
638
|
<tr class="deep-level-1">
|
|
395
639
|
|
|
396
|
-
<td class="name"><code>
|
|
640
|
+
<td class="name"><code>minimumLevel</code></td>
|
|
397
641
|
|
|
398
642
|
|
|
399
643
|
<td class="type">
|
|
400
644
|
|
|
401
645
|
|
|
402
|
-
<span class="param-type">
|
|
403
|
-
|
|
404
|
-
String
|
|
405
|
-
|
|
406
|
-
</span>
|
|
407
|
-
|
|
646
|
+
<span class="param-type">number</span>
|
|
408
647
|
|
|
409
648
|
|
|
410
649
|
|
|
@@ -413,10 +652,12 @@
|
|
|
413
652
|
|
|
414
653
|
<td class="default">
|
|
415
654
|
|
|
655
|
+
0
|
|
656
|
+
|
|
416
657
|
</td>
|
|
417
658
|
|
|
418
659
|
|
|
419
|
-
<td class="description last"><p
|
|
660
|
+
<td class="description last"><p>图层最小请求瓦片级别,小于该级别不再请求瓦片</p></td>
|
|
420
661
|
</tr>
|
|
421
662
|
|
|
422
663
|
|
|
@@ -424,18 +665,13 @@
|
|
|
424
665
|
|
|
425
666
|
<tr class="deep-level-1">
|
|
426
667
|
|
|
427
|
-
<td class="name"><code>
|
|
668
|
+
<td class="name"><code>maximumLevel</code></td>
|
|
428
669
|
|
|
429
670
|
|
|
430
671
|
<td class="type">
|
|
431
672
|
|
|
432
673
|
|
|
433
|
-
<span class="param-type">
|
|
434
|
-
|
|
435
|
-
Object
|
|
436
|
-
|
|
437
|
-
</span>
|
|
438
|
-
|
|
674
|
+
<span class="param-type">number</span>
|
|
439
675
|
|
|
440
676
|
|
|
441
677
|
|
|
@@ -447,7 +683,7 @@
|
|
|
447
683
|
</td>
|
|
448
684
|
|
|
449
685
|
|
|
450
|
-
<td class="description last"><p
|
|
686
|
+
<td class="description last"><p>图层最大请求瓦片级别,大于该级别不再请求瓦片</p></td>
|
|
451
687
|
</tr>
|
|
452
688
|
|
|
453
689
|
|
|
@@ -455,18 +691,13 @@
|
|
|
455
691
|
|
|
456
692
|
<tr class="deep-level-1">
|
|
457
693
|
|
|
458
|
-
<td class="name"><code>
|
|
694
|
+
<td class="name"><code>filters</code></td>
|
|
459
695
|
|
|
460
696
|
|
|
461
697
|
<td class="type">
|
|
462
698
|
|
|
463
699
|
|
|
464
|
-
<span class="param-type">
|
|
465
|
-
|
|
466
|
-
String
|
|
467
|
-
|
|
468
|
-
</span>
|
|
469
|
-
|
|
700
|
+
<span class="param-type">String</span>
|
|
470
701
|
|
|
471
702
|
|
|
472
703
|
|
|
@@ -475,10 +706,12 @@
|
|
|
475
706
|
|
|
476
707
|
<td class="default">
|
|
477
708
|
|
|
709
|
+
null
|
|
710
|
+
|
|
478
711
|
</td>
|
|
479
712
|
|
|
480
713
|
|
|
481
|
-
<td class="description last"><p
|
|
714
|
+
<td class="description last"><p>用户指定的图层过滤条件,它由多个键值对组成,值为过滤条件</p></td>
|
|
482
715
|
</tr>
|
|
483
716
|
|
|
484
717
|
|
|
@@ -486,18 +719,13 @@
|
|
|
486
719
|
|
|
487
720
|
<tr class="deep-level-1">
|
|
488
721
|
|
|
489
|
-
<td class="name"><code>
|
|
722
|
+
<td class="name"><code>proxy</code></td>
|
|
490
723
|
|
|
491
724
|
|
|
492
725
|
<td class="type">
|
|
493
726
|
|
|
494
727
|
|
|
495
|
-
<span class="param-type">
|
|
496
|
-
|
|
497
|
-
Object
|
|
498
|
-
|
|
499
|
-
</span>
|
|
500
|
-
|
|
728
|
+
<span class="param-type">String</span>
|
|
501
729
|
|
|
502
730
|
|
|
503
731
|
|
|
@@ -506,12 +734,10 @@
|
|
|
506
734
|
|
|
507
735
|
<td class="default">
|
|
508
736
|
|
|
509
|
-
Rectangle.MAX_VALUE
|
|
510
|
-
|
|
511
737
|
</td>
|
|
512
738
|
|
|
513
739
|
|
|
514
|
-
<td class="description last"><p
|
|
740
|
+
<td class="description last"><p>转发代理</p></td>
|
|
515
741
|
</tr>
|
|
516
742
|
|
|
517
743
|
|
|
@@ -525,12 +751,7 @@
|
|
|
525
751
|
<td class="type">
|
|
526
752
|
|
|
527
753
|
|
|
528
|
-
<span class="param-type">
|
|
529
|
-
|
|
530
|
-
Array.<Object>
|
|
531
|
-
|
|
532
|
-
</span>
|
|
533
|
-
|
|
754
|
+
<span class="param-type">Array.<Object></span>
|
|
534
755
|
|
|
535
756
|
|
|
536
757
|
|
|
@@ -616,18 +837,25 @@
|
|
|
616
837
|
|
|
617
838
|
|
|
618
839
|
|
|
619
|
-
<p class="summary"><h5
|
|
840
|
+
<p class="summary"><h5>请参考以下示例:</h5>
|
|
841
|
+
<a href='#example1'>1、添加一个ArcGIS地图图片图层:原生接口开发</a><br>
|
|
842
|
+
<a href='#example2'>2、添加一个ArcGIS地图图片图层:混合接口开发</a><br>
|
|
843
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/image-layer-elevation-mode-setting' target='_blank'>3、影像图层高程模式设置</a><br>
|
|
844
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>4、卷帘</a><br>
|
|
845
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/sceneControl/scene/globe-independent-translucency' target='_blank'>5、地表透明度独立控制</a><br>
|
|
846
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#mapPictureLayer' target='_blank'>6、更多图层加载示例</a>
|
|
847
|
+
<h5>支持如下方法:</h5>
|
|
620
848
|
<a href='#fromUrl'>[1、通过ArcGIS地图服务的url获取ArcGISMapServerImageryProvider对象]</a><br/></p>
|
|
621
849
|
|
|
622
850
|
|
|
623
851
|
|
|
624
852
|
<h5>示例</h5>
|
|
625
853
|
|
|
626
|
-
<p class="code-caption"><h7>添加一个ArcGIS
|
|
854
|
+
<p class="code-caption"><h7 id='example1'>添加一个ArcGIS地图图片图层:原生接口开发</h7></p>
|
|
627
855
|
|
|
628
856
|
|
|
629
857
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
630
|
-
const { ArcGISMapServerImageryProvider } = zondy
|
|
858
|
+
const { ArcGISMapServerImageryProvider } = zondy.cesium
|
|
631
859
|
// ES6引入方式
|
|
632
860
|
import { ArcGISMapServerImageryProvider } from "@mapgis/webclient-cesium-plugin"
|
|
633
861
|
|
|
@@ -643,11 +871,11 @@ async function addArcGISMapImageLayer(url) {
|
|
|
643
871
|
addArcGISMapImageLayer(url)</code></pre>
|
|
644
872
|
|
|
645
873
|
|
|
646
|
-
<p class="code-caption"><h7>添加一个ArcGIS
|
|
874
|
+
<p class="code-caption"><h7 id='example2'>添加一个ArcGIS地图图片图层:混合接口开发</h7></p>
|
|
647
875
|
|
|
648
876
|
|
|
649
877
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
650
|
-
const { ArcGISMapImageLayer } = zondy.
|
|
878
|
+
const { ArcGISMapImageLayer } = zondy.layer
|
|
651
879
|
const { initializeOptions } = zondy.cesium.util
|
|
652
880
|
// ES6引入方式
|
|
653
881
|
import { ArcGISMapImageLayer } from "@mapgis/webclient-common"
|
|
@@ -699,43 +927,7 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
699
927
|
|
|
700
928
|
<div class='vertical-section'>
|
|
701
929
|
<h3 id='function'>方法</h3>
|
|
702
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
703
930
|
<div class="members">
|
|
704
|
-
<div class="table-container">
|
|
705
|
-
<table class="params table">
|
|
706
|
-
<thead>
|
|
707
|
-
<tr>
|
|
708
|
-
<th>名称</th>
|
|
709
|
-
<th>返回值类型</th>
|
|
710
|
-
<th>描述</th>
|
|
711
|
-
</tr>
|
|
712
|
-
</thead>
|
|
713
|
-
<tbody>
|
|
714
|
-
|
|
715
|
-
<tr class="deep-level-0">
|
|
716
|
-
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
717
|
-
<td class="name">
|
|
718
|
-
<code>
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
<span class="param-type">
|
|
722
|
-
|
|
723
|
-
<a link="ArcGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a>
|
|
724
|
-
|
|
725
|
-
</span>
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
</code>
|
|
731
|
-
</td>
|
|
732
|
-
<td class="name"><code></code></td>
|
|
733
|
-
</tr>
|
|
734
|
-
|
|
735
|
-
</tbody>
|
|
736
|
-
</table>
|
|
737
|
-
</div>
|
|
738
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
739
931
|
|
|
740
932
|
<div class="member">
|
|
741
933
|
|
|
@@ -750,7 +942,7 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
750
942
|
<span class='tag'>static</span>
|
|
751
943
|
|
|
752
944
|
|
|
753
|
-
<span class="code-name"
|
|
945
|
+
<span class="code-name" style="font-size:30px">
|
|
754
946
|
|
|
755
947
|
fromUrl<span class="signature">(url, options)</span>
|
|
756
948
|
|
|
@@ -768,7 +960,7 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
768
960
|
|
|
769
961
|
|
|
770
962
|
|
|
771
|
-
<h4
|
|
963
|
+
<h4>参数:</h4>
|
|
772
964
|
|
|
773
965
|
<div class="table-container">
|
|
774
966
|
<table class="params table">
|
|
@@ -798,12 +990,7 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
798
990
|
<td class="type">
|
|
799
991
|
|
|
800
992
|
|
|
801
|
-
<span class="param-type">
|
|
802
|
-
|
|
803
|
-
String
|
|
804
|
-
|
|
805
|
-
</span>
|
|
806
|
-
|
|
993
|
+
<span class="param-type">String</span>
|
|
807
994
|
|
|
808
995
|
|
|
809
996
|
|
|
@@ -827,12 +1014,7 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
827
1014
|
<td class="type">
|
|
828
1015
|
|
|
829
1016
|
|
|
830
|
-
<span class="param-type">
|
|
831
|
-
|
|
832
|
-
Object
|
|
833
|
-
|
|
834
|
-
</span>
|
|
835
|
-
|
|
1017
|
+
<span class="param-type">Object</span>
|
|
836
1018
|
|
|
837
1019
|
|
|
838
1020
|
|
|
@@ -907,23 +1089,20 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
907
1089
|
|
|
908
1090
|
|
|
909
1091
|
<div class='columns method-parameter'>
|
|
910
|
-
<div class="column is-2"><label
|
|
1092
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
911
1093
|
<div class="column is-10">
|
|
912
1094
|
|
|
913
1095
|
|
|
914
1096
|
|
|
915
1097
|
<div class="columns">
|
|
916
1098
|
|
|
1099
|
+
<div class='param-desc column is-7'><p>初始化完毕的ArcGISMapServerImageryProvider对象</p></div>
|
|
1100
|
+
|
|
917
1101
|
|
|
918
1102
|
<div class='column is-5 has-text-left'>
|
|
919
1103
|
<label>类型: </label>
|
|
920
1104
|
|
|
921
|
-
<span class="param-type">
|
|
922
|
-
|
|
923
|
-
<a link="ArcGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ArcGISMapServerImageryProvider" ArcGISMapServerImageryProvider.html>ArcGISMapServerImageryProvider</a>
|
|
924
|
-
|
|
925
|
-
</span>
|
|
926
|
-
|
|
1105
|
+
<span class="param-type">Cesium.ArcGISMapServerImageryProvider</span>
|
|
927
1106
|
|
|
928
1107
|
|
|
929
1108
|
</div>
|
|
@@ -944,7 +1123,12 @@ arcgisMapImageLayer.load().then((layer) => {
|
|
|
944
1123
|
<p class="code-caption"><h7 id='fromUrl'>通过ArcGIS地图服务的url获取ArcGISMapServerImageryProvider对象</h7></p>
|
|
945
1124
|
|
|
946
1125
|
|
|
947
|
-
<pre class="prettyprint"><code
|
|
1126
|
+
<pre class="prettyprint"><code>// ES5引入方式
|
|
1127
|
+
const { ArcGISMapServerImageryProvider } = zondy.cesium
|
|
1128
|
+
// ES6引入方式
|
|
1129
|
+
import { ArcGISMapServerImageryProvider } from "@mapgis/webclient-cesium-plugin"
|
|
1130
|
+
|
|
1131
|
+
const url = 'https://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetWarm/MapServer'
|
|
948
1132
|
const addImageryProvider = async (url) => {
|
|
949
1133
|
const imageryProvider = await ArcGISMapServerImageryProvider.fromUrl(url)
|
|
950
1134
|
viewer.imageryLayers.addImageryProvider(imageryProvider)
|
|
@@ -964,4 +1148,42 @@ addImageryProvider(url)</code></pre>
|
|
|
964
1148
|
|
|
965
1149
|
</article>
|
|
966
1150
|
|
|
967
|
-
</section>
|
|
1151
|
+
</section>
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
</div>
|
|
1157
|
+
|
|
1158
|
+
<footer class="footer">
|
|
1159
|
+
<div class="content has-text-centered">
|
|
1160
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
1161
|
+
<p class="sidebar-created-by">
|
|
1162
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
1163
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
1164
|
+
</p>
|
|
1165
|
+
</div>
|
|
1166
|
+
</footer>
|
|
1167
|
+
|
|
1168
|
+
</div>
|
|
1169
|
+
<div id="side-nav" class="side-nav">
|
|
1170
|
+
<div style="margin-bottom: 10px;">
|
|
1171
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
1172
|
+
</div>
|
|
1173
|
+
<div style="margin-bottom: 10px;">
|
|
1174
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
1175
|
+
</div>
|
|
1176
|
+
<div style="margin-bottom: 10px;">
|
|
1177
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
1178
|
+
</div>
|
|
1179
|
+
<div>
|
|
1180
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
1181
|
+
</div>
|
|
1182
|
+
</div>
|
|
1183
|
+
</div>
|
|
1184
|
+
<script src="scripts/linenumber.js"> </script>
|
|
1185
|
+
|
|
1186
|
+
<script src="scripts/search.js"> </script>
|
|
1187
|
+
|
|
1188
|
+
</body>
|
|
1189
|
+
</html>
|