@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
@@ -82,6 +82,7 @@
82
82
  <span class="param-type">Object</span>
83
83
 
84
84
 
85
+
85
86
 
86
87
  </td>
87
88
 
@@ -105,10 +106,11 @@
105
106
  <td class="type">
106
107
 
107
108
 
108
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
109
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
109
110
  |
110
111
 
111
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
112
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
113
+
112
114
 
113
115
 
114
116
 
@@ -137,6 +139,7 @@
137
139
  <span class="param-type">String</span>
138
140
 
139
141
 
142
+
140
143
 
141
144
  </td>
142
145
 
@@ -163,6 +166,7 @@
163
166
  <span class="param-type">Number</span>
164
167
 
165
168
 
169
+
166
170
 
167
171
  </td>
168
172
 
@@ -191,6 +195,7 @@
191
195
  <span class="param-type">String</span>
192
196
 
193
197
 
198
+
194
199
 
195
200
  </td>
196
201
 
@@ -217,6 +222,7 @@
217
222
  <span class="param-type">Number</span>
218
223
 
219
224
 
225
+
220
226
 
221
227
  </td>
222
228
 
@@ -243,6 +249,7 @@
243
249
  <span class="param-type">Number</span>
244
250
 
245
251
 
252
+
246
253
 
247
254
  </td>
248
255
 
@@ -266,7 +273,8 @@
266
273
  <td class="type">
267
274
 
268
275
 
269
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
276
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
277
+
270
278
 
271
279
 
272
280
 
@@ -295,6 +303,7 @@
295
303
  <span class="param-type">String</span>
296
304
 
297
305
 
306
+
298
307
 
299
308
  </td>
300
309
 
@@ -321,6 +330,7 @@
321
330
  <span class="param-type">String</span>
322
331
 
323
332
 
333
+
324
334
 
325
335
  </td>
326
336
 
@@ -347,6 +357,7 @@
347
357
  <span class="param-type">String</span>
348
358
 
349
359
 
360
+
350
361
 
351
362
  </td>
352
363
 
@@ -373,6 +384,7 @@
373
384
  <span class="param-type">Boolean</span>
374
385
 
375
386
 
387
+
376
388
 
377
389
  </td>
378
390
 
@@ -401,6 +413,7 @@
401
413
  <span class="param-type">Number</span>
402
414
 
403
415
 
416
+
404
417
 
405
418
  </td>
406
419
 
@@ -429,6 +442,7 @@
429
442
  <span class="param-type">Number</span>
430
443
 
431
444
 
445
+
432
446
 
433
447
  </td>
434
448
 
@@ -457,6 +471,7 @@
457
471
  <span class="param-type">Number</span>
458
472
 
459
473
 
474
+
460
475
 
461
476
  </td>
462
477
 
@@ -485,6 +500,7 @@
485
500
  <span class="param-type">Number</span>
486
501
 
487
502
 
503
+
488
504
 
489
505
  </td>
490
506
 
@@ -513,6 +529,7 @@
513
529
  <span class="param-type">Number</span>
514
530
 
515
531
 
532
+
516
533
 
517
534
  </td>
518
535
 
@@ -541,6 +558,7 @@
541
558
  <span class="param-type">Number</span>
542
559
 
543
560
 
561
+
544
562
 
545
563
  </td>
546
564
 
@@ -569,6 +587,7 @@
569
587
  <span class="param-type">Number</span>
570
588
 
571
589
 
590
+
572
591
 
573
592
  </td>
574
593
 
@@ -597,6 +616,7 @@
597
616
  <span class="param-type">Object</span>
598
617
 
599
618
 
619
+
600
620
 
601
621
  </td>
602
622
 
@@ -749,37 +769,40 @@
749
769
  <tbody>
750
770
 
751
771
  <tr class="deep-level-0">
752
- <td class="name"><code><a href="LabelClass.html#currentAttributeName">currentAttributeName</a></code></td>
772
+ <td class="name"><code><a href="#currentAttributeName">currentAttributeName</a></code></td>
753
773
  <td class="name">
754
774
  <code>
