@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">HashMap</span>
5
-
6
- </header>
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> HashMap</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>
23
+
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
+
7
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">HashMap</span>
292
+ </header>
293
+
8
294
 
9
295
 
10
296
 
@@ -25,7 +311,7 @@
25
311
  <h4 class="name" id="HashMap">
26
312
  <a class="href-link" href="#HashMap">#</a>
27
313
 
28
- <span class="code-name" id="HashMap" style="font-size:30px">
314
+ <span class="code-name" style="font-size:30px">
29
315
 
30
316
  new HashMap<span class="signature">()</span>
31
317
 
@@ -151,40 +437,6 @@
151
437
 
152
438
  <div class='vertical-section'>
153
439
  <h3 id='member'>成员变量</h3>
154
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
155
- <div class="table-container">
156
- <table class="params table">
157
- <thead>
158
- <tr>
159
- <th>名称</th>
160
- <th>类型</th>
161
- <th>描述</th>
162
- </tr>
163
- </thead>
164
- <tbody>
165
-
166
- <tr class="deep-level-0">
167
- <td class="name"><code><a href="#length">length</a></code></td>
168
- <td class="name">
169
- <code>
170
-
171
- <span class="param-type">
172
-
173
- Number
174
-
175
- </span>
176
-
177
-
178
-
179
- </code>
180
- </td>
181
- <td class="name"><code><p>HashMap 容器的长度</p></code></td>
182
- </tr>
183
-
184
- </tbody>
185
- </table>
186
- </div>
187
- <h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
188
440
  <div class="members">
189
441
 
190
442
  <div class="member">
@@ -192,12 +444,7 @@
192
444
  <span class="method-parameter is-pulled-right">
193
445
  <label>类型:</label>
194
446
 
195
- <span class="param-type">
196
-
197
- Number
198
-
199
- </span>
200
-
447
+ <span class="param-type">Number</span>
201
448
 
202
449
 
203
450
  </span>
@@ -266,200 +513,88 @@
266
513
 
267
514
  </div>
268
515
 
269
- </div>
270
- </div>
271
-
516
+ <div class="member">
517
+
518
+ <span class="method-parameter is-pulled-right">
519
+ <label>类型:</label>
520
+
521
+ <span class="param-type">Number</span>
272
522
 
523
+
524
+ </span>
525
+
526
+ <h4 class="name" id="length">
527
+ <a class="href-link" href="#length">#</a>
273
528
 
274
- <div class='vertical-section'>
275
- <h3 id='function'>方法</h3>
276
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
277
- <div class="members">
278
- <div class="table-container">
279
- <table class="params table">
280
- <thead>
281
- <tr>
282
- <th>名称</th>
283
- <th>返回值类型</th>
284
- <th>描述</th>
285
- </tr>
286
- </thead>
287
- <tbody>
288
-
289
- <tr class="deep-level-0">
290
- <td class="name"><code><a href="#clear">clear</a></code></td>
291
- <td class="name">
292
- <code>
293
-
294
- </code>
295
- </td>
296
- <td class="name"><code><p>清空Map</p></code></td>
297
- </tr>
298
-
299
- <tr class="deep-level-0">
300
- <td class="name"><code><a href="#containsKey">containsKey</a></code></td>
301
- <td class="name">
302
- <code>
303
-
304
-
305
- <span class="param-type">
529
+
530
+ <span class='tag'>readonly</span>
531
+
306
532
 
307
- Boolean
533
+ <span class="code-name">
534
+ length
535
+ </span>
308
536
 
309
- </span>
537
+ </h4>
310
538
 
311
539
 
312
540
 
313
-
314
- </code>
315
- </td>
316
- <td class="name"><code><p>判断对象中是否包含给定Key</p></code></td>
317
- </tr>
318
-
319
- <tr class="deep-level-0">
320
- <td class="name"><code><a href="#containsValue">containsValue</a></code></td>
321
- <td class="name">
322
- <code>
323
-
324
-
325
- <span class="param-type">
326
-
327
- Boolean
328
-
329
- </span>
330
541
 
542
+ <div class="description">
543
+ <p>HashMap 容器的长度</p>
544
+ </div>
331
545
 
332
546
 
333
-
334
- </code>
335
- </td>
336
- <td class="name"><code><p>判断对象中是否包含给定的Value</p></code></td>
337
- </tr>
338
-
339
- <tr class="deep-level-0">
340
- <td class="name"><code><a href="#get">get</a></code></td>
341
- <td class="name">
342
- <code>
343
-
344
-
345
- <span class="param-type">
346
-
347
- Object
348
-
349
- </span>
350
547
 
351
548
 
352
549
 
353
-
354
- </code>
355
- </td>
356
- <td class="name"><code><p>根据给定的Key获得Value</p></code></td>
357
- </tr>
358
-
359
- <tr class="deep-level-0">
360
- <td class="name"><code><a href="#isEmpty">isEmpty</a></code></td>
361
- <td class="name">
362
- <code>
363
-
364
-
365
- <span class="param-type">
550
+ <dl class="details">
551
+
366
552
 
367
- Boolean
553
+
368
554
 
369
- </span>
370
555
 
556
+
371
557
 
558
+
372
559
 
373
-
374
- </code>
375
- </td>
376
- <td class="name"><code><p>判断Map是否为空</p></code></td>
377
- </tr>
378
-
379
- <tr class="deep-level-0">
380
- <td class="name"><code><a href="#keySet">keySet</a></code></td>
381
- <td class="name">
382
- <code>
383
-
384
-
385
- <span class="param-type">
386
560
 
387
- Array.&lt;Object>
561
+
388
562
 
389
- </span>
390
563
 
564
+
391
565
 
566
+
392
567
 
393
-
394
- </code>
395
- </td>
396
- <td class="name"><code><p>获得Map中的所有Key</p></code></td>
397
- </tr>
398
-
399
- <tr class="deep-level-0">
400
- <td class="name"><code><a href="#put">put</a></code></td>
401
- <td class="name">
402
- <code>
403
-
404
- </code>
405
- </td>
406
- <td class="name"><code><p>向map中添加数据</p></code></td>
407
- </tr>
408
-
409
- <tr class="deep-level-0">
410
- <td class="name"><code><a href="#remove">remove</a></code></td>
411
- <td class="name">
412
- <code>
413
-
414
- </code>
415
- </td>
416
- <td class="name"><code><p>根据给定的Key删除一个值</p></code></td>
417
- </tr>
418
-
419
- <tr class="deep-level-0">
420
- <td class="name"><code><a href="#size">size</a></code></td>
421
- <td class="name">
422
- <code>
423
-
424
-
425
- <span class="param-type">
426
568
 
427
- Number
569
+
428
570
 
429
- </span>
430
571
 
572
+
431
573
 
574
+
575
+
432
576
 
433
-
434
- </code>
435
- </td>
436
- <td class="name"><code><p>获得Map的长度</p></code></td>
437
- </tr>
438
-
439
- <tr class="deep-level-0">
440
- <td class="name"><code><a href="#values">values</a></code></td>
441
- <td class="name">
442
- <code>
443
-
444
-
445
- <span class="param-type">
446
577
 
447
- Array.&lt;Object>
578
+
448
579
 
449
- </span>
450
580
 
581
+
582
+ </dl>
451
583
 
452
584
 
453
-
454
- </code>
455
- </td>
456
- <td class="name"><code><p>获得Map中的所有Value</p></code></td>
457
- </tr>
458
-
459
- </tbody>
460
- </table>
585
+
586
+
587
+
588
+ </div>
589
+
461
590
  </div>
462
- <h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
591
+ </div>
592
+
593
+
594
+
595
+ <div class='vertical-section'>
596
+ <h3 id='function'>方法</h3>
597
+ <div class="members">
463
598
 
464
599
  <div class="member">
465
600
 
@@ -468,7 +603,7 @@
468
603
  <h4 class="name" id="clear">
469
604
  <a class="href-link" href="#clear">#</a>
470
605
 
471
- <span class="code-name" id="clear" style="font-size:30px">
606
+ <span class="code-name" style="font-size:30px">
472
607
 
473
608
  clear<span class="signature">()</span>
474
609
 
@@ -556,12 +691,12 @@
556
691
 
557
692
 
558
693
 
559
- <h4 class="name" id="containsKey">
560
- <a class="href-link" href="#containsKey">#</a>
694
+ <h4 class="name" id="clear">
695
+ <a class="href-link" href="#clear">#</a>
561
696
 
562
- <span class="code-name" id="containsKey" style="font-size:30px">
697
+ <span class="code-name" style="font-size:30px">
563
698
 
564
- containsKey<span class="signature">()</span>
699
+ clear<span class="signature">()</span>
565
700
 
566
701
  </span>
567
702
  </h4>
@@ -569,7 +704,7 @@
569
704
 
570
705
 
571
706
  <div class="description">
572
- <p>判断对象中是否包含给定Key</p>
707
+ <p>清空Map</p>
573
708
  </div>
574
709
 
575
710
 
@@ -636,34 +771,6 @@
636
771
 
637
772
 
638
773
 
639
- <div class='columns method-parameter'>
640
- <div class="column is-2"><label>返回值</label></div>
641
- <div class="column is-10">
642
-
643
-
644
-
645
- <div class="columns">
646
-
647
-
648
- <div class='column is-5 has-text-left'>
649
- <label>类型: </label>
650
-
651
- <span class="param-type">
652
-
653
- Boolean
654
-
655
- </span>
656
-
657
-
658
-
659
- </div>
660
-
661
- </div>
662
-
663
-
664
- </div>
665
- </div>
666
-
667
774
 
668
775
 
669
776
 
