@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
@@ -73,13 +73,18 @@
73
73
 
74
74
  <tr class="deep-level-0">
75
75
 
76
- <td class="name" id="options"><code>options</code></td>
76
+ <td class="name"><code>options</code></td>
77
77
 
78
78
 
79
79
  <td class="type">
80
80
 
81
81
 
82
- <span class="param-type">options</span>
82
+ <span class="param-type">
83
+
84
+ options
85
+
86
+ </span>
87
+
83
88
 
84
89
 
85
90
 
@@ -99,16 +104,25 @@
99
104
 
100
105
  <tr class="deep-level-1">
101
106
 
102
- <td class="name" id="url"><code>url</code></td>
107
+ <td class="name"><code>url</code></td>
103
108
 
104
109
 
105
110
  <td class="type">
106
111
 
107
112
 
108
- <span class="param-type">String</span>
113
+ <span class="param-type">
114
+
115
+ String
116
+
117
+ </span>
109
118
  |
110
119
 
111
- <span class="param-type">Object</span>
120
+ <span class="param-type">
121
+
122
+ Object
123
+
124
+ </span>
125
+
112
126
 
113
127
 
114
128
 
@@ -128,13 +142,18 @@
128
142
 
129
143
  <tr class="deep-level-1">
130
144
 
131
- <td class="name" id="width"><code>width</code></td>
145
+ <td class="name"><code>width</code></td>
132
146
 
133
147
 
134
148
  <td class="type">
135
149
 
136
150
 
137
- <span class="param-type">Number</span>
151
+ <span class="param-type">
152
+
153
+ Number
154
+
155
+ </span>
156
+
138
157
 
139
158
 
140
159
 
@@ -156,13 +175,18 @@
156
175
 
157
176
  <tr class="deep-level-1">
158
177
 
159
- <td class="name" id="height"><code>height</code></td>
178
+ <td class="name"><code>height</code></td>
160
179
 
161
180
 
162
181
  <td class="type">
163
182
 
164
183
 
165
- <span class="param-type">Number</span>
184
+ <span class="param-type">
185
+
186
+ Number
187
+
188
+ </span>
189
+
166
190
 
167
191
 
168
192
 
@@ -184,13 +208,18 @@
184
208
 
185
209
  <tr class="deep-level-1">
186
210
 
187
- <td class="name" id="xoffset"><code>xoffset</code></td>
211
+ <td class="name"><code>xoffset</code></td>
188
212
 
189
213
 
190
214
  <td class="type">
191
215
 
192
216
 
193
- <span class="param-type">Number</span>
217
+ <span class="param-type">
218
+
219
+ Number
220
+
221
+ </span>
222
+
194
223
 
195
224
 
196
225
 
@@ -212,13 +241,18 @@
212
241
 
213
242
  <tr class="deep-level-1">
214
243
 
215
- <td class="name" id="yoffset"><code>yoffset</code></td>
244
+ <td class="name"><code>yoffset</code></td>
216
245
 
217
246
 
218
247
  <td class="type">
219
248
 
220
249
 
221
- <span class="param-type">Number</span>
250
+ <span class="param-type">
251
+
252
+ Number
253
+
254
+ </span>
255
+
222
256
 
223
257
 
224
258
 
@@ -240,13 +274,18 @@
240
274
 
241
275
  <tr class="deep-level-1">
242
276
 
243
- <td class="name" id="xscale"><code>xscale</code></td>
277
+ <td class="name"><code>xscale</code></td>
244
278
 
245
279
 
246
280
  <td class="type">
247
281
 
248
282
 
249
- <span class="param-type">Number</span>
283
+ <span class="param-type">
284
+
285
+ Number
286
+
287
+ </span>
288
+
250
289
 
251
290
 
252
291
 
@@ -268,13 +307,18 @@
268
307
 
269
308
  <tr class="deep-level-1">
270
309
 
271
- <td class="name" id="yscale"><code>yscale</code></td>
310
+ <td class="name"><code>yscale</code></td>
272
311
 
273
312
 
274
313
  <td class="type">
275
314
 
276
315
 
277
- <span class="param-type">Number</span>
316
+ <span class="param-type">
317
+
318
+ Number
319
+
320
+ </span>
321
+
278
322
 
279
323
 
280
324
 