755
775
 
756
776
  <span class="param-type">String</span>
757
777
 
758
778
 
779
+
759
780
  </code>
760
781
  </td>
761
782
  <td class="name"><code><p>当前属性字段,属于临时接口,后续可能会扩充字段表达式,后续拟废弃接口</p></code></td>
762
783
  </tr>
763
784
 
764
785
  <tr class="deep-level-0">
765
- <td class="name"><code><a href="LabelClass.html#deconflictionStrategy">deconflictionStrategy</a></code></td>
786
+ <td class="name"><code><a href="#deconflictionStrategy">deconflictionStrategy</a></code></td>
766
787
  <td class="name">
767
788
  <code>
768
789
 
769
790
  <span class="param-type">String</span>
770
791
 
771
792
 
793
+
772
794
  </code>
773
795
  </td>
774
796
  <td class="name"><code><p>避让策略,可选1.'static'默认避让策略 2.'none' 无避让策略</p></code></td>
775
797
  </tr>
776
798
 
777
799
  <tr class="deep-level-0">
778
- <td class="name"><code><a href="LabelClass.html#elevationInfo">elevationInfo</a></code></td>
800
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
779
801
  <td class="name">
780
802
  <code>
781
803
 
782
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
804
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
805
+
783
806
 
784
807
 
785
808
  </code>
@@ -788,209 +811,225 @@
788
811
  </tr>
789
812
 
790
813
  <tr class="deep-level-0">
791
- <td class="name"><code><a href="LabelClass.html#extendOptions">extendOptions</a></code></td>
814
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
792
815
  <td class="name">
793
816
  <code>
794
817
 
795
818
  <span class="param-type">Object</span>
796
819
 
797
820
 
821
+
798
822
  </code>
799
823
  </td>
800
824
  <td class="name"><code><p>额外构造参数</p></code></td>
801
825
  </tr>
802
826
 
803
827
  <tr class="deep-level-0">
804
- <td class="name"><code><a href="LabelClass.html#groundScale">groundScale</a></code></td>
828
+ <td class="name"><code><a href="#groundScale">groundScale</a></code></td>
805
829
  <td class="name">
806
830
  <code>
807
831
 
808
832
  <span class="param-type">Number</span>
809
833
 
810
834
 
835
+
811
836
  </code>
812
837
  </td>
813
838
  <td class="name"><code><p>渲染模式为ground时,设置像素与实际单位米之间的比例关系。测试接口。假设groundScale为10,20<em>20px的逻辑范围贴地时会被渲染为200</em>200m的注记。</p></code></td>
814
839
  </tr>
815
840
 
816
841
  <tr class="deep-level-0">
817
- <td class="name"><code><a href="LabelClass.html#labelExpression">labelExpression</a></code></td>
842
+ <td class="name"><code><a href="#labelExpression">labelExpression</a></code></td>
818
843
  <td class="name">
819
844
  <code>
820
845
 
821
846
  <span class="param-type">String</span>
822
847
 
823
848
 
849
+
824
850
  </code>
825
851
  </td>
826
852
  <td class="name"><code><p>label字段表达式</p></code></td>
827
853
  </tr>
828
854
 
829
855
  <tr class="deep-level-0">
830
- <td class="name"><code><a href="LabelClass.html#labelPlacement">labelPlacement</a></code></td>
856
+ <td class="name"><code><a href="#labelPlacement">labelPlacement</a></code></td>
831
857
  <td class="name">
832
858
  <code>
833
859
 
834
860
  <span class="param-type">String</span>
835
861
 
836
862
 
863
+
837
864
  </code>
838
865
  </td>
839
866
  <td class="name"><code><p>布局位置,描述注记和几何之间的关系。针对于点类型可选项1.above-left 2.above-center 3.above-right 4.center-left 5.center-center 6.center-right 7.below-left 8.below-center 9.below-right 针对于线类型 1.'on-line' 压线 2.'above-line' 线上 3.'under-line' 线下 针对于区类型1.'parallel' 平行 2.'outside' 区外 3.'bottom' 底部 4.'skeleton' 骨架线</p></code></td>
