@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -78,13 +78,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="id"><code>id</code></td>
112
+ <td class="name"><code>id</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">String</span>
118
+ <span class="param-type">
119
+
120
+ String
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -130,13 +140,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
130
140
 
131
141
  <tr class="deep-level-1">
132
142
 
133
- <td class="name" id="attributes"><code>attributes</code></td>
143
+ <td class="name"><code>attributes</code></td>
134
144
 
135
145
 
136
146
  <td class="type">
137
147
 
138
148
 
139
- <span class="param-type">Object</span>
149
+ <span class="param-type">
150
+
151
+ Object
152
+
153
+ </span>
154
+
140
155
 
141
156
 
142
157
 
@@ -158,13 +173,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
158
173
 
159
174
  <tr class="deep-level-1">
160
175
 
161
- <td class="name" id="geometry"><code>geometry</code></td>
176
+ <td class="name"><code>geometry</code></td>
162
177
 
163
178
 
164
179
  <td class="type">
165
180
 
166
181
 
167
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
182
+ <span class="param-type">
183
+
184
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
185
+
186
+ </span>
187
+
168
188
 
169
189
 
170
190
 
@@ -187,13 +207,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
187
207
 
188
208
  <tr class="deep-level-1">
189
209
 
190
- <td class="name" id="symbol"><code>symbol</code></td>
210
+ <td class="name"><code>symbol</code></td>
191
211
 
192
212
 
193
213
  <td class="type">
194
214
 
195
215
 
196
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
216
+ <span class="param-type">
217
+
218
+ <a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a>
219
+
220
+ </span>
221
+
197
222
 
198
223
 
199
224
 
@@ -217,13 +242,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
217
242
 
218
243
  <tr class="deep-level-1">
219
244
 
220
- <td class="name" id="visible"><code>visible</code></td>
245
+ <td class="name"><code>visible</code></td>
221
246
 
222
247
 
223
248
  <td class="type">
224
249
 
225
250
 
226
- <span class="param-type">Boolean</span>
251
+ <span class="param-type">
252
+
253
+ Boolean
254
+
255
+ </span>
256
+
227
257
 
228
258
 
229
259
 
@@ -245,13 +275,18 @@ import { Feature } from &quot;@mapgis/webclient-common&quot; <br/>
245
275
 
246
276
  <tr class="deep-level-1">
247
277
 
248
- <td class="name" id="elevationInfo"><code>elevationInfo</code></td>
278
+ <td class="name"><code>elevationInfo</code></td>
249
279
 
250
280
 
251
281
  <td class="type">
252
282
 
253
283
 
254
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
284
+ <span class="param-type">
285
+
286
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
287
+
288
+ </span>
289
+
255
290
 
256
291
 
257
292
 