@@ -675,12 +782,12 @@
675
782
 
676
783
 
677
784
 
678
- <h4 class="name" id="containsValue">
679
- <a class="href-link" href="#containsValue">#</a>
785
+ <h4 class="name" id="containsKey">
786
+ <a class="href-link" href="#containsKey">#</a>
680
787
 
681
- <span class="code-name" id="containsValue" style="font-size:30px">
788
+ <span class="code-name" style="font-size:30px">
682
789
 
683
- containsValue<span class="signature">()</span>
790
+ containsKey<span class="signature">()</span>
684
791
 
685
792
  </span>
686
793
  </h4>
@@ -688,7 +795,7 @@
688
795
 
689
796
 
690
797
  <div class="description">
691
- <p>判断对象中是否包含给定的Value</p>
798
+ <p>判断对象中是否包含给定Key</p>
692
799
  </div>
693
800
 
694
801
 
@@ -756,7 +863,7 @@
756
863
 
757
864
 
758
865
  <div class='columns method-parameter'>
759
- <div class="column is-2"><label>返回值</label></div>
866
+ <div class="column is-2"><label>返回值:</label></div>
760
867
  <div class="column is-10">
761
868
 
762
869
 
@@ -767,12 +874,7 @@
767
874
  <div class='column is-5 has-text-left'>
768
875
  <label>类型: </label>
769
876
 
770
- <span class="param-type">
771
-
772
- Boolean
773
-
774
- </span>
775
-
877
+ <span class="param-type">Boolean</span>
776
878
 
777
879
 
778
880
  </div>
@@ -794,12 +896,12 @@
794
896
 
795
897
 
796
898
 
797
- <h4 class="name" id="get">
798
- <a class="href-link" href="#get">#</a>
899
+ <h4 class="name" id="containsKey">
900
+ <a class="href-link" href="#containsKey">#</a>
799
901
 
800
- <span class="code-name" id="get" style="font-size:30px">
902
+ <span class="code-name" style="font-size:30px">
801
903
 
802
- get<span class="signature">()</span>
904
+ containsKey<span class="signature">()</span>
803
905
 
804
906
  </span>
805
907
  </h4>
@@ -807,7 +909,7 @@
807
909
 
808
910
 
809
911
  <div class="description">
810
- <p>根据给定的Key获得Value</p>
912
+ <p>判断对象中是否包含给定Key</p>
811
913
  </div>
812
914
 
813
915
 
@@ -875,25 +977,18 @@
875
977
 
876
978
 
877
979
  <div class='columns method-parameter'>
878
- <div class="column is-2"><label>返回值</label></div>
980
+ <div class="column is-2"><label>返回值:</label></div>
879
981
  <div class="column is-10">
880
982
 
881
983
 
882
984
 
883
985
  <div class="columns">
884
986
 
885
- <div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
886
-
887
987
 
888
988
  <div class='column is-5 has-text-left'>
889
989
  <label>类型: </label>
890
990
 
891
- <span class="param-type">
892
-
893
- Object
894
-
895
- </span>
896
-
991
+ <span class="param-type">Boolean</span>
897
992
 
898
993
 
899
994
  </div>
@@ -915,12 +1010,12 @@
915
1010
 
916
1011
 
917
1012
 
918
- <h4 class="name" id="isEmpty">
919
- <a class="href-link" href="#isEmpty">#</a>
1013
+ <h4 class="name" id="containsValue">
1014
+ <a class="href-link" href="#containsValue">#</a>
920
1015
 
921
- <span class="code-name" id="isEmpty" style="font-size:30px">
1016
+ <span class="code-name" style="font-size:30px">
922
1017
 
923
- isEmpty<span class="signature">()</span>
1018
+ containsValue<span class="signature">()</span>
924
1019
 
925
1020
  </span>
926
1021
  </h4>
@@ -928,7 +1023,7 @@
928
1023
 
929
1024
 
930
1025
  <div class="description">
931
- <p>判断Map是否为空</p>
1026
+ <p>判断对象中是否包含给定的Value</p>
932
1027
  </div>
933
1028
 
934
1029
 
@@ -996,7 +1091,7 @@
996
1091
 
997
1092
 
998
1093
  <div class='columns method-parameter'>
999
- <div class="column is-2"><label>返回值</label></div>
1094
+ <div class="column is-2"><label>返回值:</label></div>
1000
1095
  <div class="column is-10">
1001
1096
 
1002
1097
 
@@ -1007,12 +1102,7 @@
1007
1102
  <div class='column is-5 has-text-left'>
1008
1103
  <label>类型: </label>
1009
1104
 
1010
- <span class="param-type">
1011
-
1012
- Boolean
1013
-
1014
- </span>
1015
-
1105
+ <span class="param-type">Boolean</span>
1016
1106
 
1017
1107
 
1018
1108
  </div>
@@ -1034,12 +1124,12 @@
1034
1124
 
1035
1125
 
1036
1126
 
1037
- <h4 class="name" id="keySet">
1038
- <a class="href-link" href="#keySet">#</a>
1127
+ <h4 class="name" id="containsValue">
1128
+ <a class="href-link" href="#containsValue">#</a>
1039
1129
 
1040
- <span class="code-name" id="keySet" style="font-size:30px">
1130
+ <span class="code-name" style="font-size:30px">
1041
1131
 
1042
- keySet<span class="signature">()</span>
1132
+ containsValue<span class="signature">()</span>
1043
1133
 
1044
1134
  </span>
1045
1135
  </h4>
@@ -1047,7 +1137,7 @@
1047
1137
 
1048
1138
 
1049
1139
  <div class="description">
1050
- <p>获得Map中的所有Key</p>
1140
+ <p>判断对象中是否包含给定的Value</p>
1051
1141
  </div>
1052
1142
 
1053
1143
 
@@ -1115,25 +1205,18 @@
1115
1205
 
1116
1206
 
1117
1207
  <div class='columns method-parameter'>
1118
- <div class="column is-2"><label>返回值</label></div>
1208
+ <div class="column is-2"><label>返回值:</label></div>
1119
1209
  <div class="column is-10">
1120
1210
 
1121
1211
 
1122
1212
 
1123
1213
  <div class="columns">
1124
1214
 
1125
- <div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
1126
-
1127
1215
 
1128
1216
  <div class='column is-5 has-text-left'>
1129
1217
  <label>类型: </label>
1130
1218
 
1131
- <span class="param-type">
1132
-
1133
- Array.&lt;Object>
1134
-
1135
- </span>
1136
-
1219
+ <span class="param-type">Boolean</span>
1137
1220
 
1138
1221
 
1139
1222
  </div>
@@ -1155,12 +1238,12 @@
1155
1238
 
1156
1239
 
1157
1240
 
1158
- <h4 class="name" id="put">
1159
- <a class="href-link" href="#put">#</a>
1241
+ <h4 class="name" id="get">
1242
+ <a class="href-link" href="#get">#</a>
1160
1243
 
1161
- <span class="code-name" id="put" style="font-size:30px">
1244
+ <span class="code-name" style="font-size:30px">
1162
1245
 
1163
- put<span class="signature">()</span>
1246
+ get<span class="signature">()</span>
1164
1247
 
1165
1248
  </span>
1166
1249
  </h4>
@@ -1168,7 +1251,7 @@
1168
1251
 
1169
1252
 
1170
1253
  <div class="description">
1171
- <p>向map中添加数据</p>
1254
+ <p>根据给定的Key获得Value</p>
1172
1255
  </div>
1173
1256
 
1174
1257
 
@@ -1235,6 +1318,31 @@
1235
1318
 
1236
1319
 
1237
1320
 
1321
+ <div class='columns method-parameter'>
1322
+ <div class="column is-2"><label>返回值:</label></div>
1323
+ <div class="column is-10">
1324
+
1325
+
1326
+
1327
+ <div class="columns">
1328
+
1329
+ <div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
1330
+
1331
+
1332
+ <div class='column is-5 has-text-left'>
1333
+ <label>类型: </label>
1334
+
1335
+ <span class="param-type">Object</span>
1336
+
1337
+
1338
+ </div>
1339
+
1340
+ </div>
1341
+
1342
+
1343
+ </div>
1344
+ </div>
1345
+
1238
1346
 
1239
1347
 
1240
1348
 
@@ -1246,12 +1354,12 @@
1246
1354
 
1247
1355
 
1248
1356
 
1249
- <h4 class="name" id="remove">
1250
- <a class="href-link" href="#remove">#</a>
1357
+ <h4 class="name" id="get">
1358
+ <a class="href-link" href="#get">#</a>
1251
1359
 
1252
- <span class="code-name" id="remove" style="font-size:30px">
1360
+ <span class="code-name" style="font-size:30px">
1253
1361
 
1254
- remove<span class="signature">()</span>
1362
+ get<span class="signature">()</span>
1255
1363
 
1256
1364
  </span>
1257
1365
  </h4>
@@ -1259,7 +1367,7 @@
1259
1367
 
1260
1368
 
1261
1369
  <div class="description">
1262
- <p>根据给定的Key删除一个值</p>
1370
+ <p>根据给定的Key获得Value</p>
1263
1371
  </div>
1264
1372
 
1265
1373
 
@@ -1326,6 +1434,31 @@
1326
1434
 
1327
1435
 
1328
1436
 
1437
+ <div class='columns method-parameter'>
1438
+ <div class="column is-2"><label>返回值:</label></div>
1439
+ <div class="column is-10">
1440
+
1441
+
1442
+
1443
+ <div class="columns">
1444
+
1445
+ <div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
1446
+
1447
+
1448
+ <div class='column is-5 has-text-left'>
1449
+ <label>类型: </label>
1450
+
1451
+ <span class="param-type">Object</span>
1452
+
1453
+
1454
+ </div>
1455
+
1456
+ </div>
1457
+
1458
+
1459
+ </div>
1460
+ </div>
1461
+
1329
1462
 
