@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -69,13 +69,18 @@
69
69
 
70
70
  <tr class="deep-level-0">
71
71
 
72
- <td class="name" id="options"><code>options</code></td>
72
+ <td class="name"><code>options</code></td>
73
73
 
74
74
 
75
75
  <td class="type">
76
76
 
77
77
 
78
- <span class="param-type">Object</span>
78
+ <span class="param-type">
79
+
80
+ Object
81
+
82
+ </span>
83
+
79
84
 
80
85
 
81
86
 
@@ -95,13 +100,18 @@
95
100
 
96
101
  <tr class="deep-level-1">
97
102
 
98
- <td class="name" id="map"><code>map</code></td>
103
+ <td class="name"><code>map</code></td>
99
104
 
100
105
 
101
106
  <td class="type">
102
107
 
103
108
 
104
- <span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
109
+ <span class="param-type">
110
+
111
+ <a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a>
112
+
113
+ </span>
114
+
105
115
 
106
116
 
107
117
 
@@ -123,13 +133,18 @@
123
133
 
124
134
  <tr class="deep-level-1">
125
135
 
126
- <td class="name" id="viewId"><code>viewId</code></td>
136
+ <td class="name"><code>viewId</code></td>
127
137
 
128
138
 
129
139
  <td class="type">
130
140
 
131
141
 
132
- <span class="param-type">String</span>
142
+ <span class="param-type">
143
+
144
+ String
145
+
146
+ </span>
147
+
133
148
 
134
149
 
135
150
 
@@ -203,21 +218,21 @@
203
218
  <div class="column is-2"><label>绑定事件</label></div>
204
219
  <div class="column is-10">
205
220
  <ul>
206
- <li><a class="mapgis-link-name" title="VideoMapView#event:地图视图加载完毕事件" VideoMapView.html#event:%25E5%259C%25B0%25E5%259B%25BE%25E8%25A7%2586%25E5%259B%25BE%25E5%258A%25A0%25E8%25BD%25BD%25E5%25AE%258C%25E6%25AF%2595%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:地图视图加载完毕事件</a></li>
221
+ <li><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></li>
207
222
 
208
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标点击事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%2582%25B9%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标点击事件</a></li>
223
+ <li><a href="#鼠标点击事件">鼠标点击事件</a></li>
209
224
 
210
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标双击事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E5%258F%258C%25E5%2587%25BB%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标双击事件</a></li>
225
+ <li><a href="#鼠标双击事件">鼠标双击事件</a></li>
211
226
 
212
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标按下事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258C%2589%25E4%25B8%258B%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标按下事件</a></li>
227
+ <li><a href="#鼠标按下事件">鼠标按下事件</a></li>
213
228
 
214
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标抬起事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E6%258A%25AC%25E8%25B5%25B7%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标抬起事件</a></li>
229
+ <li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
215
230
 
216
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标移动事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%258A%25A8%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标移动事件</a></li>
231
+ <li><a href="#鼠标移动事件">鼠标移动事件</a></li>
217
232
 
218
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标移出事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%2587%25BA%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标移出事件</a></li>
233
+ <li><a href="#鼠标移出事件">鼠标移出事件</a></li>
219
234
 
220
- <li><a class="mapgis-link-name" title="VideoMapView#event:鼠标移入事件" VideoMapView.html#event:%25E9%25BC%25A0%25E6%25A0%2587%25E7%25A7%25BB%25E5%2585%25A5%25E4%25BA%258B%25E4%25BB%25B6>VideoMapView#event:鼠标移入事件</a></li>
235
+ <li><a href="#鼠标移入事件">鼠标移入事件</a></li>
221
236
  </ul>
222
237
  </div>
223
238
  </div>
@@ -312,11 +327,16 @@ videoMapView.init(data)</code></pre>
312
327
  <tbody>
313
328
 
314
329
  <tr class="deep-level-0">
