@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
 
@@ -1720,13 +1844,17 @@
1720
1844
 
1721
1845
  <tr class="deep-level-0">
1722
1846
 
1723
- <td class="name" id="pixel"><code>pixel</code></td>
1847
+ <td class="name"><code>pixel</code></td>
1724
1848
 
1725
1849
 
1726
1850
  <td class="type">
1727
1851
 
1728
1852
 
1729
- <span class="param-type">Number</span>
1853
+ <span class="param-type">
1854
+
1855
+ Number
1856
+
1857
+ </span>
1730
1858
 
1731
1859
 
1732
1860
 
@@ -1820,7 +1948,11 @@
1820
1948
  <div class='column is-5 has-text-left'>
1821
1949
  <label>类型: </label>
1822
1950
 
1823
- <span class="param-type">Number</span>
1951
+ <span class="param-type">
1952
+
1953
+ Number
1954
+
1955
+ </span>
1824
1956
 
1825
1957
 
1826
1958
 
@@ -1892,13 +2024,17 @@
1892
2024
 
1893
2025
  <tr class="deep-level-0">
1894
2026
 
1895
- <td class="name" id="coordinates"><code>coordinates</code></td>
2027
+ <td class="name"><code>coordinates</code></td>
1896
2028
 
1897
2029
 
1898
2030
  <td class="type">
1899
2031
 
1900
2032
 
1901
- <span class="param-type">Array</span>
2033
+ <span class="param-type">
2034
+
2035
+ Array
2036
+
2037
+ </span>
1902
2038
 
1903
2039
 
1904
2040
 
@@ -1917,13 +2053,17 @@
1917
2053
 
1918
2054
  <tr class="deep-level-0">
1919
2055
 
1920
- <td class="name" id="direction"><code>direction</code></td>
2056
+ <td class="name"><code>direction</code></td>
1921
2057
 
1922
2058
 
1923
2059
  <td class="type">
1924
2060
 
1925
2061
 
1926
- <span class="param-type">String</span>
2062
+ <span class="param-type">
2063
+
2064
+ String
2065
+
2066
+ </span>
1927
2067
 
1928
2068
 
1929
2069
 
@@ -1942,13 +2082,17 @@
1942
2082
 
1943
2083
  <tr class="deep-level-0">
1944
2084
 
1945
- <td class="name" id="extent"><code>extent</code></td>
2085
+ <td class="name"><code>extent</code></td>
1946
2086
 
1947
2087
 
1948
2088
  <td class="type">
1949
2089
 
1950
2090
 
1951
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2091
+ <span class="param-type">
2092
+
2093
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2094
+
2095
+ </span>
1952
2096
 
1953
2097
 
1954
2098
 
@@ -1967,13 +2111,17 @@
1967
2111
 
1968
2112
  <tr class="deep-level-0">
1969
2113
 
1970
- <td class="name" id="startPoint"><code>startPoint</code></td>
2114
+ <td class="name"><code>startPoint</code></td>
1971
2115
 
1972
2116
 
1973
2117
  <td class="type">
1974
2118
 
1975
2119
 
1976
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2120
+ <span class="param-type">
2121
+
2122
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2123
+
2124
+ </span>
1977
2125
 
1978
2126
 
1979
2127
 
@@ -1992,13 +2140,17 @@
1992
2140
 
1993
2141
  <tr class="deep-level-0">
1994
2142
 
1995
- <td class="name" id="movePoint"><code>movePoint</code></td>
2143
+ <td class="name"><code>movePoint</code></td>
1996
2144
 
1997
2145
 
1998
2146
  <td class="type">
1999
2147
 
2000
2148
 
2001
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2149
+ <span class="param-type">
2150
+
2151
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2152
+
2153
+ </span>
2002
2154
 
2003
2155
 
2004
2156
 
@@ -2017,13 +2169,17 @@
2017
2169
 
2018
2170
  <tr class="deep-level-0">
2019
2171
 
2020
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2172
+ <td class="name"><code>oriCoordinates</code></td>
2021
2173
 