1330
1463
 
1331
1464
 
@@ -1337,12 +1470,3312 @@
1337
1470
 
1338
1471
 
1339
1472
 
1340
- <h4 class="name" id="size">
1341
- <a class="href-link" href="#size">#</a>
1473
+ <h4 class="name" id="isEmpty">
1474
+ <a class="href-link" href="#isEmpty">#</a>
1342
1475
 
1343
- <span class="code-name" id="size" style="font-size:30px">
1476
+ <span class="code-name" style="font-size:30px">
1344
1477
 
1345
- size<span class="signature">()</span>
1478
+ isEmpty<span class="signature">()</span>
1479
+
1480
+ </span>
1481
+ </h4>
1482
+
1483
+
1484
+
1485
+ <div class="description">
1486
+ <p>判断Map是否为空</p>
1487
+ </div>
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ <dl class="details">
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ </dl>
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+ <div class='columns method-parameter'>
1554
+ <div class="column is-2"><label>返回值:</label></div>
1555
+ <div class="column is-10">
1556
+
1557
+
1558
+
1559
+ <div class="columns">
1560
+
1561
+
1562
+ <div class='column is-5 has-text-left'>
1563
+ <label>类型: </label>
1564
+
1565
+ <span class="param-type">Boolean</span>
1566
+
1567
+
1568
+ </div>
1569
+
1570
+ </div>
1571
+
1572
+
1573
+ </div>
1574
+ </div>
1575
+
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+ </div>
1582
+
1583
+ <div class="member">
1584
+
1585
+
1586
+
1587
+ <h4 class="name" id="isEmpty">
1588
+ <a class="href-link" href="#isEmpty">#</a>
1589
+
1590
+ <span class="code-name" style="font-size:30px">
1591
+
1592
+ isEmpty<span class="signature">()</span>
1593
+
1594
+ </span>
1595
+ </h4>
1596
+
1597
+
1598
+
1599
+ <div class="description">
1600
+ <p>判断Map是否为空</p>
1601
+ </div>
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+ <dl class="details">
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ </dl>
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+ <div class='columns method-parameter'>
1668
+ <div class="column is-2"><label>返回值:</label></div>
1669
+ <div class="column is-10">
1670
+
1671
+
1672
+
1673
+ <div class="columns">
1674
+
1675
+
1676
+ <div class='column is-5 has-text-left'>
1677
+ <label>类型: </label>
1678
+
1679
+ <span class="param-type">Boolean</span>
1680
+
1681
+
1682
+ </div>
1683
+
1684
+ </div>
1685
+
1686
+
1687
+ </div>
1688
+ </div>
1689
+
1690
+
1691
+
1692
+
1693
+
1694
+
1695
+ </div>
1696
+
1697
+ <div class="member">
1698
+
1699
+
1700
+
1701
+ <h4 class="name" id="keySet">
1702
+ <a class="href-link" href="#keySet">#</a>
1703
+
1704
+ <span class="code-name" style="font-size:30px">
1705
+
1706
+ keySet<span class="signature">()</span>
1707
+
1708
+ </span>
1709
+ </h4>
1710
+
1711
+
1712
+
1713
+ <div class="description">
1714
+ <p>获得Map中的所有Key</p>
1715
+ </div>
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+ <dl class="details">
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+ </dl>
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+ <div class='columns method-parameter'>
1782
+ <div class="column is-2"><label>返回值:</label></div>
1783
+ <div class="column is-10">
1784
+
1785
+
1786
+
1787
+ <div class="columns">
1788
+
1789
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
1790
+
1791
+
1792
+ <div class='column is-5 has-text-left'>
1793
+ <label>类型: </label>
1794
+
1795
+ <span class="param-type">Array.&lt;Object></span>
1796
+
1797
+
1798
+ </div>
1799
+
1800
+ </div>
1801
+
1802
+
1803
+ </div>
1804
+ </div>
1805
+
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+ </div>
1812
+
1813
+ <div class="member">
1814
+
1815
+
1816
+
1817
+ <h4 class="name" id="keySet">
1818
+ <a class="href-link" href="#keySet">#</a>
1819
+
1820
+ <span class="code-name" style="font-size:30px">
1821
+
1822
+ keySet<span class="signature">()</span>
1823
+
1824
+ </span>
1825
+ </h4>
1826
+
1827
+
1828
+
1829
+ <div class="description">
1830
+ <p>获得Map中的所有Key</p>
1831
+ </div>
1832
+
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+
1844
+
1845
+
1846
+ <dl class="details">
1847
+
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+ </dl>
1879
+
1880
+
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+
1897
+ <div class='columns method-parameter'>
1898
+ <div class="column is-2"><label>返回值:</label></div>
1899
+ <div class="column is-10">
1900
+
1901
+
1902
+
1903
+ <div class="columns">
1904
+
1905
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
1906
+
1907
+
1908
+ <div class='column is-5 has-text-left'>
1909
+ <label>类型: </label>
1910
+
1911
+ <span class="param-type">Array.&lt;Object></span>
1912
+
1913
+
1914
+ </div>
1915
+
1916
+ </div>
1917
+
1918
+
1919
+ </div>
1920
+ </div>
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+
1927
+ </div>
1928
+
1929
+ <div class="member">
1930
+
1931
+
1932
+
1933
+ <h4 class="name" id="put">
1934
+ <a class="href-link" href="#put">#</a>
1935
+
1936
+ <span class="code-name" style="font-size:30px">
1937
+
1938
+ put<span class="signature">()</span>
1939
+
1940
+ </span>
1941
+ </h4>
1942
+
1943
+
1944
+
1945
+ <div class="description">
1946
+ <p>向map中添加数据</p>
1947
+ </div>
1948
+
1949
+
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+ <dl class="details">
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ </dl>
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+ </div>
2019
+
2020
+ <div class="member">
2021
+
2022
+
2023
+
2024
+ <h4 class="name" id="put">
2025
+ <a class="href-link" href="#put">#</a>
2026
+
2027
+ <span class="code-name" style="font-size:30px">
2028
+
2029
+ put<span class="signature">()</span>
2030
+
2031
+ </span>
2032
+ </h4>
2033
+
2034
+
2035
+
2036
+ <div class="description">
2037
+ <p>向map中添加数据</p>
2038
+ </div>
2039
+
2040
+
2041
+
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+ <dl class="details">
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+ </dl>
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+ </div>
2110
+
2111
+ <div class="member">
2112
+
2113
+
2114
+
2115
+ <h4 class="name" id="remove">
2116
+ <a class="href-link" href="#remove">#</a>
2117
+
2118
+ <span class="code-name" style="font-size:30px">
2119
+
2120
+ remove<span class="signature">()</span>
2121
+
2122
+ </span>
2123
+ </h4>
2124
+
2125
+
2126
+
2127
+ <div class="description">
2128
+ <p>根据给定的Key删除一个值</p>
2129
+ </div>
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+ <dl class="details">
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+ </dl>
2177
+
2178
+
2179
+
2180
+
2181
+
2182
+
2183
+
2184
+
2185
+
2186
+
2187
+
2188
+
2189
+
2190
+
2191
+
2192
+
2193
+
2194
+
2195
+
2196
+
2197
+
2198
+
2199
+
2200
+ </div>
2201
+
2202
+ <div class="member">
2203
+
2204
+
2205
+
2206
+ <h4 class="name" id="remove">
2207
+ <a class="href-link" href="#remove">#</a>
2208
+
2209
+ <span class="code-name" style="font-size:30px">
2210
+
2211
+ remove<span class="signature">()</span>
2212
+
2213
+ </span>
2214
+ </h4>
2215
+
2216
+
2217
+
2218
+ <div class="description">
2219
+ <p>根据给定的Key删除一个值</p>
2220
+ </div>
2221
+
2222
+
2223
+
2224
+
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+ <dl class="details">
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+
2267
+ </dl>
2268
+
2269
+
2270
+
2271
+
2272
+
2273
+
2274
+
2275
+
2276
+
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+
2291
+ </div>
2292
+
2293
+ <div class="member">
2294
+
2295
+
2296
+
2297
+ <h4 class="name" id="size">
2298
+ <a class="href-link" href="#size">#</a>
2299
+
2300
+ <span class="code-name" style="font-size:30px">
2301
+
2302
+ size<span class="signature">()</span>
2303
+
2304
+ </span>
2305
+ </h4>
2306
+
2307
+
2308
+
2309
+ <div class="description">
2310
+ <p>获得Map的长度</p>
2311
+ </div>
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+
2324
+
2325
+
2326
+ <dl class="details">
2327
+
2328
+
2329
+
2330
+
2331
+
2332
+
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+
2341
+
2342
+
2343
+
2344
+
2345
+
2346
+
2347
+
2348
+
2349
+
2350
+
2351
+
2352
+
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+ </dl>
2359
+
2360
+
2361
+
2362
+
2363
+
2364
+
2365
+
2366
+
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+
2373
+
2374
+
2375
+
2376
+
2377
+ <div class='columns method-parameter'>
2378
+ <div class="column is-2"><label>返回值:</label></div>
2379
+ <div class="column is-10">
2380
+
2381
+
2382
+
2383
+ <div class="columns">
2384
+
2385
+ <div class='param-desc column is-7'><p>返回容器的大小</p></div>
2386
+
2387
+
2388
+ <div class='column is-5 has-text-left'>
2389
+ <label>类型: </label>
2390
+
2391
+ <span class="param-type">Number</span>
2392
+
2393
+
2394
+ </div>
2395
+
2396
+ </div>
2397
+
2398
+
2399
+ </div>
2400
+ </div>
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+
2407
+ </div>
2408
+
2409
+ <div class="member">
2410
+
2411
+
2412
+
2413
+ <h4 class="name" id="size">
2414
+ <a class="href-link" href="#size">#</a>
2415
+
2416
+ <span class="code-name" style="font-size:30px">
2417
+
2418
+ size<span class="signature">()</span>
2419
+
2420
+ </span>
2421
+ </h4>
2422
+
2423
+
2424
+
2425
+ <div class="description">
2426
+ <p>获得Map的长度</p>
2427
+ </div>
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+
2434
+
2435
+
2436
+
2437
+
2438
+
2439
+
2440
+
2441
+
2442
+ <dl class="details">
2443
+
2444
+
2445
+
2446
+
2447
+
2448
+
2449
+
2450
+
2451
+
2452
+
2453
+
2454
+
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+
2471
+
2472
+
2473
+
2474
+ </dl>
2475
+
2476
+
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+
2484
+
2485
+
2486
+
2487
+
2488
+
2489
+
2490
+
2491
+
2492
+
2493
+ <div class='columns method-parameter'>
2494
+ <div class="column is-2"><label>返回值:</label></div>
2495
+ <div class="column is-10">
2496
+
2497
+
2498
+
2499
+ <div class="columns">
2500
+
2501
+ <div class='param-desc column is-7'><p>返回容器的大小</p></div>
2502
+
2503
+
2504
+ <div class='column is-5 has-text-left'>
2505
+ <label>类型: </label>
2506
+
2507
+ <span class="param-type">Number</span>
2508
+
2509
+
2510
+ </div>
2511
+
2512
+ </div>
2513
+
2514
+
2515
+ </div>
2516
+ </div>
2517
+
2518
+
2519
+
2520
+
2521
+
2522
+
2523
+ </div>
2524
+
2525
+ <div class="member">
2526
+
2527
+
2528
+
2529
+ <h4 class="name" id="values">
2530
+ <a class="href-link" href="#values">#</a>
2531
+
2532
+ <span class="code-name" style="font-size:30px">
2533
+
2534
+ values<span class="signature">()</span>
2535
+
2536
+ </span>
2537
+ </h4>
2538
+
2539
+
2540
+
2541
+ <div class="description">
2542
+ <p>获得Map中的所有Value</p>
2543
+ </div>
2544
+
2545
+
2546
+
2547
+
2548
+
2549
+
2550
+
2551
+
2552
+
2553
+
2554
+
2555
+
2556
+
2557
+
2558
+ <dl class="details">
2559
+
2560
+
2561
+
2562
+
2563
+
2564
+
2565
+
2566
+
2567
+
2568
+
2569
+
2570
+
2571
+
2572
+
2573
+
2574
+
2575
+
2576
+
2577
+
2578
+
2579
+
2580
+
2581
+
2582
+
2583
+
2584
+
2585
+
2586
+
2587
+
2588
+
2589
+
2590
+ </dl>
2591
+
2592
+
2593
+
2594
+
2595
+
2596
+
2597
+
2598
+
2599
+
2600
+
2601
+
2602
+
2603
+
2604
+
2605
+
2606
+
2607
+
2608
+
2609
+ <div class='columns method-parameter'>
2610
+ <div class="column is-2"><label>返回值:</label></div>
2611
+ <div class="column is-10">
2612
+
2613
+
2614
+
2615
+ <div class="columns">
2616
+
2617
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 value 值</p></div>
2618
+
2619
+
2620
+ <div class='column is-5 has-text-left'>
2621
+ <label>类型: </label>
2622
+
2623
+ <span class="param-type">Array.&lt;Object></span>
2624
+
2625
+
2626
+ </div>
2627
+
2628
+ </div>
2629
+
2630
+
2631
+ </div>
2632
+ </div>
2633
+
2634
+
2635
+
2636
+
2637
+
2638
+
2639
+ </div>
2640
+
2641
+ <div class="member">
2642
+
2643
+
2644
+
2645
+ <h4 class="name" id="values">
2646
+ <a class="href-link" href="#values">#</a>
2647
+
2648
+ <span class="code-name" style="font-size:30px">
2649
+
2650
+ values<span class="signature">()</span>
2651
+
2652
+ </span>
2653
+ </h4>
2654
+
2655
+
2656
+
2657
+ <div class="description">
2658
+ <p>获得Map中的所有Value</p>
2659
+ </div>
2660
+
2661
+
2662
+
2663
+
2664
+
2665
+
2666
+
2667
+
2668
+
2669
+
2670
+
2671
+
2672
+
2673
+
2674
+ <dl class="details">
2675
+
2676
+
2677
+
2678
+
2679
+
2680
+
2681
+
2682
+
2683
+
2684
+
2685
+
2686
+
2687
+
2688
+
2689
+
2690
+
2691
+
2692
+
2693
+
2694
+
2695
+
2696
+
2697
+
2698
+
2699
+
2700
+
2701
+
2702
+
2703
+
2704
+
2705
+
2706
+ </dl>
2707
+
2708
+
2709
+
2710
+
2711
+
2712
+
2713
+
2714
+
2715
+
2716
+
2717
+
2718
+
2719
+
2720
+
2721
+
2722
+
2723
+
2724
+
2725
+ <div class='columns method-parameter'>
2726
+ <div class="column is-2"><label>返回值:</label></div>
2727
+ <div class="column is-10">
2728
+
2729
+
2730
+
2731
+ <div class="columns">
2732
+
2733
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 value 值</p></div>
2734
+
2735
+
2736
+ <div class='column is-5 has-text-left'>
2737
+ <label>类型: </label>
2738
+
2739
+ <span class="param-type">Array.&lt;Object></span>
2740
+
2741
+
2742
+ </div>
2743
+
2744
+ </div>
2745
+
2746
+
2747
+ </div>
2748
+ </div>
2749
+
2750
+
2751
+
2752
+
2753
+
2754
+
2755
+ </div>
2756
+
2757
+ </div>
2758
+ </div>
2759
+
2760
+
2761
+
2762
+
2763
+
2764
+ </article>
2765
+
2766
+ </section>
2767
+
2768
+
2769
+
2770
+
2771
+
2772
+
2773
+
2774
+ <section>
2775
+
2776
+ <article>
2777
+ <div class="container-overview">
2778
+
2779
+
2780
+ <div class='vertical-section'>
2781
+ <div class="members">
2782
+ <div class="member">
2783
+
2784
+
2785
+
2786
+
2787
+ <h4 class="name" id="HashMap">
2788
+ <a class="href-link" href="#HashMap">#</a>
2789
+
2790
+ <span class="code-name" style="font-size:30px">
2791
+
2792
+ new HashMap<span class="signature">()</span>
2793
+
2794
+ </span>
2795
+ </h4>
2796
+
2797
+
2798
+
2799
+
2800
+
2801
+
2802
+
2803
+
2804
+
2805
+
2806
+
2807
+
2808
+
2809
+
2810
+
2811
+
2812
+ <dl class="details">
2813
+
2814
+
2815
+
2816
+
2817
+
2818
+
2819
+
2820
+
2821
+
2822
+
2823
+
2824
+
2825
+
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+
2835
+
2836
+
2837
+
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+ </dl>
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+
2851
+
2852
+
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+
2859
+
2860
+
2861
+
2862
+
2863
+
2864
+
2865
+
2866
+
2867
+
2868
+ <h5>示例</h5>
2869
+
2870
+
2871
+ <pre class="prettyprint"><code>var map = new HashMap();
2872
+ map.put("key1","Value1");
2873
+ map.put("key2","Value2");
2874
+ map.put("key3","Value3");
2875
+ map.put("key4","Value4");
2876
+ map.put("key5","Value5");
2877
+ alert("size:"+map.size()+" key1:"+map.get("key1"));
2878
+ map.remove("key1");
2879
+ map.put("key3","newValue");
2880
+ var values = map.values();
2881
+ for(var i in values){
2882
+ document.write(i+":"+values[i]+" ");
2883
+ }
2884
+ document.write("&lt;br>");
2885
+ var keySet = map.keySet();
2886
+ for(var i in keySet){
2887
+ document.write(i+":"+keySet[i]+" ");
2888
+ }
2889
+ alert(map.isEmpty());</code></pre>
2890
+
2891
+
2892
+
2893
+
2894
+ </div>
2895
+ </div>
2896
+ </div>
2897
+
2898
+
2899
+ </div>
2900
+
2901
+
2902
+
2903
+
2904
+
2905
+
2906
+
2907
+
2908
+
2909
+
2910
+
2911
+
2912
+
2913
+
2914
+ <div class='vertical-section'>
2915
+ <h3 id='member'>成员变量</h3>
2916
+ <div class="members">
2917
+
2918
+ <div class="member">
2919
+
2920
+ <span class="method-parameter is-pulled-right">
2921
+ <label>类型:</label>
2922
+
2923
+ <span class="param-type">Number</span>
2924
+
2925
+
2926
+ </span>
2927
+
2928
+ <h4 class="name" id="length">
2929
+ <a class="href-link" href="#length">#</a>
2930
+
2931
+
2932
+ <span class='tag'>readonly</span>
2933
+
2934
+
2935
+ <span class="code-name">
2936
+ length
2937
+ </span>
2938
+
2939
+ </h4>
2940
+
2941
+
2942
+
2943
+
2944
+ <div class="description">
2945
+ <p>HashMap 容器的长度</p>
2946
+ </div>
2947
+
2948
+
2949
+
2950
+
2951
+
2952
+ <dl class="details">
2953
+
2954
+
2955
+
2956
+
2957
+
2958
+
2959
+
2960
+
2961
+
2962
+
2963
+
2964
+
2965
+
2966
+
2967
+
2968
+
2969
+
2970
+
2971
+
2972
+
2973
+
2974
+
2975
+
2976
+
2977
+
2978
+
2979
+
2980
+
2981
+
2982
+
2983
+
2984
+ </dl>
2985
+
2986
+
2987
+
2988
+
2989
+
2990
+ </div>
2991
+
2992
+ <div class="member">
2993
+
2994
+ <span class="method-parameter is-pulled-right">
2995
+ <label>类型:</label>
2996
+
2997
+ <span class="param-type">Number</span>
2998
+
2999
+
3000
+ </span>
3001
+
3002
+ <h4 class="name" id="length">
3003
+ <a class="href-link" href="#length">#</a>
3004
+
3005
+
3006
+ <span class='tag'>readonly</span>
3007
+
3008
+
3009
+ <span class="code-name">
3010
+ length
3011
+ </span>
3012
+
3013
+ </h4>
3014
+
3015
+
3016
+
3017
+
3018
+ <div class="description">
3019
+ <p>HashMap 容器的长度</p>
3020
+ </div>
3021
+
3022
+
3023
+
3024
+
3025
+
3026
+ <dl class="details">
3027
+
3028
+
3029
+
3030
+
3031
+
3032
+
3033
+
3034
+
3035
+
3036
+
3037
+
3038
+
3039
+
3040
+
3041
+
3042
+
3043
+
3044
+
3045
+
3046
+
3047
+
3048
+
3049
+
3050
+
3051
+
3052
+
3053
+
3054
+
3055
+
3056
+
3057
+
3058
+ </dl>
3059
+
3060
+
3061
+
3062
+
3063
+
3064
+ </div>
3065
+
3066
+ </div>
3067
+ </div>
3068
+
3069
+
3070
+
3071
+ <div class='vertical-section'>
3072
+ <h3 id='function'>方法</h3>
3073
+ <div class="members">
3074
+
3075
+ <div class="member">
3076
+
3077
+
3078
+
3079
+ <h4 class="name" id="clear">
3080
+ <a class="href-link" href="#clear">#</a>
3081
+
3082
+ <span class="code-name" style="font-size:30px">
3083
+
3084
+ clear<span class="signature">()</span>
3085
+
3086
+ </span>
3087
+ </h4>
3088
+
3089
+
3090
+
3091
+ <div class="description">
3092
+ <p>清空Map</p>
3093
+ </div>
3094
+
3095
+
3096
+
3097
+
3098
+
3099
+
3100
+
3101
+
3102
+
3103
+
3104
+
3105
+
3106
+
3107
+
3108
+ <dl class="details">
3109
+
3110
+
3111
+
3112
+
3113
+
3114
+
3115
+
3116
+
3117
+
3118
+
3119
+
3120
+
3121
+
3122
+
3123
+
3124
+
3125
+
3126
+
3127
+
3128
+
3129
+
3130
+
3131
+
3132
+
3133
+
3134
+
3135
+
3136
+
3137
+
3138
+
3139
+
3140
+ </dl>
3141
+
3142
+
3143
+
3144
+
3145
+
3146
+
3147
+
3148
+
3149
+
3150
+
3151
+
3152
+
3153
+
3154
+
3155
+
3156
+
3157
+
3158
+
3159
+
3160
+
3161
+
3162
+
3163
+
3164
+ </div>
3165
+
3166
+ <div class="member">
3167
+
3168
+
3169
+
3170
+ <h4 class="name" id="clear">
3171
+ <a class="href-link" href="#clear">#</a>
3172
+
3173
+ <span class="code-name" style="font-size:30px">
3174
+
3175
+ clear<span class="signature">()</span>
3176
+
3177
+ </span>
3178
+ </h4>
3179
+
3180
+
3181
+
3182
+ <div class="description">
3183
+ <p>清空Map</p>
3184
+ </div>
3185
+
3186
+
3187
+
3188
+
3189
+
3190
+
3191
+
3192
+
3193
+
3194
+
3195
+
3196
+
3197
+
3198
+
3199
+ <dl class="details">
3200
+
3201
+
3202
+
3203
+
3204
+
3205
+
3206
+
3207
+
3208
+
3209
+
3210
+
3211
+
3212
+
3213
+
3214
+
3215
+
3216
+
3217
+
3218
+
3219
+
3220
+
3221
+
3222
+
3223
+
3224
+
3225
+
3226
+
3227
+
3228
+
3229
+
3230
+
3231
+ </dl>
3232
+
3233
+
3234
+
3235
+
3236
+
3237
+
3238
+
3239
+
3240
+
3241
+
3242
+
3243
+
3244
+
3245
+
3246
+
3247
+
3248
+
3249
+
3250
+
3251
+
3252
+
3253
+
3254
+
3255
+ </div>
3256
+
3257
+ <div class="member">
3258
+
3259
+
3260
+
3261
+ <h4 class="name" id="containsKey">
3262
+ <a class="href-link" href="#containsKey">#</a>
3263
+
3264
+ <span class="code-name" style="font-size:30px">
3265
+
3266
+ containsKey<span class="signature">()</span>
3267
+
3268
+ </span>
3269
+ </h4>
3270
+
3271
+
3272
+
3273
+ <div class="description">
3274
+ <p>判断对象中是否包含给定Key</p>
3275
+ </div>
3276
+
3277
+
3278
+
3279
+
3280
+
3281
+
3282
+
3283
+
3284
+
3285
+
3286
+
3287
+
3288
+
3289
+
3290
+ <dl class="details">
3291
+
3292
+
3293
+
3294
+
3295
+
3296
+
3297
+
3298
+
3299
+
3300
+
3301
+
3302
+
3303
+
3304
+
3305
+
3306
+
3307
+
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+
3314
+
3315
+
3316
+
3317
+
3318
+
3319
+
3320
+
3321
+
3322
+ </dl>
3323
+
3324
+
3325
+
3326
+
3327
+
3328
+
3329
+
3330
+
3331
+
3332
+
3333
+
3334
+
3335
+
3336
+
3337
+
3338
+
3339
+
3340
+
3341
+ <div class='columns method-parameter'>
3342
+ <div class="column is-2"><label>返回值:</label></div>
3343
+ <div class="column is-10">
3344
+
3345
+
3346
+
3347
+ <div class="columns">
3348
+
3349
+
3350
+ <div class='column is-5 has-text-left'>
3351
+ <label>类型: </label>
3352
+
3353
+ <span class="param-type">Boolean</span>
3354
+
3355
+
3356
+ </div>
3357
+
3358
+ </div>
3359
+
3360
+
3361
+ </div>
3362
+ </div>
3363
+
3364
+
3365
+
3366
+
3367
+
3368
+
3369
+ </div>
3370
+
3371
+ <div class="member">
3372
+
3373
+
3374
+
3375
+ <h4 class="name" id="containsKey">
3376
+ <a class="href-link" href="#containsKey">#</a>
3377
+
3378
+ <span class="code-name" style="font-size:30px">
3379
+
3380
+ containsKey<span class="signature">()</span>
3381
+
3382
+ </span>
3383
+ </h4>
3384
+
3385
+
3386
+
3387
+ <div class="description">
3388
+ <p>判断对象中是否包含给定Key</p>
3389
+ </div>
3390
+
3391
+
3392
+
3393
+
3394
+
3395
+
3396
+
3397
+
3398
+
3399
+
3400
+
3401
+
3402
+
3403
+
3404
+ <dl class="details">
3405
+
3406
+
3407
+
3408
+
3409
+
3410
+
3411
+
3412
+
3413
+
3414
+
3415
+
3416
+
3417
+
3418
+
3419
+
3420
+
3421
+
3422
+
3423
+
3424
+
3425
+
3426
+
3427
+
3428
+
3429
+
3430
+
3431
+
3432
+
3433
+
3434
+
3435
+
3436
+ </dl>
3437
+
3438
+
3439
+
3440
+
3441
+
3442
+
3443
+
3444
+
3445
+
3446
+
3447
+
3448
+
3449
+
3450
+
3451
+
3452
+
3453
+
3454
+
3455
+ <div class='columns method-parameter'>
3456
+ <div class="column is-2"><label>返回值:</label></div>
3457
+ <div class="column is-10">
3458
+
3459
+
3460
+
3461
+ <div class="columns">
3462
+
3463
+
3464
+ <div class='column is-5 has-text-left'>
3465
+ <label>类型: </label>
3466
+
3467
+ <span class="param-type">Boolean</span>
3468
+
3469
+
3470
+ </div>
3471
+
3472
+ </div>
3473
+
3474
+
3475
+ </div>
3476
+ </div>
3477
+
3478
+
3479
+
3480
+
3481
+
3482
+
3483
+ </div>
3484
+
3485
+ <div class="member">
3486
+
3487
+
3488
+
3489
+ <h4 class="name" id="containsValue">
3490
+ <a class="href-link" href="#containsValue">#</a>
3491
+
3492
+ <span class="code-name" style="font-size:30px">
3493
+
3494
+ containsValue<span class="signature">()</span>
3495
+
3496
+ </span>
3497
+ </h4>
3498
+
3499
+
3500
+
3501
+ <div class="description">
3502
+ <p>判断对象中是否包含给定的Value</p>
3503
+ </div>
3504
+
3505
+
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+
3512
+
3513
+
3514
+
3515
+
3516
+
3517
+
3518
+ <dl class="details">
3519
+
3520
+
3521
+
3522
+
3523
+
3524
+
3525
+
3526
+
3527
+
3528
+
3529
+
3530
+
3531
+
3532
+
3533
+
3534
+
3535
+
3536
+
3537
+
3538
+
3539
+
3540
+
3541
+
3542
+
3543
+
3544
+
3545
+
3546
+
3547
+
3548
+
3549
+
3550
+ </dl>
3551
+
3552
+
3553
+
3554
+
3555
+
3556
+
3557
+
3558
+
3559
+
3560
+
3561
+
3562
+
3563
+
3564
+
3565
+
3566
+
3567
+
3568
+
3569
+ <div class='columns method-parameter'>
3570
+ <div class="column is-2"><label>返回值:</label></div>
3571
+ <div class="column is-10">
3572
+
3573
+
3574
+
3575
+ <div class="columns">
3576
+
3577
+
3578
+ <div class='column is-5 has-text-left'>
3579
+ <label>类型: </label>
3580
+
3581
+ <span class="param-type">Boolean</span>
3582
+
3583
+
3584
+ </div>
3585
+
3586
+ </div>
3587
+
3588
+
3589
+ </div>
3590
+ </div>
3591
+
3592
+
3593
+
3594
+
3595
+
3596
+
3597
+ </div>
3598
+
3599
+ <div class="member">
3600
+
3601
+
3602
+
3603
+ <h4 class="name" id="containsValue">
3604
+ <a class="href-link" href="#containsValue">#</a>
3605
+
3606
+ <span class="code-name" style="font-size:30px">
3607
+
3608
+ containsValue<span class="signature">()</span>
3609
+
3610
+ </span>
3611
+ </h4>
3612
+
3613
+
3614
+
3615
+ <div class="description">
3616
+ <p>判断对象中是否包含给定的Value</p>
3617
+ </div>
3618
+
3619
+
3620
+
3621
+
3622
+
3623
+
3624
+
3625
+
3626
+
3627
+
3628
+
3629
+
3630
+
3631
+
3632
+ <dl class="details">
3633
+
3634
+
3635
+
3636
+
3637
+
3638
+
3639
+
3640
+
3641
+
3642
+
3643
+
3644
+
3645
+
3646
+
3647
+
3648
+
3649
+
3650
+
3651
+
3652
+
3653
+
3654
+
3655
+
3656
+
3657
+
3658
+
3659
+
3660
+
3661
+
3662
+
3663
+
3664
+ </dl>
3665
+
3666
+
3667
+
3668
+
3669
+
3670
+
3671
+
3672
+
3673
+
3674
+
3675
+
3676
+
3677
+
3678
+
3679
+
3680
+
3681
+
3682
+
3683
+ <div class='columns method-parameter'>
3684
+ <div class="column is-2"><label>返回值:</label></div>
3685
+ <div class="column is-10">
3686
+
3687
+
3688
+
3689
+ <div class="columns">
3690
+
3691
+
3692
+ <div class='column is-5 has-text-left'>
3693
+ <label>类型: </label>
3694
+
3695
+ <span class="param-type">Boolean</span>
3696
+
3697
+
3698
+ </div>
3699
+
3700
+ </div>
3701
+
3702
+
3703
+ </div>
3704
+ </div>
3705
+
3706
+
3707
+
3708
+
3709
+
3710
+
3711
+ </div>
3712
+
3713
+ <div class="member">
3714
+
3715
+
3716
+
3717
+ <h4 class="name" id="get">
3718
+ <a class="href-link" href="#get">#</a>
3719
+
3720
+ <span class="code-name" style="font-size:30px">
3721
+
3722
+ get<span class="signature">()</span>
3723
+
3724
+ </span>
3725
+ </h4>
3726
+
3727
+
3728
+
3729
+ <div class="description">
3730
+ <p>根据给定的Key获得Value</p>
3731
+ </div>
3732
+
3733
+
3734
+
3735
+
3736
+
3737
+
3738
+
3739
+
3740
+
3741
+
3742
+
3743
+
3744
+
3745
+
3746
+ <dl class="details">
3747
+
3748
+
3749
+
3750
+
3751
+
3752
+
3753
+
3754
+
3755
+
3756
+
3757
+
3758
+
3759
+
3760
+
3761
+
3762
+
3763
+
3764
+
3765
+
3766
+
3767
+
3768
+
3769
+
3770
+
3771
+
3772
+
3773
+
3774
+
3775
+
3776
+
3777
+
3778
+ </dl>
3779
+
3780
+
3781
+
3782
+
3783
+
3784
+
3785
+
3786
+
3787
+
3788
+
3789
+
3790
+
3791
+
3792
+
3793
+
3794
+
3795
+
3796
+
3797
+ <div class='columns method-parameter'>
3798
+ <div class="column is-2"><label>返回值:</label></div>
3799
+ <div class="column is-10">
3800
+
3801
+
3802
+
3803
+ <div class="columns">
3804
+
3805
+ <div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
3806
+
3807
+
3808
+ <div class='column is-5 has-text-left'>
3809
+ <label>类型: </label>
3810
+
3811
+ <span class="param-type">Object</span>
3812
+
3813
+
3814
+ </div>
3815
+
3816
+ </div>
3817
+
3818
+
3819
+ </div>
3820
+ </div>
3821
+
3822
+
3823
+
3824
+
3825
+
3826
+
3827
+ </div>
3828
+
3829
+ <div class="member">
3830
+
3831
+
3832
+
3833
+ <h4 class="name" id="get">
3834
+ <a class="href-link" href="#get">#</a>
3835
+
3836
+ <span class="code-name" style="font-size:30px">
3837
+
3838
+ get<span class="signature">()</span>
3839
+
3840
+ </span>
3841
+ </h4>
3842
+
3843
+
3844
+
3845
+ <div class="description">
3846
+ <p>根据给定的Key获得Value</p>
3847
+ </div>
3848
+
3849
+
3850
+
3851
+
3852
+
3853
+
3854
+
3855
+
3856
+
3857
+
3858
+
3859
+
3860
+
3861
+
3862
+ <dl class="details">
3863
+
3864
+
3865
+
3866
+
3867
+
3868
+
3869
+
3870
+
3871
+
3872
+
3873
+
3874
+
3875
+
3876
+
3877
+
3878
+
3879
+
3880
+
3881
+
3882
+
3883
+
3884
+
3885
+
3886
+
3887
+
3888
+
3889
+
3890
+
3891
+
3892
+
3893
+
3894
+ </dl>
3895
+
3896
+
3897
+
3898
+
3899
+
3900
+
3901
+
3902
+
3903
+
3904
+
3905
+
3906
+
3907
+
3908
+
3909
+
3910
+
3911
+
3912
+
3913
+ <div class='columns method-parameter'>
3914
+ <div class="column is-2"><label>返回值:</label></div>
3915
+ <div class="column is-10">
3916
+
3917
+
3918
+
3919
+ <div class="columns">
3920
+
3921
+ <div class='param-desc column is-7'><p>返回 key 对应的 value 值</p></div>
3922
+
3923
+
3924
+ <div class='column is-5 has-text-left'>
3925
+ <label>类型: </label>
3926
+
3927
+ <span class="param-type">Object</span>
3928
+
3929
+
3930
+ </div>
3931
+
3932
+ </div>
3933
+
3934
+
3935
+ </div>
3936
+ </div>
3937
+
3938
+
3939
+
3940
+
3941
+
3942
+
3943
+ </div>
3944
+
3945
+ <div class="member">
3946
+
3947
+
3948
+
3949
+ <h4 class="name" id="isEmpty">
3950
+ <a class="href-link" href="#isEmpty">#</a>
3951
+
3952
+ <span class="code-name" style="font-size:30px">
3953
+
3954
+ isEmpty<span class="signature">()</span>
3955
+
3956
+ </span>
3957
+ </h4>
3958
+
3959
+
3960
+
3961
+ <div class="description">
3962
+ <p>判断Map是否为空</p>
3963
+ </div>
3964
+
3965
+
3966
+
3967
+
3968
+
3969
+
3970
+
3971
+
3972
+
3973
+
3974
+
3975
+
3976
+
3977
+
3978
+ <dl class="details">
3979
+
3980
+
3981
+
3982
+
3983
+
3984
+
3985
+
3986
+
3987
+
3988
+
3989
+
3990
+
3991
+
3992
+
3993
+
3994
+
3995
+
3996
+
3997
+
3998
+
3999
+
4000
+
4001
+
4002
+
4003
+
4004
+
4005
+
4006
+
4007
+
4008
+
4009
+
4010
+ </dl>
4011
+
4012
+
4013
+
4014
+
4015
+
4016
+
4017
+
4018
+
4019
+
4020
+
4021
+
4022
+
4023
+
4024
+
4025
+
4026
+
4027
+
4028
+
4029
+ <div class='columns method-parameter'>
4030
+ <div class="column is-2"><label>返回值:</label></div>
4031
+ <div class="column is-10">
4032
+
4033
+
4034
+
4035
+ <div class="columns">
4036
+
4037
+
4038
+ <div class='column is-5 has-text-left'>
4039
+ <label>类型: </label>
4040
+
4041
+ <span class="param-type">Boolean</span>
4042
+
4043
+
4044
+ </div>
4045
+
4046
+ </div>
4047
+
4048
+
4049
+ </div>
4050
+ </div>
4051
+
4052
+
4053
+
4054
+
4055
+
4056
+
4057
+ </div>
4058
+
4059
+ <div class="member">
4060
+
4061
+
4062
+
4063
+ <h4 class="name" id="isEmpty">
4064
+ <a class="href-link" href="#isEmpty">#</a>
4065
+
4066
+ <span class="code-name" style="font-size:30px">
4067
+
4068
+ isEmpty<span class="signature">()</span>
4069
+
4070
+ </span>
4071
+ </h4>
4072
+
4073
+
4074
+
4075
+ <div class="description">
4076
+ <p>判断Map是否为空</p>
4077
+ </div>
4078
+
4079
+
4080
+
4081
+
4082
+
4083
+
4084
+
4085
+
4086
+
4087
+
4088
+
4089
+
4090
+
4091
+
4092
+ <dl class="details">
4093
+
4094
+
4095
+
4096
+
4097
+
4098
+
4099
+
4100
+
4101
+
4102
+
4103
+
4104
+
4105
+
4106
+
4107
+
4108
+
4109
+
4110
+
4111
+
4112
+
4113
+
4114
+
4115
+
4116
+
4117
+
4118
+
4119
+
4120
+
4121
+
4122
+
4123
+
4124
+ </dl>
4125
+
4126
+
4127
+
4128
+
4129
+
4130
+
4131
+
4132
+
4133
+
4134
+
4135
+
4136
+
4137
+
4138
+
4139
+
4140
+
4141
+
4142
+
4143
+ <div class='columns method-parameter'>
4144
+ <div class="column is-2"><label>返回值:</label></div>
4145
+ <div class="column is-10">
4146
+
4147
+
4148
+
4149
+ <div class="columns">
4150
+
4151
+
4152
+ <div class='column is-5 has-text-left'>
4153
+ <label>类型: </label>
4154
+
4155
+ <span class="param-type">Boolean</span>
4156
+
4157
+
4158
+ </div>
4159
+
4160
+ </div>
4161
+
4162
+
4163
+ </div>
4164
+ </div>
4165
+
4166
+
4167
+
4168
+
4169
+
4170
+
4171
+ </div>
4172
+
4173
+ <div class="member">
4174
+
4175
+
4176
+
4177
+ <h4 class="name" id="keySet">
4178
+ <a class="href-link" href="#keySet">#</a>
4179
+
4180
+ <span class="code-name" style="font-size:30px">
4181
+
4182
+ keySet<span class="signature">()</span>
4183
+
4184
+ </span>
4185
+ </h4>
4186
+
4187
+
4188
+
4189
+ <div class="description">
4190
+ <p>获得Map中的所有Key</p>
4191
+ </div>
4192
+
4193
+
4194
+
4195
+
4196
+
4197
+
4198
+
4199
+
4200
+
4201
+
4202
+
4203
+
4204
+
4205
+
4206
+ <dl class="details">
4207
+
4208
+
4209
+
4210
+
4211
+
4212
+
4213
+
4214
+
4215
+
4216
+
4217
+
4218
+
4219
+
4220
+
4221
+
4222
+
4223
+
4224
+
4225
+
4226
+
4227
+
4228
+
4229
+
4230
+
4231
+
4232
+
4233
+
4234
+
4235
+
4236
+
4237
+
4238
+ </dl>
4239
+
4240
+
4241
+
4242
+
4243
+
4244
+
4245
+
4246
+
4247
+
4248
+
4249
+
4250
+
4251
+
4252
+
4253
+
4254
+
4255
+
4256
+
4257
+ <div class='columns method-parameter'>
4258
+ <div class="column is-2"><label>返回值:</label></div>
4259
+ <div class="column is-10">
4260
+
4261
+
4262
+
4263
+ <div class="columns">
4264
+
4265
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
4266
+
4267
+
4268
+ <div class='column is-5 has-text-left'>
4269
+ <label>类型: </label>
4270
+
4271
+ <span class="param-type">Array.&lt;Object></span>
4272
+
4273
+
4274
+ </div>
4275
+
4276
+ </div>
4277
+
4278
+
4279
+ </div>
4280
+ </div>
4281
+
4282
+
4283
+
4284
+
4285
+
4286
+
4287
+ </div>
4288
+
4289
+ <div class="member">
4290
+
4291
+
4292
+
4293
+ <h4 class="name" id="keySet">
4294
+ <a class="href-link" href="#keySet">#</a>
4295
+
4296
+ <span class="code-name" style="font-size:30px">
4297
+
4298
+ keySet<span class="signature">()</span>
4299
+
4300
+ </span>
4301
+ </h4>
4302
+
4303
+
4304
+
4305
+ <div class="description">
4306
+ <p>获得Map中的所有Key</p>
4307
+ </div>
4308
+
4309
+
4310
+
4311
+
4312
+
4313
+
4314
+
4315
+
4316
+
4317
+
4318
+
4319
+
4320
+
4321
+
4322
+ <dl class="details">
4323
+
4324
+
4325
+
4326
+
4327
+
4328
+
4329
+
4330
+
4331
+
4332
+
4333
+
4334
+
4335
+
4336
+
4337
+
4338
+
4339
+
4340
+
4341
+
4342
+
4343
+
4344
+
4345
+
4346
+
4347
+
4348
+
4349
+
4350
+
4351
+
4352
+
4353
+
4354
+ </dl>
4355
+
4356
+
4357
+
4358
+
4359
+
4360
+
4361
+
4362
+
4363
+
4364
+
4365
+
4366
+
4367
+
4368
+
4369
+
4370
+
4371
+
4372
+
4373
+ <div class='columns method-parameter'>
4374
+ <div class="column is-2"><label>返回值:</label></div>
4375
+ <div class="column is-10">
4376
+
4377
+
4378
+
4379
+ <div class="columns">
4380
+
4381
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 key 值</p></div>
4382
+
4383
+
4384
+ <div class='column is-5 has-text-left'>
4385
+ <label>类型: </label>
4386
+
4387
+ <span class="param-type">Array.&lt;Object></span>
4388
+
4389
+
4390
+ </div>
4391
+
4392
+ </div>
4393
+
4394
+
4395
+ </div>
4396
+ </div>
4397
+
4398
+
4399
+
4400
+
4401
+
4402
+
4403
+ </div>
4404
+
4405
+ <div class="member">
4406
+
4407
+
4408
+
4409
+ <h4 class="name" id="put">
4410
+ <a class="href-link" href="#put">#</a>
4411
+
4412
+ <span class="code-name" style="font-size:30px">
4413
+
4414
+ put<span class="signature">()</span>
4415
+
4416
+ </span>
4417
+ </h4>
4418
+
4419
+
4420
+
4421
+ <div class="description">
4422
+ <p>向map中添加数据</p>
4423
+ </div>
4424
+
4425
+
4426
+
4427
+
4428
+
4429
+
4430
+
4431
+
4432
+
4433
+
4434
+
4435
+
4436
+
4437
+
4438
+ <dl class="details">
4439
+
4440
+
4441
+
4442
+
4443
+
4444
+
4445
+
4446
+
4447
+
4448
+
4449
+
4450
+
4451
+
4452
+
4453
+
4454
+
4455
+
4456
+
4457
+
4458
+
4459
+
4460
+
4461
+
4462
+
4463
+
4464
+
4465
+
4466
+
4467
+
4468
+
4469
+
4470
+ </dl>
4471
+
4472
+
4473
+
4474
+
4475
+
4476
+
4477
+
4478
+
4479
+
4480
+
4481
+
4482
+
4483
+
4484
+
4485
+
4486
+
4487
+
4488
+
4489
+
4490
+
4491
+
4492
+
4493
+
4494
+ </div>
4495
+
4496
+ <div class="member">
4497
+
4498
+
4499
+
4500
+ <h4 class="name" id="put">
4501
+ <a class="href-link" href="#put">#</a>
4502
+
4503
+ <span class="code-name" style="font-size:30px">
4504
+
4505
+ put<span class="signature">()</span>
4506
+
4507
+ </span>
4508
+ </h4>
4509
+
4510
+
4511
+
4512
+ <div class="description">
4513
+ <p>向map中添加数据</p>
4514
+ </div>
4515
+
4516
+
4517
+
4518
+
4519
+
4520
+
4521
+
4522
+
4523
+
4524
+
4525
+
4526
+
4527
+
4528
+
4529
+ <dl class="details">
4530
+
4531
+
4532
+
4533
+
4534
+
4535
+
4536
+
4537
+
4538
+
4539
+
4540
+
4541
+
4542
+
4543
+
4544
+
4545
+
4546
+
4547
+
4548
+
4549
+
4550
+
4551
+
4552
+
4553
+
4554
+
4555
+
4556
+
4557
+
4558
+
4559
+
4560
+
4561
+ </dl>
4562
+
4563
+
4564
+
4565
+
4566
+
4567
+
4568
+
4569
+
4570
+
4571
+
4572
+
4573
+
4574
+
4575
+
4576
+
4577
+
4578
+
4579
+
4580
+
4581
+
4582
+
4583
+
4584
+
4585
+ </div>
4586
+
4587
+ <div class="member">
4588
+
4589
+
4590
+
4591
+ <h4 class="name" id="remove">
4592
+ <a class="href-link" href="#remove">#</a>
4593
+
4594
+ <span class="code-name" style="font-size:30px">
4595
+
4596
+ remove<span class="signature">()</span>
4597
+
4598
+ </span>
4599
+ </h4>
4600
+
4601
+
4602
+
4603
+ <div class="description">
4604
+ <p>根据给定的Key删除一个值</p>
4605
+ </div>
4606
+
4607
+
4608
+
4609
+
4610
+
4611
+
4612
+
4613
+
4614
+
4615
+
4616
+
4617
+
4618
+
4619
+
4620
+ <dl class="details">
4621
+
4622
+
4623
+
4624
+
4625
+
4626
+
4627
+
4628
+
4629
+
4630
+
4631
+
4632
+
4633
+
4634
+
4635
+
4636
+
4637
+
4638
+
4639
+
4640
+
4641
+
4642
+
4643
+
4644
+
4645
+
4646
+
4647
+
4648
+
4649
+
4650
+
4651
+
4652
+ </dl>
4653
+
4654
+
4655
+
4656
+
4657
+
4658
+
4659
+
4660
+
4661
+
4662
+
4663
+
4664
+
4665
+
4666
+
4667
+
4668
+
4669
+
4670
+
4671
+
4672
+
4673
+
4674
+
4675
+
4676
+ </div>
4677
+
4678
+ <div class="member">
4679
+
4680
+
4681
+
4682
+ <h4 class="name" id="remove">
4683
+ <a class="href-link" href="#remove">#</a>
4684
+
4685
+ <span class="code-name" style="font-size:30px">
4686
+
4687
+ remove<span class="signature">()</span>
4688
+
4689
+ </span>
4690
+ </h4>
4691
+
4692
+
4693
+
4694
+ <div class="description">
4695
+ <p>根据给定的Key删除一个值</p>
4696
+ </div>
4697
+
4698
+
4699
+
4700
+
4701
+
4702
+
4703
+
4704
+
4705
+
4706
+
4707
+
4708
+
4709
+
4710
+
4711
+ <dl class="details">
4712
+
4713
+
4714
+
4715
+
4716
+
4717
+
4718
+
4719
+
4720
+
4721
+
4722
+
4723
+
4724
+
4725
+
4726
+
4727
+
4728
+
4729
+
4730
+
4731
+
4732
+
4733
+
4734
+
4735
+
4736
+
4737
+
4738
+
4739
+
4740
+
4741
+
4742
+
4743
+ </dl>
4744
+
4745
+
4746
+
4747
+
4748
+
4749
+
4750
+
4751
+
4752
+
4753
+
4754
+
4755
+
4756
+
4757
+
4758
+
4759
+
4760
+
4761
+
4762
+
4763
+
4764
+
4765
+
4766
+
4767
+ </div>
4768
+
4769
+ <div class="member">
4770
+
4771
+
4772
+
4773
+ <h4 class="name" id="size">
4774
+ <a class="href-link" href="#size">#</a>
4775
+
4776
+ <span class="code-name" style="font-size:30px">
4777
+
4778
+ size<span class="signature">()</span>
1346
4779
 