315
- <td class="name"><code><a href="VideoMapView.html#videoPixelCoordTransforms">videoPixelCoordTransforms</a></code></td>
330
+ <td class="name"><code><a href="#videoPixelCoordTransforms">videoPixelCoordTransforms</a></code></td>
316
331
  <td class="name">
317
332
  <code>
318
333
 
319
- <span class="param-type"><a class="mapgis-link-name" title="VideoPixelCoordTransforms" VideoPixelCoordTransforms.html>VideoPixelCoordTransforms</a></span>
334
+ <span class="param-type">
335
+
336
+ <a link="VideoPixelCoordTransforms.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VideoPixelCoordTransforms" VideoPixelCoordTransforms.html>VideoPixelCoordTransforms</a>
337
+
338
+ </span>
339
+
320
340
 
321
341
 
322
342
  </code>
@@ -335,7 +355,12 @@ videoMapView.init(data)</code></pre>
335
355
  <span class="method-parameter is-pulled-right">
336
356
  <label>类型:</label>
337
357
 
338
- <span class="param-type"><a class="mapgis-link-name" title="VideoPixelCoordTransforms" VideoPixelCoordTransforms.html>VideoPixelCoordTransforms</a></span>
358
+ <span class="param-type">
359
+
360
+ <a link="VideoPixelCoordTransforms.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VideoPixelCoordTransforms" VideoPixelCoordTransforms.html>VideoPixelCoordTransforms</a>
361
+
362
+ </span>
363
+
339
364
 
340
365
 
341
366
  </span>
@@ -425,12 +450,17 @@ videoMapView.init(data)</code></pre>
425
450
  <tbody>
426
451
 
427
452
  <tr class="deep-level-0">
428
- <td class="name"><code><a href="VideoMapView.html#geoCoordToPixelCoord">geoCoordToPixelCoord</a></code></td>
453
+ <td class="name"><code><a href="#geoCoordToPixelCoord">geoCoordToPixelCoord</a></code></td>
429
454
  <td class="name">
430
455
  <code>
431
456
 
432
457
 
433
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
458
+ <span class="param-type">
459
+
460
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
461
+
462
+ </span>
463
+
434
464
 
435
465
 
436
466
 
@@ -440,7 +470,7 @@ videoMapView.init(data)</code></pre>
440
470
  </tr>
441
471
 
442
472
  <tr class="deep-level-0">
443
- <td class="name"><code><a href="VideoMapView.html#init">init</a></code></td>
473
+ <td class="name"><code><a href="#init">init</a></code></td>
444
474
  <td class="name">
445
475
  <code>
446
476
 
@@ -451,12 +481,17 @@ videoMapView.init(data)</code></pre>
451
481
  </tr>
452
482
 
453
483
  <tr class="deep-level-0">
454
- <td class="name"><code><a href="VideoMapView.html#pixelCoordToGeoCoord">pixelCoordToGeoCoord</a></code></td>
484
+ <td class="name"><code><a href="#pixelCoordToGeoCoord">pixelCoordToGeoCoord</a></code></td>
455
485
  <td class="name">
456
486
  <code>
457
487
 
458
488
 
459
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
489
+ <span class="param-type">
490
+
491
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
492
+
493
+ </span>
494
+
460
495
 
461
496
 
462
497
 
@@ -523,13 +558,18 @@ videoMapView.init(data)</code></pre>
523
558
 
524
559
  <tr class="deep-level-0">
525
560
 
526
- <td class="name" id="geoCoord"><code>geoCoord</code></td>
561
+ <td class="name"><code>geoCoord</code></td>
527
562
 
528
563
 
529
564
  <td class="type">
530
565
 
531
566
 
532
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
567
+ <span class="param-type">
568
+
569
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
570
+
571
+ </span>
572
+
533
573
 
534
574
 
535
575
 
@@ -617,7 +657,12 @@ videoMapView.init(data)</code></pre>
617
657
  <div class='column is-5 has-text-left'>
618
658
  <label>类型: </label>
619
659
 
