@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> MapGISTileServerImageryProvider</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">MapGISTileServerImageryProvider</span>
|
|
288
|
+
</header>
|
|
289
|
+
|
|
8
290
|
|
|
9
291
|
|
|
10
292
|
|
|
@@ -25,7 +307,7 @@
|
|
|
25
307
|
<h4 class="name" id="MapGISTileServerImageryProvider">
|
|
26
308
|
<a class="href-link" href="#MapGISTileServerImageryProvider">#</a>
|
|
27
309
|
|
|
28
|
-
<span class="code-name"
|
|
310
|
+
<span class="code-name" style="font-size:30px">
|
|
29
311
|
|
|
30
312
|
new MapGISTileServerImageryProvider<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
|
|
|
@@ -127,7 +399,9 @@
|
|
|
127
399
|
</td>
|
|
128
400
|
|
|
129
401
|
|
|
130
|
-
<td class="description last"><p
|
|
402
|
+
<td class="description last"><p>服务地址,格式如下:<br/>
|
|
403
|
+
1、IGS1.0服务基地址:http://{ip}:{port}/igs/rest/mrms/tile/{文件夹名(可选)}:{serviceName}/{level}/{row}/{col}<br/>
|
|
404
|
+
2、IGS2.0服务基地址:http://{ip}:{port}/arcgis/rest/services/{文件夹名(可选)}/{服务名}/TileServer</p></td>
|
|
131
405
|
</tr>
|
|
132
406
|
|
|
133
407
|
|
|
@@ -141,12 +415,7 @@
|
|
|
141
415
|
<td class="type">
|
|
142
416
|
|
|
143
417
|
|
|
144
|
-
<span class="param-type">
|
|
145
|
-
|
|
146
|
-
String
|
|
147
|
-
|
|
148
|
-
</span>
|
|
149
|
-
|
|
418
|
+
<span class="param-type">String</span>
|
|
150
419
|
|
|
151
420
|
|
|
152
421
|
|
|
@@ -172,12 +441,7 @@
|
|
|
172
441
|
<td class="type">
|
|
173
442
|
|
|
174
443
|
|
|
175
|
-
<span class="param-type">
|
|
176
|
-
|
|
177
|
-
String
|
|
178
|
-
|
|
179
|
-
</span>
|
|
180
|
-
|
|
444
|
+
<span class="param-type">String</span>
|
|
181
445
|
|
|
182
446
|
|
|
183
447
|
|
|
@@ -205,12 +469,7 @@
|
|
|
205
469
|
<td class="type">
|
|
206
470
|
|
|
207
471
|
|
|
208
|
-
<span class="param-type">
|
|
209
|
-
|
|
210
|
-
Number
|
|
211
|
-
|
|
212
|
-
</span>
|
|
213
|
-
|
|
472
|
+
<span class="param-type">number</span>
|
|
214
473
|
|
|
215
474
|
|
|
216
475
|
|
|
@@ -224,7 +483,7 @@
|
|
|
224
483
|
</td>
|
|
225
484
|
|
|
226
485
|
|
|
227
|
-
<td class="description last"><p
|
|
486
|
+
<td class="description last"><p>请求瓦片宽度</p></td>
|
|
228
487
|
</tr>
|
|
229
488
|
|
|
230
489
|
|
|
@@ -238,12 +497,7 @@
|
|
|
238
497
|
<td class="type">
|
|
239
498
|
|
|
240
499
|
|
|
241
|
-
<span class="param-type">
|
|
242
|
-
|
|
243
|
-
Number
|
|
244
|
-
|
|
245
|
-
</span>
|
|
246
|
-
|
|
500
|
+
<span class="param-type">number</span>
|
|
247
501
|
|
|
248
502
|
|
|
249
503
|
|
|
@@ -257,7 +511,7 @@
|
|
|
257
511
|
</td>
|
|
258
512
|
|
|
259
513
|
|
|
260
|
-
<td class="description last"><p
|
|
514
|
+
<td class="description last"><p>请求瓦片高度</p></td>
|
|
261
515
|
</tr>
|
|
262
516
|
|
|
263
517
|
|
|
@@ -271,12 +525,7 @@
|
|
|
271
525
|
<td class="type">
|
|
272
526
|
|
|
273
527
|
|
|
274
|
-
<span class="param-type">
|
|
275
|
-
|
|
276
|
-
Number
|
|
277
|
-
|
|
278
|
-
</span>
|
|
279
|
-
|
|
528
|
+
<span class="param-type">number</span>
|
|
280
529
|
|
|
281
530
|
|
|
282
531
|
|
|
@@ -290,7 +539,7 @@
|
|
|
290
539
|
</td>
|
|
291
540
|
|
|
292
541
|
|
|
293
|
-
<td class="description last"><p
|
|
542
|
+
<td class="description last"><p>图层最小请求瓦片级别,小于该级别不再请求瓦片</p></td>
|
|
294
543
|
</tr>
|
|
295
544
|
|
|
296
545
|
|
|
@@ -304,12 +553,7 @@
|
|
|
304
553
|
<td class="type">
|
|
305
554
|
|
|
306
555
|
|
|
307
|
-
<span class="param-type">
|
|
308
|
-
|
|
309
|
-
Number
|
|
310
|
-
|
|
311
|
-
</span>
|
|
312
|
-
|
|
556
|
+
<span class="param-type">number</span>
|
|
313
557
|
|
|
314
558
|
|
|
315
559
|
|
|
@@ -318,12 +562,10 @@
|
|
|
318
562
|
|
|
319
563
|
<td class="default">
|
|
320
564
|
|
|
321
|
-
20
|
|
322
|
-
|
|
323
565
|
</td>
|
|
324
566
|
|
|
325
567
|
|
|
326
|
-
<td class="description last"><p
|
|
568
|
+
<td class="description last"><p>图层最大请求瓦片级别,大于该级别不再请求瓦片</p></td>
|
|
327
569
|
</tr>
|
|
328
570
|
|
|
329
571
|
|
|
@@ -337,19 +579,7 @@
|
|
|
337
579
|
<td class="type">
|
|
338
580
|
|
|
339
581
|
|
|
340
|
-
<span class="param-type">
|
|
341
|
-
|
|
342
|
-
Boolean
|
|
343
|
-
|
|
344
|
-
</span>
|
|
345
|
-
|
|
|
346
|
-
|
|
347
|
-
<span class="param-type">
|
|
348
|
-
|
|
349
|
-
undefined
|
|
350
|
-
|
|
351
|
-
</span>
|
|
352
|
-
|
|
582
|
+
<span class="param-type">Boolean</span>
|
|
353
583
|
|
|
354
584
|
|
|
355
585
|
|
|
@@ -377,12 +607,10 @@
|
|
|
377
607
|
<td class="type">
|
|
378
608
|
|
|
379
609
|
|
|
380
|
-
<span class="param-type">
|
|
381
|
-
|
|
382
|
-
Object
|
|
383
|
-
|
|
384
|
-
</span>
|
|
610
|
+
<span class="param-type">Cesium.TilingScheme</span>
|
|
611
|
+
|
|
|
385
612
|
|
|
613
|
+
<span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
|
|
386
614
|
|
|
387
615
|
|
|
388
616
|
|
|
@@ -391,10 +619,12 @@
|
|
|
391
619
|
|
|
392
620
|
<td class="default">
|
|
393
621
|
|
|
622
|
+
Cesium.GeographicTilingScheme
|
|
623
|
+
|
|
394
624
|
</td>
|
|
395
625
|
|
|
396
626
|
|
|
397
|
-
<td class="description last"><p
|
|
627
|
+
<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>
|
|
398
628
|
</tr>
|
|
399
629
|
|
|
400
630
|
|
|
@@ -408,12 +638,7 @@
|
|
|
408
638
|
<td class="type">
|
|
409
639
|
|
|
410
640
|
|
|
411
|
-
<span class="param-type">
|
|
412
|
-
|
|
413
|
-
Object
|
|
414
|
-
|
|
415
|
-
</span>
|
|
416
|
-
|
|
641
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
417
642
|
|
|
418
643
|
|
|
419
644
|
|
|
@@ -427,7 +652,7 @@
|
|
|
427
652
|
</td>
|
|
428
653
|
|
|
429
654
|
|
|
430
|
-
<td class="description last"><p
|
|
655
|
+
<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>
|
|
431
656
|
</tr>
|
|
432
657
|
|
|
433
658
|
|
|
@@ -441,12 +666,7 @@
|
|
|
441
666
|
<td class="type">
|
|
442
667
|
|
|
443
668
|
|
|
444
|
-
<span class="param-type">
|
|
445
|
-
|
|
446
|
-
Number
|
|
447
|
-
|
|
448
|
-
</span>
|
|
449
|
-
|
|
669
|
+
<span class="param-type">Number</span>
|
|
450
670
|
|
|
451
671
|
|
|
452
672
|
|
|
@@ -474,12 +694,7 @@
|
|
|
474
694
|
<td class="type">
|
|
475
695
|
|
|
476
696
|
|
|
477
|
-
<span class="param-type">
|
|
478
|
-
|
|
479
|
-
String
|
|
480
|
-
|
|
481
|
-
</span>
|
|
482
|
-
|
|
697
|
+
<span class="param-type">String</span>
|
|
483
698
|
|
|
484
699
|
|
|
485
700
|
|
|
@@ -505,12 +720,7 @@
|
|
|
505
720
|
<td class="type">
|
|
506
721
|
|
|
507
722
|
|
|
508
|
-
<span class="param-type">
|
|
509
|
-
|
|
510
|
-
Array
|
|
511
|
-
|
|
512
|
-
</span>
|
|
513
|
-
|
|
723
|
+
<span class="param-type">Array</span>
|
|
514
724
|
|
|
515
725
|
|
|
516
726
|
|
|
@@ -536,12 +746,7 @@
|
|
|
536
746
|
<td class="type">
|
|
537
747
|
|
|
538
748
|
|
|
539
|
-
<span class="param-type">
|
|
540
|
-
|
|
541
|
-
function
|
|
542
|
-
|
|
543
|
-
</span>
|
|
544
|
-
|
|
749
|
+
<span class="param-type">function</span>
|
|
545
750
|
|
|
546
751
|
|
|
547
752
|
|
|
@@ -625,19 +830,27 @@
|
|
|
625
830
|
|
|
626
831
|
|
|
627
832
|
|
|
628
|
-
<p class="summary"><
|
|
629
|
-
<a href='#
|
|
630
|
-
<a href='#
|
|
833
|
+
<p class="summary"><p>请参考以下示例:<br>
|
|
834
|
+
<a href='#example1'>1、添加一个MapGIS瓦片图层:原生接口</a><br>
|
|
835
|
+
<a href='#example2'>2、添加一个MapGIS瓦片图层:混合接口</a><br>
|
|
836
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/layer/layerControl/image-layer-elevation-mode-setting' target='_blank'>3、影像图层高程模式设置</a><br>
|
|
837
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>4、卷帘</a><br>
|
|
838
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/sceneControl/scene/globe-independent-translucency' target='_blank'>5、地表透明度独立控制</a><br>
|
|
839
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#tileLayer' target='_blank'>6、更多图层加载示例</a></p>
|
|
840
|
+
<h5 style='margin-top: 10px;'>支持如下方法:</h5>
|
|
841
|
+
<a href='#fromUrl'>[1、通过MapGIS瓦片服务的url获取MapGISTileServerImageryProvider对象]</a><br/>
|
|
842
|
+
<a href='#requestImage'>[2、请求给定瓦片的图像]</a><br/>
|
|
843
|
+
<a href='#pickFeatures'>[3、获取瓦片内要素]</a><br/></p>
|
|
631
844
|
|
|
632
845
|
|
|
633
846
|
|
|
634
847
|
<h5>示例</h5>
|
|
635
848
|
|
|
636
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
849
|
+
<p class="code-caption"><h7 id='example1'>添加一个MapGIS瓦片图层:原生接口</h7></p>
|
|
637
850
|
|
|
638
851
|
|
|
639
852
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
640
|
-
const { MapGISTileServerImageryProvider } = zondy
|
|
853
|
+
const { MapGISTileServerImageryProvider } = zondy.cesium
|
|
641
854
|
// ES6引入方式
|
|
642
855
|
import { MapGISTileServerImageryProvider } from "@mapgis/webclient-cesium-plugin"
|
|
643
856
|
|
|
@@ -654,12 +867,12 @@ async function addTileLayer() {
|
|
|
654
867
|
addTileLayer()</code></pre>
|
|
655
868
|
|
|
656
869
|
|
|
657
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
870
|
+
<p class="code-caption"><h7 id='example2'>添加一个MapGIS瓦片图层:混合接口</h7></p>
|
|
658
871
|
|
|
659
872
|
|
|
660
873
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
661
|
-
const { MapGISTileServerImageryProvider } = zondy
|
|
662
|
-
const { IGSTileLayer } = zondy.
|
|
874
|
+
const { MapGISTileServerImageryProvider } = zondy.cesium
|
|
875
|
+
const { IGSTileLayer } = zondy.layer
|
|
663
876
|
const { initializeOptions } = zondy.cesium.util
|
|
664
877
|
// ES6引入方式
|
|
665
878
|
import { initializeOptions, MapGISTileServerImageryProvider } from "@mapgis/webclient-cesium-plugin"
|
|
@@ -706,283 +919,6 @@ igsTileLayer.load().then((layer) => {
|
|
|
706
919
|
|
|
707
920
|
<div class='vertical-section'>
|
|
708
921
|
<h3 id='member'>成员变量</h3>
|
|
709
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
710
|
-
<div class="table-container">
|
|
711
|
-
<table class="params table">
|
|
712
|
-
<thead>
|
|
713
|
-
<tr>
|
|
714
|
-
<th>名称</th>
|
|
715
|
-
<th>类型</th>
|
|
716
|
-
<th>描述</th>
|
|
717
|
-
</tr>
|
|
718
|
-
</thead>
|
|
719
|
-
<tbody>
|
|
720
|
-
|
|
721
|
-
<tr class="deep-level-0">
|
|
722
|
-
<td class="name"><code><a href="#credit">credit</a></code></td>
|
|
723
|
-
<td class="name">
|
|
724
|
-
<code>
|
|
725
|
-
|
|
726
|
-
<span class="param-type">
|
|
727
|
-
|
|
728
|
-
Credit
|
|
729
|
-
|
|
730
|
-
</span>
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
</code>
|
|
735
|
-
</td>
|
|
736
|
-
<td class="name"><code><p>获取此图像提供程序处于活动状态时要显示的凭证</p></code></td>
|
|
737
|
-
</tr>
|
|
738
|
-
|
|
739
|
-
<tr class="deep-level-0">
|
|
740
|
-
<td class="name"><code><a href="#hasAlphaChannel">hasAlphaChannel</a></code></td>
|
|
741
|
-
<td class="name">
|
|
742
|
-
<code>
|
|
743
|
-
|
|
744
|
-
<span class="param-type">
|
|
745
|
-
|
|
746
|
-
Boolean
|
|
747
|
-
|
|
748
|
-
</span>
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
</code>
|
|
753
|
-
</td>
|
|
754
|
-
<td class="name"><code><p>是否包含alpha通道,如果此属性为false,则alpha通道(如果存在)将被忽略。如果此属性为真,任何没有alpha
|
|
755
|
-
通道的图像将被视为它们的alpha在任何地方都是1.0。当此属性为false时,内存使用和纹理上传时间会减少</p></code></td>
|
|
756
|
-
</tr>
|
|
757
|
-
|
|
758
|
-
<tr class="deep-level-0">
|
|
759
|
-
<td class="name"><code><a href="#hasAlphaChannel">hasAlphaChannel</a></code></td>
|
|
760
|
-
<td class="name">
|
|
761
|
-
<code>
|
|
762
|
-
|
|
763
|
-
<span class="param-type">
|
|
764
|
-
|
|
765
|
-
Boolean
|
|
766
|
-
|
|
767
|
-
</span>
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
</code>
|
|
772
|
-
</td>
|
|
773
|
-
<td class="name"><code><p>是否包含alpha通道,如果此属性为false,则alpha通道(如果存在)将被忽略。如果此属性为真,任何没有alpha
|
|
774
|
-
通道的图像将被视为它们的alpha在任何地方都是1.0。当此属性为false时,内存使用和纹理上传时间会减少</p></code></td>
|
|
775
|
-
</tr>
|
|
776
|
-
|
|
777
|
-
<tr class="deep-level-0">
|
|
778
|
-
<td class="name"><code><a href="#isStretchImage">isStretchImage</a></code></td>
|
|
779
|
-
<td class="name">
|
|
780
|
-
<code>
|
|
781
|
-
|
|
782
|
-
<span class="param-type">
|
|
783
|
-
|
|
784
|
-
Boolean
|
|
785
|
-
|
|
786
|
-
</span>
|
|
787
|
-
|
|
|
788
|
-
|
|
789
|
-
<span class="param-type">
|
|
790
|
-
|
|
791
|
-
undefined
|
|
792
|
-
|
|
793
|
-
</span>
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
</code>
|
|
798
|
-
</td>
|
|
799
|
-
<td class="name"><code><p>超过最大最小层级范围图像是否进行图像的拉伸</p></code></td>
|
|
800
|
-
</tr>
|
|
801
|
-
|
|
802
|
-
<tr class="deep-level-0">
|
|
803
|
-
<td class="name"><code><a href="#mapgisOffset">mapgisOffset</a></code></td>
|
|
804
|
-
<td class="name">
|
|
805
|
-
<code>
|
|
806
|
-
|
|
807
|
-
<span class="param-type">
|
|
808
|
-
|
|
809
|
-
Number
|
|
810
|
-
|
|
811
|
-
</span>
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
</code>
|
|
816
|
-
</td>
|
|
817
|
-
<td class="name"><code><p>瓦片错级参数</p></code></td>
|
|
818
|
-
</tr>
|
|
819
|
-
|
|
820
|
-
<tr class="deep-level-0">
|
|
821
|
-
<td class="name"><code><a href="#maximumLevel">maximumLevel</a></code></td>
|
|
822
|
-
<td class="name">
|
|
823
|
-
<code>
|
|
824
|
-
|
|
825
|
-
<span class="param-type">
|
|
826
|
-
|
|
827
|
-
Number
|
|
828
|
-
|
|
829
|
-
</span>
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
</code>
|
|
834
|
-
</td>
|
|
835
|
-
<td class="name"><code><p>瓦片最大级别</p></code></td>
|
|
836
|
-
</tr>
|
|
837
|
-
|
|
838
|
-
<tr class="deep-level-0">
|
|
839
|
-
<td class="name"><code><a href="#minimumLevel">minimumLevel</a></code></td>
|
|
840
|
-
<td class="name">
|
|
841
|
-
<code>
|
|
842
|
-
|
|
843
|
-
<span class="param-type">
|
|
844
|
-
|
|
845
|
-
Number
|
|
846
|
-
|
|
847
|
-
</span>
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
</code>
|
|
852
|
-
</td>
|
|
853
|
-
<td class="name"><code><p>瓦片最小级别</p></code></td>
|
|
854
|
-
</tr>
|
|
855
|
-
|
|
856
|
-
<tr class="deep-level-0">
|
|
857
|
-
<td class="name"><code><a href="#proxy">proxy</a></code></td>
|
|
858
|
-
<td class="name">
|
|
859
|
-
<code>
|
|
860
|
-
|
|
861
|
-
<span class="param-type">
|
|
862
|
-
|
|
863
|
-
Proxy
|
|
864
|
-
|
|
865
|
-
</span>
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
</code>
|
|
870
|
-
</td>
|
|
871
|
-
<td class="name"><code><p>获取代理</p></code></td>
|
|
872
|
-
</tr>
|
|
873
|
-
|
|
874
|
-
<tr class="deep-level-0">
|
|
875
|
-
<td class="name"><code><a href="#ready">ready</a></code></td>
|
|
876
|
-
<td class="name">
|
|
877
|
-
<code>
|
|
878
|
-
|
|
879
|
-
<span class="param-type">
|
|
880
|
-
|
|
881
|
-
Boolean
|
|
882
|
-
|
|
883
|
-
</span>
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
</code>
|
|
888
|
-
</td>
|
|
889
|
-
<td class="name"><code><p>获取当前图层是否创建完成</p></code></td>
|
|
890
|
-
</tr>
|
|
891
|
-
|
|
892
|
-
<tr class="deep-level-0">
|
|
893
|
-
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
894
|
-
<td class="name">
|
|
895
|
-
<code>
|
|
896
|
-
|
|
897
|
-
<span class="param-type">
|
|
898
|
-
|
|
899
|
-
Rectangle
|
|
900
|
-
|
|
901
|
-
</span>
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
</code>
|
|
906
|
-
</td>
|
|
907
|
-
<td class="name"><code><p>地图加载范围</p></code></td>
|
|
908
|
-
</tr>
|
|
909
|
-
|
|
910
|
-
<tr class="deep-level-0">
|
|
911
|
-
<td class="name"><code><a href="#tileHeight">tileHeight</a></code></td>
|
|
912
|
-
<td class="name">
|
|
913
|
-
<code>
|
|
914
|
-
|
|
915
|
-
<span class="param-type">
|
|
916
|
-
|
|
917
|
-
Number
|
|
918
|
-
|
|
919
|
-
</span>
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
</code>
|
|
924
|
-
</td>
|
|
925
|
-
<td class="name"><code><p>瓦片高度</p></code></td>
|
|
926
|
-
</tr>
|
|
927
|
-
|
|
928
|
-
<tr class="deep-level-0">
|
|
929
|
-
<td class="name"><code><a href="#tileWidth">tileWidth</a></code></td>
|
|
930
|
-
<td class="name">
|
|
931
|
-
<code>
|
|
932
|
-
|
|
933
|
-
<span class="param-type">
|
|
934
|
-
|
|
935
|
-
Number
|
|
936
|
-
|
|
937
|
-
</span>
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
</code>
|
|
942
|
-
</td>
|
|
943
|
-
<td class="name"><code><p>瓦片宽度</p></code></td>
|
|
944
|
-
</tr>
|
|
945
|
-
|
|
946
|
-
<tr class="deep-level-0">
|
|
947
|
-
<td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
|
|
948
|
-
<td class="name">
|
|
949
|
-
<code>
|
|
950
|
-
|
|
951
|
-
<span class="param-type">
|
|
952
|
-
|
|
953
|
-
TilingScheme
|
|
954
|
-
|
|
955
|
-
</span>
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
</code>
|
|
960
|
-
</td>
|
|
961
|
-
<td class="name"><code><p>瓦片平铺方案</p></code></td>
|
|
962
|
-
</tr>
|
|
963
|
-
|
|
964
|
-
<tr class="deep-level-0">
|
|
965
|
-
<td class="name"><code><a href="#url">url</a></code></td>
|
|
966
|
-
<td class="name">
|
|
967
|
-
<code>
|
|
968
|
-
|
|
969
|
-
<span class="param-type">
|
|
970
|
-
|
|
971
|
-
String
|
|
972
|
-
|
|
973
|
-
</span>
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
</code>
|
|
978
|
-
</td>
|
|
979
|
-
<td class="name"><code><p>服务地址</p></code></td>
|
|
980
|
-
</tr>
|
|
981
|
-
|
|
982
|
-
</tbody>
|
|
983
|
-
</table>
|
|
984
|
-
</div>
|
|
985
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
986
922
|
<div class="members">
|
|
987
923
|
|
|
988
924
|
<div class="member">
|
|
@@ -990,12 +926,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
990
926
|
<span class="method-parameter is-pulled-right">
|
|
991
927
|
<label>类型:</label>
|
|
992
928
|
|
|
993
|
-
<span class="param-type">
|
|
994
|
-
|
|
995
|
-
Credit
|
|
996
|
-
|
|
997
|
-
</span>
|
|
998
|
-
|
|
929
|
+
<span class="param-type">Credit</span>
|
|
999
930
|
|
|
1000
931
|
|
|
1001
932
|
</span>
|
|
@@ -1069,12 +1000,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1069
1000
|
<span class="method-parameter is-pulled-right">
|
|
1070
1001
|
<label>类型:</label>
|
|
1071
1002
|
|
|
1072
|
-
<span class="param-type">
|
|
1073
|
-
|
|
1074
|
-
Boolean
|
|
1075
|
-
|
|
1076
|
-
</span>
|
|
1077
|
-
|
|
1003
|
+
<span class="param-type">Boolean</span>
|
|
1078
1004
|
|
|
1079
1005
|
|
|
1080
1006
|
</span>
|
|
@@ -1154,12 +1080,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1154
1080
|
<span class="method-parameter is-pulled-right">
|
|
1155
1081
|
<label>类型:</label>
|
|
1156
1082
|
|
|
1157
|
-
<span class="param-type">
|
|
1158
|
-
|
|
1159
|
-
Boolean
|
|
1160
|
-
|
|
1161
|
-
</span>
|
|
1162
|
-
|
|
1083
|
+
<span class="param-type">Boolean</span>
|
|
1163
1084
|
|
|
1164
1085
|
|
|
1165
1086
|
</span>
|
|
@@ -1239,19 +1160,10 @@ igsTileLayer.load().then((layer) => {
|
|
|
1239
1160
|
<span class="method-parameter is-pulled-right">
|
|
1240
1161
|
<label>类型:</label>
|
|
1241
1162
|
|
|
1242
|
-
<span class="param-type">
|
|
1243
|
-
|
|
1244
|
-
Boolean
|
|
1245
|
-
|
|
1246
|
-
</span>
|
|
1163
|
+
<span class="param-type">Boolean</span>
|
|
1247
1164
|
|
|
|
1248
1165
|
|
|
1249
|
-
<span class="param-type">
|
|
1250
|
-
|
|
1251
|
-
undefined
|
|
1252
|
-
|
|
1253
|
-
</span>
|
|
1254
|
-
|
|
1166
|
+
<span class="param-type">undefined</span>
|
|
1255
1167
|
|
|
1256
1168
|
|
|
1257
1169
|
</span>
|
|
@@ -1326,12 +1238,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1326
1238
|
<span class="method-parameter is-pulled-right">
|
|
1327
1239
|
<label>类型:</label>
|
|
1328
1240
|
|
|
1329
|
-
<span class="param-type">
|
|
1330
|
-
|
|
1331
|
-
Number
|
|
1332
|
-
|
|
1333
|
-
</span>
|
|
1334
|
-
|
|
1241
|
+
<span class="param-type">Number</span>
|
|
1335
1242
|
|
|
1336
1243
|
|
|
1337
1244
|
</span>
|
|
@@ -1405,12 +1312,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1405
1312
|
<span class="method-parameter is-pulled-right">
|
|
1406
1313
|
<label>类型:</label>
|
|
1407
1314
|
|
|
1408
|
-
<span class="param-type">
|
|
1409
|
-
|
|
1410
|
-
Number
|
|
1411
|
-
|
|
1412
|
-
</span>
|
|
1413
|
-
|
|
1315
|
+
<span class="param-type">Number</span>
|
|
1414
1316
|
|
|
1415
1317
|
|
|
1416
1318
|
</span>
|
|
@@ -1484,12 +1386,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1484
1386
|
<span class="method-parameter is-pulled-right">
|
|
1485
1387
|
<label>类型:</label>
|
|
1486
1388
|
|
|
1487
|
-
<span class="param-type">
|
|
1488
|
-
|
|
1489
|
-
Number
|
|
1490
|
-
|
|
1491
|
-
</span>
|
|
1492
|
-
|
|
1389
|
+
<span class="param-type">Number</span>
|
|
1493
1390
|
|
|
1494
1391
|
|
|
1495
1392
|
</span>
|
|
@@ -1563,12 +1460,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1563
1460
|
<span class="method-parameter is-pulled-right">
|
|
1564
1461
|
<label>类型:</label>
|
|
1565
1462
|
|
|
1566
|
-
<span class="param-type">
|
|
1567
|
-
|
|
1568
|
-
Proxy
|
|
1569
|
-
|
|
1570
|
-
</span>
|
|
1571
|
-
|
|
1463
|
+
<span class="param-type">Proxy</span>
|
|
1572
1464
|
|
|
1573
1465
|
|
|
1574
1466
|
</span>
|
|
@@ -1642,12 +1534,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1642
1534
|
<span class="method-parameter is-pulled-right">
|
|
1643
1535
|
<label>类型:</label>
|
|
1644
1536
|
|
|
1645
|
-
<span class="param-type">
|
|
1646
|
-
|
|
1647
|
-
Boolean
|
|
1648
|
-
|
|
1649
|
-
</span>
|
|
1650
|
-
|
|
1537
|
+
<span class="param-type">Boolean</span>
|
|
1651
1538
|
|
|
1652
1539
|
|
|
1653
1540
|
</span>
|
|
@@ -1721,12 +1608,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1721
1608
|
<span class="method-parameter is-pulled-right">
|
|
1722
1609
|
<label>类型:</label>
|
|
1723
1610
|
|
|
1724
|
-
<span class="param-type">
|
|
1725
|
-
|
|
1726
|
-
Rectangle
|
|
1727
|
-
|
|
1728
|
-
</span>
|
|
1729
|
-
|
|
1611
|
+
<span class="param-type">Rectangle</span>
|
|
1730
1612
|
|
|
1731
1613
|
|
|
1732
1614
|
</span>
|
|
@@ -1800,12 +1682,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1800
1682
|
<span class="method-parameter is-pulled-right">
|
|
1801
1683
|
<label>类型:</label>
|
|
1802
1684
|
|
|
1803
|
-
<span class="param-type">
|
|
1804
|
-
|
|
1805
|
-
Number
|
|
1806
|
-
|
|
1807
|
-
</span>
|
|
1808
|
-
|
|
1685
|
+
<span class="param-type">Number</span>
|
|
1809
1686
|
|
|
1810
1687
|
|
|
1811
1688
|
</span>
|
|
@@ -1879,12 +1756,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1879
1756
|
<span class="method-parameter is-pulled-right">
|
|
1880
1757
|
<label>类型:</label>
|
|
1881
1758
|
|
|
1882
|
-
<span class="param-type">
|
|
1883
|
-
|
|
1884
|
-
Number
|
|
1885
|
-
|
|
1886
|
-
</span>
|
|
1887
|
-
|
|
1759
|
+
<span class="param-type">Number</span>
|
|
1888
1760
|
|
|
1889
1761
|
|
|
1890
1762
|
</span>
|
|
@@ -1958,12 +1830,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1958
1830
|
<span class="method-parameter is-pulled-right">
|
|
1959
1831
|
<label>类型:</label>
|
|
1960
1832
|
|
|
1961
|
-
<span class="param-type">
|
|
1962
|
-
|
|
1963
|
-
TilingScheme
|
|
1964
|
-
|
|
1965
|
-
</span>
|
|
1966
|
-
|
|
1833
|
+
<span class="param-type">TilingScheme</span>
|
|
1967
1834
|
|
|
1968
1835
|
|
|
1969
1836
|
</span>
|
|
@@ -2037,12 +1904,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2037
1904
|
<span class="method-parameter is-pulled-right">
|
|
2038
1905
|
<label>类型:</label>
|
|
2039
1906
|
|
|
2040
|
-
<span class="param-type">
|
|
2041
|
-
|
|
2042
|
-
String
|
|
2043
|
-
|
|
2044
|
-
</span>
|
|
2045
|
-
|
|
1907
|
+
<span class="param-type">String</span>
|
|
2046
1908
|
|
|
2047
1909
|
|
|
2048
1910
|
</span>
|
|
@@ -2118,90 +1980,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2118
1980
|
|
|
2119
1981
|
<div class='vertical-section'>
|
|
2120
1982
|
<h3 id='function'>方法</h3>
|
|
2121
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
2122
1983
|
<div class="members">
|
|
2123
|
-
<div class="table-container">
|
|
2124
|
-
<table class="params table">
|
|
2125
|
-
<thead>
|
|
2126
|
-
<tr>
|
|
2127
|
-
<th>名称</th>
|
|
2128
|
-
<th>返回值类型</th>
|
|
2129
|
-
<th>描述</th>
|
|
2130
|
-
</tr>
|
|
2131
|
-
</thead>
|
|
2132
|
-
<tbody>
|
|
2133
|
-
|
|
2134
|
-
<tr class="deep-level-0">
|
|
2135
|
-
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
2136
|
-
<td class="name">
|
|
2137
|
-
<code>
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
<span class="param-type">
|
|
2141
|
-
|
|
2142
|
-
<a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a>
|
|
2143
|
-
|
|
2144
|
-
</span>
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
</code>
|
|
2150
|
-
</td>
|
|
2151
|
-
<td class="name"><code><p>通过MapGIS瓦片服务的url获取MapGISTileServerImageryProvider对象</p></code></td>
|
|
2152
|
-
</tr>
|
|
2153
|
-
|
|
2154
|
-
<tr class="deep-level-0">
|
|
2155
|
-
<td class="name"><code><a href="#pickFeatures">pickFeatures</a></code></td>
|
|
2156
|
-
<td class="name">
|
|
2157
|
-
<code>
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
<span class="param-type">
|
|
2161
|
-
|
|
2162
|
-
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
2163
|
-
|
|
2164
|
-
</span>
|
|
2165
|
-
|
|
|
2166
|
-
|
|
2167
|
-
<span class="param-type">
|
|
2168
|
-
|
|
2169
|
-
undefined
|
|
2170
|
-
|
|
2171
|
-
</span>
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
</code>
|
|
2177
|
-
</td>
|
|
2178
|
-
<td class="name"><code><p>获取瓦片内要素</p></code></td>
|
|
2179
|
-
</tr>
|
|
2180
|
-
|
|
2181
|
-
<tr class="deep-level-0">
|
|
2182
|
-
<td class="name"><code><a href="#requestImage">requestImage</a></code></td>
|
|
2183
|
-
<td class="name">
|
|
2184
|
-
<code>
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
<span class="param-type">
|
|
2188
|
-
|
|
2189
|
-
Object
|
|
2190
|
-
|
|
2191
|
-
</span>
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
</code>
|
|
2197
|
-
</td>
|
|
2198
|
-
<td class="name"><code><p>请求给定瓦片的图像</p></code></td>
|
|
2199
|
-
</tr>
|
|
2200
|
-
|
|
2201
|
-
</tbody>
|
|
2202
|
-
</table>
|
|
2203
|
-
</div>
|
|
2204
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
2205
1984
|
|
|
2206
1985
|
<div class="member">
|
|
2207
1986
|
|
|
@@ -2216,7 +1995,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2216
1995
|
<span class='tag'>static</span>
|
|
2217
1996
|
|
|
2218
1997
|
|
|
2219
|
-
<span class="code-name"
|
|
1998
|
+
<span class="code-name" style="font-size:30px">
|
|
2220
1999
|
|
|
2221
2000
|
fromUrl<span class="signature">(url, options)</span>
|
|
2222
2001
|
|
|
@@ -2226,7 +2005,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2226
2005
|
|
|
2227
2006
|
|
|
2228
2007
|
<div class="description">
|
|
2229
|
-
<p>通过MapGIS瓦片服务的url获取MapGISTileServerImageryProvider
|
|
2008
|
+
<p>通过MapGIS瓦片服务的url获取MapGISTileServerImageryProvider对象<a id='fromUrl'/></p>
|
|
2230
2009
|
</div>
|
|
2231
2010
|
|
|
2232
2011
|
|
|
@@ -2238,7 +2017,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2238
2017
|
|
|
2239
2018
|
|
|
2240
2019
|
|
|
2241
|
-
<h4
|
|
2020
|
+
<h4>参数:</h4>
|
|
2242
2021
|
|
|
2243
2022
|
<div class="table-container">
|
|
2244
2023
|
<table class="params table">
|
|
@@ -2268,12 +2047,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2268
2047
|
<td class="type">
|
|
2269
2048
|
|
|
2270
2049
|
|
|
2271
|
-
<span class="param-type">
|
|
2272
|
-
|
|
2273
|
-
String
|
|
2274
|
-
|
|
2275
|
-
</span>
|
|
2276
|
-
|
|
2050
|
+
<span class="param-type">String</span>
|
|
2277
2051
|
|
|
2278
2052
|
|
|
2279
2053
|
|
|
@@ -2297,12 +2071,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2297
2071
|
<td class="type">
|
|
2298
2072
|
|
|
2299
2073
|
|
|
2300
|
-
<span class="param-type">
|
|
2301
|
-
|
|
2302
|
-
Object
|
|
2303
|
-
|
|
2304
|
-
</span>
|
|
2305
|
-
|
|
2074
|
+
<span class="param-type">Object</span>
|
|
2306
2075
|
|
|
2307
2076
|
|
|
2308
2077
|
|
|
@@ -2377,23 +2146,20 @@ igsTileLayer.load().then((layer) => {
|
|
|
2377
2146
|
|
|
2378
2147
|
|
|
2379
2148
|
<div class='columns method-parameter'>
|
|
2380
|
-
<div class="column is-2"><label
|
|
2149
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2381
2150
|
<div class="column is-10">
|
|
2382
2151
|
|
|
2383
2152
|
|
|
2384
2153
|
|
|
2385
2154
|
<div class="columns">
|
|
2386
2155
|
|
|
2156
|
+
<div class='param-desc column is-7'><p>初始化完毕的MapGISTileServerImageryProvider对象</p></div>
|
|
2157
|
+
|
|
2387
2158
|
|
|
2388
2159
|
<div class='column is-5 has-text-left'>
|
|
2389
2160
|
<label>类型: </label>
|
|
2390
2161
|
|
|
2391
|
-
<span class="param-type">
|
|
2392
|
-
|
|
2393
|
-
<a link="MapGISTileServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTileServerImageryProvider" MapGISTileServerImageryProvider.html>MapGISTileServerImageryProvider</a>
|
|
2394
|
-
|
|
2395
|
-
</span>
|
|
2396
|
-
|
|
2162
|
+
<span class="param-type">Cesium.MapGISTileServerImageryProvider</span>
|
|
2397
2163
|
|
|
2398
2164
|
|
|
2399
2165
|
</div>
|
|
@@ -2418,7 +2184,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2418
2184
|
<h4 class="name" id="pickFeatures">
|
|
2419
2185
|
<a class="href-link" href="#pickFeatures">#</a>
|
|
2420
2186
|
|
|
2421
|
-
<span class="code-name"
|
|
2187
|
+
<span class="code-name" style="font-size:30px">
|
|
2422
2188
|
|
|
2423
2189
|
pickFeatures<span class="signature">(x, y, level)</span>
|
|
2424
2190
|
|
|
@@ -2428,7 +2194,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2428
2194
|
|
|
2429
2195
|
|
|
2430
2196
|
<div class="description">
|
|
2431
|
-
<p
|
|
2197
|
+
<p>获取瓦片内要素<a id='pickFeatures'/></p>
|
|
2432
2198
|
</div>
|
|
2433
2199
|
|
|
2434
2200
|
|
|
@@ -2440,7 +2206,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2440
2206
|
|
|
2441
2207
|
|
|
2442
2208
|
|
|
2443
|
-
<h4
|
|
2209
|
+
<h4>参数:</h4>
|
|
2444
2210
|
|
|
2445
2211
|
<div class="table-container">
|
|
2446
2212
|
<table class="params table">
|
|
@@ -2470,12 +2236,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2470
2236
|
<td class="type">
|
|
2471
2237
|
|
|
2472
2238
|
|
|
2473
|
-
<span class="param-type">
|
|
2474
|
-
|
|
2475
|
-
Number
|
|
2476
|
-
|
|
2477
|
-
</span>
|
|
2478
|
-
|
|
2239
|
+
<span class="param-type">Number</span>
|
|
2479
2240
|
|
|
2480
2241
|
|
|
2481
2242
|
|
|
@@ -2499,12 +2260,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2499
2260
|
<td class="type">
|
|
2500
2261
|
|
|
2501
2262
|
|
|
2502
|
-
<span class="param-type">
|
|
2503
|
-
|
|
2504
|
-
Number
|
|
2505
|
-
|
|
2506
|
-
</span>
|
|
2507
|
-
|
|
2263
|
+
<span class="param-type">Number</span>
|
|
2508
2264
|
|
|
2509
2265
|
|
|
2510
2266
|
|
|
@@ -2528,12 +2284,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2528
2284
|
<td class="type">
|
|
2529
2285
|
|
|
2530
2286
|
|
|
2531
|
-
<span class="param-type">
|
|
2532
|
-
|
|
2533
|
-
Number
|
|
2534
|
-
|
|
2535
|
-
</span>
|
|
2536
|
-
|
|
2287
|
+
<span class="param-type">Number</span>
|
|
2537
2288
|
|
|
2538
2289
|
|
|
2539
2290
|
|
|
@@ -2608,7 +2359,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2608
2359
|
|
|
2609
2360
|
|
|
2610
2361
|
<div class='columns method-parameter'>
|
|
2611
|
-
<div class="column is-2"><label
|
|
2362
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2612
2363
|
<div class="column is-10">
|
|
2613
2364
|
|
|
2614
2365
|
|
|
@@ -2622,19 +2373,10 @@ igsTileLayer.load().then((layer) => {
|
|
|
2622
2373
|
<div class='column is-5 has-text-left'>
|
|
2623
2374
|
<label>类型: </label>
|
|
2624
2375
|
|
|
2625
|
-
<span class="param-type">
|
|
2626
|
-
|
|
2627
|
-
Promise.<Array.<ImageryLayerFeatureInfo>>
|
|
2628
|
-
|
|
2629
|
-
</span>
|
|
2376
|
+
<span class="param-type"><a href="Promise.html">Promise</a>.<Array.<ImageryLayerFeatureInfo>></span>
|
|
2630
2377
|
|
|
|
2631
2378
|
|
|
2632
|
-
<span class="param-type">
|
|
2633
|
-
|
|
2634
|
-
undefined
|
|
2635
|
-
|
|
2636
|
-
</span>
|
|
2637
|
-
|
|
2379
|
+
<span class="param-type">undefined</span>
|
|
2638
2380
|
|
|
2639
2381
|
|
|
2640
2382
|
</div>
|
|
@@ -2659,7 +2401,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2659
2401
|
<h4 class="name" id="requestImage">
|
|
2660
2402
|
<a class="href-link" href="#requestImage">#</a>
|
|
2661
2403
|
|
|
2662
|
-
<span class="code-name"
|
|
2404
|
+
<span class="code-name" style="font-size:30px">
|
|
2663
2405
|
|
|
2664
2406
|
requestImage<span class="signature">(x, y, level, request)</span>
|
|
2665
2407
|
|
|
@@ -2669,7 +2411,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2669
2411
|
|
|
2670
2412
|
|
|
2671
2413
|
<div class="description">
|
|
2672
|
-
<p
|
|
2414
|
+
<p>请求给定瓦片的图像<a id='requestImage'/></p>
|
|
2673
2415
|
</div>
|
|
2674
2416
|
|
|
2675
2417
|
|
|
@@ -2681,7 +2423,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2681
2423
|
|
|
2682
2424
|
|
|
2683
2425
|
|
|
2684
|
-
<h4
|
|
2426
|
+
<h4>参数:</h4>
|
|
2685
2427
|
|
|
2686
2428
|
<div class="table-container">
|
|
2687
2429
|
<table class="params table">
|
|
@@ -2711,12 +2453,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2711
2453
|
<td class="type">
|
|
2712
2454
|
|
|
2713
2455
|
|
|
2714
|
-
<span class="param-type">
|
|
2715
|
-
|
|
2716
|
-
Number
|
|
2717
|
-
|
|
2718
|
-
</span>
|
|
2719
|
-
|
|
2456
|
+
<span class="param-type">Number</span>
|
|
2720
2457
|
|
|
2721
2458
|
|
|
2722
2459
|
|
|
@@ -2740,12 +2477,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2740
2477
|
<td class="type">
|
|
2741
2478
|
|
|
2742
2479
|
|
|
2743
|
-
<span class="param-type">
|
|
2744
|
-
|
|
2745
|
-
Number
|
|
2746
|
-
|
|
2747
|
-
</span>
|
|
2748
|
-
|
|
2480
|
+
<span class="param-type">Number</span>
|
|
2749
2481
|
|
|
2750
2482
|
|
|
2751
2483
|
|
|
@@ -2769,12 +2501,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2769
2501
|
<td class="type">
|
|
2770
2502
|
|
|
2771
2503
|
|
|
2772
|
-
<span class="param-type">
|
|
2773
|
-
|
|
2774
|
-
Number
|
|
2775
|
-
|
|
2776
|
-
</span>
|
|
2777
|
-
|
|
2504
|
+
<span class="param-type">Number</span>
|
|
2778
2505
|
|
|
2779
2506
|
|
|
2780
2507
|
|
|
@@ -2798,12 +2525,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2798
2525
|
<td class="type">
|
|
2799
2526
|
|
|
2800
2527
|
|
|
2801
|
-
<span class="param-type">
|
|
2802
|
-
|
|
2803
|
-
Object
|
|
2804
|
-
|
|
2805
|
-
</span>
|
|
2806
|
-
|
|
2528
|
+
<span class="param-type">Object</span>
|
|
2807
2529
|
|
|
2808
2530
|
|
|
2809
2531
|
|
|
@@ -2878,7 +2600,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2878
2600
|
|
|
2879
2601
|
|
|
2880
2602
|
<div class='columns method-parameter'>
|
|
2881
|
-
<div class="column is-2"><label
|
|
2603
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2882
2604
|
<div class="column is-10">
|
|
2883
2605
|
|
|
2884
2606
|
|
|
@@ -2891,12 +2613,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
2891
2613
|
<div class='column is-5 has-text-left'>
|
|
2892
2614
|
<label>类型: </label>
|
|
2893
2615
|
|
|
2894
|
-
<span class="param-type">
|
|
2895
|
-
|
|
2896
|
-
Object
|
|
2897
|
-
|
|
2898
|
-
</span>
|
|
2899
|
-
|
|
2616
|
+
<span class="param-type">Object</span>
|
|
2900
2617
|
|
|
2901
2618
|
|
|
2902
2619
|
</div>
|
|
@@ -2923,4 +2640,42 @@ igsTileLayer.load().then((layer) => {
|
|
|
2923
2640
|
|
|
2924
2641
|
</article>
|
|
2925
2642
|
|
|
2926
|
-
</section>
|
|
2643
|
+
</section>
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
|
|
2647
|
+
|
|
2648
|
+
</div>
|
|
2649
|
+
|
|
2650
|
+
<footer class="footer">
|
|
2651
|
+
<div class="content has-text-centered">
|
|
2652
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
2653
|
+
<p class="sidebar-created-by">
|
|
2654
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
2655
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
2656
|
+
</p>
|
|
2657
|
+
</div>
|
|
2658
|
+
</footer>
|
|
2659
|
+
|
|
2660
|
+
</div>
|
|
2661
|
+
<div id="side-nav" class="side-nav">
|
|
2662
|
+
<div style="margin-bottom: 10px;">
|
|
2663
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
2664
|
+
</div>
|
|
2665
|
+
<div style="margin-bottom: 10px;">
|
|
2666
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
2667
|
+
</div>
|
|
2668
|
+
<div style="margin-bottom: 10px;">
|
|
2669
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
2670
|
+
</div>
|
|
2671
|
+
<div>
|
|
2672
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
2673
|
+
</div>
|
|
2674
|
+
</div>
|
|
2675
|
+
</div>
|
|
2676
|
+
<script src="scripts/linenumber.js"> </script>
|
|
2677
|
+
|
|
2678
|
+
<script src="scripts/search.js"> </script>
|
|
2679
|
+
|
|
2680
|
+
</body>
|
|
2681
|
+
</html>
|