1347
4780
  </span>
1348
4781
  </h4>
@@ -1418,7 +4851,7 @@
1418
4851
 
1419
4852
 
1420
4853
  <div class='columns method-parameter'>
1421
- <div class="column is-2"><label>返回值</label></div>
4854
+ <div class="column is-2"><label>返回值:</label></div>
1422
4855
  <div class="column is-10">
1423
4856
 
1424
4857
 
@@ -1431,14 +4864,125 @@
1431
4864
  <div class='column is-5 has-text-left'>
1432
4865
  <label>类型: </label>
1433
4866
 
1434
- <span class="param-type">
4867
+ <span class="param-type">Number</span>
4868
+
4869
+
4870
+ </div>
4871
+
4872
+ </div>
4873
+
4874
+
4875
+ </div>
4876
+ </div>
4877
+
4878
+
4879
+
4880
+
4881
+
4882
+
4883
+ </div>
4884
+
4885
+ <div class="member">
4886
+
4887
+
4888
+
4889
+ <h4 class="name" id="size">
4890
+ <a class="href-link" href="#size">#</a>
4891
+
4892
+ <span class="code-name" style="font-size:30px">
4893
+
4894
+ size<span class="signature">()</span>
4895
+
4896
+ </span>
4897
+ </h4>
4898
+
4899
+
4900
+
4901
+ <div class="description">
4902
+ <p>获得Map的长度</p>
4903
+ </div>
4904
+
4905
+
4906
+
4907
+
4908
+
4909
+
4910
+
4911
+
4912
+
4913
+
4914
+
4915
+
4916
+
4917
+
4918
+ <dl class="details">
4919
+
4920
+
4921
+
4922
+
4923
+
4924
+
4925
+
4926
+
4927
+
4928
+
4929
+
4930
+
4931
+
4932
+
4933
+
4934
+
4935
+
4936
+
4937
+
4938
+
4939
+
4940
+
4941
+
4942
+
4943
+
4944
+
4945
+
4946
+
1435
4947
 
