@mapgis/webclient-common 17.0.2 → 17.0.4

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 (260) hide show
  1. package/README.md +18 -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 +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -87,6 +87,7 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
87
87
  <span class="param-type">Object</span>
88
88
 
89
89
 
90
+
90
91
 
91
92
  </td>
92
93
 
@@ -113,6 +114,7 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
113
114
  <span class="param-type">String</span>
114
115
 
115
116
 
117
+
116
118
 
117
119
  </td>
118
120
 
@@ -139,6 +141,7 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
139
141
  <span class="param-type">Object</span>
140
142
 
141
143
 
144
+
142
145
 
143
146
  </td>
144
147
 
@@ -164,7 +167,8 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
164
167
  <td class="type">
165
168
 
166
169
 
167
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
170
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
171
+
168
172
 
169
173
 
170
174
 
@@ -193,7 +197,8 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
193
197
  <td class="type">
194
198
 
195
199
 
196
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
200
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
201
+
197
202
 
198
203
 
199
204
 
@@ -226,6 +231,7 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
226
231
  <span class="param-type">Boolean</span>
227
232
 
228
233
 
234
+
229
235
 
230
236
  </td>
231
237
 
@@ -251,7 +257,8 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
251
257
  <td class="type">
252
258
 
253
259
 
254
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
260
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
261
+
255
262
 
256
263
 
257
264
 
