@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -146,12 +146,17 @@
146
146
  <tbody>
147
147
 
148
148
  <tr class="deep-level-0">
149
- <td class="name"><code><a href="SketchTopologyTool.html#unionPolygons">unionPolygons</a></code></td>
149
+ <td class="name"><code><a href="#unionPolygons">unionPolygons</a></code></td>
150
150
  <td class="name">
151
151
  <code>
152
152
 
153
153
 
154
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
154
+ <span class="param-type">
155
+
156
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
157
+
158
+ </span>
159
+
155
160
 
156
161
 
157
162
 
@@ -218,13 +223,18 @@
218
223
 
219
224
  <tr class="deep-level-0">
220
225
 
221
- <td class="name" id="polygons"><code>polygons</code></td>
226
+ <td class="name"><code>polygons</code></td>
222
227
 
223
228
 
224
229
  <td class="type">
225
230
 
226
231
 
227
- <span class="param-type">Array</span>
232
+ <span class="param-type">
233
+
234
+ Array
235
+
236
+ </span>
237
+
228
238
 
229
239
 
230
240
 
@@ -312,7 +322,12 @@
312
322
  <div class='column is-5 has-text-left'>
313
323
  <label>类型: </label>
314
324
 
315
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
325
+ <span class="param-type">
326
+
327
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
328
+
329
+ </span>
330
+
316
331
 
317
332
 
318
333
  </div>
@@ -76,16 +76,25 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
76
76
 
77
77
  <tr class="deep-level-0">
78
78
 
79
- <td class="name" id="options"><code>options</code></td>
79
+ <td class="name"><code>options</code></td>
80
80
 
81
81
 
82
82
  <td class="type">
83
83
 
84
84
 
85
- <span class="param-type">Object</span>
85
+ <span class="param-type">
86
+
87
+ Object
88
+
89
+ </span>
86
90
  |
87
91
 
88
- <span class="param-type">String</span>
92
+ <span class="param-type">
93
+
94
+ String
95
+
96
+ </span>
97
+
89
98
 
90
99
 
91
100
 
@@ -101,16 +110,25 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
101
110
 
102
111
  <tr class="deep-level-1">
103
112
 
104
- <td class="name" id="wkid"><code>wkid</code></td>
113
+ <td class="name"><code>wkid</code></td>
105
114
 
106
115
 
107
116
  <td class="type">
108
117
 
109
118
 
110
- <span class="param-type">Number</span>
119
+ <span class="param-type">
120
+
121
+ Number
122
+
123
+ </span>
111
124
  |
112
125
 
113
- <span class="param-type">undefined</span>
126
+ <span class="param-type">
127
+
128
+ undefined
129
+
130
+ </span>
131
+
114
132
 
115
133
 
116
134
 
@@ -126,16 +144,25 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
126
144
 
127
145
  <tr class="deep-level-1">
128
146
 
129
- <td class="name" id="wkt"><code>wkt</code></td>
147
+ <td class="name"><code>wkt</code></td>
130
148
 
131
149
 
132
150
  <td class="type">
133
151
 
134
152
 
135
- <span class="param-type">String</span>
153
+ <span class="param-type">
154
+
155
+ String
156
+
157
+ </span>
136
158
  |
137
159
 
138
- <span class="param-type">undefined</span>
160
+ <span class="param-type">
161
+
162
+ undefined
163
+
164
+ </span>
165
+
139
166
 
140
167
 
141
168
 
@@ -151,16 +178,25 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
151
178
 
152
179
  <tr class="deep-level-1">
153
180
 
154
- <td class="name" id="unit"><code>unit</code></td>
181
+ <td class="name"><code>unit</code></td>
155
182
 
156
183
 
157
184
  <td class="type">
158
185
 
159
186
 
160
- <span class="param-type">String</span>
187
+ <span class="param-type">
188
+
189
+ String
190
+
191
+ </span>
161
192
  |
162
193
 
163
- <span class="param-type">undefined</span>
194
+ <span class="param-type">
195
+
196
+ undefined
197
+
198
+ </span>
199
+
164
200
 
165
201
 
166
202
 
@@ -278,11 +314,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
278
314
  <tbody>
279
315
 
280
316
  <tr class="deep-level-0">
281
- <td class="name"><code><a href="SpatialReference.html#isGeographic">isGeographic</a></code></td>
317
+ <td class="name"><code><a href="#isGeographic">isGeographic</a></code></td>
282
318
  <td class="name">