840
867
  </tr>
841
868
 
842
869
  <tr class="deep-level-0">
843
- <td class="name"><code><a href="LabelClass.html#labelPositionAlong">labelPositionAlong</a></code></td>
870
+ <td class="name"><code><a href="#labelPositionAlong">labelPositionAlong</a></code></td>
844
871
  <td class="name">
845
872
  <code>
846
873
 
847
874
  <span class="param-type">String</span>
848
875
 
849
876
 
877
+
850
878
  </code>
851
879
  </td>
852
880
  <td class="name"><code><p>线文字与线关系,仅集中注记时生效。1.'start' 线头 2.'middle' 线中点 3.'end' 线尾,限制线使用。</p></code></td>
853
881
  </tr>
854
882
 
855
883
  <tr class="deep-level-0">
856
- <td class="name"><code><a href="LabelClass.html#lineLabelSpread">lineLabelSpread</a></code></td>
884
+ <td class="name"><code><a href="#lineLabelSpread">lineLabelSpread</a></code></td>
857
885
  <td class="name">
858
886
  <code>
859
887
 
860
888
  <span class="param-type">String</span>
861
889
 
862
890
 
891
+
863
892
  </code>
864
893
  </td>
865
894
  <td class="name"><code><p>线注记分布方式 1.'auto-spread' 字母集中,汉字分散 2.'centralization-spread'集中 3.'decentralize-spread' 分散。限制线几何使用。</p></code></td>
866
895
  </tr>
867
896
 
868
897
  <tr class="deep-level-0">
869
- <td class="name"><code><a href="LabelClass.html#maxScale">maxScale</a></code></td>
898
+ <td class="name"><code><a href="#maxScale">maxScale</a></code></td>
870
899
  <td class="name">
871
900
  <code>
872
901
 
873
902
  <span class="param-type">Number</span>
874
903
 
875
904
 
905
+
876
906
  </code>
877
907
  </td>
878
908
  <td class="name"><code><p>注记显示的最大比例尺(比例尺的分母,该值越小,比例尺越大)。默认值为undefined,undefined表示用户未设置。maxScale的值应该始终小于minScale的值,单位为米,不支持渲染类型renderMode为ground的模式。</p></code></td>
879
909
  </tr>
880
910
 
881
911
  <tr class="deep-level-0">
882
- <td class="name"><code><a href="LabelClass.html#minScale">minScale</a></code></td>
912
+ <td class="name"><code><a href="#minScale">minScale</a></code></td>
883
913
  <td class="name">
884
914
  <code>
885
915
 
886
916
  <span class="param-type">Number</span>
887
917
 
888
918
 
919
+
889
920
  </code>
890
921
  </td>
891
922
  <td class="name"><code><p>注记显示的最小比例尺(比例尺的分母,该值越大,比例尺越小)。默认值为undefined,undefined表示用户未设置。minScale的值应该始终大于maxScale的值,单位为米,不支持渲染类型renderMode为ground的模式。</p></code></td>
892
923
  </tr>
893
924
 
894
925
  <tr class="deep-level-0">
895
- <td class="name"><code><a href="LabelClass.html#renderMode">renderMode</a></code></td>
926
+ <td class="name"><code><a href="#renderMode">renderMode</a></code></td>
896
927
  <td class="name">
897
928
  <code>
898
929
 
899
930
  <span class="param-type">String</span>
900
931
 
901
932
 
933
+
902
934
  </code>
903
935
  </td>
904
936
  <td class="name"><code><p>注记渲染方式,1.canvas 2.label 3.ground(测试)</p></code></td>
905
937
  </tr>
906
938
 
907
939
  <tr class="deep-level-0">
908
- <td class="name"><code><a href="LabelClass.html#repeatEndRate">repeatEndRate</a></code></td>
940
+ <td class="name"><code><a href="#repeatEndRate">repeatEndRate</a></code></td>
909
941
  <td class="name">
910
942
  <code>
911
943
 
912
944
  <span class="param-type">Number</span>
913
945
 
