@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -69,13 +69,17 @@
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>
79
83
 
80
84
 
81
85
 
@@ -96,13 +100,17 @@
96
100
 
97
101
  <tr class="deep-level-1">
98
102
 
99
- <td class="name" id="map"><code>map</code></td>
103
+ <td class="name"><code>map</code></td>
100
104
 
101
105
 
102
106
  <td class="type">
103
107
 
104
108
 
105
- <span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" 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>
106
114
 
107
115
 
108
116
 
@@ -125,13 +133,17 @@
125
133
 
126
134
  <tr class="deep-level-1">
127
135
 
128
- <td class="name" id="viewId"><code>viewId</code></td>
136
+ <td class="name"><code>viewId</code></td>
129
137
 
130
138
 
131
139
  <td class="type">
132
140
 
133
141
 
134
- <span class="param-type">String</span>
142
+ <span class="param-type">
143
+
144
+ String
145
+
146
+ </span>
135
147
 
136
148
 
137
149
 
@@ -206,21 +218,21 @@
206
218
  <div class="column is-2"><label>绑定事件</label></div>
207
219
  <div class="column is-10">
208
220
  <ul>
209
- <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>
210
222
 
211
- <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>
212
224
 
213
- <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>
214
226
 
215
- <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>
216
228
 
217
- <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>
218
230
 
219
- <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>
220
232
 
221
- <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>
222
234
 
223
- <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>
224
236
  </ul>
225
237
  </div>
226
238
  </div>
@@ -319,7 +331,11 @@ videoMapView.init(data)</code></pre>
319
331
  <td class="name">
320
332
  <code>
321
333
 
322
- <span class="param-type"><a link="VideoPixelCoordTransforms.html" onclick="getTypeHTML(event)" 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>
323
339
 
324
340
 
325
341
 
@@ -339,7 +355,11 @@ videoMapView.init(data)</code></pre>
339
355
  <span class="method-parameter is-pulled-right">
340
356
  <label>类型:</label>
341
357
 
342
- <span class="param-type"><a link="VideoPixelCoordTransforms.html" onclick="getTypeHTML(event)" 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>
343
363
 
344
364
 
345
365
 
@@ -435,7 +455,11 @@ videoMapView.init(data)</code></pre>
435
455
  <code>
436
456
 
437
457
 
438
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" 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>
439
463
 
440
464
 
441
465
 
@@ -462,7 +486,11 @@ videoMapView.init(data)</code></pre>
462
486
  <code>
463
487
 
464
488
 
465
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" 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>
466
494
 
467
495
 
468
496
 
@@ -530,13 +558,17 @@ videoMapView.init(data)</code></pre>
530
558
 
531
559
  <tr class="deep-level-0">
532
560
 
533
- <td class="name" id="geoCoord"><code>geoCoord</code></td>
561
+ <td class="name"><code>geoCoord</code></td>
534
562
 
535
563
 
536
564
  <td class="type">
537
565
 
538
566
 
539
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" 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>
540
572
 
541
573
 
542
574
 
@@ -625,7 +657,11 @@ videoMapView.init(data)</code></pre>
625
657
  <div class='column is-5 has-text-left'>
626
658
  <label>类型: </label>
627
659
 
628
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" 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>
629
665
 
630
666
 
631
667
 