283
319
  <code>
284
320
 
285
- <span class="param-type">Boolean</span>
321
+ <span class="param-type">
322
+
323
+ Boolean
324
+
325
+ </span>
326
+
286
327
 
287
328
 
288
329
  </code>
@@ -291,11 +332,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
291
332
  </tr>
292
333
 
293
334
  <tr class="deep-level-0">
294
- <td class="name"><code><a href="SpatialReference.html#isWebMercator">isWebMercator</a></code></td>
335
+ <td class="name"><code><a href="#isWebMercator">isWebMercator</a></code></td>
295
336
  <td class="name">
296
337
  <code>
297
338
 
298
- <span class="param-type">Boolean</span>
339
+ <span class="param-type">
340
+
341
+ Boolean
342
+
343
+ </span>
344
+
299
345
 
300
346
 
301
347
  </code>
@@ -304,11 +350,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
304
350
  </tr>
305
351
 
306
352
  <tr class="deep-level-0">
307
- <td class="name"><code><a href="SpatialReference.html#isWGS84">isWGS84</a></code></td>
353
+ <td class="name"><code><a href="#isWGS84">isWGS84</a></code></td>
308
354
  <td class="name">
309
355
  <code>
310
356
 
311
- <span class="param-type">Boolean</span>
357
+ <span class="param-type">
358
+
359
+ Boolean
360
+
361
+ </span>
362
+
312
363
 
313
364
 
314
365
  </code>
@@ -317,11 +368,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
317
368
  </tr>
318
369
 
319
370
  <tr class="deep-level-0">
320
- <td class="name"><code><a href="SpatialReference.html#isWrappable">isWrappable</a></code></td>
371
+ <td class="name"><code><a href="#isWrappable">isWrappable</a></code></td>
321
372
  <td class="name">
322
373
  <code>
323
374
 
324
- <span class="param-type">Boolean</span>
375
+ <span class="param-type">
376
+
377
+ Boolean
378
+
379
+ </span>
380
+
325
381
 
326
382
 
327
383
  </code>
@@ -330,14 +386,23 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
330
386
  </tr>
331
387
 
332
388
  <tr class="deep-level-0">
333
- <td class="name"><code><a href="SpatialReference.html#unit">unit</a></code></td>
389
+ <td class="name"><code><a href="#unit">unit</a></code></td>
334
390
  <td class="name">
335
391
  <code>
336
392
 
337
- <span class="param-type">String</span>
393
+ <span class="param-type">
394
+
395
+ String
396
+
397
+ </span>
338
398
  |
339
399
 
340
- <span class="param-type">undefined</span>
400
+ <span class="param-type">
401
+
402
+ undefined
403
+
404
+ </span>
405
+
341
406
 
342
407
 
343
408
  </code>
@@ -346,11 +411,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
346
411
  </tr>
347
412
 
348
413
  <tr class="deep-level-0">
349
- <td class="name"><code><a href="SpatialReference.html#WebMercator">WebMercator</a></code></td>
414
+ <td class="name"><code><a href="#WebMercator">WebMercator</a></code></td>
350
415
  <td class="name">
351
416
  <code>
352
417
 
353
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
418
+ <span class="param-type">
419
+
420
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
421
+
422
+ </span>
423
+
354
424
 
355
425
 
356
426
  </code>
@@ -359,11 +429,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
359
429
  </tr>
360
430
 
361
431
  <tr class="deep-level-0">
362
- <td class="name"><code><a href="SpatialReference.html#WGS84">WGS84</a></code></td>
432
+ <td class="name"><code><a href="#WGS84">WGS84</a></code></td>
363
433
  <td class="name">
364
434
  <code>
365
435
 
366
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
436
+ <span class="param-type">
437
+
438
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
439
+
440
+ </span>
441
+
367
442
 
368
443
 
369
444
  </code>
@@ -372,11 +447,16 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
372
447
  </tr>
373
448
 
374
449
  <tr class="deep-level-0">
375
- <td class="name"><code><a href="SpatialReference.html#wkid">wkid</a></code></td>
450
+ <td class="name"><code><a href="#wkid">wkid</a></code></td>
376
451
  <td class="name">
377
452
  <code>
378
453
 
379
- <span class="param-type">Number</span>
454
+ <span class="param-type">
455
+
456
+ Number
457
+
458
+ </span>
459
+
380
460
 
381
461
 
