@mapgis/webclient-common 17.0.4 → 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 (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
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>
81
85
 
82
86
 
83
87
 
@@ -94,16 +98,24 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="view"><code>view</code></td>
101
+ <td class="name"><code>view</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
107
+ <span class="param-type">
108
+
109
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
110
+
111
+ </span>
104
112
  |
105
113
 
106
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
114
+ <span class="param-type">
115
+
116
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
117
+
118
+ </span>
107
119
 
108
120
 
109
121
 
@@ -120,13 +132,17 @@
120
132
 
121
133
  <tr class="deep-level-1">
122
134
 
123
- <td class="name" id="layer"><code>layer</code></td>
135
+ <td class="name"><code>layer</code></td>
124
136
 
125
137
 
126
138
  <td class="type">
127
139
 
128
140
 
129
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
141
+ <span class="param-type">
142
+
143
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
144
+
145
+ </span>
130
146
 
131
147
 
132
148
 
@@ -143,13 +159,17 @@
143
159
 
144
160
  <tr class="deep-level-1">
145
161
 
146
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
162
+ <td class="name"><code>sketchStyle</code></td>
147
163
 
148
164
 
149
165
  <td class="type">
150
166
 
151
167
 
152
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
168
+ <span class="param-type">
169
+
170
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
171
+
172
+ </span>
153
173
 
154
174
 
155
175
 
@@ -283,7 +303,11 @@
283
303
  <td class="name">
284
304
  <code>
285
305
 
286
- <span class="param-type">Object</span>
306
+ <span class="param-type">
307
+
308
+ Object
309
+
310
+ </span>
287
311
 
288
312
 
289
313
 
@@ -297,7 +321,11 @@
297
321
  <td class="name">
298
322
  <code>
299
323
 
300
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
324
+ <span class="param-type">
325
+
326
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
327
+
328
+ </span>
301
329
 
302
330
 
303
331
 
@@ -311,7 +339,11 @@
311
339
  <td class="name">
312
340
  <code>
313
341
 
314
- <span class="param-type">Object</span>
342
+ <span class="param-type">
343
+
344
+ Object
345
+
346
+ </span>
315
347
 
316
348
 
317
349
 
@@ -325,7 +357,11 @@
325
357
  <td class="name">
326
358
  <code>
327
359
 
328
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
360
+ <span class="param-type">
361
+
362
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
363
+
364
+ </span>
329
365
 
330
366
 
331
367
 
@@ -339,7 +375,11 @@
339
375
  <td class="name">
340
376
  <code>
341
377
 
342
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
378
+ <span class="param-type">
379
+
380
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
381
+
382
+ </span>
343
383
 
344
384
 
345
385
 
@@ -353,7 +393,11 @@
353
393
  <td class="name">
354
394
  <code>
355
395
 
356
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
396
+ <span class="param-type">
397
+
398
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
399
+
400
+ </span>
357
401
 
358
402
 
359
403
 
@@ -367,7 +411,11 @@
367
411
  <td class="name">
368
412
  <code>
369
413
 
370
- <span class="param-type">String</span>
414
+ <span class="param-type">
415
+
416
+ String
417
+
418
+ </span>
371
419
 
372
420
 
373
421
 
@@ -381,7 +429,11 @@
381
429
  <td class="name">
382
430
  <code>
383
431
 
384
- <span class="param-type">String</span>
432
+ <span class="param-type">
433
+
434
+ String
435
+
436
+ </span>
385
437
 
386
438
 
387
439
 
@@ -395,10 +447,18 @@
395
447
  <td class="name">
396
448
  <code>
397
449
 
398
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
450
+ <span class="param-type">
451
+
452
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
453
+
454
+ </span>
399
455
  |
400
456
 
401
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
457
+ <span class="param-type">
458
+
459
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
460
+
461
+ </span>
402
462
 
403
463
 
404
464
 
@@ -418,7 +478,11 @@
418
478
  <span class="method-parameter is-pulled-right">
419
479
  <label>类型:</label>
420
480
 
421
- <span class="param-type">Object</span>
481
+ <span class="param-type">
482
+
483
+ Object
484
+
485
+ </span>
422
486
 
423
487
 
424
488
 
@@ -494,7 +558,11 @@
494
558
  <span class="method-parameter is-pulled-right">
495
559
  <label>类型:</label>
496
560
 
497
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
561
+ <span class="param-type">
562
+
563
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
564
+
565
+ </span>
498
566
 
499
567
 
500
568
 
@@ -570,7 +638,11 @@
570
638
  <span class="method-parameter is-pulled-right">
571
639
  <label>类型:</label>
572
640
 
573
- <span class="param-type">Object</span>
641
+ <span class="param-type">
642
+
643
+ Object
644
+
645
+ </span>
574
646
 
575
647
 
576
648
 
@@ -646,7 +718,11 @@
646
718
  <span class="method-parameter is-pulled-right">
647
719
  <label>类型:</label>
648
720
 
649
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
721
+ <span class="param-type">
722
+
723
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
724
+
725
+ </span>
650
726
 
651
727
 
652
728
 
@@ -722,7 +798,11 @@
722
798
  <span class="method-parameter is-pulled-right">
723
799
  <label>类型:</label>
724
800
 
725
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
801
+ <span class="param-type">
802
+
803
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
804
+
805
+ </span>
726
806
 
727
807
 
728
808
 
@@ -798,7 +878,11 @@
798
878
  <span class="method-parameter is-pulled-right">
799
879
  <label>类型:</label>
800
880
 
801
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
881
+ <span class="param-type">
882
+
883
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
884
+
885
+ </span>
802
886
 
803
887
 
804
888
 
@@ -874,7 +958,11 @@
874
958
  <span class="method-parameter is-pulled-right">
875
959
  <label>类型:</label>
876
960
 
877
- <span class="param-type">String</span>
961
+ <span class="param-type">
962
+
963
+ String
964
+
965
+ </span>
878
966
 
879
967
 
880
968
 
@@ -950,7 +1038,11 @@
950
1038
  <span class="method-parameter is-pulled-right">
951
1039
  <label>类型:</label>
952
1040
 
953
- <span class="param-type">String</span>
1041
+ <span class="param-type">
1042
+
1043
+ String
1044
+
1045
+ </span>
954
1046
 
955
1047
 
956
1048
 
@@ -1026,10 +1118,18 @@
1026
1118
  <span class="method-parameter is-pulled-right">
1027
1119
  <label>类型:</label>
1028
1120
 
1029
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1121
+ <span class="param-type">
1122
+
1123
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1124
+
1125
+ </span>
1030
1126
  |
1031
1127
 
1032
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1128
+ <span class="param-type">
1129
+
1130
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1131
+
1132
+ </span>
1033
1133
 
1034
1134
 
1035
1135
 
@@ -1156,7 +1256,11 @@
1156
1256
  <code>
1157
1257
 
1158
1258
 
1159
- <span class="param-type">Number</span>
1259
+ <span class="param-type">
1260
+
1261
+ Number
1262
+
1263
+ </span>
1160
1264
 
1161
1265
 
1162
1266
 
@@ -1172,7 +1276,11 @@
1172
1276
  <code>
1173
1277
 
1174
1278
 
1175
- <span class="param-type">Number</span>
1279
+ <span class="param-type">
1280
+
1281
+ Number
1282
+
1283
+ </span>
1176
1284
 
1177
1285
 
1178
1286
 
@@ -1188,7 +1296,11 @@
1188
1296
  <code>
1189
1297
 
1190
1298
 
1191
- <span class="param-type">Number</span>
1299
+ <span class="param-type">
1300
+
1301
+ Number
1302
+
1303
+ </span>
1192
1304
 
1193
1305
 
1194
1306
 
@@ -1204,7 +1316,11 @@
1204
1316
  <code>
1205
1317
 
1206
1318
 
1207
- <span class="param-type">Number</span>
1319
+ <span class="param-type">
1320
+
1321
+ Number
1322
+
1323
+ </span>
1208
1324
 
1209
1325
 
1210
1326
 
@@ -1382,13 +1498,17 @@
1382
1498
 
1383
1499
  <tr class="deep-level-0">
1384
1500
 
1385
- <td class="name" id="points"><code>points</code></td>
1501
+ <td class="name"><code>points</code></td>
1386
1502
 
1387
1503
 
1388
1504
  <td class="type">
1389
1505
 
1390
1506
 
1391
- <span class="param-type">Array</span>
1507
+ <span class="param-type">
1508
+
1509
+ Array
1510
+
1511
+ </span>
1392
1512
 
1393
1513
 
1394
1514
 
@@ -1407,13 +1527,17 @@
1407
1527
 
1408
1528
  <tr class="deep-level-0">
1409
1529
 
1410
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1530
+ <td class="name"><code>sketchStyle</code></td>
1411
1531
 
1412
1532
 
1413
1533
  <td class="type">
1414
1534
 
1415
1535
 
1416
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1536
+ <span class="param-type">
1537
+
1538
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1539
+
1540
+ </span>
1417
1541
 
1418
1542
 
1419
1543
 
@@ -1730,13 +1854,17 @@
1730
1854
 
1731
1855
  <tr class="deep-level-0">
1732
1856
 
1733
- <td class="name" id="pixel"><code>pixel</code></td>
1857
+ <td class="name"><code>pixel</code></td>
1734
1858
 
1735
1859
 
1736
1860
  <td class="type">
1737
1861
 
1738
1862
 
1739
- <span class="param-type">Number</span>
1863
+ <span class="param-type">
1864
+
1865
+ Number
1866
+
1867
+ </span>
1740
1868
 
1741
1869
 
1742
1870
 
@@ -1830,7 +1958,11 @@
1830
1958
  <div class='column is-5 has-text-left'>
1831
1959
  <label>类型: </label>
1832
1960
 
1833
- <span class="param-type">Number</span>
1961
+ <span class="param-type">
1962
+
1963
+ Number
1964
+
1965
+ </span>
1834
1966
 
1835
1967
 
1836
1968
 
@@ -1902,13 +2034,17 @@
1902
2034
 
1903
2035
  <tr class="deep-level-0">
1904
2036
 
1905
- <td class="name" id="coordinates"><code>coordinates</code></td>
2037
+ <td class="name"><code>coordinates</code></td>
1906
2038
 
1907
2039
 
1908
2040
  <td class="type">
1909
2041
 
1910
2042
 
1911
- <span class="param-type">Array</span>
2043
+ <span class="param-type">
2044
+
2045
+ Array
2046
+
2047
+ </span>
1912
2048
 
1913
2049
 
1914
2050
 
@@ -1927,13 +2063,17 @@
1927
2063
 
1928
2064
  <tr class="deep-level-0">
1929
2065
 
1930
- <td class="name" id="direction"><code>direction</code></td>
2066
+ <td class="name"><code>direction</code></td>
1931
2067
 
1932
2068
 
1933
2069
  <td class="type">
1934
2070
 
1935
2071
 
1936
- <span class="param-type">String</span>
2072
+ <span class="param-type">
2073
+
2074
+ String
2075
+
2076
+ </span>
1937
2077
 
1938
2078
 
1939
2079
 
@@ -1952,13 +2092,17 @@
1952
2092
 
1953
2093
  <tr class="deep-level-0">
1954
2094
 
1955
- <td class="name" id="extent"><code>extent</code></td>
2095
+ <td class="name"><code>extent</code></td>
1956
2096
 
1957
2097
 
1958
2098
  <td class="type">
1959
2099
 
1960
2100
 
1961
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2101
+ <span class="param-type">
2102
+
2103
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2104
+
2105
+ </span>
1962
2106
 
1963
2107
 
1964
2108
 
@@ -1977,13 +2121,17 @@
1977
2121
 
1978
2122
  <tr class="deep-level-0">
1979
2123
 
1980
- <td class="name" id="startPoint"><code>startPoint</code></td>
2124
+ <td class="name"><code>startPoint</code></td>
1981
2125
 
1982
2126
 
1983
2127
  <td class="type">
1984
2128
 
1985
2129
 
1986
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2130
+ <span class="param-type">
2131
+
2132
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2133
+
2134
+ </span>
1987
2135
 
1988
2136
 
1989
2137
 
@@ -2002,13 +2150,17 @@
2002
2150
 
2003
2151
  <tr class="deep-level-0">
2004
2152
 
2005
- <td class="name" id="movePoint"><code>movePoint</code></td>
2153
+ <td class="name"><code>movePoint</code></td>
2006
2154
 
2007
2155
 
2008
2156
  <td class="type">
2009
2157
 
2010
2158
 
2011
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2159
+ <span class="param-type">
2160
+
2161
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2162
+
2163
+ </span>
2012
2164
 
2013
2165
 
2014
2166
 
@@ -2027,13 +2179,17 @@
2027
2179
 
2028
2180
  <tr class="deep-level-0">
2029
2181
 
2030
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2182
+ <td class="name"><code>oriCoordinates</code></td>
2031
2183
 
2032
2184
 
2033
2185
  <td class="type">
2034
2186
 
2035
2187
 
2036
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2188
+ <span class="param-type">
2189
+
2190
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2191
+
2192
+ </span>
2037
2193
 
2038
2194
 
2039
2195
 
@@ -2127,7 +2283,11 @@
2127
2283
  <div class='column is-5 has-text-left'>
2128
2284
  <label>类型: </label>
2129
2285
 
2130
- <span class="param-type">Number</span>
2286
+ <span class="param-type">
2287
+
2288
+ Number
2289
+
2290
+ </span>
2131
2291
 
2132
2292
 
2133
2293
 
@@ -2199,13 +2359,17 @@
2199
2359
 
2200
2360
  <tr class="deep-level-0">
2201
2361
 
2202
- <td class="name" id="coordinates"><code>coordinates</code></td>
2362
+ <td class="name"><code>coordinates</code></td>
2203
2363
 
2204
2364
 
2205
2365
  <td class="type">
2206
2366
 
2207
2367
 
2208
- <span class="param-type">Array</span>
2368
+ <span class="param-type">
2369
+
2370
+ Array
2371
+
2372
+ </span>
2209
2373
 
2210
2374
 
2211
2375
 
@@ -2224,13 +2388,17 @@
2224
2388
 
2225
2389
  <tr class="deep-level-0">
2226
2390
 
2227
- <td class="name" id="deltaX"><code>deltaX</code></td>
2391
+ <td class="name"><code>deltaX</code></td>
2228
2392
 
2229
2393
 
2230
2394
  <td class="type">
2231
2395
 
2232
2396
 
2233
- <span class="param-type">Number</span>
2397
+ <span class="param-type">
2398
+
2399
+ Number
2400
+
2401
+ </span>
2234
2402
 
2235
2403
 
2236
2404
 
@@ -2249,13 +2417,17 @@
2249
2417
 
2250
2418
  <tr class="deep-level-0">
2251
2419
 
2252
- <td class="name" id="deltaY"><code>deltaY</code></td>
2420
+ <td class="name"><code>deltaY</code></td>
2253
2421
 
2254
2422
 
2255
2423
  <td class="type">
2256
2424
 
2257
2425
 
2258
- <span class="param-type">Number</span>
2426
+ <span class="param-type">
2427
+
2428
+ Number
2429
+
2430
+ </span>
2259
2431
 
2260
2432
 
2261
2433
 
@@ -2349,7 +2521,11 @@
2349
2521
  <div class='column is-5 has-text-left'>
2350
2522
  <label>类型: </label>
2351
2523
 
2352
- <span class="param-type">Number</span>
2524
+ <span class="param-type">
2525
+
2526
+ Number
2527
+
2528
+ </span>
2353
2529
 
2354
2530
 
2355
2531
 
@@ -2421,13 +2597,17 @@
2421
2597
 
2422
2598
  <tr class="deep-level-0">
2423
2599
 
2424
- <td class="name" id="coordinates"><code>coordinates</code></td>
2600
+ <td class="name"><code>coordinates</code></td>
2425
2601
 
2426
2602
 
2427
2603
  <td class="type">
2428
2604
 
2429
2605
 
2430
- <span class="param-type">Array</span>
2606
+ <span class="param-type">
2607
+
2608
+ Array
2609
+
2610
+ </span>
2431
2611
 
2432
2612
 
2433
2613
 
@@ -2446,13 +2626,17 @@
2446
2626
 
2447
2627
  <tr class="deep-level-0">
2448
2628
 
2449
- <td class="name" id="direction"><code>direction</code></td>
2629
+ <td class="name"><code>direction</code></td>
2450
2630
 
2451
2631
 
2452
2632
  <td class="type">
2453
2633
 
2454
2634
 
2455
- <span class="param-type">String</span>
2635
+ <span class="param-type">
2636
+
2637
+ String
2638
+
2639
+ </span>
2456
2640
 
2457
2641
 
2458
2642
 
@@ -2471,13 +2655,17 @@
2471
2655
 
2472
2656
  <tr class="deep-level-0">
2473
2657
 
2474
- <td class="name" id="extent"><code>extent</code></td>
2658
+ <td class="name"><code>extent</code></td>
2475
2659
 
2476
2660
 
2477
2661
  <td class="type">
2478
2662
 
2479
2663
 
2480
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2664
+ <span class="param-type">
2665
+
2666
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2667
+
2668
+ </span>
2481
2669
 
2482
2670
 
2483
2671
 
@@ -2496,13 +2684,17 @@
2496
2684
 
2497
2685
  <tr class="deep-level-0">
2498
2686
 
2499
- <td class="name" id="startPoint"><code>startPoint</code></td>
2687
+ <td class="name"><code>startPoint</code></td>
2500
2688
 
2501
2689
 
2502
2690
  <td class="type">
2503
2691
 
2504
2692
 
2505
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2693
+ <span class="param-type">
2694
+
2695
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2696
+
2697
+ </span>
2506
2698
 
2507
2699
 
2508
2700
 
@@ -2521,13 +2713,17 @@
2521
2713
 
2522
2714
  <tr class="deep-level-0">
2523
2715
 
2524
- <td class="name" id="movePoint"><code>movePoint</code></td>
2716
+ <td class="name"><code>movePoint</code></td>
2525
2717
 
2526
2718
 
2527
2719
  <td class="type">
2528
2720
 
2529
2721
 
2530
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2722
+ <span class="param-type">
2723
+
2724
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2725
+
2726
+ </span>
2531
2727
 
2532
2728
 
2533
2729
 
@@ -2546,13 +2742,17 @@
2546
2742
 
2547
2743
  <tr class="deep-level-0">
2548
2744
 
2549
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2745
+ <td class="name"><code>oriCoordinates</code></td>
2550
2746
 
2551
2747
 
2552
2748
  <td class="type">
2553
2749
 
2554
2750
 
2555
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2751
+ <span class="param-type">
2752
+
2753
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2754
+
2755
+ </span>
2556
2756
 
2557
2757
 
2558
2758
 
@@ -2646,7 +2846,11 @@
2646
2846
  <div class='column is-5 has-text-left'>
2647
2847
  <label>类型: </label>
2648
2848
 
2649
- <span class="param-type">Number</span>
2849
+ <span class="param-type">
2850
+
2851
+ Number
2852
+
2853
+ </span>
2650
2854
 
2651
2855
 
2652
2856
 
@@ -2718,13 +2922,17 @@
2718
2922
 
2719
2923
  <tr class="deep-level-0">
2720
2924
 
2721
- <td class="name" id="feature"><code>feature</code></td>
2925
+ <td class="name"><code>feature</code></td>
2722
2926
 
2723
2927
 
2724
2928
  <td class="type">
2725
2929
 
2726
2930
 
2727
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
2931
+ <span class="param-type">
2932
+
2933
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
2934
+
2935
+ </span>
2728
2936
 
2729
2937
 
2730
2938
 
@@ -2743,13 +2951,17 @@
2743
2951
 
2744
2952
  <tr class="deep-level-0">
2745
2953
 
2746
- <td class="name" id="event"><code>event</code></td>
2954
+ <td class="name"><code>event</code></td>
2747
2955
 
2748
2956
 
2749
2957
  <td class="type">
2750
2958
 
2751
2959
 
2752
- <span class="param-type">Object</span>
2960
+ <span class="param-type">
2961
+
2962
+ Object
2963
+
2964
+ </span>
2753
2965
 
2754
2966
 
2755
2967
 
@@ -2980,13 +3192,17 @@
2980
3192
 
2981
3193
  <tr class="deep-level-0">
2982
3194
 
2983
- <td class="name" id="index"><code>index</code></td>
3195
+ <td class="name"><code>index</code></td>
2984
3196
 
2985
3197
 
2986
3198
  <td class="type">
2987
3199
 
2988
3200
 
2989
- <span class="param-type">Number</span>
3201
+ <span class="param-type">
3202
+
3203
+ Number
3204
+
3205
+ </span>
2990
3206
 
2991
3207
 
2992
3208
 
@@ -3126,13 +3342,17 @@
3126
3342
 
3127
3343
  <tr class="deep-level-0">
3128
3344
 
3129
- <td class="name" id="feature"><code>feature</code></td>
3345
+ <td class="name"><code>feature</code></td>
3130
3346
 
3131
3347
 
3132
3348
  <td class="type">
3133
3349
 
3134
3350
 
3135
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3351
+ <span class="param-type">
3352
+
3353
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3354
+
3355
+ </span>
3136
3356
 
3137
3357
 
3138
3358
 
@@ -3267,13 +3487,17 @@
3267
3487
 
3268
3488
  <tr class="deep-level-0">
3269
3489
 
3270
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3490
+ <td class="name"><code>sketchStyle</code></td>
3271
3491
 
3272
3492
 
3273
3493
  <td class="type">
3274
3494
 
3275
3495
 
3276
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3496
+ <span class="param-type">
3497
+
3498
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3499
+
3500
+ </span>
3277
3501
 
3278
3502
 
3279
3503
 
@@ -3413,13 +3637,17 @@
3413
3637
 
3414
3638
  <tr class="deep-level-0">
3415
3639
 
3416
- <td class="name" id="geometries"><code>geometries</code></td>
3640
+ <td class="name"><code>geometries</code></td>
3417
3641
 
3418
3642
 
3419
3643
  <td class="type">
3420
3644
 
3421
3645
 
3422
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3646
+ <span class="param-type">
3647
+
3648
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3649
+
3650
+ </span>
3423
3651
 
3424
3652
 
3425
3653
 
@@ -3655,13 +3883,17 @@
3655
3883
 
3656
3884
  <tr class="deep-level-0">
3657
3885
 
3658
- <td class="name" id="feature"><code>feature</code></td>
3886
+ <td class="name"><code>feature</code></td>
3659
3887
 
3660
3888
 
3661
3889
  <td class="type">
3662
3890
 
3663
3891
 
3664
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3892
+ <span class="param-type">
3893
+
3894
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3895
+
3896
+ </span>
3665
3897
 
3666
3898
 
3667
3899
 
@@ -3680,13 +3912,17 @@
3680
3912
 
3681
3913
  <tr class="deep-level-0">
3682
3914
 
3683
- <td class="name" id="event"><code>event</code></td>
3915
+ <td class="name"><code>event</code></td>
3684
3916
 
3685
3917
 
3686
3918
  <td class="type">
3687
3919
 
3688
3920
 
3689
- <span class="param-type">Object</span>
3921
+ <span class="param-type">
3922
+
3923
+ Object
3924
+
3925
+ </span>
3690
3926
 
3691
3927
 
3692
3928
 
@@ -3917,13 +4153,17 @@
3917
4153
 
3918
4154
  <tr class="deep-level-0">
3919
4155
 
3920
- <td class="name" id="point"><code>point</code></td>
4156
+ <td class="name"><code>point</code></td>
3921
4157
 
3922
4158
 
3923
4159
  <td class="type">
3924
4160
 
3925
4161
 
3926
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4162
+ <span class="param-type">
4163
+
4164
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4165
+
4166
+ </span>
3927
4167
 
3928
4168
 
3929
4169
 
@@ -3942,13 +4182,17 @@
3942
4182
 
3943
4183
  <tr class="deep-level-0">
3944
4184
 
3945
- <td class="name" id="feature"><code>feature</code></td>
4185
+ <td class="name"><code>feature</code></td>
3946
4186
 
3947
4187
 
3948
4188
  <td class="type">
3949
4189
 
3950
4190
 
3951
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4191
+ <span class="param-type">
4192
+
4193
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4194
+
4195
+ </span>
3952
4196
 
3953
4197
 
3954
4198
 
@@ -4088,13 +4332,17 @@
4088
4332
 
4089
4333
  <tr class="deep-level-0">
4090
4334
 
4091
- <td class="name" id="point"><code>point</code></td>
4335
+ <td class="name"><code>point</code></td>
4092
4336
 
4093
4337
 
4094
4338
  <td class="type">
4095
4339
 
4096
4340
 
4097
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4341
+ <span class="param-type">
4342
+
4343
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4344
+
4345
+ </span>
4098
4346
 
4099
4347
 
4100
4348
 
@@ -4113,13 +4361,17 @@
4113
4361
 
4114
4362
  <tr class="deep-level-0">
4115
4363
 
4116
- <td class="name" id="index"><code>index</code></td>
4364
+ <td class="name"><code>index</code></td>
4117
4365
 
4118
4366
 
4119
4367
  <td class="type">
4120
4368
 
4121
4369
 
4122
- <span class="param-type">Number</span>
4370
+ <span class="param-type">
4371
+
4372
+ Number
4373
+
4374
+ </span>
4123
4375
 
4124
4376
 
4125
4377