1436
- Number
4948
+
1437
4949
 
1438
- </span>
4950
+ </dl>
4951
+
4952
+
4953
+
4954
+
4955
+
4956
+
4957
+
4958
+
4959
+
4960
+
4961
+
4962
+
4963
+
1439
4964
 
1440
4965
 
1441
4966
 
4967
+
4968
+
4969
+ <div class='columns method-parameter'>
4970
+ <div class="column is-2"><label>返回值:</label></div>
4971
+ <div class="column is-10">
4972
+
4973
+
4974
+
4975
+ <div class="columns">
4976
+
4977
+ <div class='param-desc column is-7'><p>返回容器的大小</p></div>
4978
+
4979
+
4980
+ <div class='column is-5 has-text-left'>
4981
+ <label>类型: </label>
4982
+
4983
+ <span class="param-type">Number</span>
4984
+
4985
+
1442
4986
  </div>
1443
4987
 
1444
4988
  </div>
@@ -1461,7 +5005,7 @@
1461
5005
  <h4 class="name" id="values">
1462
5006
  <a class="href-link" href="#values">#</a>
1463
5007
 
1464
- <span class="code-name" id="values" style="font-size:30px">
5008
+ <span class="code-name" style="font-size:30px">
1465
5009
 
1466
5010
  values<span class="signature">()</span>