@@ -410,7 +454,7 @@ const pictureFillSymbol = new PictureFillSymbol({
410
454
 
411
455
 
412
456
  <ul>
413
- <li><a class="mapgis-link-name" title="FillSymbol" FillSymbol.html>FillSymbol</a></li>
457
+ <li><a link="FillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FillSymbol" FillSymbol.html>FillSymbol</a></li>
414
458
  </ul>
415
459
 
416
460
 
@@ -442,11 +486,16 @@ const pictureFillSymbol = new PictureFillSymbol({
442
486
  <tbody>
443
487
 
444
488
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="PictureFillSymbol.html#color">color</a></code></td>
489
+ <td class="name"><code><a href="#color">color</a></code></td>
446
490
  <td class="name">
447
491
  <code>
448
492
 
449
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
493
+ <span class="param-type">
494
+
495
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
496
+
497
+ </span>
498
+
450
499
 
451
500
 
452
501
  </code>
@@ -455,11 +504,16 @@ const pictureFillSymbol = new PictureFillSymbol({
455
504
  </tr>
456
505
 
457
506
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="PictureFillSymbol.html#extendOptions">extendOptions</a></code></td>
507
+ <td class="name"><code><a href="#extendOptions">extendOptions</a></code></td>
459
508
  <td class="name">
460
509
  <code>
461
510
 
462
- <span class="param-type">Object</span>
511
+ <span class="param-type">
512
+
513
+ Object
514
+
515
+ </span>
516
+
463
517
 
464
518
 
465
519
  </code>
@@ -468,11 +522,16 @@ const pictureFillSymbol = new PictureFillSymbol({
468
522
  </tr>
469
523
 
470
524
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="PictureFillSymbol.html#height">height</a></code></td>
525
+ <td class="name"><code><a href="#height">height</a></code></td>
472
526
  <td class="name">
473
527
  <code>
474
528
 
475
- <span class="param-type">Number</span>
529
+ <span class="param-type">
530
+
531
+ Number
532
+
533
+ </span>
534
+
476
535
 
477
536
 
478
537
  </code>
@@ -481,11 +540,16 @@ const pictureFillSymbol = new PictureFillSymbol({
481
540
  </tr>
482
541
 
483
542
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="PictureFillSymbol.html#outline">outline</a></code></td>
543
+ <td class="name"><code><a href="#outline">outline</a></code></td>
485
544
  <td class="name">
486
545
  <code>
487
546
 
488
- <span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
547
+ <span class="param-type">
548
+
549
+ <a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a>
550
+
551
+ </span>
552
+
489
553
 
490
554
 
491
555
  </code>
@@ -494,11 +558,16 @@ const pictureFillSymbol = new PictureFillSymbol({
494
558
  </tr>
495
559
 
496
560
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="PictureFillSymbol.html#type">type</a></code></td>
561
+ <td class="name"><code><a href="#type">type</a></code></td>
498
562
  <td class="name">
499
563
  <code>
500
564
 
501
- <span class="param-type">String</span>
565
+ <span class="param-type">
566
+
567
+ String
568
+
569
+ </span>
570
+
502
571
 
503
572
 
504
573
  </code>
@@ -507,14 +576,23 @@ const pictureFillSymbol = new PictureFillSymbol({
507
576
  </tr>
508
577
 
509
578
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="PictureFillSymbol.html#url">url</a></code></td>
579
+ <td class="name"><code><a href="#url">url</a></code></td>
511
580
  <td class="name">
512
581
  <code>
513
582
 
514
- <span class="param-type">String</span>
583
+ <span class="param-type">
584
+
585
+ String
586
+
587
+ </span>
515
588
  |
516
589
 
517
- <span class="param-type">Object</span>
590
+ <span class="param-type">
591
+
592
+ Object
593
+
594
+ </span>
595
+
518
596
 
519
597
 
520
598
  </code>
@@ -523,11 +601,16 @@ const pictureFillSymbol = new PictureFillSymbol({
523
601
  </tr>
524
602
 
525
603
  <tr class="deep-level-0">
526
- <td class="name"><code><a href="PictureFillSymbol.html#width">width</a></code></td>
604
+ <td class="name"><code><a href="#width">width</a></code></td>
527
605
  <td class="name">
528
606
  <code>
529
607
 
530
- <span class="param-type">Number</span>
608
+ <span class="param-type">
609
+
610
+ Number
611
+
612
+ </span>
613
+
531
614
 
532
615
 
533
616
  </code>
@@ -536,11 +619,16 @@ const pictureFillSymbol = new PictureFillSymbol({
536
619
  </tr>
537
620
 
538
621
  <tr class="deep-level-0">
539
- <td class="name"><code><a href="PictureFillSymbol.html#xoffset">xoffset</a></code></td>
622
+ <td class="name"><code><a href="#xoffset">xoffset</a></code></td>
540
623
  <td class="name">
541
624
  <code>
542
625
 
543
- <span class="param-type">Number</span>
626
+ <span class="param-type">
627
+
628
+ Number
629
+
630
+ </span>
631
+
544
632
 
545
633
 
546
634
  </code>
@@ -549,11 +637,16 @@ const pictureFillSymbol = new PictureFillSymbol({
549
637
  </tr>
550
638
 
551
639
  <tr class="deep-level-0">
552
- <td class="name"><code><a href="PictureFillSymbol.html#xscale">xscale</a></code></td>
640
+ <td class="name"><code><a href="#xscale">xscale</a></code></td>
553
641
  <td class="name">
554
642
  <code>
555
643
 
556
- <span class="param-type">Number</span>
644
+ <span class="param-type">
645
+
646
+ Number
647
+
648
+ </span>
649
+
557
650
 
558
651
 
559
652
  </code>
@@ -562,11 +655,16 @@ const pictureFillSymbol = new PictureFillSymbol({
562
655
  </tr>
563
656
 
564
657
  <tr class="deep-level-0">
565
- <td class="name"><code><a href="PictureFillSymbol.html#yoffset">yoffset</a></code></td>
658
+ <td class="name"><code><a href="#yoffset">yoffset</a></code></td>
566
659
  <td class="name">
567
660
  <code>
568
661
 
569
- <span class="param-type">Number</span>
662
+ <span class="param-type">
663
+
664
+ Number
665
+
666
+ </span>
667
+
570
668
 
571
669
 
572
670
  </code>
@@ -575,11 +673,16 @@ const pictureFillSymbol = new PictureFillSymbol({
575
673
  </tr>
576
674
 
577
675
  <tr class="deep-level-0">
578
- <td class="name"><code><a href="PictureFillSymbol.html#yscale">yscale</a></code></td>
676
+ <td class="name"><code><a href="#yscale">yscale</a></code></td>
579
677
  <td class="name">
580
678
  <code>
581
679
 
582
- <span class="param-type">String</span>
680
+ <span class="param-type">
681
+
682
+ String
683
+
684
+ </span>
685
+
583
686
 
584
687
 
585
688
  </code>
@@ -598,7 +701,12 @@ const pictureFillSymbol = new PictureFillSymbol({
598
701
  <span class="method-parameter is-pulled-right">
599
702
  <label>类型:</label>
600
703
 
601
- <span class="param-type"><a class="mapgis-link-name" title="Color" Color.html>Color</a></span>
704
+ <span class="param-type">
705
+
706
+ <a link="Color.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Color" Color.html>Color</a>
707
+
708
+ </span>
709
+
602
710
 
603
711
 
604
712
  </span>
@@ -632,7 +740,7 @@ const pictureFillSymbol = new PictureFillSymbol({
632
740
 
633
741
  <dt class="inherited-from">Inherited From:</dt>
634
742
  <dd class="inherited-from"><ul class="dummy"><li>
635
- <a class="mapgis-link-name" title="Symbol#color" Symbol.html#color>Symbol#color</a>
743
+ <a goto="color" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#color" Symbol.html#color>Symbol#color</a>
636
744
  </li></ul></dd>
637
745
 
638
746
 
@@ -673,7 +781,12 @@ const pictureFillSymbol = new PictureFillSymbol({
673
781
  <span class="method-parameter is-pulled-right">
674
782
  <label>类型:</label>
675
783
 
676
- <span class="param-type">Object</span>
784
+ <span class="param-type">
785
+
786
+ Object
787
+
788
+ </span>
789
+
677
790
 
678
791
 
679
792
  </span>
@@ -707,7 +820,7 @@ const pictureFillSymbol = new PictureFillSymbol({
707
820
 
708
821
  <dt class="inherited-from">Inherited From:</dt>
709
822
  <dd class="inherited-from"><ul class="dummy"><li>
710
- <a class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
823
+ <a goto="extendOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extendOptions" Symbol.html#extendOptions>Symbol#extendOptions</a>
711
824
  </li></ul></dd>
712
825
 
713
826
 
@@ -748,7 +861,12 @@ const pictureFillSymbol = new PictureFillSymbol({
748
861
  <span class="method-parameter is-pulled-right">
749
862
  <label>类型:</label>
750
863
 
751
- <span class="param-type">Number</span>
864
+ <span class="param-type">
865
+
866
+ Number
867
+
868
+ </span>
869
+
752
870
 
753
871
 
754
872
  </span>
@@ -818,7 +936,12 @@ const pictureFillSymbol = new PictureFillSymbol({
818
936
  <span class="method-parameter is-pulled-right">
819
937
  <label>类型:</label>
820
938
 
821
- <span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
939
+ <span class="param-type">
940
+
941
+ <a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a>
942
+
943
+ </span>
944
+
822
945
 
823
946
 
824
947
  </span>
@@ -852,7 +975,7 @@ const pictureFillSymbol = new PictureFillSymbol({
852
975
 
853
976
  <dt class="inherited-from">Inherited From:</dt>
854
977
  <dd class="inherited-from"><ul class="dummy"><li>
855
- <a class="mapgis-link-name" title="FillSymbol#outline" FillSymbol.html#outline>FillSymbol#outline</a>
978
+ <a goto="outline" link="FillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="FillSymbol#outline" FillSymbol.html#outline>FillSymbol#outline</a>
856
979
  </li></ul></dd>
857
980
 
858
981
 
@@ -893,7 +1016,12 @@ const pictureFillSymbol = new PictureFillSymbol({
893
1016
  <span class="method-parameter is-pulled-right">
894
1017
  <label>类型:</label>
895
1018
 
896
- <span class="param-type">String</span>
1019
+ <span class="param-type">
1020
+
1021
+ String
1022
+
1023
+ </span>
1024
+
897
1025
 
898
1026
 
899
1027
  </span>
@@ -968,10 +1096,19 @@ const pictureFillSymbol = new PictureFillSymbol({
968
1096
  <span class="method-parameter is-pulled-right">
969
1097
  <label>类型:</label>
970
1098
 
971
- <span class="param-type">String</span>
1099
+ <span class="param-type">
1100
+
1101
+ String
1102
+
1103
+ </span>
972
1104
  |
973
1105
 
974
- <span class="param-type">Object</span>
1106
+ <span class="param-type">
1107
+
1108
+ Object
1109
+
1110
+ </span>
1111
+
975
1112
 
976
1113
 
977
1114
  </span>
@@ -1041,7 +1178,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1041
1178
  <span class="method-parameter is-pulled-right">
1042
1179
  <label>类型:</label>
1043
1180
 
1044
- <span class="param-type">Number</span>
1181
+ <span class="param-type">
1182
+
1183
+ Number
1184
+
1185
+ </span>
1186
+
1045
1187
 
1046
1188
 
1047
1189
  </span>
@@ -1111,7 +1253,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1111
1253
  <span class="method-parameter is-pulled-right">
1112
1254
  <label>类型:</label>
1113
1255
 
1114
- <span class="param-type">Number</span>
1256
+ <span class="param-type">
1257
+
1258
+ Number
1259
+
1260
+ </span>
1261
+
1115
1262
 
1116
1263
 
1117
1264
  </span>
@@ -1181,7 +1328,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1181
1328
  <span class="method-parameter is-pulled-right">
1182
1329
  <label>类型:</label>
1183
1330
 
1184
- <span class="param-type">Number</span>
1331
+ <span class="param-type">
1332
+
1333
+ Number
1334
+
1335
+ </span>
1336
+
1185
1337
 
1186
1338
 
1187
1339
  </span>
@@ -1251,7 +1403,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1251
1403
  <span class="method-parameter is-pulled-right">
1252
1404
  <label>类型:</label>
1253
1405
 
1254
- <span class="param-type">Number</span>
1406
+ <span class="param-type">
1407
+
1408
+ Number
1409
+
1410
+ </span>
1411
+
1255
1412
 
1256
1413
 
1257
1414
  </span>
@@ -1321,7 +1478,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1321
1478
  <span class="method-parameter is-pulled-right">
1322
1479
  <label>类型:</label>
1323
1480
 
1324
- <span class="param-type">String</span>
1481
+ <span class="param-type">
1482
+
1483
+ String
1484
+
1485
+ </span>
1486
+
1325
1487
 
1326
1488
 
1327
1489
  </span>
@@ -1407,46 +1569,53 @@ const pictureFillSymbol = new PictureFillSymbol({
1407
1569
  <tbody>
1408
1570
 
1409
1571
  <tr class="deep-level-0">
1410
- <td class="name"><code><a href="PictureFillSymbol.html#fromJSON">fromJSON</a></code></td>
1572
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1411
1573
  <td class="name">
1412
1574
  <code>
1413
1575
 
1414
1576
  </code>
1415
1577
  </td>
1416
- <td class="name"><code><a id="fromJSON"/>
1417
- 将JSON格式的符号转换为JS对象</code></td>
1578
+ <td class="name"><code></code></td>
1418
1579
  </tr>
1419
1580
 
1420
1581
  <tr class="deep-level-0">
1421
- <td class="name"><code><a href="PictureFillSymbol.html#clone">clone</a></code></td>
1582
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1422
1583
  <td class="name">
1423
1584
  <code>
1424
1585
 
1425
1586
 
1426
- <span class="param-type"><a class="mapgis-link-name" title="PictureFillSymbol" PictureFillSymbol.html>PictureFillSymbol</a></span>
1587
+ <span class="param-type">
1588
+
1589
+ <a link="PictureFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PictureFillSymbol" PictureFillSymbol.html>PictureFillSymbol</a>
1590
+
1591
+ </span>
1592
+
1427
1593
 
1428
1594
 
1429
1595
 
1430
1596
  </code>
1431
1597
  </td>
1432
- <td class="name"><code><a id="clone"/>
1433
- 克隆并返回新的符号对象</code></td>
1598
+ <td class="name"><code></code></td>
1434
1599
  </tr>
1435
1600
 
1436
1601
  <tr class="deep-level-0">
1437
- <td class="name"><code><a href="PictureFillSymbol.html#toJSON">toJSON</a></code></td>
1602
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1438
1603
  <td class="name">
1439
1604
  <code>
1440
1605
 
1441
1606
 
1442
- <span class="param-type">Object</span>
1607
+ <span class="param-type">
1608
+
1609
+ Object
1610
+
1611
+ </span>
1612
+
1443
1613
 
1444
1614
 
1445
1615
 
1446
1616
  </code>
1447
1617
  </td>
1448
- <td class="name"><code><a id="fromJSON"/>
1449
- 将JS对象转换为JSON格式</code></td>
1618
+ <td class="name"><code></code></td>
1450
1619
  </tr>
1451
1620
 
1452
1621
  </tbody>
@@ -1512,13 +1681,18 @@ const pictureFillSymbol = new PictureFillSymbol({
1512
1681
 
1513
1682
  <tr class="deep-level-0">
1514
1683
 
1515
- <td class="name" id="json"><code>json</code></td>
1684
+ <td class="name"><code>json</code></td>
1516
1685
 
1517
1686
 
1518
1687
  <td class="type">
1519
1688
 
1520
1689
 
1521
- <span class="param-type">Object</span>
1690
+ <span class="param-type">
1691
+
1692
+ Object
1693
+
1694
+ </span>
1695
+
1522
1696
 
1523
1697
 
1524
1698
 
@@ -1703,7 +1877,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1703
1877
  <div class='column is-5 has-text-left'>
1704
1878
  <label>类型: </label>
1705
1879
 
1706
- <span class="param-type"><a class="mapgis-link-name" title="PictureFillSymbol" PictureFillSymbol.html>PictureFillSymbol</a></span>
1880
+ <span class="param-type">
1881
+
1882
+ <a link="PictureFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="PictureFillSymbol" PictureFillSymbol.html>PictureFillSymbol</a>
1883
+
1884
+ </span>
1885
+
1707
1886
 
1708
1887
 
1709
1888
  </div>
@@ -1825,7 +2004,12 @@ const pictureFillSymbol = new PictureFillSymbol({
1825
2004
  <div class='column is-5 has-text-left'>
1826
2005
  <label>类型: </label>
1827
2006
 
1828
- <span class="param-type">Object</span>
2007
+ <span class="param-type">
2008
+
2009
+ Object
2010
+
2011
+ </span>
2012
+
1829
2013
 
1830
2014
 
1831
2015
  </div>