@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
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="vertexStyle"><code>vertexStyle</code></td>
101
+ <td class="name"><code>vertexStyle</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
107
+ <span class="param-type">
108
+
109
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-1">
117
127
 
118
- <td class="name" id="lineStyle"><code>lineStyle</code></td>
128
+ <td class="name"><code>lineStyle</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
134
+ <span class="param-type">
135
+
136
+ <a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a>
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="fillStyle"><code>fillStyle</code></td>
155
+ <td class="name"><code>fillStyle</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
161
+ <span class="param-type">
162
+
163
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="textStyle"><code>textStyle</code></td>
182
+ <td class="name"><code>textStyle</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
188
+ <span class="param-type">
189
+
190
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="selectBoxStyle"><code>selectBoxStyle</code></td>
209
+ <td class="name"><code>selectBoxStyle</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
215
+ <span class="param-type">
216
+
217
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
218
+
219
+ </span>
220
+
191
221
 
192
222
 
193
223
 
@@ -203,13 +233,18 @@
203
233
 
204
234
  <tr class="deep-level-1">
205
235
 
206
- <td class="name" id="selectBoxVertexStyle"><code>selectBoxVertexStyle</code></td>
236
+ <td class="name"><code>selectBoxVertexStyle</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
242
+ <span class="param-type">
243
+
244
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
245
+
246
+ </span>
247
+
213
248
 
214
249
 
215
250
 
@@ -225,13 +260,18 @@
225
260
 
226
261
  <tr class="deep-level-1">
227
262
 
228
- <td class="name" id="selectVertexStyle"><code>selectVertexStyle</code></td>
263
+ <td class="name"><code>selectVertexStyle</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
269
+ <span class="param-type">
270
+
271
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="selectTextStyle"><code>selectTextStyle</code></td>
290
+ <td class="name"><code>selectTextStyle</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
296
+ <span class="param-type">
297
+
298
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="selectMidVertexStyle"><code>selectMidVertexStyle</code></td>
317
+ <td class="name"><code>selectMidVertexStyle</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
323
+ <span class="param-type">
324
+
325
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -291,13 +341,18 @@
291
341
 
292
342
  <tr class="deep-level-1">
293
343
 
294
- <td class="name" id="coincidentPointStyle"><code>coincidentPointStyle</code></td>
344
+ <td class="name"><code>coincidentPointStyle</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
350
+ <span class="param-type">
351
+
352
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
353
+
354
+ </span>
355
+
301
356
 
302
357
 
303
358
 
@@ -313,13 +368,18 @@
313
368
 
314
369
  <tr class="deep-level-1">
315
370
 
316
- <td class="name" id="highlightPointStyle"><code>highlightPointStyle</code></td>
371
+ <td class="name"><code>highlightPointStyle</code></td>
317
372
 
318
373
 
319
374
  <td class="type">
320
375
 
321
376
 
322
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
377
+ <span class="param-type">
378
+
379
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
380
+
381
+ </span>
382
+
323
383
 
324
384
 
325
385
 
@@ -335,13 +395,18 @@
335
395
 
336
396
  <tr class="deep-level-1">
337
397
 
338
- <td class="name" id="highlightLineStyle"><code>highlightLineStyle</code></td>
398
+ <td class="name"><code>highlightLineStyle</code></td>
339
399
 
340
400
 
341
401
  <td class="type">
342
402
 
343
403
 
344
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
404
+ <span class="param-type">
405
+
406
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
407
+
408
+ </span>
409
+
345
410
 
346
411
 
347
412
 
@@ -357,13 +422,18 @@
357
422
 
358
423
  <tr class="deep-level-1">
359
424
 
360
- <td class="name" id="parallelLineStyle"><code>parallelLineStyle</code></td>
425
+ <td class="name"><code>parallelLineStyle</code></td>
361
426
 
362
427
 
363
428
  <td class="type">
364
429
 
365
430
 
366
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
431
+ <span class="param-type">
432
+
433
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
434
+
435
+ </span>
436
+
367
437
 
368
438
 
369
439
 
@@ -379,13 +449,18 @@
379
449
 