620
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
660
+ <span class="param-type">
661
+
662
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
663
+
664
+ </span>
665
+
621
666
 
622
667
 
623
668
  </div>
@@ -702,13 +747,18 @@ const pixelCoord = videoMapView.geoCoordToPixelCoord(new Point({ coordinates: [l
702
747
 
703
748
  <tr class="deep-level-0">
704
749
 
705
- <td class="name" id="videoMetaData"><code>videoMetaData</code></td>
750
+ <td class="name"><code>videoMetaData</code></td>
706
751
 
707
752
 
708
753
  <td class="type">
709
754
 
710
755
 
711
- <span class="param-type"><a class="mapgis-link-name" title="VideoMetaData" VideoMetaData.html>VideoMetaData</a></span>
756
+ <span class="param-type">
757
+
758
+ <a link="VideoMetaData.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="VideoMetaData" VideoMetaData.html>VideoMetaData</a>
759
+
760
+ </span>
761
+
712
762
 
713
763
 
714
764
 
@@ -916,13 +966,18 @@ videoMapView.init(mockData)</code></pre>
916
966
 
917
967
  <tr class="deep-level-0">
918
968
 
919
- <td class="name" id="pixelCoord"><code>pixelCoord</code></td>
969
+ <td class="name"><code>pixelCoord</code></td>
920
970
 
921
971
 
922
972
  <td class="type">
923
973
 
924
974
 
925
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
975
+ <span class="param-type">
976
+
977
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
978
+
979
+ </span>
980
+
926
981
 
927
982
 
928
983
 
@@ -1010,7 +1065,12 @@ videoMapView.init(mockData)</code></pre>
1010
1065
  <div class='column is-5 has-text-left'>
1011
1066
  <label>类型: </label>
1012
1067
 
1013
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1068
+ <span class="param-type">
1069
+
1070
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1071
+
1072
+ </span>
1073
+
1014
1074
 
1015
1075
 
1016
1076
  </div>
@@ -1062,42 +1122,42 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1062
1122
  <tbody>
1063
1123
 
1064
1124
  <tr class="deep-level-0">
1065
- <td class="name"><code><a href="VideoMapView.html#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
1125
+ <td class="name"><code><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
1066
1126
  <td class="name"><code>地图视图加载完毕事件</code></td>
1067
1127
  </tr>
1068
1128
 
1069
1129
  <tr class="deep-level-0">
1070
- <td class="name"><code><a href="VideoMapView.html#鼠标双击事件">鼠标双击事件</a></code></td>
1130
+ <td class="name"><code><a href="#鼠标双击事件">鼠标双击事件</a></code></td>
1071
1131
  <td class="name"><code>鼠标双击事件</code></td>
1072
1132
  </tr>
1073
1133
 
1074
1134
  <tr class="deep-level-0">
1075
- <td class="name"><code><a href="VideoMapView.html#鼠标抬起事件">鼠标抬起事件</a></code></td>
1135
+ <td class="name"><code><a href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
1076
1136
  <td class="name"><code>鼠标抬起事件</code></td>
1077
1137
  </tr>
1078
1138
 
1079
1139
  <tr class="deep-level-0">
1080
- <td class="name"><code><a href="VideoMapView.html#鼠标按下事件">鼠标按下事件</a></code></td>
1140
+ <td class="name"><code><a href="#鼠标按下事件">鼠标按下事件</a></code></td>
1081
1141
  <td class="name"><code>鼠标按下事件</code></td>
1082
1142
  </tr>
1083
1143
 
1084
1144
  <tr class="deep-level-0">
1085
- <td class="name"><code><a href="VideoMapView.html#鼠标点击事件">鼠标点击事件</a></code></td>
1145
+ <td class="name"><code><a href="#鼠标点击事件">鼠标点击事件</a></code></td>
1086
1146
  <td class="name"><code>鼠标点击事件</code></td>
1087
1147
  </tr>
1088
1148
 
1089
1149
  <tr class="deep-level-0">
1090
- <td class="name"><code><a href="VideoMapView.html#鼠标移入事件">鼠标移入事件</a></code></td>
1150
+ <td class="name"><code><a href="#鼠标移入事件">鼠标移入事件</a></code></td>
1091
1151
  <td class="name"><code>鼠标移入事件</code></td>
1092
1152
  </tr>
1093
1153
 
1094
1154
  <tr class="deep-level-0">
1095
- <td class="name"><code><a href="VideoMapView.html#鼠标移出事件">鼠标移出事件</a></code></td>
1155
+ <td class="name"><code><a href="#鼠标移出事件">鼠标移出事件</a></code></td>
1096
1156
  <td class="name"><code>鼠标移出事件</code></td>
1097
1157
  </tr>
1098
1158
 
1099
1159
  <tr class="deep-level-0">
1100
- <td class="name"><code><a href="VideoMapView.html#鼠标移动事件">鼠标移动事件</a></code></td>
1160
+ <td class="name"><code><a href="#鼠标移动事件">鼠标移动事件</a></code></td>
1101
1161
  <td class="name"><code>鼠标移动事件</code></td>
1102
1162
  </tr>
1103
1163
 
@@ -1169,7 +1229,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1169
1229
  <td class="type">
1170
1230
 
1171
1231
 
1172
- <span class="param-type">Object</span>
1232
+ <span class="param-type">
1233
+
1234
+ Object
1235
+
1236
+ </span>
1237
+
1173
1238
 
1174
1239
 
1175
1240
 
@@ -1325,7 +1390,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1325
1390
  <td class="type">
1326
1391
 
1327
1392
 
1328
- <span class="param-type">Object</span>
1393
+ <span class="param-type">
1394
+
1395
+ Object
1396
+
1397
+ </span>
1398
+
1329
1399
 
1330
1400
 
1331
1401
 
@@ -1358,7 +1428,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1358
1428
  <td class="type">
1359
1429
 
1360
1430
 
1361
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
1431
+ <span class="param-type">
1432
+
1433
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
1434
+
1435
+ </span>
1436
+
1362
1437
 
1363
1438
 
1364
1439
 
@@ -1395,7 +1470,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1395
1470
  <td class="type">
1396
1471
 
1397
1472
 
1398
- <span class="param-type">Object</span>
1473
+ <span class="param-type">
1474
+
1475
+ Object
1476
+
1477
+ </span>
1478
+
1399
1479
 
1400
1480
 
1401
1481
 
@@ -1430,7 +1510,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1430
1510
  <td class="type">
1431
1511
 
1432
1512
 
1433
- <span class="param-type">Object</span>
1513
+ <span class="param-type">
1514
+
1515
+ Object
1516
+
1517
+ </span>
1518
+
1434
1519
 
1435
1520
 
1436
1521
 
@@ -1465,7 +1550,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1465
1550
  <td class="type">
1466
1551
 
1467
1552
 
1468
- <span class="param-type">Object</span>
1553
+ <span class="param-type">
1554
+
1555
+ Object
1556
+
1557
+ </span>
1558
+
1469
1559
 
1470
1560
 
1471
1561
 
@@ -1500,7 +1590,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1500
1590
  <td class="type">
1501
1591
 
1502
1592
 
1503
- <span class="param-type">Boolean</span>
1593
+ <span class="param-type">
1594
+
1595
+ Boolean
1596
+
1597
+ </span>
1598
+
1504
1599
 
1505
1600
 
1506
1601
 
@@ -1537,7 +1632,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1537
1632
  <td class="type">
1538
1633
 
1539
1634
 
1540
- <span class="param-type">Object</span>
1635
+ <span class="param-type">
1636
+
1637
+ Object
1638
+
1639
+ </span>
1640
+
1541
1641
 
1542
1642
 
1543
1643
 
@@ -1707,7 +1807,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1707
1807
  <td class="type">
1708
1808
 
1709
1809
 
1710
- <span class="param-type">Object</span>
1810
+ <span class="param-type">
1811
+
1812
+ Object
1813
+
1814
+ </span>
1815
+
1711
1816
 
1712
1817
 
1713
1818
 
@@ -1740,7 +1845,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1740
1845
  <td class="type">
1741
1846
 
1742
1847
 
1743
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
1848
+ <span class="param-type">
1849
+
1850
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
1851
+
1852
+ </span>
1853
+
1744
1854
 
1745
1855
 
1746
1856
 
@@ -1777,7 +1887,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1777
1887
  <td class="type">
1778
1888
 
1779
1889
 
1780
- <span class="param-type">Object</span>
1890
+ <span class="param-type">
1891
+
1892
+ Object
1893
+
1894
+ </span>
1895
+
1781
1896
 
1782
1897
 
1783
1898
 
@@ -1812,7 +1927,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1812
1927
  <td class="type">
1813
1928
 
1814
1929
 
1815
- <span class="param-type">Object</span>
1930
+ <span class="param-type">
1931
+
1932
+ Object
1933
+
1934
+ </span>
1935
+
1816
1936
 
1817
1937
 
1818
1938
 
@@ -1847,7 +1967,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1847
1967
  <td class="type">
1848
1968
 
1849
1969
 
1850
- <span class="param-type">Object</span>
1970
+ <span class="param-type">
1971
+
1972
+ Object
1973
+
1974
+ </span>
1975
+
1851
1976
 
1852
1977
 
1853
1978
 
@@ -1882,7 +2007,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1882
2007
  <td class="type">
1883
2008
 
1884
2009
 
1885
- <span class="param-type">Boolean</span>
2010
+ <span class="param-type">
2011
+
2012
+ Boolean
2013
+
2014
+ </span>
2015
+
1886
2016
 
1887
2017
 
1888
2018
 
@@ -1919,7 +2049,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1919
2049
  <td class="type">
1920
2050
 
1921
2051
 
1922
- <span class="param-type">Object</span>
2052
+ <span class="param-type">
2053
+
2054
+ Object
2055
+
2056
+ </span>
2057
+
1923
2058
 
1924
2059
 
1925
2060
 
@@ -2089,7 +2224,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2089
2224
  <td class="type">
2090
2225
 
2091
2226
 
2092
- <span class="param-type">Object</span>
2227
+ <span class="param-type">
2228
+
2229
+ Object
2230
+
2231
+ </span>
2232
+
2093
2233
 
2094
2234
 
2095
2235
 
@@ -2122,7 +2262,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2122
2262
  <td class="type">
2123
2263
 
2124
2264
 
2125
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
2265
+ <span class="param-type">
2266
+
2267
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
2268
+
2269
+ </span>
2270
+
2126
2271
 
2127
2272
 
2128
2273
 
@@ -2159,7 +2304,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2159
2304
  <td class="type">
2160
2305
 
2161
2306
 
2162
- <span class="param-type">Object</span>
2307
+ <span class="param-type">
2308
+
2309
+ Object
2310
+
2311
+ </span>
2312
+
2163
2313
 
2164
2314
 
2165
2315
 
@@ -2194,7 +2344,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2194
2344
  <td class="type">
2195
2345
 
2196
2346
 
2197
- <span class="param-type">Object</span>
2347
+ <span class="param-type">
2348
+
2349
+ Object
2350
+
2351
+ </span>
2352
+
2198
2353
 
2199
2354
 
2200
2355
 
@@ -2229,7 +2384,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2229
2384
  <td class="type">
2230
2385
 
2231
2386
 
2232
- <span class="param-type">Object</span>
2387
+ <span class="param-type">
2388
+
2389
+ Object
2390
+
2391
+ </span>
2392
+
2233
2393
 
2234
2394
 
2235
2395
 
@@ -2264,7 +2424,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2264
2424
  <td class="type">
2265
2425
 
2266
2426
 
2267
- <span class="param-type">Boolean</span>
2427
+ <span class="param-type">
2428
+
2429
+ Boolean
2430
+
2431
+ </span>
2432
+
2268
2433
 
2269
2434
 
2270
2435
 
@@ -2301,7 +2466,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2301
2466
  <td class="type">
2302
2467
 
2303
2468
 
2304
- <span class="param-type">Object</span>
2469
+ <span class="param-type">
2470
+
2471
+ Object
2472
+
2473
+ </span>
2474
+
2305
2475
 
2306
2476
 
2307
2477
 
@@ -2471,7 +2641,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2471
2641
  <td class="type">
2472
2642
 
2473
2643
 
2474
- <span class="param-type">Object</span>
2644
+ <span class="param-type">
2645
+
2646
+ Object
2647
+
2648
+ </span>
2649
+
2475
2650
 
2476
2651
 
2477
2652
 
@@ -2504,7 +2679,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2504
2679
  <td class="type">
2505
2680
 
2506
2681
 
2507
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
2682
+ <span class="param-type">
2683
+
2684
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
2685
+
2686
+ </span>
2687
+
2508
2688
 
2509
2689
 
2510
2690
 
@@ -2541,7 +2721,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2541
2721
  <td class="type">
2542
2722
 
2543
2723
 
2544
- <span class="param-type">Object</span>
2724
+ <span class="param-type">
2725
+
2726
+ Object
2727
+
2728
+ </span>
2729
+
2545
2730
 
2546
2731
 
2547
2732
 
@@ -2576,7 +2761,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2576
2761
  <td class="type">
2577
2762
 
2578
2763
 
2579
- <span class="param-type">Object</span>
2764
+ <span class="param-type">
2765
+
2766
+ Object
2767
+
2768
+ </span>
2769
+
2580
2770
 
2581
2771
 
2582
2772
 
@@ -2611,7 +2801,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2611
2801
  <td class="type">
2612
2802
 
2613
2803
 
2614
- <span class="param-type">Object</span>
2804
+ <span class="param-type">
2805
+
2806
+ Object
2807
+
2808
+ </span>
2809
+
2615
2810
 
2616
2811
 
2617
2812
 
@@ -2646,7 +2841,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2646
2841
  <td class="type">
2647
2842
 
2648
2843
 
2649
- <span class="param-type">Boolean</span>
2844
+ <span class="param-type">
2845
+
2846
+ Boolean
2847
+
2848
+ </span>
2849
+
2650
2850
 
2651
2851
 
2652
2852
 
@@ -2683,7 +2883,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2683
2883
  <td class="type">
2684
2884
 
2685
2885
 
2686
- <span class="param-type">Object</span>
2886
+ <span class="param-type">
2887
+
2888
+ Object
2889
+
2890
+ </span>
2891
+
2687
2892
 
2688
2893
 
2689
2894
 
@@ -2853,7 +3058,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2853
3058
  <td class="type">
2854
3059
 
2855
3060
 
2856
- <span class="param-type">Object</span>
3061
+ <span class="param-type">
3062
+
3063
+ Object
3064
+
3065
+ </span>
3066
+
2857
3067
 
2858
3068
 
2859
3069
 
@@ -2886,7 +3096,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2886
3096
  <td class="type">
2887
3097
 
2888
3098
 
2889
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
3099
+ <span class="param-type">
3100
+
3101
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
3102
+
3103
+ </span>
3104
+
2890
3105
 
2891
3106
 
2892
3107
 
@@ -2923,7 +3138,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2923
3138
  <td class="type">
2924
3139
 
2925
3140
 
2926
- <span class="param-type">Object</span>
3141
+ <span class="param-type">
3142
+
3143
+ Object
3144
+
3145
+ </span>
3146
+
2927
3147
 
2928
3148
 
2929
3149
 
@@ -2958,7 +3178,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2958
3178
  <td class="type">
2959
3179
 
2960
3180
 
2961
- <span class="param-type">Object</span>
3181
+ <span class="param-type">
3182
+
3183
+ Object
3184
+
3185
+ </span>
3186
+
2962
3187
 
2963
3188
 
2964
3189
 
@@ -3128,7 +3353,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3128
3353
  <td class="type">
3129
3354
 
3130
3355
 
3131
- <span class="param-type">Object</span>
3356
+ <span class="param-type">
3357
+
3358
+ Object
3359
+
3360
+ </span>
3361
+
3132
3362
 
3133
3363
 
3134
3364
 
@@ -3161,7 +3391,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3161
3391
  <td class="type">
3162
3392
 
3163
3393
 
3164
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
3394
+ <span class="param-type">
3395
+
3396
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
3397
+
3398
+ </span>
3399
+
3165
3400
 
3166
3401
 
3167
3402
 
@@ -3198,7 +3433,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3198
3433
  <td class="type">
3199
3434
 
3200
3435
 
3201
- <span class="param-type">Object</span>
3436
+ <span class="param-type">
3437
+
3438
+ Object
3439
+
3440
+ </span>
3441
+
3202
3442
 
3203
3443
 
3204
3444
 
@@ -3233,7 +3473,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3233
3473
  <td class="type">
3234
3474
 
3235
3475
 
3236
- <span class="param-type">Object</span>
3476
+ <span class="param-type">
3477
+
3478
+ Object
3479
+
3480
+ </span>
3481
+
3237
3482
 
3238
3483
 
3239
3484
 
@@ -3403,7 +3648,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3403
3648
  <td class="type">
3404
3649
 
3405
3650
 
3406
- <span class="param-type">Object</span>
3651
+ <span class="param-type">
3652
+
3653
+ Object
3654
+
3655
+ </span>
3656
+
3407
3657
 
3408
3658
 
3409
3659
 
@@ -3436,7 +3686,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3436
3686
  <td class="type">
3437
3687
 
3438
3688
 
3439
- <span class="param-type"><a class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a></span>
3689
+ <span class="param-type">
3690
+
3691
+ <a link="ViewEventType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ViewEventType" global.html#ViewEventType>ViewEventType</a>
3692
+
3693
+ </span>
3694
+
3440
3695
 
3441
3696
 
3442
3697
 
@@ -3473,7 +3728,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3473
3728
  <td class="type">
3474
3729
 
3475
3730
 
3476
- <span class="param-type">Object</span>
3731
+ <span class="param-type">
3732
+
3733
+ Object
3734
+
3735
+ </span>
3736
+
3477
3737
 
3478
3738
 
3479
3739
 
@@ -3508,7 +3768,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3508
3768
  <td class="type">
3509
3769
 
3510
3770
 
3511
- <span class="param-type">Object</span>
3771
+ <span class="param-type">
3772
+
3773
+ Object
3774
+
3775
+ </span>
3776
+
3512
3777
 
3513
3778
 
3514
3779
 
@@ -3543,7 +3808,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3543
3808
  <td class="type">
3544
3809
 
3545
3810
 
3546
- <span class="param-type">Object</span>
3811
+ <span class="param-type">
3812
+
3813
+ Object
3814
+
3815
+ </span>
3816
+
3547
3817
 
3548
3818
 
3549
3819
 
@@ -3578,7 +3848,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3578
3848
  <td class="type">
3579
3849
 
3580
3850
 
3581
- <span class="param-type">Boolean</span>
3851
+ <span class="param-type">
3852
+
3853
+ Boolean
3854
+
3855
+ </span>
3856
+
3582
3857
 
3583
3858
 
3584
3859
 
@@ -3615,7 +3890,12 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3615
3890
  <td class="type">
3616
3891
 
3617
3892
 
3618
- <span class="param-type">Object</span>
3893
+ <span class="param-type">
3894
+
3895
+ Object
3896
+
3897
+ </span>
3898
+
3619
3899
 
3620
3900
 
3621
3901