@mapgis/webclient-cesium-plugin 17.2.8 → 17.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/README.md +601 -576
  2. package/dist/es5/webclient-cesium-plugin.min.js +64 -5
  3. package/dist/es5/webclient-common.min.js +37 -5
  4. package/dist/webclient-cesium-plugin-es6.min.js +64 -5
  5. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
  6. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
  7. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
  8. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
  9. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
  10. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
  11. package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
  12. package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
  13. package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
  14. package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
  15. package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
  16. package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
  17. package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
  18. package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
  19. package/documention/AlgorithmLib.html +118 -12
  20. package/documention/AngulationTool.html +158 -16
  21. package/documention/AnimationTool.html +148 -34
  22. package/documention/ArcGISMapServerImageryProvider.html +419 -193
  23. package/documention/ArcGISTileServerImageryProvider.html +380 -134
  24. package/documention/ArcGISVectorTileImageryProvider.html +498 -168
  25. package/documention/Cesium.Material.html +580 -0
  26. package/documention/Cesium.Viewer.html +1241 -0
  27. package/documention/Cesium3DTileset.html +691 -0
  28. package/documention/CesiumHeatmap.html +123 -2439
  29. package/documention/CesiumTerrainProvider.html +322 -10
  30. package/documention/CircleWaveMaterialProperty.html +120 -17
  31. package/documention/CollisionDetectionByRender.html +116 -10
  32. package/documention/CompatibleFunc.html +731 -0
  33. package/documention/CustomProjection.html +1208 -0
  34. package/documention/CustomTilingScheme.html +392 -475
  35. package/documention/CutFillAnalysis.html +1943 -0
  36. package/documention/CuttingTool.html +154 -238
  37. package/documention/Deferred.html +116 -10
  38. package/documention/DrawElement.html +125 -10
  39. package/documention/DrawTool.html +117 -11
  40. package/documention/DynamicEntityVisualizer.html +342 -30
  41. package/documention/DynamicLabelLayer.html +451 -333
  42. package/documention/EditTool.html +117 -11
  43. package/documention/FloodAnalysis.html +1895 -0
  44. package/documention/FloodAnalysisReflection.html +127 -15
  45. package/documention/GeoJSONLayerUtil.html +337 -63
  46. package/documention/GlobeIndependentTranslucency.html +121 -13
  47. package/documention/Graphic.html +233 -585
  48. package/documention/GraphicTransformTool.html +1207 -0
  49. package/documention/GraphicsLayer.html +207 -212
  50. package/documention/GraphicsLayerUtil.html +337 -63
  51. package/documention/HashMap.html +4010 -317
  52. package/documention/HeightLimited.html +127 -15
  53. package/documention/IGSFeatureLayerUtil.html +495 -58
  54. package/documention/ISSceneLayerUtil.html +329 -9
  55. package/documention/KeyboardCameraController.html +118 -10
  56. package/documention/MapGISM3DSet.html +728 -0
  57. package/documention/MapGISMapServerImageryProvider.html +475 -648
  58. package/documention/MapGISTerrainProvider.html +1228 -8281
  59. package/documention/MapGISTileAvailability.html +1546 -0
  60. package/documention/MapGISTileServerImageryProvider.html +419 -660
  61. package/documention/MapGISVectorTileImageryProvider.html +408 -1283
  62. package/documention/MeasureAreaTool.html +177 -62
  63. package/documention/MeasureLengthTool.html +179 -64
  64. package/documention/MeasureSlopeTool.html +129 -15
  65. package/documention/ModelEditor.html +132 -21
  66. package/documention/ModelFilterTool.html +213 -23
  67. package/documention/ModelTransformTool.html +191 -38
  68. package/documention/NavigationTool.html +694 -0
  69. package/documention/OpenWeatherImageryProvider.html +762 -0
  70. package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
  71. package/documention/Popup.html +351 -266
  72. package/documention/PostProcessStageLibrary.html +118 -12
  73. package/documention/Promise.html +119 -13
  74. package/documention/RadarMaterialProperty.html +120 -17
  75. package/documention/ReImg.html +133 -9
  76. package/documention/RiverGeometry.html +126 -20
  77. package/documention/RoamParticle.html +119 -9
  78. package/documention/S3MTileset.html +136 -10
  79. package/documention/SceneView.html +4993 -0
  80. package/documention/SceneViewCesium.html +447 -1028
  81. package/documention/Screenshot.html +337 -134
  82. package/documention/SelectTool.html +116 -38
  83. package/documention/ShadowRateAnalysis.html +117 -18
  84. package/documention/ShadowRateDrawCommand.html +115 -9
  85. package/documention/SketchEditor.html +1774 -0
  86. package/documention/SketchEditorCesium.html +365 -249
  87. package/documention/SkyLineAnalysis.html +9 -9
  88. package/documention/StableParticle.html +119 -9
  89. package/documention/Style.html +154 -533
  90. package/documention/TerrainAnalyse.html +265 -40
  91. package/documention/TerrainProfile.html +128 -16
  92. package/documention/ThemeManager.html +2237 -0
  93. package/documention/Tooltip.html +115 -9
  94. package/documention/TriangulationTool.html +176 -61
  95. package/documention/UrlTemplateImageryProvider.html +856 -38
  96. package/documention/VisiblityAnalysis.html +132 -24
  97. package/documention/WFSLayerUtil.html +337 -63
  98. package/documention/WaterReflection.html +132 -20
  99. package/documention/WebMapServiceImageryProvider.html +924 -70
  100. package/documention/WebMapTileServiceImageryProvider.html +843 -78
  101. package/documention/Wind3D.html +122 -11
  102. package/documention/createColorTexture.html +608 -0
  103. package/documention/global.html +14325 -68
  104. package/documention/index.html +167 -14
  105. package/documention/initializeOptions.html +561 -0
  106. package/documention/isCounterClockwise.html +760 -0
  107. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +339 -86
  108. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +361 -218
  109. package/documention/module.exports_module.exports.html +338 -44
  110. package/documention/scripts/search.js +1 -26
  111. package/documention/styles/app.min.css +1 -1
  112. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
  113. package/package.json +6 -5
@@ -1,10 +1,296 @@
1
- <header id="page-title" class="page-title">
2
-
3
- <span class="page-title-main">类名</span>
4
- <span class="page-title-sub">CustomTilingScheme</span>
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> CustomTilingScheme</title>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/app.min.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/iframe.css">
14
+ <link type="text/css" rel="stylesheet" href="">
15
+
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body class="layout small-header">
22
+ <div id="stickyNavbarOverlay"></div>
5
23
 