@@ -416,26 +423,28 @@ let feature = new Feature({
416
423
  <tbody>
417
424
 
418
425
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="Feature.html#additional">additional</a></code></td>
426
+ <td class="name"><code><a href="#additional">additional</a></code></td>
420
427
  <td class="name">
421
428
  <code>
422
429
 
423
430
  <span class="param-type">additional</span>
424
431
 
425
432
 
433
+
426
434
  </code>
427
435
  </td>
428
436
  <td class="name"><code><p>额外属性,其中的arc3表示三点弧的信息</p></code></td>
429
437
  </tr>
430
438
 
431
439
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="Feature.html#attributes">attributes</a></code></td>
440
+ <td class="name"><code><a href="#attributes">attributes</a></code></td>
433
441
  <td class="name">
434
442
  <code>
435
443
 
436
444
  <span class="param-type">Object</span>
437
445
 
438
446
 
447
+
439
448
  </code>
440
449
  </td>
441
450
  <td class="name"><code><p>要素的属性
@@ -443,11 +452,12 @@ default {}</p></code></td>
443
452
  </tr>
444
453
 
445
454
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="Feature.html#elevationInfo">elevationInfo</a></code></td>
455
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
447
456
  <td class="name">
448
457
  <code>
449
458
 
450
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
459
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
460
+
451
461
 
452
462
 
453
463
  </code>
@@ -456,11 +466,12 @@ default {}</p></code></td>
456
466
  </tr>
457
467
 
458
468
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="Feature.html#geometry">geometry</a></code></td>
469
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
460
470
  <td class="name">
461
471
  <code>
462
472
 
463
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
473
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
474
+
464
475
 
465
476
 
466
477
  </code>
@@ -469,13 +480,14 @@ default {}</p></code></td>
469
480
  </tr>
470
481
 
471
482
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="Feature.html#id">id</a></code></td>
483
+ <td class="name"><code><a href="#id">id</a></code></td>
473
484
  <td class="name">
474
485
  <code>
475
486
 
476
487
  <span class="param-type">String</span>
477
488
 
478
489
 
490
+
479
491
  </code>
480
492
  </td>
481
493
  <td class="name"><code><p>要素id
@@ -483,11 +495,12 @@ default 随机id</p></code></td>
483
495
  </tr>
484
496
 
485
497
  <tr class="deep-level-0">
486
- <td class="name"><code><a href="Feature.html#symbol">symbol</a></code></td>
498
+ <td class="name"><code><a href="#symbol">symbol</a></code></td>
487
499
  <td class="name">
488
500
  <code>
489
501
 
490
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
502
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
503
+
491
504
 
492
505
 
493
506
  </code>
@@ -496,26 +509,28 @@ default 随机id</p></code></td>
496
509
  </tr>
497
510
 
498
511
  <tr class="deep-level-0">
499
- <td class="name"><code><a href="Feature.html#type">type</a></code></td>
512
+ <td class="name"><code><a href="#type">type</a></code></td>
500
513
  <td class="name">
501
514
  <code>
502
515
 
503
516
  <span class="param-type">String</span>
504
517
 
505
518
 
519
+
506
520
  </code>
507
521
  </td>
508
522
  <td class="name"><code><p>对象类型</p></code></td>
509
523
  </tr>
510
524
 
511
525
  <tr class="deep-level-0">
512
- <td class="name"><code><a href="Feature.html#visible">visible</a></code></td>
526
+ <td class="name"><code><a href="#visible">visible</a></code></td>
513
527
  <td class="name">
514
528
  <code>
515
529
 
516
530
  <span class="param-type">Boolean</span>
517
531
 
518
532
 
533
+
519
534
  </code>
520
535
  </td>
521
536
  <td class="name"><code><p>要素是否可见
@@ -536,6 +551,7 @@ default = true</p></code></td>
536
551
  <span class="param-type">additional</span>
537
552
 
538
553
 
554
+
539
555
  </span>
540
556
 
541
557
  <h4 class="name" id="additional">
@@ -606,6 +622,7 @@ default = true</p></code></td>
606
622
  <span class="param-type">Object</span>
607
623
 
608
624
 
625
+
609
626
  </span>
610
627
 
611
628
  <h4 class="name" id="attributes">
@@ -674,7 +691,8 @@ default {}</p>
674
691
  <span class="method-parameter is-pulled-right">
675
692
  <label>类型:</label>
676
693
 
677
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
694
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
695
+
678
696
 
679
697
 
680
698
  </span>
@@ -744,7 +762,8 @@ default {}</p>
744
762
  <span class="method-parameter is-pulled-right">
745
763
  <label>类型:</label>
746
764
 
747
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
765
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
766
+
748
767
 
749
768
 
750
769
  </span>
@@ -817,6 +836,7 @@ default {}</p>
817
836
  <span class="param-type">String</span>
818
837
 
819
838
 
839
+
820
840
  </span>
821
841
 
822
842
  <h4 class="name" id="id">
@@ -885,7 +905,8 @@ default 随机id</p>
885
905
  <span class="method-parameter is-pulled-right">
886
906
  <label>类型:</label>
887
907
 
888
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
908
+ <span class="param-type"><a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
909
+
889
910
 
890
911
 
891
912
  </span>
@@ -958,6 +979,7 @@ default 随机id</p>
958
979
  <span class="param-type">String</span>
959
980
 
960
981
 
982
+
961
983
  </span>
962
984
 
963
985
  <h4 class="name" id="type">
@@ -1032,6 +1054,7 @@ default 随机id</p>
1032
1054
  <span class="param-type">Boolean</span>
1033
1055
 
1034
1056
 
1057
+
1035
1058
  </span>
1036
1059
 
1037
1060
  <h4 class="name" id="visible">
@@ -1116,7 +1139,7 @@ default = true</p>
1116
1139
  <tbody>
1117
1140
 
1118
1141
  <tr class="deep-level-0">
1119
- <td class="name"><code><a href="Feature.html#fromJSON">fromJSON</a></code></td>
1142
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1120
1143
  <td class="name">
1121
1144
  <code>
1122
1145
 
@@ -1126,12 +1149,13 @@ default = true</p>
1126
1149
  </tr>
1127
1150
 
1128
1151
  <tr class="deep-level-0">
1129
- <td class="name"><code><a href="Feature.html#clone">clone</a></code></td>
1152
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1130
1153
  <td class="name">
1131
1154
  <code>
1132
1155
 
1133
1156
 
1134
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1157
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1158
+
1135
1159
 
1136
1160
 
1137
1161
 
@@ -1141,7 +1165,7 @@ default = true</p>
1141
1165
  </tr>
1142
1166
 
1143
1167
  <tr class="deep-level-0">
1144
- <td class="name"><code><a href="Feature.html#fromGeoJSON">fromGeoJSON</a></code></td>
1168
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
1145
1169
  <td class="name">
1146
1170
  <code>
1147
1171
 
@@ -1151,7 +1175,7 @@ default = true</p>
1151
1175
  </tr>
1152
1176
 
1153
1177
  <tr class="deep-level-0">
1154
- <td class="name"><code><a href="Feature.html#toAttValue">toAttValue</a></code></td>
1178
+ <td class="name"><code><a href="#toAttValue">toAttValue</a></code></td>
1155
1179
  <td class="name">
1156
1180
  <code>
1157
1181
 
@@ -1159,6 +1183,7 @@ default = true</p>
1159
1183
  <span class="param-type">Array</span>
1160
1184
 
1161
1185
 
1186
+
1162
1187
 
1163
1188
  </code>
1164
1189
  </td>
@@ -1166,7 +1191,7 @@ default = true</p>
1166
1191
  </tr>
1167
1192
 
1168
1193
  <tr class="deep-level-0">
1169
- <td class="name"><code><a href="Feature.html#toFType">toFType</a></code></td>
1194
+ <td class="name"><code><a href="#toFType">toFType</a></code></td>
1170
1195
  <td class="name">
1171
1196
  <code>
1172
1197
 
@@ -1174,6 +1199,7 @@ default = true</p>
1174
1199
  <span class="param-type">Number</span>
1175
1200
 
1176
1201
 
1202
+
1177
1203
 
1178
1204
  </code>
1179
1205
  </td>
@@ -1181,7 +1207,7 @@ default = true</p>
1181
1207
  </tr>
1182
1208
 
1183
1209
  <tr class="deep-level-0">
1184
- <td class="name"><code><a href="Feature.html#toGeoJSON">toGeoJSON</a></code></td>
1210
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1185
1211
  <td class="name">
1186
1212
  <code>
1187
1213
 
@@ -1193,7 +1219,7 @@ default = true</p>
1193
1219
  </tr>
1194
1220
 
1195
1221
  <tr class="deep-level-0">
1196
- <td class="name"><code><a href="Feature.html#toGraphicInfo">toGraphicInfo</a></code></td>
1222
+ <td class="name"><code><a href="#toGraphicInfo">toGraphicInfo</a></code></td>
1197
1223
  <td class="name">
1198
1224
  <code>
1199
1225
 
@@ -1201,6 +1227,7 @@ default = true</p>
1201
1227
  <span class="param-type">Object</span>
1202
1228
 
1203
1229
 
1230
+
1204
1231
 
1205
1232
  </code>
1206
1233
  </td>
@@ -1208,7 +1235,7 @@ default = true</p>
1208
1235
  </tr>
1209
1236
 
1210
1237
  <tr class="deep-level-0">
1211
- <td class="name"><code><a href="Feature.html#toIGSFeature">toIGSFeature</a></code></td>
1238
+ <td class="name"><code><a href="#toIGSFeature">toIGSFeature</a></code></td>
1212
1239
  <td class="name">
1213
1240
  <code>
1214
1241
 
@@ -1220,7 +1247,7 @@ default = true</p>
1220
1247
  </tr>
1221
1248
 
1222
1249
  <tr class="deep-level-0">
1223
- <td class="name"><code><a href="Feature.html#toJSON">toJSON</a></code></td>
1250
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1224
1251
  <td class="name">
1225
1252
  <code>
1226
1253
 
@@ -1228,6 +1255,7 @@ default = true</p>
1228
1255
  <span class="param-type">Object</span>
1229
1256
 
1230
1257
 
1258
+
1231
1259
 
1232
1260
  </code>
1233
1261
  </td>
@@ -1235,7 +1263,7 @@ default = true</p>
1235
1263
  </tr>
1236
1264
 
1237
1265
  <tr class="deep-level-0">
1238
- <td class="name"><code><a href="Feature.html#toOldIGSFeature">toOldIGSFeature</a></code></td>
1266
+ <td class="name"><code><a href="#toOldIGSFeature">toOldIGSFeature</a></code></td>
1239
1267
  <td class="name">
1240
1268
  <code>
1241
1269
 
@@ -1317,6 +1345,7 @@ default = true</p>
1317
1345
  <span class="param-type">Object</span>
1318
1346
 
1319
1347
 
1348
+
1320
1349
 
1321
1350
  </td>
1322
1351
 
@@ -1514,7 +1543,8 @@ const feature = new Feature.fromJSON(json)</code></pre>
1514
1543
  <div class='column is-5 has-text-left'>
1515
1544
  <label>类型: </label>
1516
1545
 
1517
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1546
+ <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1547
+
1518
1548
 
1519
1549
 
1520
1550
  </div>
@@ -1833,6 +1863,7 @@ feature.fromGeoJSON({
1833
1863
  <span class="param-type">Array</span>
1834
1864
 
1835
1865
 
1866
+
1836
1867
  </div>
1837
1868
 
1838
1869
  </div>
@@ -1949,6 +1980,7 @@ feature.fromGeoJSON({
1949
1980
  <span class="param-type">Number</span>
1950
1981
 
1951
1982
 
1983
+
1952
1984
  </div>
1953
1985
 
1954
1986
  </div>
@@ -2183,6 +2215,7 @@ let geojson = feature.toGeoJSON();</code></pre>
2183
2215
  <span class="param-type">Object</span>
2184
2216
 
2185
2217
 
2218
+
2186
2219
  </div>
2187
2220
 
2188
2221
  </div>
@@ -2407,6 +2440,7 @@ let geojson = feature.toGeoJSON();</code></pre>
2407
2440
  <span class="param-type">Object</span>
2408
2441
 
2409
2442
 
2443
+
2410
2444
  </div>
2411
2445
 
2412
2446
  </div>
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -108,6 +109,7 @@
108
109
  <span class="param-type">String</span>
109
110
 
110
111
 
112
+
111
113
 
112
114
  </td>
113
115
 
@@ -229,7 +231,7 @@
229
231
  <tbody>
230
232
 
231
233
  <tr class="deep-level-0">
232
- <td class="name"><code><a href="FeatureExpressionInfo.html#this.expression">this.expression</a></code></td>
234
+ <td class="name"><code><a href="#this.expression">this.expression</a></code></td>
233
235
  <td class="name">
234
236
  <code>
235
237
 
@@ -333,12 +335,13 @@
333
335
  <tbody>
334
336
 
335
337
  <tr class="deep-level-0">
336
- <td class="name"><code><a href="FeatureExpressionInfo.html#clone">clone</a></code></td>
338
+ <td class="name"><code><a href="#clone">clone</a></code></td>
337
339
  <td class="name">
338
340
  <code>
339
341
 
340
342
 
341
- <span class="param-type"><a class="mapgis-link-name" title="FeatureExpressionInfo" FeatureExpressionInfo.html>FeatureExpressionInfo</a></span>
343
+ <span class="param-type"><a link="FeatureExpressionInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureExpressionInfo" FeatureExpressionInfo.html>FeatureExpressionInfo</a></span>
344
+
342
345
 
343
346
 
344
347
 
@@ -348,7 +351,7 @@
348
351
  </tr>
349
352
 
350
353
  <tr class="deep-level-0">
351
- <td class="name"><code><a href="FeatureExpressionInfo.html#toJSON">toJSON</a></code></td>
354
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
352
355
  <td class="name">
353
356
  <code>
354
357
 
@@ -356,6 +359,7 @@
356
359
  <span class="param-type">Object</span>
357
360
 
358
361
 
362
+
359
363
 
360
364
  </code>
361
365
  </td>
@@ -463,7 +467,8 @@
463
467
  <div class='column is-5 has-text-left'>
464
468
  <label>类型: </label>
465
469
 
466
- <span class="param-type"><a class="mapgis-link-name" title="FeatureExpressionInfo" FeatureExpressionInfo.html>FeatureExpressionInfo</a></span>
470
+ <span class="param-type"><a link="FeatureExpressionInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FeatureExpressionInfo" FeatureExpressionInfo.html>FeatureExpressionInfo</a></span>
471
+
467
472
 
468
473
 
469
474
  </div>
@@ -582,6 +587,7 @@
582
587
  <span class="param-type">Object</span>
583
588
 
584
589
 
590
+
585
591
  </div>
586
592
 
587
593
  </div>