@@ -711,13 +747,17 @@ const pixelCoord = videoMapView.geoCoordToPixelCoord(new Point({ coordinates: [l
711
747
 
712
748
  <tr class="deep-level-0">
713
749
 
714
- <td class="name" id="videoMetaData"><code>videoMetaData</code></td>
750
+ <td class="name"><code>videoMetaData</code></td>
715
751
 
716
752
 
717
753
  <td class="type">
718
754
 
719
755
 
720
- <span class="param-type"><a link="VideoMetaData.html" onclick="getTypeHTML(event)" 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>
721
761
 
722
762
 
723
763
 
@@ -926,13 +966,17 @@ videoMapView.init(mockData)</code></pre>
926
966
 
927
967
  <tr class="deep-level-0">
928
968
 
929
- <td class="name" id="pixelCoord"><code>pixelCoord</code></td>
969
+ <td class="name"><code>pixelCoord</code></td>
930
970
 
931
971
 
932
972
  <td class="type">
933
973
 
934
974
 
935
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" 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>
936
980
 
937
981
 
938
982
 
@@ -1021,7 +1065,11 @@ videoMapView.init(mockData)</code></pre>
1021
1065
  <div class='column is-5 has-text-left'>
1022
1066
  <label>类型: </label>
1023
1067
 
1024
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" 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>
1025
1073
 
1026
1074
 
1027
1075
 
@@ -1074,42 +1122,42 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1074
1122
  <tbody>
1075
1123
 
1076
1124
  <tr class="deep-level-0">
1077
- <td class="name"><code><a href="VideoMapView.html#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
1125
+ <td class="name"><code><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></code></td>
1078
1126
  <td class="name"><code>地图视图加载完毕事件</code></td>
1079
1127
  </tr>
1080
1128
 
1081
1129
  <tr class="deep-level-0">
1082
- <td class="name"><code><a href="VideoMapView.html#鼠标双击事件">鼠标双击事件</a></code></td>
1130
+ <td class="name"><code><a href="#鼠标双击事件">鼠标双击事件</a></code></td>
1083
1131
  <td class="name"><code>鼠标双击事件</code></td>
1084
1132
  </tr>
1085
1133
 
1086
1134
  <tr class="deep-level-0">
1087
- <td class="name"><code><a href="VideoMapView.html#鼠标抬起事件">鼠标抬起事件</a></code></td>
1135
+ <td class="name"><code><a href="#鼠标抬起事件">鼠标抬起事件</a></code></td>
1088
1136
  <td class="name"><code>鼠标抬起事件</code></td>
1089
1137
  </tr>
1090
1138
 
1091
1139
  <tr class="deep-level-0">
1092
- <td class="name"><code><a href="VideoMapView.html#鼠标按下事件">鼠标按下事件</a></code></td>
1140
+ <td class="name"><code><a href="#鼠标按下事件">鼠标按下事件</a></code></td>
1093
1141
  <td class="name"><code>鼠标按下事件</code></td>
1094
1142
  </tr>
1095
1143
 
1096
1144
  <tr class="deep-level-0">
1097
- <td class="name"><code><a href="VideoMapView.html#鼠标点击事件">鼠标点击事件</a></code></td>
1145
+ <td class="name"><code><a href="#鼠标点击事件">鼠标点击事件</a></code></td>
1098
1146
  <td class="name"><code>鼠标点击事件</code></td>
1099
1147
  </tr>
1100
1148
 
1101
1149
  <tr class="deep-level-0">
1102
- <td class="name"><code><a href="VideoMapView.html#鼠标移入事件">鼠标移入事件</a></code></td>
1150
+ <td class="name"><code><a href="#鼠标移入事件">鼠标移入事件</a></code></td>
1103
1151
  <td class="name"><code>鼠标移入事件</code></td>
1104
1152
  </tr>
1105
1153
 
1106
1154
  <tr class="deep-level-0">
1107
- <td class="name"><code><a href="VideoMapView.html#鼠标移出事件">鼠标移出事件</a></code></td>
1155
+ <td class="name"><code><a href="#鼠标移出事件">鼠标移出事件</a></code></td>
1108
1156
  <td class="name"><code>鼠标移出事件</code></td>
1109
1157
  </tr>
1110
1158
 
1111
1159
  <tr class="deep-level-0">
1112
- <td class="name"><code><a href="VideoMapView.html#鼠标移动事件">鼠标移动事件</a></code></td>
1160
+ <td class="name"><code><a href="#鼠标移动事件">鼠标移动事件</a></code></td>
1113
1161
  <td class="name"><code>鼠标移动事件</code></td>
1114
1162
  </tr>
1115
1163
 
@@ -1181,7 +1229,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1181
1229
  <td class="type">
1182
1230
 
1183
1231
 
1184
- <span class="param-type">Object</span>
1232
+ <span class="param-type">
1233
+
1234
+ Object
1235
+
1236
+ </span>
1185
1237
 
1186
1238
 
1187
1239
 
@@ -1338,7 +1390,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1338
1390
  <td class="type">
1339
1391
 
1340
1392
 
1341
- <span class="param-type">Object</span>
1393
+ <span class="param-type">
1394
+
1395
+ Object
1396
+
1397
+ </span>
1342
1398
 
1343
1399
 
1344
1400
 
@@ -1372,7 +1428,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1372
1428
  <td class="type">
1373
1429
 
1374
1430
 
1375
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
1376
1436
 
1377
1437
 
1378
1438
 
@@ -1410,7 +1470,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1410
1470
  <td class="type">
1411
1471
 
1412
1472
 
1413
- <span class="param-type">Object</span>
1473
+ <span class="param-type">
1474
+
1475
+ Object
1476
+
1477
+ </span>
1414
1478
 
1415
1479
 
1416
1480
 
@@ -1446,7 +1510,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1446
1510
  <td class="type">
1447
1511
 
1448
1512
 
1449
- <span class="param-type">Object</span>
1513
+ <span class="param-type">
1514
+
1515
+ Object
1516
+
1517
+ </span>
1450
1518
 
1451
1519
 
1452
1520
 
@@ -1482,7 +1550,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1482
1550
  <td class="type">
1483
1551
 
1484
1552
 
1485
- <span class="param-type">Object</span>
1553
+ <span class="param-type">
1554
+
1555
+ Object
1556
+
1557
+ </span>
1486
1558
 
1487
1559
 
1488
1560
 
@@ -1518,7 +1590,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1518
1590
  <td class="type">
1519
1591
 
1520
1592
 
1521
- <span class="param-type">Boolean</span>
1593
+ <span class="param-type">
1594
+
1595
+ Boolean
1596
+
1597
+ </span>
1522
1598
 
1523
1599
 
1524
1600
 
@@ -1556,7 +1632,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1556
1632
  <td class="type">
1557
1633
 
1558
1634
 
1559
- <span class="param-type">Object</span>
1635
+ <span class="param-type">
1636
+
1637
+ Object
1638
+
1639
+ </span>
1560
1640
 
1561
1641
 
1562
1642
 
@@ -1727,7 +1807,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1727
1807
  <td class="type">
1728
1808
 
1729
1809
 
1730
- <span class="param-type">Object</span>
1810
+ <span class="param-type">
1811
+
1812
+ Object
1813
+
1814
+ </span>
1731
1815
 
1732
1816
 
1733
1817
 
@@ -1761,7 +1845,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1761
1845
  <td class="type">
1762
1846
 
1763
1847
 
1764
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
1765
1853
 
1766
1854
 
1767
1855
 
@@ -1799,7 +1887,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1799
1887
  <td class="type">
1800
1888
 
1801
1889
 
1802
- <span class="param-type">Object</span>
1890
+ <span class="param-type">
1891
+
1892
+ Object
1893
+
1894
+ </span>
1803
1895
 
1804
1896
 
1805
1897
 
@@ -1835,7 +1927,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1835
1927
  <td class="type">
1836
1928
 
1837
1929
 
1838
- <span class="param-type">Object</span>
1930
+ <span class="param-type">
1931
+
1932
+ Object
1933
+
1934
+ </span>
1839
1935
 
1840
1936
 
1841
1937
 
@@ -1871,7 +1967,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1871
1967
  <td class="type">
1872
1968
 
1873
1969
 
1874
- <span class="param-type">Object</span>
1970
+ <span class="param-type">
1971
+
1972
+ Object
1973
+
1974
+ </span>
1875
1975
 
1876
1976
 
1877
1977
 
@@ -1907,7 +2007,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1907
2007
  <td class="type">
1908
2008
 
1909
2009
 
1910
- <span class="param-type">Boolean</span>
2010
+ <span class="param-type">
2011
+
2012
+ Boolean
2013
+
2014
+ </span>
1911
2015
 
1912
2016
 
1913
2017
 
@@ -1945,7 +2049,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
1945
2049
  <td class="type">
1946
2050
 
1947
2051
 
1948
- <span class="param-type">Object</span>
2052
+ <span class="param-type">
2053
+
2054
+ Object
2055
+
2056
+ </span>
1949
2057
 
1950
2058
 
1951
2059
 
@@ -2116,7 +2224,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2116
2224
  <td class="type">
2117
2225
 
2118
2226
 
2119
- <span class="param-type">Object</span>
2227
+ <span class="param-type">
2228
+
2229
+ Object
2230
+
2231
+ </span>
2120
2232
 
2121
2233
 
2122
2234
 
@@ -2150,7 +2262,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2150
2262
  <td class="type">
2151
2263
 
2152
2264
 
2153
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
2154
2270
 
2155
2271
 
2156
2272
 
@@ -2188,7 +2304,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2188
2304
  <td class="type">
2189
2305
 
2190
2306
 
2191
- <span class="param-type">Object</span>
2307
+ <span class="param-type">
2308
+
2309
+ Object
2310
+
2311
+ </span>
2192
2312
 
2193
2313
 
2194
2314
 
@@ -2224,7 +2344,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2224
2344
  <td class="type">
2225
2345
 
2226
2346
 
2227
- <span class="param-type">Object</span>
2347
+ <span class="param-type">
2348
+
2349
+ Object
2350
+
2351
+ </span>
2228
2352
 
2229
2353
 
2230
2354
 
@@ -2260,7 +2384,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2260
2384
  <td class="type">
2261
2385
 
2262
2386
 
2263
- <span class="param-type">Object</span>
2387
+ <span class="param-type">
2388
+
2389
+ Object
2390
+
2391
+ </span>
2264
2392
 
2265
2393
 
2266
2394
 
@@ -2296,7 +2424,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2296
2424
  <td class="type">
2297
2425
 
2298
2426
 
2299
- <span class="param-type">Boolean</span>
2427
+ <span class="param-type">
2428
+
2429
+ Boolean
2430
+
2431
+ </span>
2300
2432
 
2301
2433
 
2302
2434
 
@@ -2334,7 +2466,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2334
2466
  <td class="type">
2335
2467
 
2336
2468
 
2337
- <span class="param-type">Object</span>
2469
+ <span class="param-type">
2470
+
2471
+ Object
2472
+
2473
+ </span>
2338
2474
 
2339
2475
 
2340
2476
 
@@ -2505,7 +2641,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2505
2641
  <td class="type">
2506
2642
 
2507
2643
 
2508
- <span class="param-type">Object</span>
2644
+ <span class="param-type">
2645
+
2646
+ Object
2647
+
2648
+ </span>
2509
2649
 
2510
2650
 
2511
2651
 
@@ -2539,7 +2679,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2539
2679
  <td class="type">
2540
2680
 
2541
2681
 
2542
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
2543
2687
 
2544
2688
 
2545
2689
 
@@ -2577,7 +2721,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2577
2721
  <td class="type">
2578
2722
 
2579
2723
 
2580
- <span class="param-type">Object</span>
2724
+ <span class="param-type">
2725
+
2726
+ Object
2727
+
2728
+ </span>
2581
2729
 
2582
2730
 
2583
2731
 
@@ -2613,7 +2761,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2613
2761
  <td class="type">
2614
2762
 
2615
2763
 
2616
- <span class="param-type">Object</span>
2764
+ <span class="param-type">
2765
+
2766
+ Object
2767
+
2768
+ </span>
2617
2769
 
2618
2770
 
2619
2771
 
@@ -2649,7 +2801,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2649
2801
  <td class="type">
2650
2802
 
2651
2803
 
2652
- <span class="param-type">Object</span>
2804
+ <span class="param-type">
2805
+
2806
+ Object
2807
+
2808
+ </span>
2653
2809
 
2654
2810
 
2655
2811
 
@@ -2685,7 +2841,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2685
2841
  <td class="type">
2686
2842
 
2687
2843
 
2688
- <span class="param-type">Boolean</span>
2844
+ <span class="param-type">
2845
+
2846
+ Boolean
2847
+
2848
+ </span>
2689
2849
 
2690
2850
 
2691
2851
 
@@ -2723,7 +2883,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2723
2883
  <td class="type">
2724
2884
 
2725
2885
 
2726
- <span class="param-type">Object</span>
2886
+ <span class="param-type">
2887
+
2888
+ Object
2889
+
2890
+ </span>
2727
2891
 
2728
2892
 
2729
2893
 
@@ -2894,7 +3058,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2894
3058
  <td class="type">
2895
3059
 
2896
3060
 
2897
- <span class="param-type">Object</span>
3061
+ <span class="param-type">
3062
+
3063
+ Object
3064
+
3065
+ </span>
2898
3066
 
2899
3067
 
2900
3068
 
@@ -2928,7 +3096,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2928
3096
  <td class="type">
2929
3097
 
2930
3098
 
2931
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
2932
3104
 
2933
3105
 
2934
3106
 
@@ -2966,7 +3138,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
2966
3138
  <td class="type">
2967
3139
 
2968
3140
 
2969
- <span class="param-type">Object</span>
3141
+ <span class="param-type">
3142
+
3143
+ Object
3144
+
3145
+ </span>
2970
3146
 
2971
3147
 
2972
3148
 
@@ -3002,7 +3178,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3002
3178
  <td class="type">
3003
3179
 
3004
3180
 
3005
- <span class="param-type">Object</span>
3181
+ <span class="param-type">
3182
+
3183
+ Object
3184
+
3185
+ </span>
3006
3186
 
3007
3187
 
3008
3188
 
@@ -3173,7 +3353,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3173
3353
  <td class="type">
3174
3354
 
3175
3355
 
3176
- <span class="param-type">Object</span>
3356
+ <span class="param-type">
3357
+
3358
+ Object
3359
+
3360
+ </span>
3177
3361
 
3178
3362
 
3179
3363
 
@@ -3207,7 +3391,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3207
3391
  <td class="type">
3208
3392
 
3209
3393
 
3210
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
3211
3399
 
3212
3400
 
3213
3401
 
@@ -3245,7 +3433,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3245
3433
  <td class="type">
3246
3434
 
3247
3435
 
3248
- <span class="param-type">Object</span>
3436
+ <span class="param-type">
3437
+
3438
+ Object
3439
+
3440
+ </span>
3249
3441
 
3250
3442
 
3251
3443
 
@@ -3281,7 +3473,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3281
3473
  <td class="type">
3282
3474
 
3283
3475
 
3284
- <span class="param-type">Object</span>
3476
+ <span class="param-type">
3477
+
3478
+ Object
3479
+
3480
+ </span>
3285
3481
 
3286
3482
 
3287
3483
 
@@ -3452,7 +3648,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3452
3648
  <td class="type">
3453
3649
 
3454
3650
 
3455
- <span class="param-type">Object</span>
3651
+ <span class="param-type">
3652
+
3653
+ Object
3654
+
3655
+ </span>
3456
3656
 
3457
3657
 
3458
3658
 
@@ -3486,7 +3686,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3486
3686
  <td class="type">
3487
3687
 
3488
3688
 
3489
- <span class="param-type"><a link="ViewEventType.html" onclick="getTypeHTML(event)" 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>
3490
3694
 
3491
3695
 
3492
3696
 
@@ -3524,7 +3728,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3524
3728
  <td class="type">
3525
3729
 
3526
3730
 
3527
- <span class="param-type">Object</span>
3731
+ <span class="param-type">
3732
+
3733
+ Object
3734
+
3735
+ </span>
3528
3736
 
3529
3737
 
3530
3738
 
@@ -3560,7 +3768,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3560
3768
  <td class="type">
3561
3769
 
3562
3770
 
3563
- <span class="param-type">Object</span>
3771
+ <span class="param-type">
3772
+
3773
+ Object
3774
+
3775
+ </span>
3564
3776
 
3565
3777
 
3566
3778
 
@@ -3596,7 +3808,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3596
3808
  <td class="type">
3597
3809
 
3598
3810
 
3599
- <span class="param-type">Object</span>
3811
+ <span class="param-type">
3812
+
3813
+ Object
3814
+
3815
+ </span>
3600
3816
 
3601
3817
 
3602
3818
 
@@ -3632,7 +3848,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3632
3848
  <td class="type">
3633
3849
 
3634
3850
 
3635
- <span class="param-type">Boolean</span>
3851
+ <span class="param-type">
3852
+
3853
+ Boolean
3854
+
3855
+ </span>
3636
3856
 
3637
3857
 
3638
3858
 
@@ -3670,7 +3890,11 @@ const geoCoord = videoMapView.pixelCoordToGeoCoord(new Point({ coordinates: [0,
3670
3890
  <td class="type">
3671
3891
 
3672
3892
 
3673
- <span class="param-type">Object</span>
3893
+ <span class="param-type">
3894
+
3895
+ Object
3896
+
3897
+ </span>
3674
3898
 
3675
3899
 
3676
3900