1467
5011
 
@@ -1539,7 +5083,7 @@
1539
5083
 
1540
5084
 
1541
5085
  <div class='columns method-parameter'>
1542
- <div class="column is-2"><label>返回值</label></div>
5086
+ <div class="column is-2"><label>返回值:</label></div>
1543
5087
  <div class="column is-10">
1544
5088
 
1545
5089
 
@@ -1552,14 +5096,125 @@
1552
5096
  <div class='column is-5 has-text-left'>
1553
5097
  <label>类型: </label>
1554
5098
 
1555
- <span class="param-type">
5099
+ <span class="param-type">Array.&lt;Object></span>
5100
+
5101
+
5102
+ </div>
5103
+
5104
+ </div>
5105
+
5106
+
5107
+ </div>
5108
+ </div>
5109
+
5110
+
5111
+
5112
+
5113
+
5114
+
5115
+ </div>
5116
+
5117
+ <div class="member">
5118
+
5119
+
5120
+
5121
+ <h4 class="name" id="values">
5122
+ <a class="href-link" href="#values">#</a>
5123
+
5124
+ <span class="code-name" style="font-size:30px">
5125
+
5126
+ values<span class="signature">()</span>
5127
+
5128
+ </span>
5129
+ </h4>
5130
+
5131
+
5132
+
5133
+ <div class="description">
5134
+ <p>获得Map中的所有Value</p>
5135
+ </div>
5136
+
5137
+
5138
+
5139
+
5140
+
5141
+
5142
+
5143
+
5144
+
5145
+
5146
+
5147
+
5148
+
5149
+
5150
+ <dl class="details">
5151
+
5152
+
5153
+
5154
+
5155
+
5156
+
5157
+
5158
+
5159
+
5160
+
5161
+
5162
+
5163
+
1556
5164
 