380
450
  <tr class="deep-level-1">
381
451
 
382
- <td class="name" id="perpendicularLineStyle"><code>perpendicularLineStyle</code></td>
452
+ <td class="name"><code>perpendicularLineStyle</code></td>
383
453
 
384
454
 
385
455
  <td class="type">
386
456
 
387
457
 
388
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
458
+ <span class="param-type">
459
+
460
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
461
+
462
+ </span>
463
+
389
464
 
390
465
 
391
466
 
@@ -503,11 +578,16 @@
503
578
  <tbody>
504
579
 
505
580
  <tr class="deep-level-0">
506
- <td class="name"><code><a href="SketchStyle.html#coincidentPointStyle">coincidentPointStyle</a></code></td>
581
+ <td class="name"><code><a href="#coincidentPointStyle">coincidentPointStyle</a></code></td>
507
582
  <td class="name">
508
583
  <code>
509
584
 
510
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
585
+ <span class="param-type">
586
+
587
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
588
+
589
+ </span>
590
+
511
591
 
512
592
 
513
593
  </code>
@@ -516,11 +596,16 @@
516
596
  </tr>
517
597
 
518
598
  <tr class="deep-level-0">
519
- <td class="name"><code><a href="SketchStyle.html#fillStyle">fillStyle</a></code></td>
599
+ <td class="name"><code><a href="#fillStyle">fillStyle</a></code></td>
520
600
  <td class="name">
521
601
  <code>
522
602
 
523
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
603
+ <span class="param-type">
604
+
605
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
606
+
607
+ </span>
608
+
524
609
 
525
610
 
526
611
  </code>
@@ -529,11 +614,16 @@
529
614
  </tr>
530
615
 
531
616
  <tr class="deep-level-0">
532
- <td class="name"><code><a href="SketchStyle.html#highlightLineStyle">highlightLineStyle</a></code></td>
617
+ <td class="name"><code><a href="#highlightLineStyle">highlightLineStyle</a></code></td>
533
618
  <td class="name">
534
619
  <code>
535
620
 
536
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
621
+ <span class="param-type">
622
+
623
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
624
+
625
+ </span>
626
+
537
627
 
538
628
 
539
629
  </code>
@@ -542,11 +632,16 @@
542
632
  </tr>
543
633
 
544
634
  <tr class="deep-level-0">
545
- <td class="name"><code><a href="SketchStyle.html#highlightPointStyle">highlightPointStyle</a></code></td>
635
+ <td class="name"><code><a href="#highlightPointStyle">highlightPointStyle</a></code></td>
546
636
  <td class="name">
547
637
  <code>
548
638
 
549
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
639
+ <span class="param-type">
640
+
641
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
642
+
643
+ </span>
644
+
550
645
 
551
646
 
552
647
  </code>
@@ -555,11 +650,16 @@
555
650
  </tr>
556
651
 
557
652
  <tr class="deep-level-0">
558
- <td class="name"><code><a href="SketchStyle.html#lineStyle">lineStyle</a></code></td>
653
+ <td class="name"><code><a href="#lineStyle">lineStyle</a></code></td>
559
654
  <td class="name">
560
655
  <code>
561
656
 
562
- <span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
657
+ <span class="param-type">
658
+
659
+ <a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a>
660
+
661
+ </span>
662
+
563
663
 
564
664
 
565
665
  </code>
@@ -568,11 +668,16 @@
568
668
  </tr>
569
669
 
570
670
  <tr class="deep-level-0">
571
- <td class="name"><code><a href="SketchStyle.html#parallelLineStyle">parallelLineStyle</a></code></td>
671
+ <td class="name"><code><a href="#parallelLineStyle">parallelLineStyle</a></code></td>
572
672
  <td class="name">
573
673
  <code>
574
674
 
575
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
675
+ <span class="param-type">
676
+
677
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
678
+
679
+ </span>
680
+
576
681
 
577
682
 
578
683
  </code>
@@ -581,11 +686,16 @@
581
686
  </tr>
582
687
 
583
688
  <tr class="deep-level-0">
