@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -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/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. 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
 
@@ -1372,13 +1488,17 @@
1372
1488
 
1373
1489
  <tr class="deep-level-0">
1374
1490
 
1375
- <td class="name" id="points"><code>points</code></td>
1491
+ <td class="name"><code>points</code></td>
1376
1492
 
1377
1493
 
1378
1494
  <td class="type">
1379
1495
 
1380
1496
 
1381
- <span class="param-type">Array</span>
1497
+ <span class="param-type">
1498
+
1499
+ Array
1500
+
1501
+ </span>
1382
1502
 
1383
1503
 
1384
1504
 
@@ -1397,13 +1517,17 @@
1397
1517
 
1398
1518
  <tr class="deep-level-0">
1399
1519
 
1400
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
1520
+ <td class="name"><code>sketchStyle</code></td>
1401
1521
 
1402
1522
 
1403
1523
  <td class="type">
1404
1524
 
1405
1525
 
1406
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
1526
+ <span class="param-type">
1527
+
1528
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
1529
+
1530
+ </span>
1407
1531
 
1408
1532
 
1409
1533
 
@@ -1538,13 +1662,17 @@
1538
1662
 
1539
1663
  <tr class="deep-level-0">
1540
1664
 
1541
- <td class="name" id="point"><code>point</code></td>
1665
+ <td class="name"><code>point</code></td>
1542
1666
 
1543
1667
 
1544
1668
  <td class="type">
1545
1669
 
1546
1670
 
1547
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1671
+ <span class="param-type">
1672
+
1673
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1674
+
1675
+ </span>
1548
1676
 
1549
1677
 
1550
1678
 
@@ -1563,13 +1691,17 @@
1563
1691
 
1564
1692
  <tr class="deep-level-0">
1565
1693
 
1566
- <td class="name" id="index"><code>index</code></td>
1694
+ <td class="name"><code>index</code></td>
1567
1695
 
1568
1696
 
1569
1697
  <td class="type">
1570
1698
 
1571
1699
 
1572
- <span class="param-type">Number</span>
1700
+ <span class="param-type">
1701
+
1702
+ Number
1703
+
1704
+ </span>
1573
1705
 
1574
1706
 
1575
1707
 
@@ -1800,13 +1932,17 @@
1800
1932
 
1801
1933
  <tr class="deep-level-0">
1802
1934
 
1803
- <td class="name" id="pixel"><code>pixel</code></td>
1935
+ <td class="name"><code>pixel</code></td>
1804
1936
 
1805
1937
 
1806
1938
  <td class="type">
1807
1939
 
1808
1940
 
1809
- <span class="param-type">Number</span>
1941
+ <span class="param-type">
1942
+
1943
+ Number
1944
+
1945
+ </span>
1810
1946
 
1811
1947
 
1812
1948
 
@@ -1900,7 +2036,11 @@
1900
2036
  <div class='column is-5 has-text-left'>
1901
2037
  <label>类型: </label>
1902
2038
 
1903
- <span class="param-type">Number</span>
2039
+ <span class="param-type">
2040
+
2041
+ Number
2042
+
2043
+ </span>
1904
2044
 
1905
2045
 
1906
2046
 
@@ -1972,13 +2112,17 @@
1972
2112
 
1973
2113
  <tr class="deep-level-0">
1974
2114
 
1975
- <td class="name" id="coordinates"><code>coordinates</code></td>
2115
+ <td class="name"><code>coordinates</code></td>
1976
2116
 
1977
2117
 
1978
2118
  <td class="type">
1979
2119
 
1980
2120
 
1981
- <span class="param-type">Array</span>
2121
+ <span class="param-type">
2122
+
2123
+ Array
2124
+
2125
+ </span>
1982
2126
 
1983
2127
 
1984
2128
 
@@ -1997,13 +2141,17 @@
1997
2141
 
1998
2142
  <tr class="deep-level-0">
1999
2143
 
2000
- <td class="name" id="direction"><code>direction</code></td>
2144
+ <td class="name"><code>direction</code></td>
2001
2145
 
2002
2146
 
2003
2147
  <td class="type">
2004
2148
 
2005
2149
 
2006
- <span class="param-type">String</span>
2150
+ <span class="param-type">
2151
+
2152
+ String
2153
+
2154
+ </span>
2007
2155
 
2008
2156
 
2009
2157
 
@@ -2022,13 +2170,17 @@
2022
2170
 
2023
2171
  <tr class="deep-level-0">
2024
2172
 