2022
2174
 
2023
2175
  <td class="type">
2024
2176
 
2025
2177
 
2026
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2178
+ <span class="param-type">
2179
+
2180
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2181
+
2182
+ </span>
2027
2183
 
2028
2184
 
2029
2185
 
@@ -2117,7 +2273,11 @@
2117
2273
  <div class='column is-5 has-text-left'>
2118
2274
  <label>类型: </label>
2119
2275
 
2120
- <span class="param-type">Number</span>
2276
+ <span class="param-type">
2277
+
2278
+ Number
2279
+
2280
+ </span>
2121
2281
 
2122
2282
 
2123
2283
 
@@ -2189,13 +2349,17 @@
2189
2349
 
2190
2350
  <tr class="deep-level-0">
2191
2351
 
2192
- <td class="name" id="coordinates"><code>coordinates</code></td>
2352
+ <td class="name"><code>coordinates</code></td>
2193
2353
 
2194
2354
 
2195
2355
  <td class="type">
2196
2356
 
2197
2357
 
2198
- <span class="param-type">Array</span>
2358
+ <span class="param-type">
2359
+
2360
+ Array
2361
+
2362
+ </span>
2199
2363
 
2200
2364
 
2201
2365
 
@@ -2214,13 +2378,17 @@
2214
2378
 
2215
2379
  <tr class="deep-level-0">
2216
2380
 
2217
- <td class="name" id="deltaX"><code>deltaX</code></td>
2381
+ <td class="name"><code>deltaX</code></td>
2218
2382
 
2219
2383
 
2220
2384
  <td class="type">
2221
2385
 
2222
2386
 
2223
- <span class="param-type">Number</span>
2387
+ <span class="param-type">
2388
+
2389
+ Number
2390
+
2391
+ </span>
2224
2392
 
2225
2393
 
2226
2394
 
@@ -2239,13 +2407,17 @@
2239
2407
 
2240
2408
  <tr class="deep-level-0">
2241
2409
 
2242
- <td class="name" id="deltaY"><code>deltaY</code></td>
2410
+ <td class="name"><code>deltaY</code></td>
2243
2411
 
2244
2412
 
2245
2413
  <td class="type">
2246
2414
 
2247
2415
 
2248
- <span class="param-type">Number</span>
2416
+ <span class="param-type">
2417
+
2418
+ Number
2419
+
2420
+ </span>
2249
2421
 
2250
2422
 
2251
2423
 
@@ -2339,7 +2511,11 @@
2339
2511
  <div class='column is-5 has-text-left'>
2340
2512
  <label>类型: </label>
2341
2513
 
2342
- <span class="param-type">Number</span>
2514
+ <span class="param-type">
2515
+
2516
+ Number
2517
+
2518
+ </span>
2343
2519
 
2344
2520
 
2345
2521
 
@@ -2411,13 +2587,17 @@
2411
2587
 
2412
2588
  <tr class="deep-level-0">
2413
2589
 
2414
- <td class="name" id="coordinates"><code>coordinates</code></td>
2590
+ <td class="name"><code>coordinates</code></td>
2415
2591
 
2416
2592
 
2417
2593
  <td class="type">
2418
2594
 
2419
2595
 
2420
- <span class="param-type">Array</span>
2596
+ <span class="param-type">
2597
+
2598
+ Array
2599
+
2600
+ </span>
2421
2601
 
2422
2602
 
2423
2603
 
@@ -2436,13 +2616,17 @@
2436
2616
 
2437
2617
  <tr class="deep-level-0">
2438
2618
 
2439
- <td class="name" id="direction"><code>direction</code></td>
2619
+ <td class="name"><code>direction</code></td>
2440
2620
 
2441
2621
 
2442
2622
  <td class="type">
2443
2623
 
2444
2624
 
2445
- <span class="param-type">String</span>
2625
+ <span class="param-type">
2626
+
2627
+ String
2628
+
2629
+ </span>
2446
2630
 