6
- </header>
7
24
 
25
+ <div class="top-nav">
26
+ <div class="inner">
27
+ <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
28
+ <span aria-hidden="true"></span>
29
+ <span aria-hidden="true"></span>
30
+ <span aria-hidden="true"></span>
31
+ </a>
32
+ <div class="logo">
33
+
34
+ <h1> MapGIS Client for JavaScript API</h1>
35
+
36
+
37
+ </div>
38
+ <div class="menu">
39
+
40
+ <div class="navigation">
41
+
42
+
43
+ <a
44
+ class="link user-link "
45
+ href="/static/modules/common/api/common-mapgis/index.html"
46
+ >
47
+ Common
48
+ </a>
49
+
50
+ <a
51
+ class="link user-link "
52
+ href="/static/modules/cesium/api/cesium-mapgis/index.html"
53
+ >
54
+ Cesium-Plugin
55
+ </a>
56
+
57
+ <a
58
+ class="link user-link "
59
+ href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
60
+ >
61
+ MapboxGL-Plugin
62
+ </a>
63
+
64
+ <a
65
+ class="link user-link "
66
+ href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
67
+ >
68
+ Leaflet-Plugin
69
+ </a>
70
+
71
+ <a
72
+ class="link user-link "
73
+ href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
74
+ >
75
+ OpenLayers-Plugin
76
+ </a>
77
+
78
+ <a
79
+ class="link user-link "
80
+ href="/static/modules/video/api/video-mapgis/index.html"
81
+ >
82
+ Video-Plugin
83
+ </a>
84
+
85
+
86
+
87
+ </div>
88
+ </div>
89
+ </div>
90
+ </div>
91
+
92
+ <div id="main">
93
+ <div
94
+ class="sidebar "
95
+ id="sidebarNav"
96
+ >
97
+ <div>
98
+ <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
99
+ </div>
100
+
101
+ <div class="search-wrapper">
102
+ <input id="search" type="text" placeholder="搜索文档..." class="input">
103
+ </div>
104
+
105
+ <nav>
106
+
107
+ <div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图图片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片图层,现已不支持通过构造函数(new ArcGISTileServerImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISVectorTileImageryProvider.html">ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>ArcGIS矢量瓦片图层,现已不支持通过构造函数(new ArcGISVectorTileImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium3DTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium3DTileset.html">Cesium3DTileset</a><span style="display: none;"><p>Cesium3DTileset对象,现已不支持通过构造函数(new Cesium3DTileset())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Material"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Material.html">Material</a><span style="display: none;"><p>新增了部分Cesium材质<br>
108
+ 《PolylineTrailLink材质》<br>
109
+ 参考示例:
110
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
111
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-wall'>《墙示例》</a><br>
112
+ color: 材质颜色,Cesium.Color.WHITE<br>
113
+ image: 材质使用的图片,Cesium.Material.PolylineTrailLinkImage<br>
114
+ duration: 持续时间,100.0<br>
115
+ direction: 方向,1.0<br>
116
+ repeat: 重复次数,new Cesium.Cartesian2(1.0, 1.0)<br><br>
117
+ 《CircleWaveMaterial材质》<br>
118
+ 参考示例:
119
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a>
120
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circular'>《圆锥示例》</a><br>
121
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
122
+ duration: 持续时间,100.0<br>
123
+ count: 方向,1.0<br>
124
+ gradient: 渐变因子,0.1<br><br>
125
+ 《RadarMaterial材质》<br>
126
+ 参考示例:
127
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
128
+ color: 材质颜色,Cesium.Color.WHITE<br>
129
+ speed: 速度,1<br><br>
130
+ 《AspectArrow材质》
131
+ AspectArrowMap: 箭头图片,Cesium.Material.DefaultImageId<br>
132
+ repeat: 箭头重复次数,Cesium.Cartesian2(1.0, 1.0)<br><br>
133
+ 《TextImage材质》<br>
134
+ image: 文字图片,Cesium.Material.DefaultImageId<br>
135
+ repeat: 图片重复次数,Cesium.Cartesian2(1.0, 1.0)<br>
136
+ breathingLight: 是否开启呼吸灯,false<br>
137
+ duration: 运行周期,1000<br><br>
138
+ 《LineFlickerMaterialType材质》<br>
139
+ 参考示例:
140
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
141
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
142
+ speed: 速度,5<br><br>
143
+ 《CircleScanMaterialType材质》<br>
144
+ 参考示例:
145
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
146
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
147
+ speed: 速度,10<br><br>
148
+ 《CirclePulseMaterialType材质》<br>
149
+ 参考示例:
150
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
151
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
152
+ speed: 速度,10<br><br>
153
+ 《CircleDiffuseMaterialType材质》<br>
154
+ 参考示例:
155
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
156
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
157
+ speed: 速度,10<br><br>
158
+ 《ScanlineType材质》<br>
159
+ 参考示例:
160
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
161
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
162
+ speed: 速度,10<br><br>
163
+ 《CircleFadeMaterialType材质》<br>
164
+ 参考示例:
165
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
166
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
167
+ speed: 速度,10<br><br>
168
+ 《CircleColorfulMaterialType材质》<br>
169
+ 参考示例:
170
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
171
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
172
+ speed: 速度,10<br><br>
173
+ 《CircleSpiralMaterialType材质》<br>
174
+ 参考示例:
175
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
176
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
177
+ speed: 速度,10<br><br>
178
+ 《CircleBlurMaterialType材质》<br>
179
+ 参考示例:
180
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
181
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
182
+ speed: 速度,10<br><br>
183
+ 《RadarScanMaterialType材质》<br>
184
+ 参考示例:
185
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
186
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
187
+ speed: 速度,10<br><br>
188
+ 《RadarLineMaterialType材质》<br>
189
+ 参考示例:
190
+ <a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
191
+ color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
192
+ speed: 速度,10<br><br>
193
+ 《RiverCoveringMaterial材质》<br>
194
+ color: 材质颜色,Cesium.Color(1, 1, 1, 0.7)<br>
195
+ animationSpeed: 播放速度,0.01<br>
196
+ image: 材质图片,CustomMaterial.DefaultImageId<br>
197
+ repeat: 重复次数,2.0<br><br></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Viewer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Viewer.html">Viewer</a><span style="display: none;"><p>重写Cesium.Viewer的方法</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumHeatmap"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumHeatmap.html">CesiumHeatmap</a><span style="display: none;"><p>热力图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumTerrainProvider.html">CesiumTerrainProvider</a><span style="display: none;"><p>Cesium地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CircleWaveMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CircleWaveMaterialProperty.html">CircleWaveMaterialProperty</a><span style="display: none;"><p>动态圆波纹材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CollisionDetectionByRender"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CollisionDetectionByRender.html">CollisionDetectionByRender</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CompatibleFunc"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CompatibleFunc.html">CompatibleFunc</a><span style="display: none;"><p>适配不同版本Cesium接口方法类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="createColorTexture"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="createColorTexture.html">createColorTexture</a><span style="display: none;"><p>天际线分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomProjection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomProjection.html">CustomProjection</a><span style="display: none;"><p>实现自定义投影坐标系与地理坐标系经纬度(弧度表示)之间的投影变换</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomTilingScheme"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomTilingScheme.html">CustomTilingScheme</a><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
198
+ <ol>
199
+ <li>裁图原点必须在地图范围的左上角区域;</li>
200
+ <li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
201
+ </ol></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CutFillAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CutFillAnalysis.html">CutFillAnalysis</a><span style="display: none;"><p>填挖方分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CuttingTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CuttingTool.html">CuttingTool</a><span style="display: none;"><p>三维场景裁剪工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawElement"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawElement.html">DrawElement</a><span style="display: none;"><p>几何绘制类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawTool.html">DrawTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DynamicEntityVisualizer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DynamicEntityVisualizer.html">DynamicEntityVisualizer</a><span style="display: none;"><p>动态实体视图类封装
202
+ 1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
203
+ 2、动态显隐效果
204
+ 3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
205
+ <p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
206
+ viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
207
+ 使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
208
+ <p>1. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 不为空数组时,使用该类的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
209
+ <ul>
210
+ <li><code>globeFaceAlpha</code>:地表的透明度,若设置该参数则<code>globeFaceAlphaByDistance</code>不生效;</li>
211
+ <li><code>globeFaceAlphaByDistance</code>:地表的透明度根据视点距离的变化范围,当<code>globeFaceAlpha</code>为<code>undefined</code>时生效;</li>
212
+ </ul>
213
+ <p>2. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 为空数组时,使用原生的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
214
+ <ul>
215
+ <li><code>frontFaceAlpha</code>:地表正面的透明度;</li>
216
+ <li><code>frontFaceAlphaByDistance </code>:地表正面的透明度根据视点距离的变化范围;</li>
217
+ <li><code>backFaceAlpha</code>:地表背面的透明度;</li>
218
+ <li><code>backFaceAlphaByDistance</code>:地表背面的透明度根据视点距离的变化范围;</li>
219
+ <li><code>rectangle</code>:将地表透明的区域限制在一个矩形范围内。</li>
220
+ </ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Graphic"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Graphic.html">Graphic</a><span style="display: none;"><p>标绘图元对象<br>
221
+ 请参考以下示例:<br>
222
+ <a href='#example1'>1、初始化标绘图层</a><br>
223
+ <a href='#example2'>2、添加一个多边形图元</a><br>
224
+ <a href='#example3'>3、新增一个类型为div的标绘对象</a><br>
225
+ <a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>4、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayer.html">GraphicsLayer</a><span style="display: none;"><p>标绘图层<br>
226
+ 请参考以下示例:<br>
227
+ <a href='#example1'>1、初始化标绘图层</a><br>
228
+ <a href='#example2'>2、重写提示框对象</a><br>
229
+ <a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>3、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicTransformTool.html">GraphicTransformTool</a><span style="display: none;"><p>基础标绘变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="HeightLimited"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="HeightLimited.html">HeightLimited</a><span style="display: none;"><p>限高分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="initializeOptions"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="initializeOptions.html">initializeOptions</a><span style="display: none;"><p>构建实例化对象的配置参数</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="isCounterClockwise"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="isCounterClockwise.html">isCounterClockwise</a><span style="display: none;"><p>地形剖切工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="KeyboardCameraController"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="KeyboardCameraController.html">KeyboardCameraController</a><span style="display: none;"><p>场景相机漫游工具,可以实现沉浸式的鼠标键盘漫游功能,具体操作方法如下:</p>
230
+ <p>1. 相机平移操作,这类操作不会改变相机的朝向,只会改变相机的位置:</p>
231
+ <ul>
232
+ <li><code>W</code>:相机位置向前移动</li>
233
+ <li><code>S</code>:相机位置向后移动</li>
234
+ <li><code>A</code>:相机位置向左移动</li>
235
+ <li><code>D</code>:相机位置向右移动</li>
236
+ <li><code>Q</code>:相机位置升高</li>
237
+ <li><code>E</code>:相机位置降低</li>
238
+ </ul>
239
+ <p>2. 相对于相机视点操作,其中<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作会改变相机的位置,也会改变相机的朝向,而<code>I</code>,<code>K</code>操作只会改变相机相较视点的距离(在执行<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作时请勿同时执行其他按键操作):</p>
240
+ <ul>
241
+ <li><code>I</code>:相机视角靠近屏幕中心点</li>
242
+ <li><code>K</code>:相机视角远离屏幕中心点</li>
243
+ <li><code>J</code>:绕屏幕中心点向左旋转</li>
244
+ <li><code>L</code>:绕屏幕中心点向右旋转</li>
245
+ <li><code>U</code>:绕屏幕中心点向上旋转</li>
246
+ <li><code>O</code>:绕屏幕中心点向下旋转</li>
247
+ </ul>
248
+ <p>3. 相机自身操作,这类操作不会改变相机的位置,只会改变相机的朝向(在全屏状态下可使用鼠标调整相机视角):</p>
249
+ <ul>
250
+ <li><code>↑</code>:向上抬高视角</li>
251
+ <li><code>↓</code>:向下降低视角</li>
252
+ <li><code>←</code>:向左移动视角</li>
253
+ <li><code>→</code>:向右移动视角</li>
254
+ </ul>
255
+ <p>4. 鼠标操作:</p>
256
+ <ul>
257
+ <li>开启鼠标操作功能后,页面将进入全屏模式,此时相机视角可通过鼠标移动进行操作</li>
258
+ </ul>
259
+ <p>5. 辅助操作:</p>
260
+ <ul>
261
+ <li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
262
+ <li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
263
+ </ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>MapGIS地图图片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainProvider.html">MapGISTerrainProvider</a><span style="display: none;"><p>MapGIS地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileAvailability"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileAvailability.html">MapGISTileAvailability</a><span style="display: none;"><p>MapGIS的TileAvailability类,重写了Cesium.TileAvailability的所有方法,支持在内部自动筛选要使用的地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><span style="display: none;"><p>MapGIS瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureAreaTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureAreaTool.html">MeasureAreaTool</a><span style="display: none;"><p>面积测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureLengthTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureLengthTool.html">MeasureLengthTool</a><span style="display: none;"><p>距离测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureSlopeTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureSlopeTool.html">MeasureSlopeTool</a><span style="display: none;"><p>坡度测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelEditor.html">ModelEditor</a><span style="display: none;"><p>模型矩阵编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelFilterTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelFilterTool.html">ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelTransformTool.html">ModelTransformTool</a><span style="display: none;"><p>模型变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="NavigationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="NavigationTool.html">NavigationTool</a><span style="display: none;"><p>A mixin which adds the Compass/Navigation widget to the Viewer widget.
264
+ Rather than being called directly, this function is normally passed as
265
+ a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS图层,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
266
+ 参考示例:
267
+ <a href='#SceneView'>[初始化三维场景视图]</a>
268
+ <br>[ES5引入方式]:<br/>
269
+ zondy.cesium.SceneView() <br/>
270
+ [ES6引入方式]:<br/>
271
+ import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
272
+ 自定义样式说明:<br/>
273
+ zondy-popup__content 弹窗容器样式<br/>
274
+ zondy-popup__tip 弹窗对话框箭头样式<br/>
275
+ zondy-popup__header 弹窗头部样式<br/>
276
+ zondy-popup__content 弹窗主体样式<br/>
277
+ zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SceneView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneView.html">SceneView</a><span style="display: none;"><p>场景视图类<br/>
278
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
279
+ 继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor3D.html' target='_blank'>zondy.SketchEditor3D</a><br/>
280
+ <br>[ES5引入方式]:<br/>
281
+ const { SketchEditor } = zondy.tool.sketch <br/>
282
+ [ES6引入方式]:<br/>
283
+ import { SketchEditor } from &quot;@mapgis/webclient-leaflet-plugin&quot; <br/></p></span></li></ul></div>
284
+
285
+ </nav>
286
+ </div>
287
+ <div class="core" id="main-content-wrapper">
288
+ <div class="content">
289
+ <header id="page-title" class="page-title">
290
+ <span class="page-title-main">类名</span>
291
+ <span class="page-title-sub">CustomTilingScheme</span>
292
+ </header>
293
+
8
294
 
9
295
 
10
296
 
@@ -25,7 +311,7 @@
25
311
  <h4 class="name" id="CustomTilingScheme">
26
312
  <a class="href-link" href="#CustomTilingScheme">#</a>
27
313
 
28
- <span class="code-name" id="CustomTilingScheme" style="font-size:30px">
314
+ <span class="code-name" style="font-size:30px">
29
315
 
30
316
  new CustomTilingScheme<span class="signature">(options<span class="signature-attributes">opt</span>)</span>
31
317
 
@@ -51,7 +337,7 @@
51
337
 
52
338
 
53
339
 
54
- <h4>参数</h4>
340
+ <h4>参数:</h4>
55
341
 
56
342
  <div class="table-container">
57
343
  <table class="params table">
@@ -83,12 +369,7 @@
83
369
  <td class="type">
84
370
 
85
371
 
86
- <span class="param-type">
87
-
88
- Object
89
-
90
- </span>
91
-
372
+ <span class="param-type">Object</span>
92
373
 
93
374
 
94
375
 
@@ -114,12 +395,7 @@
114
395
  <td class="type">
115
396
 
116
397
 
117
- <span class="param-type">
118
-
119
- Ellipsoid
120
-
121
- </span>
122
-
398
+ <span class="param-type">Ellipsoid</span>
123
399
 
124
400
 
125
401
 
@@ -147,12 +423,7 @@
147
423
  <td class="type">
148
424
 
149
425
 
150
- <span class="param-type">
151
-
152
- String
153
-
154
- </span>
155
-
426
+ <span class="param-type">String</span>
156
427
 
157
428
 
158
429
 
@@ -178,12 +449,7 @@
178
449
  <td class="type">
179
450
 
180
451
 
181
- <span class="param-type">
182
-
183
- String
184
-
185
- </span>
186
-
452
+ <span class="param-type">String</span>
187
453
 
188
454
 
189
455
 
@@ -209,12 +475,7 @@
209
475
  <td class="type">
210
476
 
211
477
 
212
- <span class="param-type">
213
-
214
- Object
215
-
216
- </span>
217
-
478
+ <span class="param-type">Object</span>
218
479
 
219
480
 
220
481
 
@@ -240,12 +501,7 @@
240
501
  <td class="type">
241
502
 
242
503
 
243
- <span class="param-type">
244
-
245
- Object
246
-
247
- </span>
248
-
504
+ <span class="param-type">Object</span>
249
505
 
250
506
 
251
507
 
@@ -271,12 +527,7 @@
271
527
  <td class="type">
272
528
 
273
529
 
274
- <span class="param-type">
275
-
276
- Cartesian2
277
-
278
- </span>
279
-
530
+ <span class="param-type">Cartesian2</span>
280
531
 
281
532
 
282
533
 
@@ -302,12 +553,7 @@
302
553
  <td class="type">
303
554
 
304
555
 
305
- <span class="param-type">
306
-
307
- Cartesian2
308
-
309
- </span>
310
-
556
+ <span class="param-type">Cartesian2</span>
311
557
 
312
558
 
313
559
 
@@ -391,7 +637,12 @@
391
637
 
392
638
 
393
639
 
394
- <p class="summary"><h5>支持如下方法:</h5>
640
+ <p class="summary"><h5>请参考以下示例:</h5>
641
+ <a href='#example1'>[1、创建自定义瓦片切分规则]</a><br/>
642
+ <a href='http://webclient.smaryun.com/#/modules/cesium/layer/internetLayer/baidu' target='_blank'>[2、百度地图]</a><br/>
643
+ <a href='http://webclient.smaryun.com/#/modules/cesium/layer/internetLayer/custom' target='_blank'>[3、自定义裁图方式地图]</a><br/>
644
+ <a href='http://webclient.smaryun.com/#/example-gallery/cesium#layer' target='_blank'>[4、更多示例请参考数据图层示例]</a><br/>
645
+ <h5>支持如下方法:</h5>
395
646
  <a href='#getNumberOfXTilesAtLevel'>[1、获取指定详细级别X方向上的瓦片总数]</a><br/>
396
647
  <a href='#getNumberOfYTilesAtLevel'>[2、获取指定详细级别Y方向上的瓦片总数]</a><br/>
397
648
  <a href='#positionToTileXY'>[3、计算一个坐标点在某一详细级别中位于某一瓦片的X、Y坐标]</a><br/>
@@ -403,7 +654,7 @@
403
654
 
404
655
  <h5>示例</h5>
405
656
 
406
- <p class="code-caption"><h7>创建自定义瓦片切分规则</h7></p>
657
+ <p class="code-caption"><h7 id='example1'>创建自定义瓦片切分规则</h7></p>
407
658
 
408
659
 
409
660
  <pre class="prettyprint"><code>// ES5引入方式
@@ -463,7 +714,7 @@ const extent = {
463
714
  }
464
715
 
465
716
  // 创建自定义瓦片切分规则
466
- const tilingScheme = new Cesium.CustomTilingScheme({
717
+ const tilingScheme = new CustomTilingScheme({
467
718
  ellipsoid: Cesium.Ellipsoid.WGS84,
468
719
  wkid: 4547,
469
720
  wkt: '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs', // https://epsg.io/4547
@@ -497,112 +748,6 @@ const tilingScheme = new Cesium.CustomTilingScheme({
497
748
 
498
749
  <div class='vertical-section'>
499
750
  <h3 id='member'>成员变量</h3>
500
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
501
- <div class="table-container">
502
- <table class="params table">
503
- <thead>
504
- <tr>
505
- <th>名称</th>
506
- <th>类型</th>
507
- <th>描述</th>
508
- </tr>
509
- </thead>
510
- <tbody>
511
-
512
- <tr class="deep-level-0">
513
- <td class="name"><code><a href="#ellipsoid">ellipsoid</a></code></td>
514
- <td class="name">
515
- <code>
516
-
517
- <span class="param-type">
518
-
519
- Ellipsoid
520
-
521
- </span>
522
-
523
-
524
-
525
- </code>
526
- </td>
527
- <td class="name"><code><p>获取此瓦片平铺方案所使用的参考椭球体</p></code></td>
528
- </tr>
529
-
530
- <tr class="deep-level-0">
531
- <td class="name"><code><a href="#projection">projection</a></code></td>
532
- <td class="name">
533
- <code>
534
-
535
- <span class="param-type">
536
-
537
- <a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a>
538
-
539
- </span>
540
-
541
-
542
-
543
- </code>
544
- </td>
545
- <td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式</p></code></td>
546
- </tr>
547
-
548
- <tr class="deep-level-0">
549
- <td class="name"><code><a href="#rectangle">rectangle</a></code></td>
550
- <td class="name">
551
- <code>
552
-
553
- <span class="param-type">
554
-
555
- Rectangle
556
-
557
- </span>
558
-
559
-
560
-
561
- </code>
562
- </td>
563
- <td class="name"><code><p>获取此瓦片平铺方案中最小层级所包含的所有瓦片的矩形范围</p></code></td>
564
- </tr>
565
-
566
- <tr class="deep-level-0">
567
- <td class="name"><code><a href="#wkid">wkid</a></code></td>
568
- <td class="name">
569
- <code>
570
-
571
- <span class="param-type">
572
-
573
- String
574
-
575
- </span>
576
-
577
-
578
-
579
- </code>
580
- </td>
581
- <td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式的wkid</p></code></td>
582
- </tr>
583
-
584
- <tr class="deep-level-0">
585
- <td class="name"><code><a href="#wkt">wkt</a></code></td>
586
- <td class="name">
587
- <code>
588
-
589
- <span class="param-type">
590
-
591
- String
592
-
593
- </span>
594
-
595
-
596
-
597
- </code>
598
- </td>
599
- <td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式的wkt</p></code></td>
600
- </tr>
601
-
602
- </tbody>
603
- </table>
604
- </div>
605
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
606
751
  <div class="members">
607
752
 
608
753
  <div class="member">
@@ -610,12 +755,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
610
755
  <span class="method-parameter is-pulled-right">
611
756
  <label>类型:</label>
612
757
 
613
- <span class="param-type">
614
-
615
- Ellipsoid
616
-
617
- </span>
618
-
758
+ <span class="param-type">Ellipsoid</span>
619
759
 
620
760
 
621
761
  </span>
@@ -685,12 +825,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
685
825
  <span class="method-parameter is-pulled-right">
686
826
  <label>类型:</label>
687
827
 
688
- <span class="param-type">
689
-
690
- <a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a>
691
-
692
- </span>
693
-
828
+ <span class="param-type"><a href="CustomProjection.html">CustomProjection</a></span>
694
829
 
695
830
 
696
831
  </span>
@@ -760,12 +895,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
760
895
  <span class="method-parameter is-pulled-right">
761
896
  <label>类型:</label>
762
897
 
763
- <span class="param-type">
764
-
765
- Rectangle
766
-
767
- </span>
768
-
898
+ <span class="param-type">Rectangle</span>
769
899
 
770
900
 
771
901
  </span>
@@ -835,12 +965,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
835
965
  <span class="method-parameter is-pulled-right">
836
966
  <label>类型:</label>
837
967
 
838
- <span class="param-type">
839
-
840
- String
841
-
842
- </span>
843
-
968
+ <span class="param-type">String</span>
844
969
 
845
970
 
846
971
  </span>
@@ -910,12 +1035,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
910
1035
  <span class="method-parameter is-pulled-right">
911
1036
  <label>类型:</label>
912
1037
 
913
- <span class="param-type">
914
-
915
- String
916
-
917
- </span>
918
-
1038
+ <span class="param-type">String</span>
919
1039
 
920
1040
 
921
1041
  </span>
@@ -987,143 +1107,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
987
1107
 
988
1108
  <div class='vertical-section'>
989
1109
  <h3 id='function'>方法</h3>
990
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
991
1110
  <div class="members">
992
- <div class="table-container">
993
- <table class="params table">
994
- <thead>
995
- <tr>
996
- <th>名称</th>
997
- <th>返回值类型</th>
998
- <th>描述</th>
999
- </tr>
1000
- </thead>
1001
- <tbody>
1002
-
1003
- <tr class="deep-level-0">
1004
- <td class="name"><code><a href="#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></code></td>
1005
- <td class="name">
1006
- <code>
1007
-
1008
-
1009
- <span class="param-type">
1010
-
1011
- Number
1012
-
1013
- </span>
1014
-
1015
-
1016
-
1017
-
1018
- </code>
1019
- </td>
1020
- <td class="name"><code><p>获取指定详细级别X方向上的瓦片总数</p></code></td>
1021
- </tr>
1022
-
1023
- <tr class="deep-level-0">
1024
- <td class="name"><code><a href="#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></code></td>
1025
- <td class="name">
1026
- <code>
1027
-
1028
-
1029
- <span class="param-type">
1030
-
1031
- Number
1032
-
1033
- </span>
1034
-
1035
-
1036
-
1037
-
1038
- </code>
1039
- </td>
1040
- <td class="name"><code><p>获取指定详细级别Y方向上的瓦片总数</p></code></td>
1041
- </tr>
1042
-
1043
- <tr class="deep-level-0">
1044
- <td class="name"><code><a href="#positionToTileXY">positionToTileXY</a></code></td>
1045
- <td class="name">
1046
- <code>
1047
-
1048
-
1049
- <span class="param-type">
1050
-
1051
- Cartesian2
1052
-
1053
- </span>
1054
-
1055
-
1056
-
1057
-
1058
- </code>
1059
- </td>
1060
- <td class="name"><code><p>计算一个坐标点在某一详细级别中位于某一瓦片的X、Y坐标</p></code></td>
1061
- </tr>
1062
-
1063
- <tr class="deep-level-0">
1064
- <td class="name"><code><a href="#rectangleToNativeRectangle">rectangleToNativeRectangle</a></code></td>
1065
- <td class="name">
1066
- <code>
1067
-
1068
-
1069
- <span class="param-type">
1070
-
1071
- Rectangle
1072
-
1073
- </span>
1074
-
1075
-
1076
-
1077
-
1078
- </code>
1079
- </td>
1080
- <td class="name"><code><p>将以地理坐标经纬度弧度指定的矩形转换到此瓦片平铺方案的投影坐标系</p></code></td>
1081
- </tr>
1082
-
1083
- <tr class="deep-level-0">
1084
- <td class="name"><code><a href="#tileXYToNativeRectangle">tileXYToNativeRectangle</a></code></td>
1085
- <td class="name">
1086
- <code>
1087
-
1088
-
1089
- <span class="param-type">
1090
-
1091
- Rectangle
1092
-
1093
- </span>
1094
-
1095
-
1096
-
1097
-
1098
- </code>
1099
- </td>
1100
- <td class="name"><code><p>将瓦片平铺的X、Y坐标和详细级别转换为以此瓦片平铺方案的投影坐标系表示的矩形</p></code></td>
1101
- </tr>
1102
-
1103
- <tr class="deep-level-0">
1104
- <td class="name"><code><a href="#tileXYToRectangle">tileXYToRectangle</a></code></td>
1105
- <td class="name">
1106
- <code>
1107
-
1108
-
1109
- <span class="param-type">
1110
-
1111
- Rectangle
1112
-
1113
- </span>
1114
-
1115
-
1116
-
1117
-
1118
- </code>
1119
- </td>
1120
- <td class="name"><code><p>将瓦片平铺的X、Y坐标和高度转换为以弧度表示的矩形范围</p></code></td>
1121
- </tr>
1122
-
1123
- </tbody>
1124
- </table>
1125
- </div>
1126
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
1127
1111
 
1128
1112
  <div class="member">
1129
1113
 
@@ -1132,7 +1116,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1132
1116
  <h4 class="name" id="getNumberOfXTilesAtLevel">
1133
1117
  <a class="href-link" href="#getNumberOfXTilesAtLevel">#</a>
1134
1118
 
1135
- <span class="code-name" id="getNumberOfXTilesAtLevel" style="font-size:30px">
1119
+ <span class="code-name" style="font-size:30px">
1136
1120
 
1137
1121
  getNumberOfXTilesAtLevel<span class="signature">(level)</span>
1138
1122
 
@@ -1154,7 +1138,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1154
1138
 
1155
1139
 
1156
1140
 
1157
- <h4>参数</h4>
1141
+ <h4>参数:</h4>
1158
1142
 
1159
1143
  <div class="table-container">
1160
1144
  <table class="params table">
@@ -1184,12 +1168,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1184
1168
  <td class="type">
1185
1169
 
1186
1170
 
1187
- <span class="param-type">
1188
-
1189
- Number
1190
-
1191
- </span>
1192
-
1171
+ <span class="param-type">Number</span>
1193
1172
 
1194
1173
 
1195
1174
 
@@ -1264,7 +1243,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1264
1243
 
1265
1244
 
1266
1245
  <div class='columns method-parameter'>
1267
- <div class="column is-2"><label>返回值</label></div>
1246
+ <div class="column is-2"><label>返回值:</label></div>
1268
1247
  <div class="column is-10">
1269
1248
 
1270
1249
 
@@ -1277,12 +1256,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1277
1256
  <div class='column is-5 has-text-left'>
1278
1257
  <label>类型: </label>
1279
1258
 
1280
- <span class="param-type">
1281
-
1282
- Number
1283
-
1284
- </span>
1285
-
1259
+ <span class="param-type">Number</span>
1286
1260
 
1287
1261
 
1288
1262
  </div>
@@ -1307,7 +1281,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1307
1281
  <h4 class="name" id="getNumberOfYTilesAtLevel">
1308
1282
  <a class="href-link" href="#getNumberOfYTilesAtLevel">#</a>
1309
1283
 
1310
- <span class="code-name" id="getNumberOfYTilesAtLevel" style="font-size:30px">
1284
+ <span class="code-name" style="font-size:30px">
1311
1285
 
1312
1286
  getNumberOfYTilesAtLevel<span class="signature">(level)</span>
1313
1287
 
@@ -1329,7 +1303,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1329
1303
 
1330
1304
 
1331
1305
 
1332
- <h4>参数</h4>
1306
+ <h4>参数:</h4>
1333
1307
 
1334
1308
  <div class="table-container">
1335
1309
  <table class="params table">
@@ -1359,12 +1333,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1359
1333
  <td class="type">
1360
1334
 
1361
1335
 
1362
- <span class="param-type">
1363
-
1364
- Number
1365
-
1366
- </span>
1367
-
1336
+ <span class="param-type">Number</span>
1368
1337
 
1369
1338
 
1370
1339
 
@@ -1439,7 +1408,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1439
1408
 
1440
1409
 
1441
1410
  <div class='columns method-parameter'>
1442
- <div class="column is-2"><label>返回值</label></div>
1411
+ <div class="column is-2"><label>返回值:</label></div>
1443
1412
  <div class="column is-10">
1444
1413
 
1445
1414
 
@@ -1452,12 +1421,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1452
1421
  <div class='column is-5 has-text-left'>
1453
1422
  <label>类型: </label>
1454
1423
 
1455
- <span class="param-type">
1456
-
1457
- Number
1458
-
1459
- </span>
1460
-
1424
+ <span class="param-type">Number</span>
1461
1425
 
1462
1426
 
1463
1427
  </div>
@@ -1482,7 +1446,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1482
1446
  <h4 class="name" id="positionToTileXY">
1483
1447
  <a class="href-link" href="#positionToTileXY">#</a>
1484
1448
 
1485
- <span class="code-name" id="positionToTileXY" style="font-size:30px">
1449
+ <span class="code-name" style="font-size:30px">
1486
1450
 
1487
1451
  positionToTileXY<span class="signature">(position, level, result<span class="signature-attributes">opt</span>)</span>
1488
1452
 
@@ -1504,7 +1468,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1504
1468
 
1505
1469
 
1506
1470
 
1507
- <h4>参数</h4>
1471
+ <h4>参数:</h4>
1508
1472
 
1509
1473
  <div class="table-container">
1510
1474
  <table class="params table">
@@ -1534,12 +1498,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1534
1498
  <td class="type">
1535
1499
 
1536
1500
 
1537
- <span class="param-type">
1538
-
1539
- Cartographic
1540
-
1541
- </span>
1542
-
1501
+ <span class="param-type">Cartographic</span>
1543
1502
 
1544
1503
 
1545
1504
 
@@ -1563,12 +1522,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1563
1522
  <td class="type">
1564
1523
 
1565
1524
 
1566
- <span class="param-type">
1567
-
1568
- Number
1569
-
1570
- </span>
1571
-
1525
+ <span class="param-type">Number</span>
1572
1526
 
1573
1527
 
1574
1528
 
@@ -1592,12 +1546,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1592
1546
  <td class="type">
1593
1547
 
1594
1548
 
1595
- <span class="param-type">
1596
-
1597
- Cartesian2
1598
-
1599
- </span>
1600
-
1549
+ <span class="param-type">Cartesian2</span>
1601
1550
 
1602
1551
 
1603
1552
 
@@ -1672,7 +1621,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1672
1621
 
1673
1622
 
1674
1623
  <div class='columns method-parameter'>
1675
- <div class="column is-2"><label>返回值</label></div>
1624
+ <div class="column is-2"><label>返回值:</label></div>
1676
1625
  <div class="column is-10">
1677
1626
 
1678
1627
 
@@ -1685,12 +1634,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1685
1634
  <div class='column is-5 has-text-left'>
1686
1635
  <label>类型: </label>
1687
1636
 
1688
- <span class="param-type">
1689
-
1690
- Cartesian2
1691
-
1692
- </span>
1693
-
1637
+ <span class="param-type">Cartesian2</span>
1694
1638
 
1695
1639
 
1696
1640
  </div>
@@ -1715,7 +1659,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1715
1659
  <h4 class="name" id="rectangleToNativeRectangle">
1716
1660
  <a class="href-link" href="#rectangleToNativeRectangle">#</a>
1717
1661
 
1718
- <span class="code-name" id="rectangleToNativeRectangle" style="font-size:30px">
1662
+ <span class="code-name" style="font-size:30px">
1719
1663
 
1720
1664
  rectangleToNativeRectangle<span class="signature">(rectangle, result<span class="signature-attributes">opt</span>)</span>
1721
1665
 
@@ -1737,7 +1681,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1737
1681
 
1738
1682
 
1739
1683
 
1740
- <h4>参数</h4>
1684
+ <h4>参数:</h4>
1741
1685
 
1742
1686
  <div class="table-container">
1743
1687
  <table class="params table">
@@ -1767,12 +1711,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1767
1711
  <td class="type">
1768
1712
 
1769
1713
 
1770
- <span class="param-type">
1771
-
1772
- Rectangle
1773
-
1774
- </span>
1775
-
1714
+ <span class="param-type">Rectangle</span>
1776
1715
 
1777
1716
 
1778
1717
 
@@ -1796,12 +1735,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1796
1735
  <td class="type">
1797
1736
 
1798
1737
 
1799
- <span class="param-type">
1800
-
1801
- Rectangle
1802
-
1803
- </span>
1804
-
1738
+ <span class="param-type">Rectangle</span>
1805
1739
 
1806
1740
 
1807
1741
 
@@ -1876,7 +1810,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1876
1810
 
1877
1811
 
1878
1812
  <div class='columns method-parameter'>
1879
- <div class="column is-2"><label>返回值</label></div>
1813
+ <div class="column is-2"><label>返回值:</label></div>
1880
1814
  <div class="column is-10">
1881
1815
 
1882
1816
 
@@ -1889,12 +1823,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1889
1823
  <div class='column is-5 has-text-left'>
1890
1824
  <label>类型: </label>
1891
1825
 
1892
- <span class="param-type">
1893
-
1894
- Rectangle
1895
-
1896
- </span>
1897
-
1826
+ <span class="param-type">Rectangle</span>
1898
1827
 
1899
1828
 
1900
1829
  </div>
@@ -1919,7 +1848,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1919
1848
  <h4 class="name" id="tileXYToNativeRectangle">
1920
1849
  <a class="href-link" href="#tileXYToNativeRectangle">#</a>
1921
1850
 
1922
- <span class="code-name" id="tileXYToNativeRectangle" style="font-size:30px">
1851
+ <span class="code-name" style="font-size:30px">
1923
1852
 
1924
1853
  tileXYToNativeRectangle<span class="signature">(x, y, level, result<span class="signature-attributes">opt</span>)</span>
1925
1854
 
@@ -1941,7 +1870,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1941
1870
 
1942
1871
 
1943
1872
 
1944
- <h4>参数</h4>
1873
+ <h4>参数:</h4>
1945
1874
 
1946
1875
  <div class="table-container">
1947
1876
  <table class="params table">
@@ -1971,12 +1900,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
1971
1900
  <td class="type">
1972
1901
 
1973
1902
 
1974
- <span class="param-type">
1975
-
1976
- Number
1977
-
1978
- </span>
1979
-
1903
+ <span class="param-type">Number</span>
1980
1904
 
1981
1905
 
1982
1906
 
@@ -2000,12 +1924,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2000
1924
  <td class="type">
2001
1925
 
2002
1926
 
2003
- <span class="param-type">
2004
-
2005
- Number
2006
-
2007
- </span>
2008
-
1927
+ <span class="param-type">Number</span>
2009
1928
 
2010
1929
 
2011
1930
 
@@ -2029,12 +1948,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2029
1948
  <td class="type">
2030
1949
 
2031
1950
 
2032
- <span class="param-type">
2033
-
2034
- Number
2035
-
2036
- </span>
2037
-
1951
+ <span class="param-type">Number</span>
2038
1952
 
2039
1953
 
2040
1954
 
@@ -2058,12 +1972,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2058
1972
  <td class="type">
2059
1973
 
2060
1974
 
2061
- <span class="param-type">
2062
-
2063
- Rectangle
2064
-
2065
- </span>
2066
-
1975
+ <span class="param-type">Rectangle</span>
2067
1976
 
2068
1977
 
2069
1978
 
@@ -2138,7 +2047,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2138
2047
 
2139
2048
 
2140
2049
  <div class='columns method-parameter'>
2141
- <div class="column is-2"><label>返回值</label></div>
2050
+ <div class="column is-2"><label>返回值:</label></div>
2142
2051
  <div class="column is-10">
2143
2052
 
2144
2053
 
@@ -2151,12 +2060,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2151
2060
  <div class='column is-5 has-text-left'>
2152
2061
  <label>类型: </label>
2153
2062
 
2154
- <span class="param-type">
2155
-
2156
- Rectangle
2157
-
2158
- </span>
2159
-
2063
+ <span class="param-type">Rectangle</span>
2160
2064
 
2161
2065
 
2162
2066
  </div>
@@ -2181,7 +2085,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2181
2085
  <h4 class="name" id="tileXYToRectangle">
2182
2086
  <a class="href-link" href="#tileXYToRectangle">#</a>
2183
2087
 
2184
- <span class="code-name" id="tileXYToRectangle" style="font-size:30px">
2088
+ <span class="code-name" style="font-size:30px">
2185
2089
 
2186
2090
  tileXYToRectangle<span class="signature">(x, y, level, result<span class="signature-attributes">opt</span>)</span>
2187
2091
 
@@ -2203,7 +2107,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2203
2107
 
2204
2108
 
2205
2109
 
2206
- <h4>参数</h4>
2110
+ <h4>参数:</h4>
2207
2111
 
2208
2112
  <div class="table-container">
2209
2113
  <table class="params table">
@@ -2233,12 +2137,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2233
2137
  <td class="type">
2234
2138
 
2235
2139
 
2236
- <span class="param-type">
2237
-
2238
- Number
2239
-
2240
- </span>
2241
-
2140
+ <span class="param-type">Number</span>
2242
2141
 
2243
2142
 
2244
2143
 
@@ -2262,12 +2161,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2262
2161
  <td class="type">
2263
2162
 
2264
2163
 
2265
- <span class="param-type">
2266
-
2267
- Number
2268
-
2269
- </span>
2270
-
2164
+ <span class="param-type">Number</span>
2271
2165
 
2272
2166
 
2273
2167
 
@@ -2291,12 +2185,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2291
2185
  <td class="type">
2292
2186
 
2293
2187
 
2294
- <span class="param-type">
2295
-
2296
- Number
2297
-
2298
- </span>
2299
-
2188
+ <span class="param-type">Number</span>
2300
2189
 
2301
2190
 
2302
2191
 
@@ -2320,12 +2209,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2320
2209
  <td class="type">
2321
2210
 
2322
2211
 
2323
- <span class="param-type">
2324
-
2325
- Rectangle
2326
-
2327
- </span>
2328
-
2212
+ <span class="param-type">Rectangle</span>
2329
2213
 
2330
2214
 
2331
2215
 
@@ -2400,7 +2284,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2400
2284
 
2401
2285
 
2402
2286
  <div class='columns method-parameter'>
2403
- <div class="column is-2"><label>返回值</label></div>
2287
+ <div class="column is-2"><label>返回值:</label></div>
2404
2288
  <div class="column is-10">
2405
2289
 
2406
2290
 
@@ -2413,12 +2297,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2413
2297
  <div class='column is-5 has-text-left'>
2414
2298
  <label>类型: </label>
2415
2299
 
2416
- <span class="param-type">
2417
-
2418
- Rectangle
2419
-
2420
- </span>
2421
-
2300
+ <span class="param-type">Rectangle</span>
2422
2301
 
2423
2302
 
2424
2303
  </div>
@@ -2445,4 +2324,42 @@ const tilingScheme = new Cesium.CustomTilingScheme({
2445
2324
 
2446
2325
  </article>
2447
2326
 
2448
- </section>
2327
+ </section>
2328
+
2329
+
2330
+
2331
+
2332
+ </div>
2333
+
2334
+ <footer class="footer">
2335
+ <div class="content has-text-centered">
2336
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
2337
+ <p class="sidebar-created-by">
2338
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
2339
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
2340
+ </p>
2341
+ </div>
2342
+ </footer>
2343
+
2344
+ </div>
2345
+ <div id="side-nav" class="side-nav">
2346
+ <div style="margin-bottom: 10px;">
2347
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
2348
+ </div>
2349
+ <div style="margin-bottom: 10px;">
2350
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
2351
+ </div>
2352
+ <div style="margin-bottom: 10px;">
2353
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
2354
+ </div>
2355
+ <div>
2356
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
2357
+ </div>
2358
+ </div>
2359
+ </div>
2360
+ <script src="scripts/linenumber.js"> </script>
2361
+
2362
+ <script src="scripts/search.js"> </script>
2363
+
2364
+ </body>
2365
+ </html>