2025
- <td class="name" id="extent"><code>extent</code></td>
2173
+ <td class="name"><code>extent</code></td>
2026
2174
 
2027
2175
 
2028
2176
  <td class="type">
2029
2177
 
2030
2178
 
2031
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2179
+ <span class="param-type">
2180
+
2181
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2182
+
2183
+ </span>
2032
2184
 
2033
2185
 
2034
2186
 
@@ -2047,13 +2199,17 @@
2047
2199
 
2048
2200
  <tr class="deep-level-0">
2049
2201
 
2050
- <td class="name" id="startPoint"><code>startPoint</code></td>
2202
+ <td class="name"><code>startPoint</code></td>
2051
2203
 
2052
2204
 
2053
2205
  <td class="type">
2054
2206
 
2055
2207
 
2056
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2208
+ <span class="param-type">
2209
+
2210
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2211
+
2212
+ </span>
2057
2213
 
2058
2214
 
2059
2215
 
@@ -2072,13 +2228,17 @@
2072
2228
 
2073
2229
  <tr class="deep-level-0">
2074
2230
 
2075
- <td class="name" id="movePoint"><code>movePoint</code></td>
2231
+ <td class="name"><code>movePoint</code></td>
2076
2232
 
2077
2233
 
2078
2234
  <td class="type">
2079
2235
 
2080
2236
 
2081
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2237
+ <span class="param-type">
2238
+
2239
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2240
+
2241
+ </span>
2082
2242
 
2083
2243
 
2084
2244
 
@@ -2097,13 +2257,17 @@
2097
2257
 
2098
2258
  <tr class="deep-level-0">
2099
2259
 
2100
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2260
+ <td class="name"><code>oriCoordinates</code></td>
2101
2261
 
2102
2262
 
2103
2263
  <td class="type">
2104
2264
 
2105
2265
 
2106
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2266
+ <span class="param-type">
2267
+
2268
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2269
+
2270
+ </span>
2107
2271
 
2108
2272
 
2109
2273
 
@@ -2197,7 +2361,11 @@
2197
2361
  <div class='column is-5 has-text-left'>
2198
2362
  <label>类型: </label>
2199
2363
 
2200
- <span class="param-type">Number</span>
2364
+ <span class="param-type">
2365
+
2366
+ Number
2367
+
2368
+ </span>
2201
2369
 
2202
2370
 
2203
2371
 
@@ -2269,13 +2437,17 @@
2269
2437
 
2270
2438
  <tr class="deep-level-0">
2271
2439
 
2272
- <td class="name" id="coordinates"><code>coordinates</code></td>
2440
+ <td class="name"><code>coordinates</code></td>
2273
2441
 
2274
2442
 
2275
2443
  <td class="type">
2276
2444
 
2277
2445
 
2278
- <span class="param-type">Array</span>
2446
+ <span class="param-type">
2447
+
2448
+ Array
2449
+
2450
+ </span>
2279
2451
 
2280
2452
 
2281
2453
 
@@ -2294,13 +2466,17 @@
2294
2466
 
2295
2467
  <tr class="deep-level-0">
2296
2468
 
2297
- <td class="name" id="deltaX"><code>deltaX</code></td>
2469
+ <td class="name"><code>deltaX</code></td>
2298
2470
 
2299
2471
 
2300
2472
  <td class="type">
2301
2473
 
2302
2474
 
2303
- <span class="param-type">Number</span>
2475
+ <span class="param-type">
2476
+
2477
+ Number
2478
+
2479
+ </span>
2304
2480
 
2305
2481
 
2306
2482
 
@@ -2319,13 +2495,17 @@
2319
2495
 
2320
2496
  <tr class="deep-level-0">
2321
2497
 
2322
- <td class="name" id="deltaY"><code>deltaY</code></td>
2498
+ <td class="name"><code>deltaY</code></td>
2323
2499
 
2324
2500
 
2325
2501
  <td class="type">
2326
2502
 
2327
2503
 
2328
- <span class="param-type">Number</span>
2504
+ <span class="param-type">
2505
+
2506
+ Number
2507
+
2508
+ </span>
2329
2509
 
2330
2510
 
2331
2511
 
@@ -2419,7 +2599,11 @@
2419
2599
  <div class='column is-5 has-text-left'>
2420
2600
  <label>类型: </label>
2421
2601
 
2422
- <span class="param-type">Number</span>
2602
+ <span class="param-type">
2603
+
2604
+ Number
2605
+
2606
+ </span>
2423
2607
 
2424
2608
 
2425
2609
 
@@ -2491,13 +2675,17 @@
2491
2675
 
