@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 { Circle } 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
 
@@ -110,12 +111,13 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
110
111
  <td class="type">
111
112
 
112
113
 
113
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
114
+ <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
114
115
  |
115
116
 
116
117
  <span class="param-type">Array.&lt;Number></span>
117
118
 
118
119
 
120
+
119
121
 
120
122
  </td>
121
123
 
@@ -142,6 +144,7 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
142
144
  <span class="param-type">Number</span>
143
145
 
144
146
 
147
+
145
148
 
146
149
  </td>
147
150
 
@@ -167,7 +170,8 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
167
170
  <td class="type">
168
171
 
169
172
 
170
- <span class="param-type"><a class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
173
+ <span class="param-type"><a link="RadiusUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
174
+
171
175
 
172
176
 
173
177
 
@@ -198,6 +202,7 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
198
202
  <span class="param-type">Number</span>
199
203
 
200
204
 
205
+
201
206
 
202
207
  </td>
203
208
 
@@ -226,6 +231,7 @@ import { Circle } from &quot;@mapgis/webclient-common&quot; <br/>
226
231
  <span class="param-type">Number</span>
227
232
 
228
233
 
234
+
229
235
 
230
236
  </td>
231
237
 
@@ -251,7 +257,8 @@ import { Circle } 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="SpatialReference" SpatialReference.html>SpatialReference</a></span>
260
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
261
+
255
262
 
256
263
 
257
264
 