2447
2631
 
2448
2632
 
@@ -2461,13 +2645,17 @@
2461
2645
 
2462
2646
  <tr class="deep-level-0">
2463
2647
 
2464
- <td class="name" id="extent"><code>extent</code></td>
2648
+ <td class="name"><code>extent</code></td>
2465
2649
 
2466
2650
 
2467
2651
  <td class="type">
2468
2652
 
2469
2653
 
2470
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2654
+ <span class="param-type">
2655
+
2656
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2657
+
2658
+ </span>
2471
2659
 
2472
2660
 
2473
2661
 
@@ -2486,13 +2674,17 @@
2486
2674
 
2487
2675
  <tr class="deep-level-0">
2488
2676
 
2489
- <td class="name" id="startPoint"><code>startPoint</code></td>
2677
+ <td class="name"><code>startPoint</code></td>
2490
2678
 
2491
2679
 
2492
2680
  <td class="type">
2493
2681
 
2494
2682
 
2495
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2683
+ <span class="param-type">
2684
+
2685
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2686
+
2687
+ </span>
2496
2688
 
2497
2689
 
2498
2690
 
@@ -2511,13 +2703,17 @@
2511
2703
 
2512
2704
  <tr class="deep-level-0">
2513
2705
 
2514
- <td class="name" id="movePoint"><code>movePoint</code></td>
2706
+ <td class="name"><code>movePoint</code></td>
2515
2707
 
2516
2708
 
2517
2709
  <td class="type">
2518
2710
 
2519
2711
 
2520
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2712
+ <span class="param-type">
2713
+
2714
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2715
+
2716
+ </span>
2521
2717
 
2522
2718
 
2523
2719
 
@@ -2536,13 +2732,17 @@
2536
2732
 
2537
2733
  <tr class="deep-level-0">
2538
2734
 
2539
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2735
+ <td class="name"><code>oriCoordinates</code></td>
2540
2736
 
2541
2737
 
2542
2738
  <td class="type">
2543
2739
 
2544
2740
 
2545
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2741
+ <span class="param-type">
2742
+
2743
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2744
+
2745
+ </span>
2546
2746
 
2547
2747
 
2548
2748
 
@@ -2636,7 +2836,11 @@
2636
2836
  <div class='column is-5 has-text-left'>
2637
2837
  <label>类型: </label>
2638
2838
 
2639
- <span class="param-type">Number</span>
2839
+ <span class="param-type">
2840
+
2841
+ Number
2842
+
2843
+ </span>
2640
2844
 
2641
2845
 
2642
2846
 
@@ -2804,13 +3008,17 @@
2804
3008
 
2805
3009
  <tr class="deep-level-0">
2806
3010
 
2807
- <td class="name" id="index"><code>index</code></td>
3011
+ <td class="name"><code>index</code></td>
2808
3012
 
2809
3013
 
2810
3014
  <td class="type">
2811
3015
 
2812
3016
 
2813
- <span class="param-type">Number</span>
3017
+ <span class="param-type">
3018
+
3019
+ Number
3020
+
3021
+ </span>
2814
3022
 
2815
3023
 
2816
3024
 
@@ -2950,13 +3158,17 @@
2950
3158
 
2951
3159
  <tr class="deep-level-0">
2952
3160
 
2953
- <td class="name" id="feature"><code>feature</code></td>
3161
+ <td class="name"><code>feature</code></td>
2954
3162
 
2955
3163
 
2956
3164
  <td class="type">
2957
3165
 
2958
3166
 
2959
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3167
+ <span class="param-type">
3168
+
3169
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3170
+
3171
+ </span>
2960
3172
 
2961
3173
 
2962
3174
 
@@ -3091,13 +3303,17 @@
3091
3303
 
3092
3304
  <tr class="deep-level-0">
3093
3305
 
3094
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3306
+ <td class="name"><code>sketchStyle</code></td>
3095
3307
 
3096
3308
 
3097
3309
  <td class="type">
3098
3310
 
3099
3311
 