2492
2676
  <tr class="deep-level-0">
2493
2677
 
2494
- <td class="name" id="coordinates"><code>coordinates</code></td>
2678
+ <td class="name"><code>coordinates</code></td>
2495
2679
 
2496
2680
 
2497
2681
  <td class="type">
2498
2682
 
2499
2683
 
2500
- <span class="param-type">Array</span>
2684
+ <span class="param-type">
2685
+
2686
+ Array
2687
+
2688
+ </span>
2501
2689
 
2502
2690
 
2503
2691
 
@@ -2516,13 +2704,17 @@
2516
2704
 
2517
2705
  <tr class="deep-level-0">
2518
2706
 
2519
- <td class="name" id="direction"><code>direction</code></td>
2707
+ <td class="name"><code>direction</code></td>
2520
2708
 
2521
2709
 
2522
2710
  <td class="type">
2523
2711
 
2524
2712
 
2525
- <span class="param-type">String</span>
2713
+ <span class="param-type">
2714
+
2715
+ String
2716
+
2717
+ </span>
2526
2718
 
2527
2719
 
2528
2720
 
@@ -2541,13 +2733,17 @@
2541
2733
 
2542
2734
  <tr class="deep-level-0">
2543
2735
 
2544
- <td class="name" id="extent"><code>extent</code></td>
2736
+ <td class="name"><code>extent</code></td>
2545
2737
 
2546
2738
 
2547
2739
  <td class="type">
2548
2740
 
2549
2741
 
2550
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2742
+ <span class="param-type">
2743
+
2744
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2745
+
2746
+ </span>
2551
2747
 
2552
2748
 
2553
2749
 
@@ -2566,13 +2762,17 @@
2566
2762
 
2567
2763
  <tr class="deep-level-0">
2568
2764
 
2569
- <td class="name" id="startPoint"><code>startPoint</code></td>
2765
+ <td class="name"><code>startPoint</code></td>
2570
2766
 
2571
2767
 
2572
2768
  <td class="type">
2573
2769
 
2574
2770
 
2575
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2771
+ <span class="param-type">
2772
+
2773
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2774
+
2775
+ </span>
2576
2776
 
2577
2777
 
2578
2778
 
@@ -2591,13 +2791,17 @@
2591
2791
 
2592
2792
  <tr class="deep-level-0">
2593
2793
 
2594
- <td class="name" id="movePoint"><code>movePoint</code></td>
2794
+ <td class="name"><code>movePoint</code></td>
2595
2795
 
2596
2796
 
2597
2797
  <td class="type">
2598
2798
 
2599
2799
 
2600
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2800
+ <span class="param-type">
2801
+
2802
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2803
+
2804
+ </span>
2601
2805
 
2602
2806
 
2603
2807
 
@@ -2616,13 +2820,17 @@
2616
2820
 
2617
2821
  <tr class="deep-level-0">
2618
2822
 
2619
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2823
+ <td class="name"><code>oriCoordinates</code></td>
2620
2824
 
2621
2825
 
2622
2826
  <td class="type">
2623
2827
 
2624
2828
 
2625
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2829
+ <span class="param-type">
2830
+
2831
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2832
+
2833
+ </span>
2626
2834
 
2627
2835
 
2628
2836
 
@@ -2716,7 +2924,11 @@
2716
2924
  <div class='column is-5 has-text-left'>
2717
2925
  <label>类型: </label>
2718
2926
 
2719
- <span class="param-type">Number</span>
2927
+ <span class="param-type">
2928
+
2929
+ Number
2930
+
2931
+ </span>
2720
2932
 
2721
2933
 
2722
2934
 
@@ -2788,13 +3000,17 @@
2788
3000
 
2789
3001
  <tr class="deep-level-0">
2790
3002
 
2791
- <td class="name" id="feature"><code>feature</code></td>
3003
+ <td class="name"><code>feature</code></td>
2792
3004
 
2793
3005
 
2794
3006
  <td class="type">
2795
3007
 
2796
3008
 
2797
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3009
+ <span class="param-type">
3010
+
3011
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3012
+
3013
+ </span>
2798
3014
 
2799
3015
 
2800
3016
 
@@ -2813,13 +3029,17 @@
2813
3029
 
2814
3030
  <tr class="deep-level-0">
2815
3031
 
2816
- <td class="name" id="event"><code>event</code></td>
3032
+ <td class="name"><code>event</code></td>
2817
3033
 
2818
3034
 
2819
3035
  <td class="type">
2820
3036
 