@@ -416,11 +451,16 @@ let feature = new Feature({
416
451
  <tbody>
417
452
 
418
453
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="Feature.html#additional">additional</a></code></td>
454
+ <td class="name"><code><a href="#additional">additional</a></code></td>
420
455
  <td class="name">
421
456
  <code>
422
457
 
423
- <span class="param-type">additional</span>
458
+ <span class="param-type">
459
+
460
+ additional
461
+
462
+ </span>
463
+
424
464
 
425
465
 
426
466
  </code>
@@ -429,11 +469,16 @@ let feature = new Feature({
429
469
  </tr>
430
470
 
431
471
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="Feature.html#attributes">attributes</a></code></td>
472
+ <td class="name"><code><a href="#attributes">attributes</a></code></td>
433
473
  <td class="name">
434
474
  <code>
435
475
 
436
- <span class="param-type">Object</span>
476
+ <span class="param-type">
477
+
478
+ Object
479
+
480
+ </span>
481
+
437
482
 
438
483
 
439
484
  </code>
@@ -443,11 +488,16 @@ default {}</p></code></td>
443
488
  </tr>
444
489
 
445
490
  <tr class="deep-level-0">
446
- <td class="name"><code><a href="Feature.html#elevationInfo">elevationInfo</a></code></td>
491
+ <td class="name"><code><a href="#elevationInfo">elevationInfo</a></code></td>
447
492
  <td class="name">
448
493
  <code>
449
494
 
450
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
495
+ <span class="param-type">
496
+
497
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
498
+
499
+ </span>
500
+
451
501
 
452
502
 
453
503
  </code>
@@ -456,11 +506,16 @@ default {}</p></code></td>
456
506
  </tr>
457
507
 
458
508
  <tr class="deep-level-0">
459
- <td class="name"><code><a href="Feature.html#geometry">geometry</a></code></td>
509
+ <td class="name"><code><a href="#geometry">geometry</a></code></td>
460
510
  <td class="name">
461
511
  <code>
462
512
 
463
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
513
+ <span class="param-type">
514
+
515
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
516
+
517
+ </span>
518
+
464
519
 
465
520
 
466
521
  </code>
@@ -469,11 +524,16 @@ default {}</p></code></td>
469
524
  </tr>
470
525
 
471
526
  <tr class="deep-level-0">
472
- <td class="name"><code><a href="Feature.html#id">id</a></code></td>
527
+ <td class="name"><code><a href="#id">id</a></code></td>
473
528
  <td class="name">
474
529
  <code>
475
530
 
476
- <span class="param-type">String</span>
531
+ <span class="param-type">
532
+
533
+ String
534
+
535
+ </span>
536
+
477
537
 
478
538
 
479
539
  </code>
@@ -483,11 +543,16 @@ default 随机id</p></code></td>
483
543
  </tr>
484
544
 
485
545
  <tr class="deep-level-0">
486
- <td class="name"><code><a href="Feature.html#symbol">symbol</a></code></td>
546
+ <td class="name"><code><a href="#symbol">symbol</a></code></td>
487
547
  <td class="name">
488
548
  <code>
489
549
 
490
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
550
+ <span class="param-type">
551
+
552
+ <a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a>
553
+
554
+ </span>
555
+
491
556
 
492
557
 
493
558
  </code>
@@ -496,11 +561,16 @@ default 随机id</p></code></td>
496
561
  </tr>
497
562
 
498
563
  <tr class="deep-level-0">
499
- <td class="name"><code><a href="Feature.html#type">type</a></code></td>
564
+ <td class="name"><code><a href="#type">type</a></code></td>
500
565
  <td class="name">
501
566
  <code>
502
567
 
503
- <span class="param-type">String</span>
568
+ <span class="param-type">
569
+
570
+ String
571
+
572
+ </span>
573
+
504
574
 
505
575
 
506
576
  </code>
@@ -509,11 +579,16 @@ default 随机id</p></code></td>
509
579
  </tr>
510
580
 
511
581
  <tr class="deep-level-0">
512
- <td class="name"><code><a href="Feature.html#visible">visible</a></code></td>
582
+ <td class="name"><code><a href="#visible">visible</a></code></td>
513
583
  <td class="name">
514
584
  <code>
515
585
 
516
- <span class="param-type">Boolean</span>
586
+ <span class="param-type">
587
+
588
+ Boolean
589
+
590
+ </span>
591
+
517
592
 
518
593
 
519
594
  </code>
@@ -533,7 +608,12 @@ default = true</p></code></td>
533
608
  <span class="method-parameter is-pulled-right">
534
609
  <label>类型:</label>
535
610
 
536
- <span class="param-type">additional</span>
611
+ <span class="param-type">
612
+
613
+ additional
614
+
615
+ </span>
616
+
537
617
 
538
618
 
539
619
  </span>
@@ -603,7 +683,12 @@ default = true</p></code></td>
603
683
  <span class="method-parameter is-pulled-right">
604
684
  <label>类型:</label>
605
685
 
606
- <span class="param-type">Object</span>
686
+ <span class="param-type">
687
+
688
+ Object
689
+
690
+ </span>
691
+
607
692
 
608
693
 
609
694
  </span>
@@ -674,7 +759,12 @@ default {}</p>
674
759
  <span class="method-parameter is-pulled-right">
675
760
  <label>类型:</label>
676
761
 
677
- <span class="param-type"><a class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a></span>
762
+ <span class="param-type">
763
+
764
+ <a link="ElevationInfo.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="ElevationInfo" ElevationInfo.html>ElevationInfo</a>
765
+
766
+ </span>
767
+
678
768
 
679
769
 
680
770
  </span>
@@ -744,7 +834,12 @@ default {}</p>
744
834
  <span class="method-parameter is-pulled-right">
745
835
  <label>类型:</label>
746
836
 
747
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
837
+ <span class="param-type">
838
+
839
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
840
+
841
+ </span>
842
+
748
843
 
749
844
 
750
845
  </span>
@@ -814,7 +909,12 @@ default {}</p>
814
909
  <span class="method-parameter is-pulled-right">
815
910
  <label>类型:</label>
816
911
 
817
- <span class="param-type">String</span>
912
+ <span class="param-type">
913
+
914
+ String
915
+
916
+ </span>
917
+
818
918
 
819
919
 
820
920
  </span>
@@ -885,7 +985,12 @@ default 随机id</p>
885
985
  <span class="method-parameter is-pulled-right">
886
986
  <label>类型:</label>
887
987
 
888
- <span class="param-type"><a class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a></span>
988
+ <span class="param-type">
989
+
990
+ <a link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol" Symbol.html>Symbol</a>
991
+
992
+ </span>
993
+
889
994
 
890
995
 
891
996
  </span>
@@ -955,7 +1060,12 @@ default 随机id</p>
955
1060
  <span class="method-parameter is-pulled-right">
956
1061
  <label>类型:</label>
957
1062
 
958
- <span class="param-type">String</span>
1063
+ <span class="param-type">
1064
+
1065
+ String
1066
+
1067
+ </span>
1068
+
959
1069
 
960
1070
 
961
1071
  </span>
@@ -1029,7 +1139,12 @@ default 随机id</p>
1029
1139
  <span class="method-parameter is-pulled-right">
1030
1140
  <label>类型:</label>
1031
1141
 
1032
- <span class="param-type">Boolean</span>
1142
+ <span class="param-type">
1143
+
1144
+ Boolean
1145
+
1146
+ </span>
1147
+
1033
1148
 
1034
1149
 
1035
1150
  </span>
@@ -1116,72 +1231,87 @@ default = true</p>
1116
1231
  <tbody>
1117
1232
 
1118
1233
  <tr class="deep-level-0">
1119
- <td class="name"><code><a href="Feature.html#fromJSON">fromJSON</a></code></td>
1234
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1120
1235
  <td class="name">
1121
1236
  <code>
1122
1237
 
1123
1238
  </code>
1124
1239
  </td>
1125
- <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象<a id='fromJSON'></a></p></code></td>
1240
+ <td class="name"><code><p>通过传入的json构造并返回一个新的几何对象</code></td>
1126
1241
  </tr>
1127
1242
 
1128
1243
  <tr class="deep-level-0">
1129
- <td class="name"><code><a href="Feature.html#clone">clone</a></code></td>
1244
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1130
1245
  <td class="name">
1131
1246
  <code>
1132
1247
 
1133
1248
 
1134
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1249
+ <span class="param-type">
1250
+
1251
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
1252
+
1253
+ </span>
1254
+
1135
1255
 
1136
1256
 
1137
1257
 
1138
1258
  </code>
1139
1259
  </td>
1140
- <td class="name"><code><p>克隆并返回新要素<a id='clone'></a></p></code></td>
1260
+ <td class="name"><code><p>克隆并返回新要素</code></td>
1141
1261
  </tr>
1142
1262
 
1143
1263
  <tr class="deep-level-0">
1144
- <td class="name"><code><a href="Feature.html#fromGeoJSON">fromGeoJSON</a></code></td>
1264
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
1145
1265
  <td class="name">
1146
1266
  <code>
1147
1267
 
1148
1268
  </code>
1149
1269
  </td>
1150
- <td class="name"><code><p>从geoJSON对象中导入数据<a id='fromGeoJSON'></a></p></code></td>
1270
+ <td class="name"><code><p>从geoJSON对象中导入数据</code></td>
1151
1271
  </tr>
1152
1272
 
1153
1273
  <tr class="deep-level-0">
1154
- <td class="name"><code><a href="Feature.html#toAttValue">toAttValue</a></code></td>
1274
+ <td class="name"><code><a href="#toAttValue">toAttValue</a></code></td>
1155
1275
  <td class="name">
1156
1276
  <code>
1157
1277
 
1158
1278
 
1159
- <span class="param-type">Array</span>
1279
+ <span class="param-type">
1280
+
1281
+ Array
1282
+
1283
+ </span>
1284
+
1160
1285
 
1161
1286
 
1162
1287
 
1163
1288
  </code>
1164
1289
  </td>
1165
- <td class="name"><code><p>导出为igs1.0的要素的属性值<a id='toAttValue'></a></p></code></td>
1290
+ <td class="name"><code><p>导出为igs1.0的要素的属性值</code></td>
1166
1291
  </tr>
1167
1292
 
1168
1293
  <tr class="deep-level-0">
1169
- <td class="name"><code><a href="Feature.html#toFType">toFType</a></code></td>
1294
+ <td class="name"><code><a href="#toFType">toFType</a></code></td>
1170
1295
  <td class="name">
1171
1296
  <code>
1172
1297
 
1173
1298
 
1174
- <span class="param-type">Number</span>
1299
+ <span class="param-type">
1300
+
1301
+ Number
1302
+
1303
+ </span>
1304
+
1175
1305
 
1176
1306
 
1177
1307
 
1178
1308
  </code>
1179
1309
  </td>
1180
- <td class="name"><code><p>导出为igs1.0的要素的几何类型<a id='toFType'></a></p></code></td>
1310
+ <td class="name"><code><p>导出为igs1.0的要素的几何类型</code></td>
1181
1311
  </tr>
1182
1312
 
1183
1313
  <tr class="deep-level-0">
1184
- <td class="name"><code><a href="Feature.html#toGeoJSON">toGeoJSON</a></code></td>
1314
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1185
1315
  <td class="name">
1186
1316
  <code>
1187
1317
 
@@ -1189,26 +1319,31 @@ default = true</p>
1189
1319
 
1190
1320
  </code>
1191
1321
  </td>
1192
- <td class="name"><code><p>导出为GeoJSON数据<a id='toGeoJSON'></a></p></code></td>
1322
+ <td class="name"><code><p>导出为GeoJSON数据</code></td>
1193
1323
  </tr>
1194
1324
 
1195
1325
  <tr class="deep-level-0">
1196
- <td class="name"><code><a href="Feature.html#toGraphicInfo">toGraphicInfo</a></code></td>
1326
+ <td class="name"><code><a href="#toGraphicInfo">toGraphicInfo</a></code></td>
1197
1327
  <td class="name">
1198
1328
  <code>
1199
1329
 
1200
1330
 
1201
- <span class="param-type">Object</span>
1331
+ <span class="param-type">
1332
+
1333
+ Object
1334
+
1335
+ </span>
1336
+
1202
1337
 
1203
1338
 
1204
1339
 
1205
1340
  </code>
1206
1341
  </td>
1207
- <td class="name"><code><p>导出为igs1.0的要素的图形信息<a id='toGraphicInfo'></a></p></code></td>
1342
+ <td class="name"><code><p>导出为igs1.0的要素的图形信息</code></td>
1208
1343
  </tr>
1209
1344
 
1210
1345
  <tr class="deep-level-0">
1211
- <td class="name"><code><a href="Feature.html#toIGSFeature">toIGSFeature</a></code></td>
1346
+ <td class="name"><code><a href="#toIGSFeature">toIGSFeature</a></code></td>
1212
1347
  <td class="name">
1213
1348
  <code>
1214
1349
 
@@ -1216,26 +1351,31 @@ default = true</p>
1216
1351
 
1217
1352
  </code>
1218
1353
  </td>
1219
- <td class="name"><code><p>导出为igs服务接口的要素对象<a id='toIGSFeature'></a></p></code></td>
1354
+ <td class="name"><code><p>导出为igs服务接口的要素对象</code></td>
1220
1355
  </tr>
1221
1356
 
1222
1357
  <tr class="deep-level-0">
1223
- <td class="name"><code><a href="Feature.html#toJSON">toJSON</a></code></td>
1358
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1224
1359
  <td class="name">
1225
1360
  <code>
1226
1361
 
1227
1362
 
1228
- <span class="param-type">Object</span>
1363
+ <span class="param-type">
1364
+
1365
+ Object
1366
+
1367
+ </span>
1368
+
1229
1369
 
1230
1370
 
1231
1371
 
1232
1372
  </code>
1233
1373
  </td>
1234
- <td class="name"><code><p>导出一个JSON对像<a id='toJSON'></a></p></code></td>
1374
+ <td class="name"><code><p>导出一个JSON对像</code></td>
1235
1375
  </tr>
1236
1376
 
1237
1377
  <tr class="deep-level-0">
1238
- <td class="name"><code><a href="Feature.html#toOldIGSFeature">toOldIGSFeature</a></code></td>
1378
+ <td class="name"><code><a href="#toOldIGSFeature">toOldIGSFeature</a></code></td>
1239
1379
  <td class="name">
1240
1380
  <code>
1241
1381
 
@@ -1243,7 +1383,7 @@ default = true</p>
1243
1383
 
1244
1384
  </code>
1245
1385
  </td>
1246
- <td class="name"><code><p>出为igs1.0服务接口的要素对象<a id='toOldIGSFeature'></a></p></code></td>
1386
+ <td class="name"><code><p>出为igs1.0服务接口的要素对象</code></td>
1247
1387
  </tr>
1248
1388
 
1249
1389
  </tbody>
@@ -1308,13 +1448,18 @@ default = true</p>
1308
1448
 
1309
1449
  <tr class="deep-level-0">
1310
1450
 
1311
- <td class="name" id="json"><code>json</code></td>
1451
+ <td class="name"><code>json</code></td>
1312
1452
 
1313
1453
 
1314
1454
  <td class="type">
1315
1455
 
1316
1456
 
1317
- <span class="param-type">Object</span>
1457
+ <span class="param-type">
1458
+
1459
+ Object
1460
+
1461
+ </span>
1462
+
1318
1463
 
1319
1464
 
1320
1465
 
@@ -1514,7 +1659,12 @@ const feature = new Feature.fromJSON(json)</code></pre>
1514
1659
  <div class='column is-5 has-text-left'>
1515
1660
  <label>类型: </label>
1516
1661
 
1517
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1662
+ <span class="param-type">
1663
+
1664
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
1665
+
1666
+ </span>
1667
+
1518
1668
 
1519
1669
 
1520
1670
  </div>
@@ -1585,7 +1735,7 @@ const feature = new Feature.fromJSON(json)</code></pre>
1585
1735
 
1586
1736
  <tr class="deep-level-0">
1587
1737
 
1588
- <td class="name" id="geoJSON"><code>geoJSON</code></td>
1738
+ <td class="name"><code>geoJSON</code></td>
1589
1739
 
1590
1740
 
1591
1741
  <td class="type">
@@ -1830,7 +1980,12 @@ feature.fromGeoJSON({
1830
1980
  <div class='column is-5 has-text-left'>
1831
1981
  <label>类型: </label>
1832
1982
 
1833
- <span class="param-type">Array</span>
1983
+ <span class="param-type">
1984
+
1985
+ Array
1986
+
1987
+ </span>
1988
+
1834
1989
 
1835
1990
 
1836
1991
  </div>
@@ -1946,7 +2101,12 @@ feature.fromGeoJSON({
1946
2101
  <div class='column is-5 has-text-left'>
1947
2102
  <label>类型: </label>
1948
2103
 
1949
- <span class="param-type">Number</span>
2104
+ <span class="param-type">
2105
+
2106
+ Number
2107
+
2108
+ </span>
2109
+
1950
2110
 
1951
2111
 
1952
2112
  </div>
@@ -2180,7 +2340,12 @@ let geojson = feature.toGeoJSON();</code></pre>
2180
2340
  <div class='column is-5 has-text-left'>
2181
2341
  <label>类型: </label>
2182
2342
 
2183
- <span class="param-type">Object</span>
2343
+ <span class="param-type">
2344
+
2345
+ Object
2346
+
2347
+ </span>
2348
+
2184
2349
 
2185
2350
 
2186
2351
  </div>
@@ -2404,7 +2569,12 @@ let geojson = feature.toGeoJSON();</code></pre>
2404
2569
  <div class='column is-5 has-text-left'>
2405
2570
  <label>类型: </label>
2406
2571
 
2407
- <span class="param-type">Object</span>
2572
+ <span class="param-type">
2573
+
2574
+ Object
2575
+
2576
+ </span>
2577
+
2408
2578
 
2409
2579
 
2410
2580
  </div>