382
462
  </code>
@@ -385,14 +465,23 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
385
465
  </tr>
386
466
 
387
467
  <tr class="deep-level-0">
388
- <td class="name"><code><a href="SpatialReference.html#wkt">wkt</a></code></td>
468
+ <td class="name"><code><a href="#wkt">wkt</a></code></td>
389
469
  <td class="name">
390
470
  <code>
391
471
 
392
- <span class="param-type">String</span>
472
+ <span class="param-type">
473
+
474
+ String
475
+
476
+ </span>
393
477
  |
394
478
 
395
- <span class="param-type">undefined</span>
479
+ <span class="param-type">
480
+
481
+ undefined
482
+
483
+ </span>
484
+
396
485
 
397
486
 
398
487
  </code>
@@ -411,7 +500,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
411
500
  <span class="method-parameter is-pulled-right">
412
501
  <label>类型:</label>
413
502
 
414
- <span class="param-type">Boolean</span>
503
+ <span class="param-type">
504
+
505
+ Boolean
506
+
507
+ </span>
508
+
415
509
 
416
510
 
417
511
  </span>
@@ -485,7 +579,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
485
579
  <span class="method-parameter is-pulled-right">
486
580
  <label>类型:</label>
487
581
 
488
- <span class="param-type">Boolean</span>
582
+ <span class="param-type">
583
+
584
+ Boolean
585
+
586
+ </span>
587
+
489
588
 
490
589
 
491
590
  </span>
@@ -559,7 +658,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
559
658
  <span class="method-parameter is-pulled-right">
560
659
  <label>类型:</label>
561
660
 
562
- <span class="param-type">Boolean</span>
661
+ <span class="param-type">
662
+
663
+ Boolean
664
+
665
+ </span>
666
+
563
667
 
564
668
 
565
669
  </span>
@@ -633,7 +737,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
633
737
  <span class="method-parameter is-pulled-right">
634
738
  <label>类型:</label>
635
739
 
636
- <span class="param-type">Boolean</span>
740
+ <span class="param-type">
741
+
742
+ Boolean
743
+
744
+ </span>
745
+
637
746
 
638
747
 
639
748
  </span>
@@ -707,10 +816,19 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
707
816
  <span class="method-parameter is-pulled-right">
708
817
  <label>类型:</label>
709
818
 
710
- <span class="param-type">String</span>
819
+ <span class="param-type">
820
+
821
+ String
822
+
823
+ </span>
711
824
  |
712
825
 
713
- <span class="param-type">undefined</span>
826
+ <span class="param-type">
827
+
828
+ undefined
829
+
830
+ </span>
831
+
714
832
 
715
833
 
716
834
  </span>
@@ -780,7 +898,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
780
898
  <span class="method-parameter is-pulled-right">
781
899
  <label>类型:</label>
782
900
 
783
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
901
+ <span class="param-type">
902
+
903
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
904
+
905
+ </span>
906
+
784
907
 
785
908
 
786
909
  </span>
@@ -854,7 +977,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
854
977
  <span class="method-parameter is-pulled-right">
855
978
  <label>类型:</label>
856
979
 
857
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
980
+ <span class="param-type">
981
+
982
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
983
+
984
+ </span>
985
+
858
986
 
859
987
 
860
988
  </span>
@@ -928,7 +1056,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
928
1056
  <span class="method-parameter is-pulled-right">
929
1057
  <label>类型:</label>
930
1058
 
931
- <span class="param-type">Number</span>
1059
+ <span class="param-type">
1060
+
1061
+ Number
1062
+
1063
+ </span>
1064
+
932
1065
 
933
1066
 
934
1067
  </span>
@@ -998,10 +1131,19 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
998
1131
  <span class="method-parameter is-pulled-right">
999
1132
  <label>类型:</label>
1000
1133
 
1001
- <span class="param-type">String</span>
1134
+ <span class="param-type">
1135
+
1136
+ String
1137
+
1138
+ </span>
1002
1139
  |
1003
1140
 
1004
- <span class="param-type">undefined</span>
1141
+ <span class="param-type">
1142
+
1143
+ undefined
1144
+
1145
+ </span>
1146
+
1005
1147
 
1006
1148
 
1007
1149
  </span>
@@ -1087,7 +1229,7 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1087
1229
  <tbody>
1088
1230
 
1089
1231
  <tr class="deep-level-0">