914
946
 
947
+
915
948
  </code>
916
949
  </td>
917
950
  <td class="name"><code><p>结束步长比例,限制线几何、区几何类型使用,范围为0~1。0表示步长分段的开始,1表示步长分段的结尾。</p></code></td>
918
951
  </tr>
919
952
 
920
953
  <tr class="deep-level-0">
921
- <td class="name"><code><a href="LabelClass.html#repeatLabel">repeatLabel</a></code></td>
954
+ <td class="name"><code><a href="#repeatLabel">repeatLabel</a></code></td>
922
955
  <td class="name">
923
956
  <code>
924
957
 
925
958
  <span class="param-type">Boolean</span>
926
959
 
927
960
 
961
+
928
962
  </code>
929
963
  </td>
930
964
  <td class="name"><code><p>是否重复注记,限制线几何类型使用</p></code></td>
931
965
  </tr>
932
966
 
933
967
  <tr class="deep-level-0">
934
- <td class="name"><code><a href="LabelClass.html#repeatLabelDistance">repeatLabelDistance</a></code></td>
968
+ <td class="name"><code><a href="#repeatLabelDistance">repeatLabelDistance</a></code></td>
935
969
  <td class="name">
936
970
  <code>
937
971
 
938
972
  <span class="param-type">Number</span>
939
973
 
940
974
 
975
+
941
976
  </code>
942
977
  </td>
943
978
  <td class="name"><code><p>重复步长,限制线几何类型使用,单位为米</p></code></td>
944
979
  </tr>
945
980
 
946
981
  <tr class="deep-level-0">
947
- <td class="name"><code><a href="LabelClass.html#repeatStartRate">repeatStartRate</a></code></td>
982
+ <td class="name"><code><a href="#repeatStartRate">repeatStartRate</a></code></td>
948
983
  <td class="name">
949
984
  <code>
950
985
 
951
986
  <span class="param-type">Number</span>
952
987
 
953
988
 
989
+
954
990
  </code>
955
991
  </td>
956
992
  <td class="name"><code><p>开始步长比例,限制线几何、区几何类型使用,范围为0~1。0表示步长分段的开始,1表示步长分段的结尾。</p></code></td>
957
993
  </tr>
958
994
 
959
995
  <tr class="deep-level-0">
960
- <td class="name"><code><a href="LabelClass.html#skeletonLineEndRate">skeletonLineEndRate</a></code></td>
996
+ <td class="name"><code><a href="#skeletonLineEndRate">skeletonLineEndRate</a></code></td>
961
997
  <td class="name">
962
998
  <code>
963
999
 
964
1000
  <span class="param-type">String</span>
965
1001
 
966
1002
 
1003
+
967
1004
  </code>
968
1005
  </td>
969
1006
  <td class="name"><code><p>骨架线结束步长比例,限制区几何类型使用,范围为0~1。0表示步长分段的开始,1表示步长分段的结尾。</p></code></td>
970
1007
  </tr>
971
1008
 
972
1009
  <tr class="deep-level-0">
973
- <td class="name"><code><a href="LabelClass.html#skeletonLineStartRate">skeletonLineStartRate</a></code></td>
1010
+ <td class="name"><code><a href="#skeletonLineStartRate">skeletonLineStartRate</a></code></td>
974
1011
  <td class="name">
975
1012
  <code>
976
1013
 
977
1014
  <span class="param-type">String</span>
978
1015
 
979
1016
 
1017
+
980
1018
  </code>
981
1019
  </td>
982
1020
  <td class="name"><code><p>骨架线开始步长比例,限制区几何类型使用,范围为0~1。0表示步长分段的开始,1表示步长分段的结尾。</p></code></td>
983
1021
  </tr>
984
1022
 
985
1023
  <tr class="deep-level-0">
986
- <td class="name"><code><a href="LabelClass.html#symbol">symbol</a></code></td>
1024
+ <td class="name"><code><a href="#symbol">symbol</a></code></td>
987
1025
  <td class="name">
988
1026
  <code>
989
1027
 
990
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
1028
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
991
1029
  |