584
- <td class="name"><code><a href="SketchStyle.html#perpendicularLineStyle">perpendicularLineStyle</a></code></td>
689
+ <td class="name"><code><a href="#perpendicularLineStyle">perpendicularLineStyle</a></code></td>
585
690
  <td class="name">
586
691
  <code>
587
692
 
588
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
693
+ <span class="param-type">
694
+
695
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
696
+
697
+ </span>
698
+
589
699
 
590
700
 
591
701
  </code>
@@ -594,11 +704,16 @@
594
704
  </tr>
595
705
 
596
706
  <tr class="deep-level-0">
597
- <td class="name"><code><a href="SketchStyle.html#selectBoxStyle">selectBoxStyle</a></code></td>
707
+ <td class="name"><code><a href="#selectBoxStyle">selectBoxStyle</a></code></td>
598
708
  <td class="name">
599
709
  <code>
600
710
 
601
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
711
+ <span class="param-type">
712
+
713
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
714
+
715
+ </span>
716
+
602
717
 
603
718
 
604
719
  </code>
@@ -607,11 +722,16 @@
607
722
  </tr>
608
723
 
609
724
  <tr class="deep-level-0">
610
- <td class="name"><code><a href="SketchStyle.html#selectBoxVertexStyle">selectBoxVertexStyle</a></code></td>
725
+ <td class="name"><code><a href="#selectBoxVertexStyle">selectBoxVertexStyle</a></code></td>
611
726
  <td class="name">
612
727
  <code>
613
728
 
614
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
729
+ <span class="param-type">
730
+
731
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
732
+
733
+ </span>
734
+
615
735
 
616
736
 
617
737
  </code>
@@ -620,11 +740,16 @@
620
740
  </tr>
621
741
 
622
742
  <tr class="deep-level-0">
623
- <td class="name"><code><a href="SketchStyle.html#selectMidVertexStyle">selectMidVertexStyle</a></code></td>
743
+ <td class="name"><code><a href="#selectMidVertexStyle">selectMidVertexStyle</a></code></td>
624
744
  <td class="name">
625
745
  <code>
626
746
 
627
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
747
+ <span class="param-type">
748
+
749
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
750
+
751
+ </span>
752
+
628
753
 
629
754
 
630
755
  </code>
@@ -633,11 +758,16 @@
633
758
  </tr>
634
759
 
635
760
  <tr class="deep-level-0">
636
- <td class="name"><code><a href="SketchStyle.html#selectTextStyle">selectTextStyle</a></code></td>
761
+ <td class="name"><code><a href="#selectTextStyle">selectTextStyle</a></code></td>
637
762
  <td class="name">
638
763
  <code>
639
764
 
640
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
765
+ <span class="param-type">
766
+
767
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
768
+
769
+ </span>
770
+
641
771
 
642
772
 
643
773
  </code>
@@ -646,11 +776,16 @@
646
776
  </tr>
647
777
 
648
778
  <tr class="deep-level-0">
649
- <td class="name"><code><a href="SketchStyle.html#selectVertexStyle">selectVertexStyle</a></code></td>
779
+ <td class="name"><code><a href="#selectVertexStyle">selectVertexStyle</a></code></td>
650
780
  <td class="name">
651
781
  <code>
652
782
 
653
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
783
+ <span class="param-type">
784
+
785
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
786
+
787
+ </span>
788
+
654
789
 
655
790
 
656
791
  </code>
@@ -659,11 +794,16 @@
659
794
  </tr>
660
795
 
661
796
  <tr class="deep-level-0">
662
- <td class="name"><code><a href="SketchStyle.html#textStyle">textStyle</a></code></td>
797
+ <td class="name"><code><a href="#textStyle">textStyle</a></code></td>
663
798
  <td class="name">
664
799
  <code>
665
800
 
666
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
801
+ <span class="param-type">
802
+
803
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
804
+
805
+ </span>
806
+
667
807
 
668
808
 
669
809
  </code>
@@ -672,11 +812,16 @@
672
812
  </tr>
673
813
 
674
814
  <tr class="deep-level-0">