1557
- Array.&lt;Object>
5165
+
5166
+
5167
+
5168
+
5169
+
5170
+
5171
+
5172
+
5173
+
5174
+
5175
+
5176
+
5177
+
5178
+
5179
+
5180
+
1558
5181
 
1559
- </span>
5182
+ </dl>
5183
+
5184
+
5185
+
5186
+
5187
+
5188
+
5189
+
5190
+
5191
+
5192
+
5193
+
5194
+
5195
+
5196
+
5197
+
1560
5198
 
1561
5199
 
1562
5200
 
5201
+ <div class='columns method-parameter'>
5202
+ <div class="column is-2"><label>返回值:</label></div>
5203
+ <div class="column is-10">
5204
+
5205
+
5206
+
5207
+ <div class="columns">
5208
+
5209
+ <div class='param-desc column is-7'><p>返回 map 容器中所有的 value 值</p></div>
5210
+
5211
+
5212
+ <div class='column is-5 has-text-left'>
5213
+ <label>类型: </label>
5214
+
5215
+ <span class="param-type">Array.&lt;Object></span>
5216
+
5217
+
1563
5218
  </div>
1564
5219
 
1565
5220
  </div>
@@ -1584,4 +5239,42 @@
1584
5239
 
1585
5240
  </article>
1586
5241
 
1587
- </section>
5242
+ </section>
5243
+
5244
+
5245
+
5246
+
5247
+ </div>
5248
+
5249
+ <footer class="footer">
5250
+ <div class="content has-text-centered">
5251
+ <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
5252
+ <p class="sidebar-created-by">
5253
+ <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
5254
+ <a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
5255
+ </p>
5256
+ </div>
5257
+ </footer>
5258
+
5259
+ </div>
5260
+ <div id="side-nav" class="side-nav">
5261
+ <div style="margin-bottom: 10px;">
5262
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
5263
+ </div>
5264
+ <div style="margin-bottom: 10px;">
5265
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
5266
+ </div>
5267
+ <div style="margin-bottom: 10px;">
5268
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
5269
+ </div>
5270
+ <div>
5271
+ <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
5272
+ </div>
5273
+ </div>
5274
+ </div>
5275
+ <script src="scripts/linenumber.js"> </script>
5276
+
5277
+ <script src="scripts/search.js"> </script>
5278
+
5279
+ </body>
5280
+ </html>