@@ -400,7 +407,7 @@ new Circle({
400
407
 
401
408
 
402
409
  <ul>
403
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
410
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
404
411
  </ul>
405
412
 
406
413
 
@@ -432,76 +439,82 @@ new Circle({
432
439
  <tbody>
433
440
 
434
441
  <tr class="deep-level-0">
435
- <td class="name"><code><a href="Circle.html#center">center</a></code></td>
442
+ <td class="name"><code><a href="#center">center</a></code></td>
436
443
  <td class="name">
437
444
  <code>
438
445
 
439
446
  <span class="param-type">Array.&lt;Number></span>
440
447
 
441
448
 
449
+
442
450
  </code>
443
451
  </td>
444
452
  <td class="name"><code><p>圆的中心点</p></code></td>
445
453
  </tr>
446
454
 
447
455
  <tr class="deep-level-0">
448
- <td class="name"><code><a href="Circle.html#extent">extent</a></code></td>
456
+ <td class="name"><code><a href="#extent">extent</a></code></td>
449
457
  <td class="name">
450
458
  <code>
451
459
 
452
460
  <span class="param-type">Number</span>
453
461
 
454
462
 
463
+
455
464
  </code>
456
465
  </td>
457
466
  <td class="name"><code><p>外包盒</p></code></td>
458
467
  </tr>
459
468
 
460
469
  <tr class="deep-level-0">
461
- <td class="name"><code><a href="Circle.html#geodesic">geodesic</a></code></td>
470
+ <td class="name"><code><a href="#geodesic">geodesic</a></code></td>
462
471
  <td class="name">
463
472
  <code>
464
473
 
465
474
  <span class="param-type">Boolean</span>
466
475
 
467
476
 
477
+
468
478
  </code>
469
479
  </td>
470
480
  <td class="name"><code><p>是否显示为地理圆减少失真。当圆spatialReference为4326或3857时,设置有true有效,其他坐标系默认显示为投影坐标系的标准圆。</p></code></td>
471
481
  </tr>
472
482
 
473
483
  <tr class="deep-level-0">
474
- <td class="name"><code><a href="Circle.html#hasZ">hasZ</a></code></td>
484
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
475
485
  <td class="name">
476
486
  <code>
477
487
 
478
488
  <span class="param-type">Boolean</span>
479
489
 
480
490
 
491
+
481
492
  </code>
482
493
  </td>
483
494
  <td class="name"><code><p>是否含有z坐标</p></code></td>
484
495
  </tr>
485
496
 
486
497
  <tr class="deep-level-0">
487
- <td class="name"><code><a href="Circle.html#radius">radius</a></code></td>
498
+ <td class="name"><code><a href="#radius">radius</a></code></td>
488
499
  <td class="name">
489
500
  <code>
490
501
 
491
502
  <span class="param-type">Number</span>
492
503
 
493
504
 
505
+
494
506
  </code>
495
507
  </td>
496
508
  <td class="name"><code><p>圆的半径</p></code></td>
497
509
  </tr>
498
510
 
499
511
  <tr class="deep-level-0">
500
- <td class="name"><code><a href="Circle.html#radiusUnit">radiusUnit</a></code></td>
512
+ <td class="name"><code><a href="#radiusUnit">radiusUnit</a></code></td>
501
513
  <td class="name">
502
514
  <code>
503
515
 
504
- <span class="param-type"><a class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
516
+ <span class="param-type"><a link="RadiusUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
517
+
505
518
 
506
519
 
507
520
  </code>
@@ -510,11 +523,12 @@ new Circle({
510
523
  </tr>
511
524
 
512
525
  <tr class="deep-level-0">
513
- <td class="name"><code><a href="Circle.html#spatialReference">spatialReference</a></code></td>
526
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
514
527
  <td class="name">
515
528
  <code>
516
529
 
517
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
530
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
531
+
518
532
 
519
533
 
520
534
  </code>
@@ -536,6 +550,7 @@ new Circle({
536
550
  <span class="param-type">Array.&lt;Number></span>
537
551
 
538
552
 
553
+
539
554
  </span>
540
555
 
541
556
  <h4 class="name" id="center">
@@ -606,6 +621,7 @@ new Circle({
606
621
  <span class="param-type">Number</span>
607
622
 
608
623
 
624
+
609
625
  </span>
610
626
 
611
627
  <h4 class="name" id="extent">
@@ -681,6 +697,7 @@ new Circle({
681
697
  <span class="param-type">Boolean</span>
682
698
 
683
699
 
700
+
684
701
  </span>
685
702
 
686
703
  <h4 class="name" id="geodesic">
@@ -756,6 +773,7 @@ new Circle({
756
773
  <span class="param-type">Boolean</span>
757
774
 
758
775
 
776
+
759
777
  </span>
760
778
 
761
779
  <h4 class="name" id="hasZ">
@@ -835,6 +853,7 @@ new Circle({
835
853
  <span class="param-type">Number</span>
836
854
 
837
855
 
856
+
838
857
  </span>
839
858
 
840
859
  <h4 class="name" id="radius">
@@ -907,7 +926,8 @@ new Circle({
907
926
  <span class="method-parameter is-pulled-right">
908
927
  <label>类型:</label>
909
928
 
910
- <span class="param-type"><a class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
929
+ <span class="param-type"><a link="RadiusUnit.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="RadiusUnit" global.html#RadiusUnit>RadiusUnit</a></span>
930
+
911
931
 
912
932
 
913
933
  </span>
@@ -977,7 +997,8 @@ new Circle({
977
997
  <span class="method-parameter is-pulled-right">
978
998
  <label>类型:</label>
979
999
 
980
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1000
+ <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1001
+
981
1002
 
982
1003
 
983
1004
  </span>
@@ -1011,7 +1032,7 @@ new Circle({
1011
1032
 
1012
1033
  <dt class="inherited-from">Inherited From:</dt>
1013
1034
  <dd class="inherited-from"><ul class="dummy"><li>
1014
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
1035
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
1015
1036
  </li></ul></dd>
1016
1037
 
1017
1038
 
@@ -1068,7 +1089,7 @@ new Circle({
1068
1089
  <tbody>
1069
1090
 
1070
1091
  <tr class="deep-level-0">
1071
- <td class="name"><code><a href="Circle.html#fromJSON">fromJSON</a></code></td>
1092
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1072
1093
  <td class="name">
1073
1094
  <code>
1074
1095
 
@@ -1078,12 +1099,13 @@ new Circle({
1078
1099
  </tr>
1079
1100
 
1080
1101
  <tr class="deep-level-0">
1081
- <td class="name"><code><a href="Circle.html#clone">clone</a></code></td>
1102
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1082
1103
  <td class="name">
1083
1104
  <code>
1084
1105
 
1085
1106
 
1086
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1107
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1108
+
1087
1109
 
1088
1110
 
1089
1111
 
@@ -1093,7 +1115,7 @@ new Circle({
1093
1115
  </tr>
1094
1116
 
1095
1117
  <tr class="deep-level-0">
1096
- <td class="name"><code><a href="Circle.html#fromGeoJSON">fromGeoJSON</a></code></td>
1118
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
1097
1119
  <td class="name">
1098
1120
  <code>
1099
1121
 
@@ -1103,7 +1125,7 @@ new Circle({
1103
1125
  </tr>
1104
1126
 
1105
1127
  <tr class="deep-level-0">
1106
- <td class="name"><code><a href="Circle.html#getGeometryType">getGeometryType</a></code></td>
1128
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
1107
1129
  <td class="name">
1108
1130
  <code>
1109
1131
 
@@ -1111,6 +1133,7 @@ new Circle({
1111
1133
  <span class="param-type">String</span>
1112
1134
 
1113
1135
 
1136
+
1114
1137
 
1115
1138
  </code>
1116
1139
  </td>
@@ -1118,7 +1141,7 @@ new Circle({
1118
1141
  </tr>
1119
1142
 
1120
1143
  <tr class="deep-level-0">
1121
- <td class="name"><code><a href="Circle.html#getIGSType">getIGSType</a></code></td>
1144
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
1122
1145
  <td class="name">
1123
1146
  <code>
1124
1147
 
@@ -1126,6 +1149,7 @@ new Circle({
1126
1149
  <span class="param-type">String</span>
1127
1150
 
1128
1151
 
1152
+
1129
1153
 
1130
1154
  </code>
1131
1155
  </td>
@@ -1133,7 +1157,7 @@ new Circle({
1133
1157
  </tr>
1134
1158
 
1135
1159
  <tr class="deep-level-0">
1136
- <td class="name"><code><a href="Circle.html#getType">getType</a></code></td>
1160
+ <td class="name"><code><a href="#getType">getType</a></code></td>
1137
1161
  <td class="name">
1138
1162
  <code>
1139
1163
 
@@ -1141,6 +1165,7 @@ new Circle({
1141
1165
  <span class="param-type">String</span>
1142
1166
 
1143
1167
 
1168
+
1144
1169
 
1145
1170
  </code>
1146
1171
  </td>
@@ -1148,7 +1173,7 @@ new Circle({
1148
1173
  </tr>
1149
1174
 
1150
1175
  <tr class="deep-level-0">
1151
- <td class="name"><code><a href="Circle.html#toGeoJSON">toGeoJSON</a></code></td>
1176
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1152
1177
  <td class="name">
1153
1178
  <code>
1154
1179
 
@@ -1156,6 +1181,7 @@ new Circle({
1156
1181
  <span class="param-type">Object</span>
1157
1182
 
1158
1183
 
1184
+
1159
1185
 
1160
1186
  </code>
1161
1187
  </td>
@@ -1163,7 +1189,7 @@ new Circle({
1163
1189
  </tr>
1164
1190
 
1165
1191
  <tr class="deep-level-0">
1166
- <td class="name"><code><a href="Circle.html#toJSON">toJSON</a></code></td>
1192
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1167
1193
  <td class="name">
1168
1194
  <code>
1169
1195
 
@@ -1171,6 +1197,7 @@ new Circle({
1171
1197
  <span class="param-type">Object</span>
1172
1198
 
1173
1199
 
1200
+
1174
1201
 
1175
1202
  </code>
1176
1203
  </td>
@@ -1179,12 +1206,13 @@ new Circle({
1179
1206
  </tr>
1180
1207
 
1181
1208
  <tr class="deep-level-0">
1182
- <td class="name"><code><a href="Circle.html#toPolygon">toPolygon</a></code></td>
1209
+ <td class="name"><code><a href="#toPolygon">toPolygon</a></code></td>
1183
1210
  <td class="name">
1184
1211
  <code>
1185
1212
 
1186
1213
 
1187
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1214
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1215
+
1188
1216
 
1189
1217
 
1190
1218
 
@@ -1194,7 +1222,7 @@ new Circle({
1194
1222
  </tr>
1195
1223
 
1196
1224
  <tr class="deep-level-0">
1197
- <td class="name"><code><a href="Circle.html#toString">toString</a></code></td>
1225
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1198
1226
  <td class="name">
1199
1227
  <code>
1200
1228
 
@@ -1202,6 +1230,7 @@ new Circle({
1202
1230
  <span class="param-type">String</span>
1203
1231
 
1204
1232
 
1233
+
1205
1234
 
1206
1235
  </code>
1207
1236
  </td>
@@ -1209,7 +1238,7 @@ new Circle({
1209
1238
  </tr>
1210
1239
 
1211
1240
  <tr class="deep-level-0">
1212
- <td class="name"><code><a href="Circle.html#toXMl">toXMl</a></code></td>
1241
+ <td class="name"><code><a href="#toXMl">toXMl</a></code></td>
1213
1242
  <td class="name">
1214
1243
  <code>
1215
1244
 
@@ -1217,6 +1246,7 @@ new Circle({
1217
1246
  <span class="param-type">String</span>
1218
1247
 
1219
1248
 
1249
+
1220
1250
 
1221
1251
  </code>
1222
1252
  </td>
@@ -1224,7 +1254,7 @@ new Circle({
1224
1254
  </tr>
1225
1255
 
1226
1256
  <tr class="deep-level-0">
1227
- <td class="name"><code><a href="Circle.html#toXML">toXML</a></code></td>
1257
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1228
1258
  <td class="name">
1229
1259
  <code>
1230
1260
 
@@ -1232,6 +1262,7 @@ new Circle({
1232
1262
  <span class="param-type">String</span>
1233
1263
 
1234
1264
 
1265
+
1235
1266
 
1236
1267
  </code>
1237
1268
  </td>
@@ -1309,6 +1340,7 @@ new Circle({
1309
1340
  <span class="param-type">Object</span>
1310
1341
 
1311
1342
 
1343
+
1312
1344
 
1313
1345
  </td>
1314
1346
 
@@ -1509,7 +1541,8 @@ const circle = Circle.fromJSON(json)</code></pre>
1509
1541
  <div class='column is-5 has-text-left'>
1510
1542
  <label>类型: </label>
1511
1543
 
1512
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1544
+ <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1545
+
1513
1546
 
1514
1547
 
1515
1548
  </div>
@@ -1589,6 +1622,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1589
1622
  <span class="param-type">Object</span>
1590
1623
 
1591
1624
 
1625
+
1592
1626
 
1593
1627
  </td>
1594
1628
 
@@ -1618,7 +1652,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1618
1652
 
1619
1653
  <dt class="inherited-from">Inherited From:</dt>
1620
1654
  <dd class="inherited-from"><ul class="dummy"><li>
1621
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1655
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
1622
1656
  </li></ul></dd>
1623
1657
 
1624
1658
 
@@ -1714,7 +1748,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1714
1748
 
1715
1749
  <dt class="inherited-from">Inherited From:</dt>
1716
1750
  <dd class="inherited-from"><ul class="dummy"><li>
1717
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1751
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
1718
1752
  </li></ul></dd>
1719
1753
 
1720
1754
 
@@ -1778,6 +1812,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1778
1812
  <span class="param-type">String</span>
1779
1813
 
1780
1814
 
1815
+
1781
1816
  </div>
1782
1817
 
1783
1818
  </div>
@@ -1899,6 +1934,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1899
1934
  <span class="param-type">String</span>
1900
1935
 
1901
1936
 
1937
+
1902
1938
  </div>
1903
1939
 
1904
1940
  </div>
@@ -1956,7 +1992,7 @@ const circle = Circle.fromJSON(json)</code></pre>
1956
1992
 
1957
1993
  <dt class="inherited-from">Inherited From:</dt>
1958
1994
  <dd class="inherited-from"><ul class="dummy"><li>
1959
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
1995
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
1960
1996
  </li></ul></dd>
1961
1997
 
1962
1998
 
@@ -2020,6 +2056,7 @@ const circle = Circle.fromJSON(json)</code></pre>
2020
2056
  <span class="param-type">String</span>
2021
2057
 
2022
2058
 
2059
+
2023
2060
  </div>
2024
2061
 
2025
2062
  </div>
@@ -2141,6 +2178,7 @@ const circle = Circle.fromJSON(json)</code></pre>
2141
2178
  <span class="param-type">Object</span>
2142
2179
 
2143
2180
 
2181
+
2144
2182
  </div>
2145
2183
 
2146
2184
  </div>
@@ -2263,6 +2301,7 @@ const circle = Circle.fromJSON(json)</code></pre>
2263
2301
  <span class="param-type">Object</span>
2264
2302
 
2265
2303
 
2304
+
2266
2305
  </div>
2267
2306
 
2268
2307
  </div>
@@ -2376,7 +2415,8 @@ const circle = Circle.fromJSON(json)</code></pre>
2376
2415
  <div class='column is-5 has-text-left'>
2377
2416
  <label>类型: </label>
2378
2417
 
2379
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2418
+ <span class="param-type"><a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
2419
+
2380
2420
 
2381
2421
 
2382
2422
  </div>
@@ -2519,6 +2559,7 @@ const polygon = circle.toPolygon()</code></pre>
2519
2559
  <span class="param-type">String</span>
2520
2560
 
2521
2561
 
2562
+
2522
2563
  </div>
2523
2564
 
2524
2565
  </div>
@@ -2635,6 +2676,7 @@ const polygon = circle.toPolygon()</code></pre>
2635
2676
  <span class="param-type">String</span>
2636
2677
 
2637
2678
 
2679
+
2638
2680
  </div>
2639
2681
 
2640
2682
  </div>
@@ -2692,7 +2734,7 @@ const polygon = circle.toPolygon()</code></pre>
2692
2734
 
2693
2735
  <dt class="inherited-from">Inherited From:</dt>
2694
2736
  <dd class="inherited-from"><ul class="dummy"><li>
2695
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
2737
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
2696
2738
  </li></ul></dd>
2697
2739
 
2698
2740
 
@@ -2756,6 +2798,7 @@ const polygon = circle.toPolygon()</code></pre>
2756
2798
  <span class="param-type">String</span>
2757
2799
 
2758
2800
 
2801
+
2759
2802
  </div>
2760
2803
 
2761
2804
  </div>