2821
3037
 
2822
- <span class="param-type">Object</span>
3038
+ <span class="param-type">
3039
+
3040
+ Object
3041
+
3042
+ </span>
2823
3043
 
2824
3044
 
2825
3045
 
@@ -3050,13 +3270,17 @@
3050
3270
 
3051
3271
  <tr class="deep-level-0">
3052
3272
 
3053
- <td class="name" id="index"><code>index</code></td>
3273
+ <td class="name"><code>index</code></td>
3054
3274
 
3055
3275
 
3056
3276
  <td class="type">
3057
3277
 
3058
3278
 
3059
- <span class="param-type">Number</span>
3279
+ <span class="param-type">
3280
+
3281
+ Number
3282
+
3283
+ </span>
3060
3284
 
3061
3285
 
3062
3286
 
@@ -3196,13 +3420,17 @@
3196
3420
 
3197
3421
  <tr class="deep-level-0">
3198
3422
 
3199
- <td class="name" id="feature"><code>feature</code></td>
3423
+ <td class="name"><code>feature</code></td>
3200
3424
 
3201
3425
 
3202
3426
  <td class="type">
3203
3427
 
3204
3428
 
3205
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3429
+ <span class="param-type">
3430
+
3431
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3432
+
3433
+ </span>
3206
3434
 
3207
3435
 
3208
3436
 
@@ -3337,13 +3565,17 @@
3337
3565
 
3338
3566
  <tr class="deep-level-0">
3339
3567
 
3340
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3568
+ <td class="name"><code>sketchStyle</code></td>
3341
3569
 
3342
3570
 
3343
3571
  <td class="type">
3344
3572
 
3345
3573
 
3346
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3574
+ <span class="param-type">
3575
+
3576
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3577
+
3578
+ </span>
3347
3579
 
3348
3580
 
3349
3581
 
@@ -3483,13 +3715,17 @@
3483
3715
 
3484
3716
  <tr class="deep-level-0">
3485
3717
 
3486
- <td class="name" id="geometries"><code>geometries</code></td>
3718
+ <td class="name"><code>geometries</code></td>
3487
3719
 
3488
3720
 
3489
3721
  <td class="type">
3490
3722
 
3491
3723
 
3492
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3724
+ <span class="param-type">
3725
+
3726
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3727
+
3728
+ </span>
3493
3729
 
3494
3730
 
3495
3731
 
@@ -3821,13 +4057,17 @@
3821
4057
 
3822
4058
  <tr class="deep-level-0">
3823
4059
 
3824
- <td class="name" id="point"><code>point</code></td>
4060
+ <td class="name"><code>point</code></td>
3825
4061
 
3826
4062
 
3827
4063
  <td class="type">
3828
4064
 
3829
4065
 
3830
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4066
+ <span class="param-type">
4067
+
4068
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4069
+
4070
+ </span>
3831
4071
 
3832
4072
 
3833
4073
 
@@ -3846,13 +4086,17 @@
3846
4086
 
3847
4087
  <tr class="deep-level-0">
3848
4088
 
3849
- <td class="name" id="feature"><code>feature</code></td>
4089
+ <td class="name"><code>feature</code></td>
3850
4090
 
3851
4091
 
3852
4092
  <td class="type">
3853
4093
 
3854
4094
 
3855
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4095
+ <span class="param-type">
4096
+
4097
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4098
+
4099
+ </span>
3856
4100
 
3857
4101
 
3858
4102
 
@@ -3992,13 +4236,17 @@
3992
4236
 
3993
4237
  <tr class="deep-level-0">
3994
4238
 
3995
- <td class="name" id="point"><code>point</code></td>
4239
+ <td class="name"><code>point</code></td>
3996
4240
 
3997
4241
 
3998
4242
  <td class="type">
3999
4243
 
4000
4244
 
4001
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4245
+ <span class="param-type">
4246
+
4247
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4248
+
4249
+ </span>
4002
4250
 
4003
4251
 
4004
4252
 
@@ -4017,13 +4265,17 @@
4017
4265
 
4018
4266
  <tr class="deep-level-0">
4019
4267
 
4020
- <td class="name" id="index"><code>index</code></td>
4268
+ <td class="name"><code>index</code></td>
4021
4269
 
4022
4270
 
4023
4271
  <td class="type">
4024
4272
 
4025
4273
 
4026
- <span class="param-type">Number</span>
4274
+ <span class="param-type">
4275
+
4276
+ Number
4277
+
4278
+ </span>
4027
4279
 
4028
4280
 
4029
4281