1090
- <td class="name"><code><a href="SpatialReference.html#fromJSON">fromJSON</a></code></td>
1232
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1091
1233
  <td class="name">
1092
1234
  <code>
1093
1235
 
@@ -1097,12 +1239,17 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1097
1239
  </tr>
1098
1240
 
1099
1241
  <tr class="deep-level-0">
1100
- <td class="name"><code><a href="SpatialReference.html#clone">clone</a></code></td>
1242
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1101
1243
  <td class="name">
1102
1244
  <code>
1103
1245
 
1104
1246
 
1105
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1247
+ <span class="param-type">
1248
+
1249
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1250
+
1251
+ </span>
1252
+
1106
1253
 
1107
1254
 
1108
1255
 
@@ -1112,12 +1259,17 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1112
1259
  </tr>
1113
1260
 
1114
1261
  <tr class="deep-level-0">
1115
- <td class="name"><code><a href="SpatialReference.html#equals">equals</a></code></td>
1262
+ <td class="name"><code><a href="#equals">equals</a></code></td>
1116
1263
  <td class="name">
1117
1264
  <code>
1118
1265
 
1119
1266
 
1120
- <span class="param-type">Boolean</span>
1267
+ <span class="param-type">
1268
+
1269
+ Boolean
1270
+
1271
+ </span>
1272
+
1121
1273
 
1122
1274
 
1123
1275
 
@@ -1127,12 +1279,17 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1127
1279
  </tr>
1128
1280
 
1129
1281
  <tr class="deep-level-0">
1130
- <td class="name"><code><a href="SpatialReference.html#toJSON">toJSON</a></code></td>
1282
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1131
1283
  <td class="name">
1132
1284
  <code>
1133
1285
 
1134
1286
 
1135
- <span class="param-type">Object</span>
1287
+ <span class="param-type">
1288
+
1289
+ Object
1290
+
1291
+ </span>
1292
+
1136
1293
 
1137
1294
 
1138
1295
 
@@ -1203,13 +1360,18 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1203
1360
 
1204
1361
  <tr class="deep-level-0">
1205
1362
 
1206
- <td class="name" id="json"><code>json</code></td>
1363
+ <td class="name"><code>json</code></td>
1207
1364
 
1208
1365
 
1209
1366
  <td class="type">
1210
1367
 
1211
1368
 
1212
- <span class="param-type">Object</span>
1369
+ <span class="param-type">
1370
+
1371
+ Object
1372
+
1373
+ </span>
1374
+
1213
1375
 
1214
1376
 
1215
1377
 
@@ -1388,7 +1550,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1388
1550
  <div class='column is-5 has-text-left'>
1389
1551
  <label>类型: </label>
1390
1552
 
1391
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1553
+ <span class="param-type">
1554
+
1555
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1556
+
1557
+ </span>
1558
+
1392
1559
 
1393
1560
 
1394
1561
  </div>
@@ -1459,16 +1626,25 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1459
1626
 
1460
1627
  <tr class="deep-level-0">
1461
1628
 
1462
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
1629
+ <td class="name"><code>spatialReference</code></td>
1463
1630
 
1464
1631
 
1465
1632
  <td class="type">
1466
1633
 
1467
1634
 
1468
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1635
+ <span class="param-type">
1636
+
1637
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1638
+
1639
+ </span>
1469
1640
  |
1470
1641
 
1471
- <span class="param-type">Object</span>
1642
+ <span class="param-type">
1643
+
1644
+ Object
1645
+
1646
+ </span>
1647
+
1472
1648
 
1473
1649
 
1474
1650
 
@@ -1556,7 +1732,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1556
1732
  <div class='column is-5 has-text-left'>
1557
1733
  <label>类型: </label>
1558
1734
 
1559
- <span class="param-type">Boolean</span>
1735
+ <span class="param-type">
1736
+
1737
+ Boolean
1738
+
1739
+ </span>
1740
+
1560
1741
 
1561
1742
 
1562
1743
  </div>
@@ -1672,7 +1853,12 @@ import { SpatialReference } from &quot;@mapgis/webclient-common&quot; <br/>
1672
1853
  <div class='column is-5 has-text-left'>
1673
1854
  <label>类型: </label>
1674
1855
 
1675
- <span class="param-type">Object</span>
1856
+ <span class="param-type">
1857
+
1858
+ Object
1859
+
1860
+ </span>
1861
+
1676
1862
 
1677
1863
 
1678
1864
  </div>