3100
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3312
+ <span class="param-type">
3313
+
3314
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3315
+
3316
+ </span>
3101
3317
 
3102
3318
 
3103
3319
 
@@ -3237,13 +3453,17 @@
3237
3453
 
3238
3454
  <tr class="deep-level-0">
3239
3455
 
3240
- <td class="name" id="geometries"><code>geometries</code></td>
3456
+ <td class="name"><code>geometries</code></td>
3241
3457
 
3242
3458
 
3243
3459
  <td class="type">
3244
3460
 
3245
3461
 
3246
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3462
+ <span class="param-type">
3463
+
3464
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3465
+
3466
+ </span>
3247
3467
 
3248
3468
 
3249
3469
 
@@ -3479,13 +3699,17 @@
3479
3699
 
3480
3700
  <tr class="deep-level-0">
3481
3701
 
3482
- <td class="name" id="feature"><code>feature</code></td>
3702
+ <td class="name"><code>feature</code></td>
3483
3703
 
3484
3704
 
3485
3705
  <td class="type">
3486
3706
 
3487
3707
 
3488
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3708
+ <span class="param-type">
3709
+
3710
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3711
+
3712
+ </span>
3489
3713
 
3490
3714
 
3491
3715
 
@@ -3504,13 +3728,17 @@
3504
3728
 
3505
3729
  <tr class="deep-level-0">
3506
3730
 
3507
- <td class="name" id="event"><code>event</code></td>
3731
+ <td class="name"><code>event</code></td>
3508
3732
 
3509
3733
 
3510
3734
  <td class="type">
3511
3735
 
3512
3736
 
3513
- <span class="param-type">Object</span>
3737
+ <span class="param-type">
3738
+
3739
+ Object
3740
+
3741
+ </span>
3514
3742
 
3515
3743
 
3516
3744
 
@@ -3741,13 +3969,17 @@
3741
3969
 
3742
3970
  <tr class="deep-level-0">
3743
3971
 
3744
- <td class="name" id="point"><code>point</code></td>
3972
+ <td class="name"><code>point</code></td>
3745
3973
 
3746
3974
 
3747
3975
  <td class="type">
3748
3976
 
3749
3977
 
3750
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3978
+ <span class="param-type">
3979
+
3980
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3981
+
3982
+ </span>
3751
3983
 
3752
3984
 
3753
3985
 
@@ -3766,13 +3998,17 @@
3766
3998
 
3767
3999
  <tr class="deep-level-0">
3768
4000
 
3769
- <td class="name" id="feature"><code>feature</code></td>
4001
+ <td class="name"><code>feature</code></td>
3770
4002
 
3771
4003
 
3772
4004
  <td class="type">
3773
4005
 
3774
4006
 
3775
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4007
+ <span class="param-type">
4008
+
4009
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4010
+
4011
+ </span>
3776
4012
 
3777
4013
 
3778
4014
 
@@ -3912,13 +4148,17 @@
3912
4148
 
3913
4149
  <tr class="deep-level-0">
3914
4150
 
3915
- <td class="name" id="point"><code>point</code></td>
4151
+ <td class="name"><code>point</code></td>
3916
4152
 
3917
4153
 
3918
4154
  <td class="type">
3919
4155
 
3920
4156
 
3921
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4157
+ <span class="param-type">
4158
+
4159
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4160
+
4161
+ </span>
3922
4162
 
3923
4163
 
3924
4164
 
@@ -3937,13 +4177,17 @@
3937
4177
 
3938
4178
  <tr class="deep-level-0">
3939
4179
 
3940
- <td class="name" id="index"><code>index</code></td>
4180
+ <td class="name"><code>index</code></td>
3941
4181
 
3942
4182
 
3943
4183
  <td class="type">
3944
4184
 
3945
4185
 
3946
- <span class="param-type">Number</span>
4186
+ <span class="param-type">
4187
+
4188
+ Number
4189
+
4190
+ </span>
3947
4191
 
3948
4192
 
3949
4193