992
1030
 
993
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1031
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1032
+
994
1033
 
995
1034
 
996
1035
  </code>
@@ -1012,6 +1051,7 @@
1012
1051
  <span class="param-type">String</span>
1013
1052
 
1014
1053
 
1054
+
1015
1055
  </span>
1016
1056
 
1017
1057
  <h4 class="name" id="currentAttributeName">
@@ -1082,6 +1122,7 @@
1082
1122
  <span class="param-type">String</span>
1083
1123
 
1084
1124
 
1125
+
1085
1126
  </span>
1086
1127
 
1087
1128
  <h4 class="name" id="deconflictionStrategy">
@@ -1149,7 +1190,8 @@
1149
1190
  <span class="method-parameter is-pulled-right">
1150
1191
  <label>类型:</label>
1151
1192
 
1152
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1193
+ <span class="param-type"><a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
1194
+
1153
1195
 
1154
1196
 
1155
1197
  </span>
@@ -1222,6 +1264,7 @@
1222
1264
  <span class="param-type">Object</span>
1223
1265
 
1224
1266
 
1267
+
1225
1268
  </span>
1226
1269
 
1227
1270
  <h4 class="name" id="extendOptions">
@@ -1292,6 +1335,7 @@
1292
1335
  <span class="param-type">Number</span>
1293
1336
 
1294
1337
 
1338
+
1295
1339
  </span>
1296
1340
 
1297
1341
  <h4 class="name" id="groundScale">
@@ -1362,6 +1406,7 @@
1362
1406
  <span class="param-type">String</span>
1363
1407
 
1364
1408
 
1409
+
1365
1410
  </span>
1366
1411
 
1367
1412
  <h4 class="name" id="labelExpression">
@@ -1432,6 +1477,7 @@
1432
1477
  <span class="param-type">String</span>
1433
1478
 
1434
1479
 
1480
+
1435
1481
  </span>
1436
1482
 
1437
1483
  <h4 class="name" id="labelPlacement">
@@ -1502,6 +1548,7 @@
1502
1548
  <span class="param-type">String</span>
1503
1549
 
1504
1550
 
1551
+
1505
1552
  </span>
1506
1553
 
1507
1554
  <h4 class="name" id="labelPositionAlong">
@@ -1572,6 +1619,7 @@
1572
1619
  <span class="param-type">String</span>
1573
1620
 
1574
1621
 
1622
+
1575
1623
  </span>
1576
1624
 
1577
1625
  <h4 class="name" id="lineLabelSpread">
@@ -1642,6 +1690,7 @@
1642
1690
  <span class="param-type">Number</span>
1643
1691
 
1644
1692
 
1693
+
1645
1694
  </span>
1646
1695
 
1647
1696
  <h4 class="name" id="maxScale">
@@ -1712,6 +1761,7 @@
1712
1761
  <span class="param-type">Number</span>
1713
1762
 
1714
1763
 
1764
+
1715
1765
  </span>
1716
1766
 
1717
1767
  <h4 class="name" id="minScale">
@@ -1782,6 +1832,7 @@
1782
1832
  <span class="param-type">String</span>
1783
1833
 
1784
1834
 
1835
+
1785
1836
  </span>
1786
1837
 
1787
1838
  <h4 class="name" id="renderMode">
@@ -1852,6 +1903,7 @@
1852
1903
  <span class="param-type">Number</span>
1853
1904
 
1854
1905
 
1906
+
1855
1907
  </span>
1856
1908
 
1857
1909
  <h4 class="name" id="repeatEndRate">
@@ -1922,6 +1974,7 @@
1922
1974
  <span class="param-type">Boolean</span>
1923
1975
 
1924
1976
 
1977
+
1925
1978
  </span>
1926
1979
 
1927
1980
  <h4 class="name" id="repeatLabel">
@@ -1992,6 +2045,7 @@
1992
2045
  <span class="param-type">Number</span>
1993
2046
 
1994
2047
 
2048
+
1995
2049
  </span>
1996
2050
 
1997
2051
  <h4 class="name" id="repeatLabelDistance">
