@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
@@ -78,13 +78,18 @@ import { MultiLineString } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { MultiLineString } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="coordinates"><code>coordinates</code></td>
112
+ <td class="name"><code>coordinates</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Array</span>
118
+ <span class="param-type">
119
+
120
+ Array
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@ import { MultiLineString } from &quot;@mapgis/webclient-common&quot; <br/>
132
142
 
133
143
  <tr class="deep-level-1">
134
144
 
135
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
145
+ <td class="name"><code>spatialReference</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
154
+
155
+ </span>
156
+
142
157
 
143
158
 
144
159
 
@@ -307,7 +322,7 @@ new MultiLineString({
307
322
 
308
323
 
309
324
  <ul>
310
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
325
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
311
326
  </ul>
312
327
 
313
328
 
@@ -339,11 +354,16 @@ new MultiLineString({
339
354
  <tbody>
340
355
 
341
356
  <tr class="deep-level-0">
342
- <td class="name"><code><a href="MultiLineString.html#coordinates">coordinates</a></code></td>
357
+ <td class="name"><code><a href="#coordinates">coordinates</a></code></td>
343
358
  <td class="name">
344
359
  <code>
345
360
 
346
- <span class="param-type">Array</span>
361
+ <span class="param-type">
362
+
363
+ Array
364
+
365
+ </span>
366
+
347
367
 
348
368
 
349
369
  </code>
@@ -352,11 +372,16 @@ new MultiLineString({
352
372
  </tr>
353
373
 
354
374
  <tr class="deep-level-0">
355
- <td class="name"><code><a href="MultiLineString.html#extent">extent</a></code></td>
375
+ <td class="name"><code><a href="#extent">extent</a></code></td>
356
376
  <td class="name">
357
377
  <code>
358
378
 
359
- <span class="param-type">Number</span>
379
+ <span class="param-type">
380
+
381
+ Number
382
+
383
+ </span>
384
+
360
385
 
361
386
 
362
387
  </code>
@@ -365,11 +390,16 @@ new MultiLineString({
365
390
  </tr>
366
391
 
367
392
  <tr class="deep-level-0">
368
- <td class="name"><code><a href="MultiLineString.html#hasZ">hasZ</a></code></td>
393
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
369
394
  <td class="name">
370
395
  <code>
371
396
 
372
- <span class="param-type">Boolean</span>
397
+ <span class="param-type">
398
+
399
+ Boolean
400
+
401
+ </span>
402
+
373
403
 
374
404
 
375
405
  </code>
@@ -378,11 +408,16 @@ new MultiLineString({
378
408
  </tr>
379
409
 
380
410
  <tr class="deep-level-0">
381
- <td class="name"><code><a href="MultiLineString.html#spatialReference">spatialReference</a></code></td>
411
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
382
412
  <td class="name">
383
413
  <code>
384
414
 
385
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
415
+ <span class="param-type">
416
+
417
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
418
+
419
+ </span>
420
+
386
421
 
387
422
 
388
423
  </code>
@@ -391,11 +426,16 @@ new MultiLineString({
391
426
  </tr>
392
427
 
393
428
  <tr class="deep-level-0">
394
- <td class="name"><code><a href="MultiLineString.html#type">type</a></code></td>
429
+ <td class="name"><code><a href="#type">type</a></code></td>
395
430
  <td class="name">
396
431
  <code>
397
432
 
398
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
433
+ <span class="param-type">
434
+
435
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
436
+
437
+ </span>
438
+
399
439
 
400
440
 
401
441
  </code>
@@ -414,7 +454,12 @@ new MultiLineString({
414
454
  <span class="method-parameter is-pulled-right">
415
455
  <label>类型:</label>
416
456
 
417
- <span class="param-type">Array</span>
457
+ <span class="param-type">
458
+
459
+ Array
460
+
461
+ </span>
462
+
418
463
 
419
464
 
420
465
  </span>
@@ -484,7 +529,12 @@ new MultiLineString({
484
529
  <span class="method-parameter is-pulled-right">
485
530
  <label>类型:</label>
486
531
 
487
- <span class="param-type">Number</span>
532
+ <span class="param-type">
533
+
534
+ Number
535
+
536
+ </span>
537
+
488
538
 
489
539
 
490
540
  </span>
@@ -559,7 +609,12 @@ new MultiLineString({
559
609
  <span class="method-parameter is-pulled-right">
560
610
  <label>类型:</label>
561
611
 
562
- <span class="param-type">Boolean</span>
612
+ <span class="param-type">
613
+
614
+ Boolean
615
+
616
+ </span>
617
+
563
618
 
564
619
 
565
620
  </span>
@@ -638,7 +693,12 @@ new MultiLineString({
638
693
  <span class="method-parameter is-pulled-right">
639
694
  <label>类型:</label>
640
695
 
641
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
696
+ <span class="param-type">
697
+
698
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
699
+
700
+ </span>
701
+
642
702
 
643
703
 
644
704
  </span>
@@ -672,7 +732,7 @@ new MultiLineString({
672
732
 
673
733
  <dt class="inherited-from">Inherited From:</dt>
674
734
  <dd class="inherited-from"><ul class="dummy"><li>
675
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
735
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
676
736
  </li></ul></dd>
677
737
 
678
738
 
@@ -713,7 +773,12 @@ new MultiLineString({
713
773
  <span class="method-parameter is-pulled-right">
714
774
  <label>类型:</label>
715
775
 
716
- <span class="param-type"><a class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
776
+ <span class="param-type">
777
+
778
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
779
+
780
+ </span>
781
+
717
782
 
718
783
 
719
784
  </span>
@@ -799,12 +864,17 @@ new MultiLineString({
799
864
  <tbody>
800
865
 
801
866
  <tr class="deep-level-0">
802
- <td class="name"><code><a href="MultiLineString.html#clone">clone</a></code></td>
867
+ <td class="name"><code><a href="#clone">clone</a></code></td>
803
868
  <td class="name">
804
869
  <code>
805
870
 
806
871
 
807
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
872
+ <span class="param-type">
873
+
874
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
875
+
876
+ </span>
877
+
808
878
 
809
879
 
810
880
 
@@ -814,7 +884,7 @@ new MultiLineString({
814
884
  </tr>
815
885
 
816
886
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="MultiLineString.html#fromJSON">fromJSON</a></code></td>
887
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
818
888
  <td class="name">
819
889
  <code>
820
890
 
@@ -824,12 +894,17 @@ new MultiLineString({
824
894
  </tr>
825
895
 
826
896
  <tr class="deep-level-0">
827
- <td class="name"><code><a href="MultiLineString.html#addPath">addPath</a></code></td>
897
+ <td class="name"><code><a href="#addPath">addPath</a></code></td>
828
898
  <td class="name">
829
899
  <code>
830
900
 
831
901
 
832
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
902
+ <span class="param-type">
903
+
904
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
905
+
906
+ </span>
907
+
833
908
 
834
909
 
835
910
 
@@ -839,12 +914,17 @@ new MultiLineString({
839
914
  </tr>
840
915
 
841
916
  <tr class="deep-level-0">
842
- <td class="name"><code><a href="MultiLineString.html#clone">clone</a></code></td>
917
+ <td class="name"><code><a href="#clone">clone</a></code></td>
843
918
  <td class="name">
844
919
  <code>
845
920
 
846
921
 
847
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
922
+ <span class="param-type">
923
+
924
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
925
+
926
+ </span>
927
+
848
928
 
849
929
 
850
930
 
@@ -854,7 +934,7 @@ new MultiLineString({
854
934
  </tr>
855
935
 
856
936
  <tr class="deep-level-0">
857
- <td class="name"><code><a href="MultiLineString.html#fromGeoJSON">fromGeoJSON</a></code></td>
937
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
858
938
  <td class="name">
859
939
  <code>
860
940
 
@@ -864,12 +944,17 @@ new MultiLineString({
864
944
  </tr>
865
945
 
866
946
  <tr class="deep-level-0">
867
- <td class="name"><code><a href="MultiLineString.html#getGeometryType">getGeometryType</a></code></td>
947
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
868
948
  <td class="name">
869
949
  <code>
870
950
 
871
951
 
872
- <span class="param-type">String</span>
952
+ <span class="param-type">
953
+
954
+ String
955
+
956
+ </span>
957
+
873
958
 
874
959
 
875
960
 
@@ -879,7 +964,7 @@ new MultiLineString({
879
964
  </tr>
880
965
 
881
966
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="MultiLineString.html#getIGSType">getIGSType</a></code></td>
967
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
883
968
  <td class="name">
884
969
  <code>
885
970
 
@@ -887,19 +972,28 @@ new MultiLineString({
887
972
 
888
973
  </code>
889
974
  </td>
890
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
975
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
891
976
  </tr>
892
977
 
893
978
  <tr class="deep-level-0">
894
- <td class="name"><code><a href="MultiLineString.html#getPoint">getPoint</a></code></td>
979
+ <td class="name"><code><a href="#getPoint">getPoint</a></code></td>
895
980
  <td class="name">
896
981
  <code>
897
982
 
898
983
 
899
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
984
+ <span class="param-type">
985
+
986
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
987
+
988
+ </span>
900
989
  |
901
990
 
902
- <span class="param-type">null</span>
991
+ <span class="param-type">
992
+
993
+ null
994
+
995
+ </span>
996
+
903
997
 
904
998
 
905
999
 
@@ -909,12 +1003,17 @@ new MultiLineString({
909
1003
  </tr>
910
1004
 
911
1005
  <tr class="deep-level-0">
912
- <td class="name"><code><a href="MultiLineString.html#getType">getType</a></code></td>
1006
+ <td class="name"><code><a href="#getType">getType</a></code></td>
913
1007
  <td class="name">
914
1008
  <code>
915
1009
 
916
1010
 
917
- <span class="param-type">String</span>
1011
+ <span class="param-type">
1012
+
1013
+ String
1014
+
1015
+ </span>
1016
+
918
1017
 
919
1018
 
920
1019
 
@@ -924,15 +1023,24 @@ new MultiLineString({
924
1023
  </tr>
925
1024
 
926
1025
  <tr class="deep-level-0">
927
- <td class="name"><code><a href="MultiLineString.html#insertPoint">insertPoint</a></code></td>
1026
+ <td class="name"><code><a href="#insertPoint">insertPoint</a></code></td>
928
1027
  <td class="name">
929
1028
  <code>
930
1029
 
931
1030
 
932
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1031
+ <span class="param-type">
1032
+
1033
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1034
+
1035
+ </span>
933
1036
  |
934
1037
 
935
- <span class="param-type">null</span>
1038
+ <span class="param-type">
1039
+
1040
+ null
1041
+
1042
+ </span>
1043
+
936
1044
 
937
1045
 
938
1046
 
@@ -942,12 +1050,17 @@ new MultiLineString({
942
1050
  </tr>
943
1051
 
944
1052
  <tr class="deep-level-0">
945
- <td class="name"><code><a href="MultiLineString.html#off">off</a></code></td>
1053
+ <td class="name"><code><a href="#off">off</a></code></td>
946
1054
  <td class="name">
947
1055
  <code>
948
1056
 
949
1057
 
950
- <span class="param-type">Object</span>
1058
+ <span class="param-type">
1059
+
1060
+ Object
1061
+
1062
+ </span>
1063
+
951
1064
 
952
1065
 
953
1066
 
@@ -955,21 +1068,21 @@ new MultiLineString({
955
1068
  </td>
956
1069
  <td class="name"><code><p>移除事件<br/>
957
1070
  示例如下:<br/>
958
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
959
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
960
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
961
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
962
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
963
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1071
+ </code></td>
964
1072
  </tr>
965
1073
 
966
1074
  <tr class="deep-level-0">
967
- <td class="name"><code><a href="MultiLineString.html#on">on</a></code></td>
1075
+ <td class="name"><code><a href="#on">on</a></code></td>
968
1076
  <td class="name">
969
1077
  <code>
970
1078
 
971
1079
 
972
- <span class="param-type">Object</span>
1080
+ <span class="param-type">
1081
+
1082
+ Object
1083
+
1084
+ </span>
1085
+
973
1086
 
974
1087
 
975
1088
 
@@ -977,23 +1090,28 @@ new MultiLineString({
977
1090
  </td>
978
1091
  <td class="name"><code><p>注册一个新的监听事件;<br/>
979
1092
  示例如下:<br/>
980
- <a href='#event1'>[1、注册一个事件]</a><br/>
981
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
982
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
983
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
984
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1093
+ </code></td>
985
1094
  </tr>
986
1095
 
987
1096
  <tr class="deep-level-0">
988
- <td class="name"><code><a href="MultiLineString.html#removePath">removePath</a></code></td>
1097
+ <td class="name"><code><a href="#removePath">removePath</a></code></td>
989
1098
  <td class="name">
990
1099
  <code>
991
1100
 
992
1101
 
993
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
1102
+ <span class="param-type">
1103
+
1104
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
1105
+
1106
+ </span>
994
1107
  |
995
1108
 
996
- <span class="param-type">null</span>
1109
+ <span class="param-type">
1110
+
1111
+ null
1112
+
1113
+ </span>
1114
+
997
1115
 
998
1116
 
999
1117
 
@@ -1003,12 +1121,17 @@ new MultiLineString({
1003
1121
  </tr>
1004
1122
 
1005
1123
  <tr class="deep-level-0">
1006
- <td class="name"><code><a href="MultiLineString.html#removePoint">removePoint</a></code></td>
1124
+ <td class="name"><code><a href="#removePoint">removePoint</a></code></td>
1007
1125
  <td class="name">
1008
1126
  <code>
1009
1127
 
1010
1128
 
1011
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1129
+ <span class="param-type">
1130
+
1131
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1132
+
1133
+ </span>
1134
+
1012
1135
 
1013
1136
 
1014
1137
 
@@ -1018,12 +1141,17 @@ new MultiLineString({
1018
1141
  </tr>
1019
1142
 
1020
1143
  <tr class="deep-level-0">
1021
- <td class="name"><code><a href="MultiLineString.html#setPoint">setPoint</a></code></td>
1144
+ <td class="name"><code><a href="#setPoint">setPoint</a></code></td>
1022
1145
  <td class="name">
1023
1146
  <code>
1024
1147
 
1025
1148
 
1026
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1149
+ <span class="param-type">
1150
+
1151
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1152
+
1153
+ </span>
1154
+
1027
1155
 
1028
1156
 
1029
1157
 
@@ -1033,12 +1161,17 @@ new MultiLineString({
1033
1161
  </tr>
1034
1162
 
1035
1163
  <tr class="deep-level-0">
1036
- <td class="name"><code><a href="MultiLineString.html#toGeoJSON">toGeoJSON</a></code></td>
1164
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1037
1165
  <td class="name">
1038
1166
  <code>
1039
1167
 
1040
1168
 
1041
- <span class="param-type">Object</span>
1169
+ <span class="param-type">
1170
+
1171
+ Object
1172
+
1173
+ </span>
1174
+
1042
1175
 
1043
1176
 
1044
1177
 
@@ -1048,23 +1181,27 @@ new MultiLineString({
1048
1181
  </tr>
1049
1182
 
1050
1183
  <tr class="deep-level-0">
1051
- <td class="name"><code><a href="MultiLineString.html#toJSON">toJSON</a></code></td>
1184
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1052
1185
  <td class="name">
1053
1186
  <code>
1054
1187
 
1055
1188
 
1056
- <span class="param-type">Object</span>
1189
+ <span class="param-type">
1190
+
1191
+ Object
1192
+
1193
+ </span>
1194
+
1057
1195
 
1058
1196
 
1059
1197
 
1060
1198
  </code>
1061
1199
  </td>
1062
- <td class="name"><code><p><a id='toJSON'></a>
1063
- 导出为json对象</p></code></td>
1200
+ <td class="name"><code><p></code></td>
1064
1201
  </tr>
1065
1202
 
1066
1203
  <tr class="deep-level-0">
1067
- <td class="name"><code><a href="MultiLineString.html#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1204
+ <td class="name"><code><a href="#toOldIGSGeometry">toOldIGSGeometry</a></code></td>
1068
1205
  <td class="name">
1069
1206
  <code>
1070
1207
 
@@ -1072,11 +1209,11 @@ new MultiLineString({
1072
1209
 
1073
1210
  </code>
1074
1211
  </td>
1075
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1212
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1076
1213
  </tr>
1077
1214
 
1078
1215
  <tr class="deep-level-0">
1079
- <td class="name"><code><a href="MultiLineString.html#toString">toString</a></code></td>
1216
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1080
1217
  <td class="name">
1081
1218
  <code>
1082
1219
 
@@ -1084,31 +1221,41 @@ new MultiLineString({
1084
1221
 
1085
1222
  </code>
1086
1223
  </td>
1087
- <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;<a id='toString'></a></p></code></td>
1224
+ <td class="name"><code><p>返回如下格式的字符串:&quot;x0,y0,x1,y1,x2,y2&quot;</code></td>
1088
1225
  </tr>
1089
1226
 
1090
1227
  <tr class="deep-level-0">
1091
- <td class="name"><code><a href="MultiLineString.html#toXMl">toXMl</a></code></td>
1228
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1092
1229
  <td class="name">
1093
1230
  <code>
1094
1231
 
1095
1232
 
1096
- <span class="param-type">String</span>
1233
+ <span class="param-type">
1234
+
1235
+ String
1236
+
1237
+ </span>
1238
+
1097
1239
 
1098
1240
 
1099
1241
 
1100
1242
  </code>
1101
1243
  </td>
1102
- <td class="name"><code><p>导出为OGC服务要求的xml字符串<a id='toXMl'></a></p></code></td>
1244
+ <td class="name"><code><p>导出为OGC服务要求的xml字符串</code></td>
1103
1245
  </tr>
1104
1246
 
1105
1247
  <tr class="deep-level-0">
1106
- <td class="name"><code><a href="MultiLineString.html#toXML">toXML</a></code></td>
1248
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1107
1249
  <td class="name">
1108
1250
  <code>
1109
1251
 
1110
1252
 
1111
- <span class="param-type">String</span>
1253
+ <span class="param-type">
1254
+
1255
+ String
1256
+
1257
+ </span>
1258
+
1112
1259
 
1113
1260
 
1114
1261
 
@@ -1179,13 +1326,18 @@ new MultiLineString({
1179
1326
 
1180
1327
  <tr class="deep-level-0">
1181
1328
 
1182
- <td class="name" id="multiLineString"><code>multiLineString</code></td>
1329
+ <td class="name"><code>multiLineString</code></td>
1183
1330
 
1184
1331
 
1185
1332
  <td class="type">
1186
1333
 
1187
1334
 
1188
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1335
+ <span class="param-type">
1336
+
1337
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1338
+
1339
+ </span>
1340
+
1189
1341
 
1190
1342
 
1191
1343
 
@@ -1273,7 +1425,12 @@ new MultiLineString({
1273
1425
  <div class='column is-5 has-text-left'>
1274
1426
  <label>类型: </label>
1275
1427
 
1276
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1428
+ <span class="param-type">
1429
+
1430
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1431
+
1432
+ </span>
1433
+
1277
1434
 
1278
1435
 
1279
1436
  </div>
@@ -1373,13 +1530,18 @@ const newMultiLineString = MultiLineString.clone(multiLineString)</code></pre>
1373
1530
 
1374
1531
  <tr class="deep-level-0">
1375
1532
 
1376
- <td class="name" id="json"><code>json</code></td>
1533
+ <td class="name"><code>json</code></td>
1377
1534
 
1378
1535
 
1379
1536
  <td class="type">
1380
1537
 
1381
1538
 
1382
- <span class="param-type">Object</span>
1539
+ <span class="param-type">
1540
+
1541
+ Object
1542
+
1543
+ </span>
1544
+
1383
1545
 
1384
1546
 
1385
1547
 
@@ -1538,13 +1700,18 @@ const newMultiLineString = MultiLineString.fromJSON(json)</code></pre>
1538
1700
 
1539
1701
  <tr class="deep-level-0">
1540
1702
 
1541
- <td class="name" id="points"><code>points</code></td>
1703
+ <td class="name"><code>points</code></td>
1542
1704
 
1543
1705
 
1544
1706
  <td class="type">
1545
1707
 
1546
1708
 
1547
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
1709
+ <span class="param-type">
1710
+
1711
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
1712
+
1713
+ </span>
1714
+
1548
1715
 
1549
1716
 
1550
1717
 
@@ -1632,7 +1799,12 @@ const newMultiLineString = MultiLineString.fromJSON(json)</code></pre>
1632
1799
  <div class='column is-5 has-text-left'>
1633
1800
  <label>类型: </label>
1634
1801
 
1635
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
1802
+ <span class="param-type">
1803
+
1804
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
1805
+
1806
+ </span>
1807
+
1636
1808
 
1637
1809
 
1638
1810
  </div>
@@ -1789,7 +1961,12 @@ multiLineString.addPath(path)</code></pre>
1789
1961
  <div class='column is-5 has-text-left'>
1790
1962
  <label>类型: </label>
1791
1963
 
1792
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1964
+ <span class="param-type">
1965
+
1966
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1967
+
1968
+ </span>
1969
+
1793
1970
 
1794
1971
 
1795
1972
  </div>
@@ -1860,13 +2037,18 @@ multiLineString.addPath(path)</code></pre>
1860
2037
 
1861
2038
  <tr class="deep-level-0">
1862
2039
 
1863
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
2040
+ <td class="name"><code>GeoJSON</code></td>
1864
2041
 
1865
2042
 
1866
2043
  <td class="type">
1867
2044
 
1868
2045
 
1869
- <span class="param-type">Object</span>
2046
+ <span class="param-type">
2047
+
2048
+ Object
2049
+
2050
+ </span>
2051
+
1870
2052
 
1871
2053
 
1872
2054
 
@@ -1898,7 +2080,7 @@ multiLineString.addPath(path)</code></pre>
1898
2080
 
1899
2081
  <dt class="inherited-from">Inherited From:</dt>
1900
2082
  <dd class="inherited-from"><ul class="dummy"><li>
1901
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2083
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1902
2084
  </li></ul></dd>
1903
2085
 
1904
2086
 
@@ -1994,7 +2176,7 @@ multiLineString.addPath(path)</code></pre>
1994
2176
 
1995
2177
  <dt class="inherited-from">Inherited From:</dt>
1996
2178
  <dd class="inherited-from"><ul class="dummy"><li>
1997
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
2179
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1998
2180
  </li></ul></dd>
1999
2181
 
2000
2182
 
@@ -2055,7 +2237,12 @@ multiLineString.addPath(path)</code></pre>
2055
2237
  <div class='column is-5 has-text-left'>
2056
2238
  <label>类型: </label>
2057
2239
 
2058
- <span class="param-type">String</span>
2240
+ <span class="param-type">
2241
+
2242
+ String
2243
+
2244
+ </span>
2245
+
2059
2246
 
2060
2247
 
2061
2248
  </div>
@@ -2239,13 +2426,18 @@ multiLineString.addPath(path)</code></pre>
2239
2426
 
2240
2427
  <tr class="deep-level-0">
2241
2428
 
2242
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
2429
+ <td class="name"><code>pathIndex</code></td>
2243
2430
 
2244
2431
 
2245
2432
  <td class="type">
2246
2433
 
2247
2434
 
2248
- <span class="param-type">Number</span>
2435
+ <span class="param-type">
2436
+
2437
+ Number
2438
+
2439
+ </span>
2440
+
2249
2441
 
2250
2442
 
2251
2443
 
@@ -2263,13 +2455,18 @@ multiLineString.addPath(path)</code></pre>
2263
2455
 
2264
2456
  <tr class="deep-level-0">
2265
2457
 
2266
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2458
+ <td class="name"><code>pointIndex</code></td>
2267
2459
 
2268
2460
 
2269
2461
  <td class="type">
2270
2462
 
2271
2463
 
2272
- <span class="param-type">Number</span>
2464
+ <span class="param-type">
2465
+
2466
+ Number
2467
+
2468
+ </span>
2469
+
2273
2470
 
2274
2471
 
2275
2472
 
@@ -2357,10 +2554,19 @@ multiLineString.addPath(path)</code></pre>
2357
2554
  <div class='column is-5 has-text-left'>
2358
2555
  <label>类型: </label>
2359
2556
 
2360
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2557
+ <span class="param-type">
2558
+
2559
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2560
+
2561
+ </span>
2361
2562
  |
2362
2563
 
2363
- <span class="param-type">null</span>
2564
+ <span class="param-type">
2565
+
2566
+ null
2567
+
2568
+ </span>
2569
+
2364
2570
 
2365
2571
 
2366
2572
  </div>
@@ -2445,7 +2651,7 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2445
2651
 
2446
2652
  <dt class="inherited-from">Inherited From:</dt>
2447
2653
  <dd class="inherited-from"><ul class="dummy"><li>
2448
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2654
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
2449
2655
  </li></ul></dd>
2450
2656
 
2451
2657
 
@@ -2506,7 +2712,12 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2506
2712
  <div class='column is-5 has-text-left'>
2507
2713
  <label>类型: </label>
2508
2714
 
2509
- <span class="param-type">String</span>
2715
+ <span class="param-type">
2716
+
2717
+ String
2718
+
2719
+ </span>
2720
+
2510
2721
 
2511
2722
 
2512
2723
  </div>
@@ -2577,13 +2788,18 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2577
2788
 
2578
2789
  <tr class="deep-level-0">
2579
2790
 
2580
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
2791
+ <td class="name"><code>pathIndex</code></td>
2581
2792
 
2582
2793
 
2583
2794
  <td class="type">
2584
2795
 
2585
2796
 
2586
- <span class="param-type">Number</span>
2797
+ <span class="param-type">
2798
+
2799
+ Number
2800
+
2801
+ </span>
2802
+
2587
2803
 
2588
2804
 
2589
2805
 
@@ -2601,13 +2817,18 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2601
2817
 
2602
2818
  <tr class="deep-level-0">
2603
2819
 
2604
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
2820
+ <td class="name"><code>pointIndex</code></td>
2605
2821
 
2606
2822
 
2607
2823
  <td class="type">
2608
2824
 
2609
2825
 
2610
- <span class="param-type">Number</span>
2826
+ <span class="param-type">
2827
+
2828
+ Number
2829
+
2830
+ </span>
2831
+
2611
2832
 
2612
2833
 
2613
2834
 
@@ -2625,13 +2846,18 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2625
2846
 
2626
2847
  <tr class="deep-level-0">
2627
2848
 
2628
- <td class="name" id="point"><code>point</code></td>
2849
+ <td class="name"><code>point</code></td>
2629
2850
 
2630
2851
 
2631
2852
  <td class="type">
2632
2853
 
2633
2854
 
2634
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2855
+ <span class="param-type">
2856
+
2857
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2858
+
2859
+ </span>
2860
+
2635
2861
 
2636
2862
 
2637
2863
 
@@ -2719,10 +2945,19 @@ const point = multiLineString.getPoint(0, 1)</code></pre>
2719
2945
  <div class='column is-5 has-text-left'>
2720
2946
  <label>类型: </label>
2721
2947
 
2722
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
2948
+ <span class="param-type">
2949
+
2950
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
2951
+
2952
+ </span>
2723
2953
  |
2724
2954
 
2725
- <span class="param-type">null</span>
2955
+ <span class="param-type">
2956
+
2957
+ null
2958
+
2959
+ </span>
2960
+
2726
2961
 
2727
2962
 
2728
2963
  </div>
@@ -2828,13 +3063,18 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2828
3063
 
2829
3064
  <tr class="deep-level-0">
2830
3065
 
2831
- <td class="name" id="types"><code>types</code></td>
3066
+ <td class="name"><code>types</code></td>
2832
3067
 
2833
3068
 
2834
3069
  <td class="type">
2835
3070
 
2836
3071
 
2837
- <span class="param-type">string</span>
3072
+ <span class="param-type">
3073
+
3074
+ string
3075
+
3076
+ </span>
3077
+
2838
3078
 
2839
3079
 
2840
3080
 
@@ -2854,13 +3094,18 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2854
3094
 
2855
3095
  <tr class="deep-level-0">
2856
3096
 
2857
- <td class="name" id="fn"><code>fn</code></td>
3097
+ <td class="name"><code>fn</code></td>
2858
3098
 
2859
3099
 
2860
3100
  <td class="type">
2861
3101
 
2862
3102
 
2863
- <span class="param-type">function</span>
3103
+ <span class="param-type">
3104
+
3105
+ function
3106
+
3107
+ </span>
3108
+
2864
3109
 
2865
3110
 
2866
3111
 
@@ -2878,13 +3123,18 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2878
3123
 
2879
3124
  <tr class="deep-level-0">
2880
3125
 
2881
- <td class="name" id="context"><code>context</code></td>
3126
+ <td class="name"><code>context</code></td>
2882
3127
 
2883
3128
 
2884
3129
  <td class="type">
2885
3130
 
2886
3131
 
2887
- <span class="param-type">Object</span>
3132
+ <span class="param-type">
3133
+
3134
+ Object
3135
+
3136
+ </span>
3137
+
2888
3138
 
2889
3139
 
2890
3140
 
@@ -2916,7 +3166,7 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2916
3166
 
2917
3167
  <dt class="inherited-from">Inherited From:</dt>
2918
3168
  <dd class="inherited-from"><ul class="dummy"><li>
2919
- <a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
3169
+ <a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
2920
3170
  </li></ul></dd>
2921
3171
 
2922
3172
 
@@ -2977,7 +3227,12 @@ multiLineString.insertPoint(0, 1, point)</code></pre>
2977
3227
  <div class='column is-5 has-text-left'>
2978
3228
  <label>类型: </label>
2979
3229
 
2980
- <span class="param-type">Object</span>
3230
+ <span class="param-type">
3231
+
3232
+ Object
3233
+
3234
+ </span>
3235
+
2981
3236
 
2982
3237
 
2983
3238
  </div>
@@ -3144,16 +3399,25 @@ view.off({
3144
3399
 
3145
3400
  <tr class="deep-level-0">
3146
3401
 
3147
- <td class="name" id="types"><code>types</code></td>
3402
+ <td class="name"><code>types</code></td>
3148
3403
 
3149
3404
 
3150
3405
  <td class="type">
3151
3406
 
3152
3407
 
3153
- <span class="param-type">String</span>
3408
+ <span class="param-type">
3409
+
3410
+ String
3411
+
3412
+ </span>
3154
3413
  |
3155
3414
 
3156
- <span class="param-type">Object</span>
3415
+ <span class="param-type">
3416
+
3417
+ Object
3418
+
3419
+ </span>
3420
+
3157
3421
 
3158
3422
 
3159
3423
 
@@ -3179,13 +3443,18 @@ view.off({
3179
3443
 
3180
3444
  <tr class="deep-level-0">
3181
3445
 
3182
- <td class="name" id="fn"><code>fn</code></td>
3446
+ <td class="name"><code>fn</code></td>
3183
3447
 
3184
3448
 
3185
3449
  <td class="type">
3186
3450
 
3187
3451
 
3188
- <span class="param-type">function</span>
3452
+ <span class="param-type">
3453
+
3454
+ function
3455
+
3456
+ </span>
3457
+
3189
3458
 
3190
3459
 
3191
3460
 
@@ -3209,13 +3478,18 @@ view.off({
3209
3478
 
3210
3479
  <tr class="deep-level-0">
3211
3480
 
3212
- <td class="name" id="context"><code>context</code></td>
3481
+ <td class="name"><code>context</code></td>
3213
3482
 
3214
3483
 
3215
3484
  <td class="type">
3216
3485
 
3217
3486
 
3218
- <span class="param-type">Object</span>
3487
+ <span class="param-type">
3488
+
3489
+ Object
3490
+
3491
+ </span>
3492
+
3219
3493
 
3220
3494
 
3221
3495
 
@@ -3253,7 +3527,7 @@ view.off({
3253
3527
 
3254
3528
  <dt class="inherited-from">Inherited From:</dt>
3255
3529
  <dd class="inherited-from"><ul class="dummy"><li>
3256
- <a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3530
+ <a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
3257
3531
  </li></ul></dd>
3258
3532
 
3259
3533
 
@@ -3314,7 +3588,12 @@ view.off({
3314
3588
  <div class='column is-5 has-text-left'>
3315
3589
  <label>类型: </label>
3316
3590
 
3317
- <span class="param-type">Object</span>
3591
+ <span class="param-type">
3592
+
3593
+ Object
3594
+
3595
+ </span>
3596
+
3318
3597
 
3319
3598
 
3320
3599
  </div>
@@ -3463,13 +3742,18 @@ view.on({
3463
3742
 
3464
3743
  <tr class="deep-level-0">
3465
3744
 
3466
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
3745
+ <td class="name"><code>pathIndex</code></td>
3467
3746
 
3468
3747
 
3469
3748
  <td class="type">
3470
3749
 
3471
3750
 
3472
- <span class="param-type">Number</span>
3751
+ <span class="param-type">
3752
+
3753
+ Number
3754
+
3755
+ </span>
3756
+
3473
3757
 
3474
3758
 
3475
3759
 
@@ -3557,10 +3841,19 @@ view.on({
3557
3841
  <div class='column is-5 has-text-left'>
3558
3842
  <label>类型: </label>
3559
3843
 
3560
- <span class="param-type">Array.&lt;<a href="Point.html">Point</a>></span>
3844
+ <span class="param-type">
3845
+
3846
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Point.html">Point</a>>
3847
+
3848
+ </span>
3561
3849
  |
3562
3850
 
3563
- <span class="param-type">null</span>
3851
+ <span class="param-type">
3852
+
3853
+ null
3854
+
3855
+ </span>
3856
+
3564
3857
 
3565
3858
 
3566
3859
  </div>
@@ -3656,13 +3949,18 @@ multiLineString.removePath(0)</code></pre>
3656
3949
 
3657
3950
  <tr class="deep-level-0">
3658
3951
 
3659
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
3952
+ <td class="name"><code>pathIndex</code></td>
3660
3953
 
3661
3954
 
3662
3955
  <td class="type">
3663
3956
 
3664
3957
 
3665
- <span class="param-type">Number</span>
3958
+ <span class="param-type">
3959
+
3960
+ Number
3961
+
3962
+ </span>
3963
+
3666
3964
 
3667
3965
 
3668
3966
 
@@ -3680,13 +3978,18 @@ multiLineString.removePath(0)</code></pre>
3680
3978
 
3681
3979
  <tr class="deep-level-0">
3682
3980
 
3683
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
3981
+ <td class="name"><code>pointIndex</code></td>
3684
3982
 
3685
3983
 
3686
3984
  <td class="type">
3687
3985
 
3688
3986
 
3689
- <span class="param-type">Number</span>
3987
+ <span class="param-type">
3988
+
3989
+ Number
3990
+
3991
+ </span>
3992
+
3690
3993
 
3691
3994
 
3692
3995
 
@@ -3774,7 +4077,12 @@ multiLineString.removePath(0)</code></pre>
3774
4077
  <div class='column is-5 has-text-left'>
3775
4078
  <label>类型: </label>
3776
4079
 
3777
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4080
+ <span class="param-type">
4081
+
4082
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4083
+
4084
+ </span>
4085
+
3778
4086
 
3779
4087
 
3780
4088
  </div>
@@ -3870,13 +4178,18 @@ multiLineString.removePoint(0, 1)</code></pre>
3870
4178
 
3871
4179
  <tr class="deep-level-0">
3872
4180
 
3873
- <td class="name" id="pathIndex"><code>pathIndex</code></td>
4181
+ <td class="name"><code>pathIndex</code></td>
3874
4182
 
3875
4183
 
3876
4184
  <td class="type">
3877
4185
 
3878
4186
 
3879
- <span class="param-type">Number</span>
4187
+ <span class="param-type">
4188
+
4189
+ Number
4190
+
4191
+ </span>
4192
+
3880
4193
 
3881
4194
 
3882
4195
 
@@ -3894,13 +4207,18 @@ multiLineString.removePoint(0, 1)</code></pre>
3894
4207
 
3895
4208
  <tr class="deep-level-0">
3896
4209
 
3897
- <td class="name" id="pointIndex"><code>pointIndex</code></td>
4210
+ <td class="name"><code>pointIndex</code></td>
3898
4211
 
3899
4212
 
3900
4213
  <td class="type">
3901
4214
 
3902
4215
 
3903
- <span class="param-type">Number</span>
4216
+ <span class="param-type">
4217
+
4218
+ Number
4219
+
4220
+ </span>
4221
+
3904
4222
 
3905
4223
 
3906
4224
 
@@ -3918,13 +4236,18 @@ multiLineString.removePoint(0, 1)</code></pre>
3918
4236
 
3919
4237
  <tr class="deep-level-0">
3920
4238
 
3921
- <td class="name" id="point"><code>point</code></td>
4239
+ <td class="name"><code>point</code></td>
3922
4240
 
3923
4241
 
3924
4242
  <td class="type">
3925
4243
 
3926
4244
 
3927
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4245
+ <span class="param-type">
4246
+
4247
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4248
+
4249
+ </span>
4250
+
3928
4251
 
3929
4252
 
3930
4253
 
@@ -4012,7 +4335,12 @@ multiLineString.removePoint(0, 1)</code></pre>
4012
4335
  <div class='column is-5 has-text-left'>
4013
4336
  <label>类型: </label>
4014
4337
 
4015
- <span class="param-type"><a class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a></span>
4338
+ <span class="param-type">
4339
+
4340
+ <a link="MultiLineString.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MultiLineString" MultiLineString.html>MultiLineString</a>
4341
+
4342
+ </span>
4343
+
4016
4344
 
4017
4345
 
4018
4346
  </div>
@@ -4100,7 +4428,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4100
4428
 
4101
4429
  <dt class="inherited-from">Inherited From:</dt>
4102
4430
  <dd class="inherited-from"><ul class="dummy"><li>
4103
- <a class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4431
+ <a goto="toGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toGeoJSON" Geometry.html#toGeoJSON>Geometry#toGeoJSON</a>
4104
4432
  </li></ul></dd>
4105
4433
 
4106
4434
 
@@ -4161,7 +4489,12 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4161
4489
  <div class='column is-5 has-text-left'>
4162
4490
  <label>类型: </label>
4163
4491
 
4164
- <span class="param-type">Object</span>
4492
+ <span class="param-type">
4493
+
4494
+ Object
4495
+
4496
+ </span>
4497
+
4165
4498
 
4166
4499
 
4167
4500
  </div>
@@ -4283,7 +4616,12 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4283
4616
  <div class='column is-5 has-text-left'>
4284
4617
  <label>类型: </label>
4285
4618
 
4286
- <span class="param-type">Object</span>
4619
+ <span class="param-type">
4620
+
4621
+ Object
4622
+
4623
+ </span>
4624
+
4287
4625
 
4288
4626
 
4289
4627
  </div>
@@ -4620,7 +4958,12 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4620
4958
  <div class='column is-5 has-text-left'>
4621
4959
  <label>类型: </label>
4622
4960
 
4623
- <span class="param-type">String</span>
4961
+ <span class="param-type">
4962
+
4963
+ String
4964
+
4965
+ </span>
4966
+
4624
4967
 
4625
4968
 
4626
4969
  </div>
@@ -4680,7 +5023,7 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4680
5023
 
4681
5024
  <dt class="inherited-from">Inherited From:</dt>
4682
5025
  <dd class="inherited-from"><ul class="dummy"><li>
4683
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
5026
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4684
5027
  </li></ul></dd>
4685
5028
 
4686
5029
 
@@ -4741,7 +5084,12 @@ multiLineString.setPoint(0, 1, point)</code></pre>
4741
5084
  <div class='column is-5 has-text-left'>
4742
5085
  <label>类型: </label>
4743
5086
 
4744
- <span class="param-type">String</span>
5087
+ <span class="param-type">
5088
+
5089
+ String
5090
+
5091
+ </span>
5092
+
4745
5093
 
4746
5094
 
4747
5095
  </div>