675
- <td class="name"><code><a href="SketchStyle.html#vertexStyle">vertexStyle</a></code></td>
815
+ <td class="name"><code><a href="#vertexStyle">vertexStyle</a></code></td>
676
816
  <td class="name">
677
817
  <code>
678
818
 
679
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
819
+ <span class="param-type">
820
+
821
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
822
+
823
+ </span>
824
+
680
825
 
681
826
 
682
827
  </code>
@@ -695,7 +840,12 @@
695
840
  <span class="method-parameter is-pulled-right">
696
841
  <label>类型:</label>
697
842
 
698
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
843
+ <span class="param-type">
844
+
845
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
846
+
847
+ </span>
848
+
699
849
 
700
850
 
701
851
  </span>
@@ -765,7 +915,12 @@
765
915
  <span class="method-parameter is-pulled-right">
766
916
  <label>类型:</label>
767
917
 
768
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
918
+ <span class="param-type">
919
+
920
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
921
+
922
+ </span>
923
+
769
924
 
770
925
 
771
926
  </span>
@@ -835,7 +990,12 @@
835
990
  <span class="method-parameter is-pulled-right">
836
991
  <label>类型:</label>
837
992
 
838
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
993
+ <span class="param-type">
994
+
995
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
996
+
997
+ </span>
998
+
839
999
 
840
1000
 
841
1001
  </span>
@@ -905,7 +1065,12 @@
905
1065
  <span class="method-parameter is-pulled-right">
906
1066
  <label>类型:</label>
907
1067
 
908
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1068
+ <span class="param-type">
1069
+
1070
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1071
+
1072
+ </span>
1073
+
909
1074
 
910
1075
 
911
1076
  </span>
@@ -975,7 +1140,12 @@
975
1140
  <span class="method-parameter is-pulled-right">
976
1141
  <label>类型:</label>
977
1142
 
978
- <span class="param-type"><a class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a></span>
1143
+ <span class="param-type">
1144
+
1145
+ <a link="SimpleLineSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleLineSymbol" SimpleLineSymbol.html>SimpleLineSymbol</a>
1146
+
1147
+ </span>
1148
+
979
1149
 
980
1150
 
981
1151
  </span>
@@ -1045,7 +1215,12 @@
1045
1215
  <span class="method-parameter is-pulled-right">
1046
1216
  <label>类型:</label>
1047
1217
 
1048
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1218
+ <span class="param-type">
1219
+
1220
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1221
+
1222
+ </span>
1223
+
1049
1224
 
1050
1225
 
1051
1226
  </span>
@@ -1115,7 +1290,12 @@
1115
1290
  <span class="method-parameter is-pulled-right">
1116
1291
  <label>类型:</label>
1117
1292
 
1118
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1293
+ <span class="param-type">
1294
+
1295
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1296
+
1297
+ </span>
1298
+
1119
1299
 
1120
1300
 
1121
1301
  </span>
@@ -1185,7 +1365,12 @@
1185
1365
  <span class="method-parameter is-pulled-right">
1186
1366
  <label>类型:</label>
1187
1367
 
1188
- <span class="param-type"><a class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a></span>
1368
+ <span class="param-type">
1369
+
1370
+ <a link="SimpleFillSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleFillSymbol" SimpleFillSymbol.html>SimpleFillSymbol</a>
1371
+
1372
+ </span>
1373
+
1189
1374
 
1190
1375
 
1191
1376
  </span>
@@ -1255,7 +1440,12 @@
1255
1440
  <span class="method-parameter is-pulled-right">
1256
1441
  <label>类型:</label>
1257
1442
 
1258
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1443
+ <span class="param-type">
1444
+
1445
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1446
+
1447
+ </span>
1448
+
1259
1449
 
1260
1450
 
1261
1451
  </span>
@@ -1325,7 +1515,12 @@
1325
1515
  <span class="method-parameter is-pulled-right">
1326
1516
  <label>类型:</label>
1327
1517
 
1328
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1518
+ <span class="param-type">
1519
+
1520
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1521
+
1522
+ </span>
1523
+
1329
1524
 
1330
1525
 
1331
1526
  </span>
@@ -1395,7 +1590,12 @@
1395
1590
  <span class="method-parameter is-pulled-right">