@@ -2062,6 +2116,7 @@
2062
2116
  <span class="param-type">Number</span>
2063
2117
 
2064
2118
 
2119
+
2065
2120
  </span>
2066
2121
 
2067
2122
  <h4 class="name" id="repeatStartRate">
@@ -2132,6 +2187,7 @@
2132
2187
  <span class="param-type">String</span>
2133
2188
 
2134
2189
 
2190
+
2135
2191
  </span>
2136
2192
 
2137
2193
  <h4 class="name" id="skeletonLineEndRate">
@@ -2202,6 +2258,7 @@
2202
2258
  <span class="param-type">String</span>
2203
2259
 
2204
2260
 
2261
+
2205
2262
  </span>
2206
2263
 
2207
2264
  <h4 class="name" id="skeletonLineStartRate">
@@ -2269,10 +2326,11 @@
2269
2326
  <span class="method-parameter is-pulled-right">
2270
2327
  <label>类型:</label>
2271
2328
 
2272
- <span class="param-type"><a class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
2329
+ <span class="param-type"><a link="MapGISTextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTextSymbol" MapGISTextSymbol.html>MapGISTextSymbol</a></span>
2273
2330
  |
2274
2331
 
2275
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2332
+ <span class="param-type"><a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
2333
+
2276
2334
 
2277
2335
 
2278
2336
  </span>
@@ -2358,12 +2416,13 @@
2358
2416
  <tbody>
2359
2417
 
2360
2418
  <tr class="deep-level-0">
2361
- <td class="name"><code><a href="LabelClass.html#fromJSON">fromJSON</a></code></td>
2419
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
2362
2420
  <td class="name">
2363
2421
  <code>
2364
2422
 
2365
2423
 
2366
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2424
+ <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2425
+
2367
2426
 
2368
2427
 
2369
2428
 
@@ -2373,12 +2432,13 @@
2373
2432
  </tr>
2374
2433
 
2375
2434
  <tr class="deep-level-0">
2376
- <td class="name"><code><a href="LabelClass.html#clone">clone</a></code></td>
2435
+ <td class="name"><code><a href="#clone">clone</a></code></td>
2377
2436
  <td class="name">
2378
2437
  <code>
2379
2438
 
2380
2439
 
2381
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2440
+ <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2441
+
2382
2442
 
2383
2443
 
2384
2444
 
@@ -2388,7 +2448,7 @@
2388
2448
  </tr>
2389
2449
 
2390
2450
  <tr class="deep-level-0">
2391
- <td class="name"><code><a href="LabelClass.html#toJSON">toJSON</a></code></td>
2451
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
2392
2452
  <td class="name">
2393
2453
  <code>
2394
2454
 
@@ -2396,6 +2456,7 @@
2396
2456
  <span class="param-type">Object</span>
2397
2457
 
2398
2458
 
2459
+
2399
2460
 
2400
2461
  </code>
2401
2462
  </td>
@@ -2473,6 +2534,7 @@
2473
2534
  <span class="param-type">Object</span>
2474
2535
 
2475
2536
 
2537
+
2476
2538
 
2477
2539
  </td>
2478
2540
 
@@ -2558,7 +2620,8 @@
2558
2620
  <div class='column is-5 has-text-left'>
2559
2621
  <label>类型: </label>
2560
2622
 
2561
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2623
+ <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2624
+
2562
2625
 
2563
2626
 
2564
2627
  </div>
@@ -2674,7 +2737,8 @@
2674
2737
  <div class='column is-5 has-text-left'>
2675
2738
  <label>类型: </label>
2676
2739
 
2677
- <span class="param-type"><a class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2740
+ <span class="param-type"><a link="LabelClass.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="LabelClass" LabelClass.html>LabelClass</a></span>
2741
+
2678
2742
 
2679
2743
 
2680
2744
  </div>
@@ -2793,6 +2857,7 @@
2793
2857
  <span class="param-type">Object</span>
2794
2858
 
2795
2859
 
2860
+
2796
2861
  </div>
2797
2862
 
2798
2863
  </div>