1396
1591
  <label>类型:</label>
1397
1592
 
1398
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1593
+ <span class="param-type">
1594
+
1595
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
1596
+
1597
+ </span>
1598
+
1399
1599
 
1400
1600
 
1401
1601
  </span>
@@ -1465,7 +1665,12 @@
1465
1665
  <span class="method-parameter is-pulled-right">
1466
1666
  <label>类型:</label>
1467
1667
 
1468
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1668
+ <span class="param-type">
1669
+
1670
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1671
+
1672
+ </span>
1673
+
1469
1674
 
1470
1675
 
1471
1676
  </span>
@@ -1535,7 +1740,12 @@
1535
1740
  <span class="method-parameter is-pulled-right">
1536
1741
  <label>类型:</label>
1537
1742
 
1538
- <span class="param-type"><a class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a></span>
1743
+ <span class="param-type">
1744
+
1745
+ <a link="TextSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TextSymbol" TextSymbol.html>TextSymbol</a>
1746
+
1747
+ </span>
1748
+
1539
1749
 
1540
1750
 
1541
1751
  </span>
@@ -1605,7 +1815,12 @@
1605
1815
  <span class="method-parameter is-pulled-right">
1606
1816
  <label>类型:</label>
1607
1817
 
1608
- <span class="param-type"><a class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a></span>
1818
+ <span class="param-type">
1819
+
1820
+ <a link="SimpleMarkerSymbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SimpleMarkerSymbol" SimpleMarkerSymbol.html>SimpleMarkerSymbol</a>
1821
+
1822
+ </span>
1823
+
1609
1824
 
1610
1825
 
1611
1826
  </span>
@@ -1691,33 +1906,43 @@
1691
1906
  <tbody>
1692
1907
 
1693
1908
  <tr class="deep-level-0">
1694
- <td class="name"><code><a href="SketchStyle.html#clone">clone</a></code></td>
1909
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1695
1910
  <td class="name">
1696
1911
  <code>
1697
1912
 
1698
1913
 
1699
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
1914
+ <span class="param-type">
1915
+
1916
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
1917
+
1918
+ </span>
1919
+
1700
1920
 
1701
1921
 
1702
1922
 
1703
1923
  </code>
1704
1924
  </td>
1705
- <td class="name"><code><p>克隆并返回新要素<a id='clone'></a></p></code></td>
1925
+ <td class="name"><code><p>克隆并返回新要素</code></td>
1706
1926
  </tr>
1707
1927
 
1708
1928
  <tr class="deep-level-0">
1709
- <td class="name"><code><a href="SketchStyle.html#toJSON">toJSON</a></code></td>
1929
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1710
1930
  <td class="name">
1711
1931
  <code>
1712
1932
 
1713
1933
 
1714
- <span class="param-type">Object</span>
1934
+ <span class="param-type">
1935
+
1936
+ Object
1937
+
1938
+ </span>
1939
+
1715
1940
 
1716
1941
 
1717
1942
 
1718
1943
  </code>
1719
1944
  </td>
1720
- <td class="name"><code><p>导出场草图样式的配置文件<a id='toJSON'></a></p></code></td>
1945
+ <td class="name"><code><p>导出场草图样式的配置文件</code></td>
1721
1946
  </tr>
1722
1947
 
1723
1948
  </tbody>
@@ -1823,7 +2048,12 @@
1823
2048
  <div class='column is-5 has-text-left'>
1824
2049
  <label>类型: </label>
1825
2050
 
1826
- <span class="param-type"><a class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2051
+ <span class="param-type">
2052
+
2053
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
2054
+
2055
+ </span>
2056
+
1827
2057
 
1828
2058
 
1829
2059
  </div>
@@ -1939,7 +2169,12 @@
1939
2169
  <div class='column is-5 has-text-left'>
1940
2170
  <label>类型: </label>
1941
2171
 
1942
- <span class="param-type">Object</span>
2172
+ <span class="param-type">
2173
+
2174
+ Object
2175
+
2176
+ </span>
2177
+
1943
2178
 
1944
2179
 
1945
2180
  </div>