@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
 
@@ -2814,13 +3018,17 @@
2814
3018
 
2815
3019
  <tr class="deep-level-0">
2816
3020
 
2817
- <td class="name" id="index"><code>index</code></td>
3021
+ <td class="name"><code>index</code></td>
2818
3022
 
2819
3023
 
2820
3024
  <td class="type">
2821
3025
 
2822
3026
 
2823
- <span class="param-type">Number</span>
3027
+ <span class="param-type">
3028
+
3029
+ Number
3030
+
3031
+ </span>
2824
3032
 
2825
3033
 
2826
3034
 
@@ -2960,13 +3168,17 @@
2960
3168
 
2961
3169
  <tr class="deep-level-0">
2962
3170
 
2963
- <td class="name" id="feature"><code>feature</code></td>
3171
+ <td class="name"><code>feature</code></td>
2964
3172
 
2965
3173
 
2966
3174
  <td class="type">
2967
3175
 
2968
3176
 
2969
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3177
+ <span class="param-type">
3178
+
3179
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3180
+
3181
+ </span>
2970
3182
 
2971
3183
 
2972
3184
 
@@ -3101,13 +3313,17 @@
3101
3313
 
3102
3314
  <tr class="deep-level-0">
3103
3315
 
3104
- <td class="name" id="feature"><code>feature</code></td>
3316
+ <td class="name"><code>feature</code></td>
3105
3317
 
3106
3318
 
3107
3319
  <td class="type">
3108
3320
 
3109
3321
 
3110
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3322
+ <span class="param-type">
3323
+
3324
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3325
+
3326
+ </span>
3111
3327
 
3112
3328
 
3113
3329
 
@@ -3242,13 +3458,17 @@
3242
3458
 
3243
3459
  <tr class="deep-level-0">
3244
3460
 
3245
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3461
+ <td class="name"><code>sketchStyle</code></td>
3246
3462
 
3247
3463
 
3248
3464
  <td class="type">
3249
3465
 
3250
3466
 
3251
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3467
+ <span class="param-type">
3468
+
3469
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3470
+
3471
+ </span>
3252
3472
 
3253
3473
 
3254
3474
 
@@ -3388,13 +3608,17 @@
3388
3608
 
3389
3609
  <tr class="deep-level-0">
3390
3610
 
3391
- <td class="name" id="geometries"><code>geometries</code></td>
3611
+ <td class="name"><code>geometries</code></td>
3392
3612
 
3393
3613
 
3394
3614
  <td class="type">
3395
3615
 
3396
3616
 
3397
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3617
+ <span class="param-type">
3618
+
3619
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3620
+
3621
+ </span>
3398
3622
 
3399
3623
 
3400
3624
 
@@ -3630,13 +3854,17 @@
3630
3854
 
3631
3855
  <tr class="deep-level-0">
3632
3856
 
3633
- <td class="name" id="feature"><code>feature</code></td>
3857
+ <td class="name"><code>feature</code></td>
3634
3858
 
3635
3859
 
3636
3860
  <td class="type">
3637
3861
 
3638
3862
 
3639
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3863
+ <span class="param-type">
3864
+
3865
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3866
+
3867
+ </span>
3640
3868
 
3641
3869
 
3642
3870
 
@@ -3655,13 +3883,17 @@
3655
3883
 
3656
3884
  <tr class="deep-level-0">
3657
3885
 
3658
- <td class="name" id="event"><code>event</code></td>
3886
+ <td class="name"><code>event</code></td>
3659
3887
 
3660
3888
 
3661
3889
  <td class="type">
3662
3890
 
3663
3891
 
3664
- <span class="param-type">Object</span>
3892
+ <span class="param-type">
3893
+
3894
+ Object
3895
+
3896
+ </span>
3665
3897
 
3666
3898
 
3667
3899
 
@@ -3892,13 +4124,17 @@
3892
4124
 
3893
4125
  <tr class="deep-level-0">
3894
4126
 
3895
- <td class="name" id="point"><code>point</code></td>
4127
+ <td class="name"><code>point</code></td>
3896
4128
 
3897
4129
 
3898
4130
  <td class="type">
3899
4131
 
3900
4132
 
3901
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4133
+ <span class="param-type">
4134
+
4135
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4136
+
4137
+ </span>
3902
4138
 
3903
4139
 
3904
4140
 
@@ -3917,13 +4153,17 @@
3917
4153
 
3918
4154
  <tr class="deep-level-0">
3919
4155
 
3920
- <td class="name" id="feature"><code>feature</code></td>
4156
+ <td class="name"><code>feature</code></td>
3921
4157
 
3922
4158
 
3923
4159
  <td class="type">
3924
4160
 
3925
4161
 
3926
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4162
+ <span class="param-type">
4163
+
4164
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4165
+
4166
+ </span>
3927
4167
 
3928
4168
 
3929
4169
 
@@ -4063,13 +4303,17 @@
4063
4303
 
4064
4304
  <tr class="deep-level-0">
4065
4305
 
4066
- <td class="name" id="point"><code>point</code></td>
4306
+ <td class="name"><code>point</code></td>
4067
4307
 
4068
4308
 
4069
4309
  <td class="type">
4070
4310
 
4071
4311
 
4072
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4312
+ <span class="param-type">
4313
+
4314
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4315
+
4316
+ </span>
4073
4317
 
4074
4318
 
4075
4319
 
@@ -4088,13 +4332,17 @@
4088
4332
 
4089
4333
  <tr class="deep-level-0">
4090
4334
 
4091
- <td class="name" id="index"><code>index</code></td>
4335
+ <td class="name"><code>index</code></td>
4092
4336
 
4093
4337
 
4094
4338
  <td class="type">
4095
4339
 
4096
4340
 
4097
- <span class="param-type">Number</span>
4341
+ <span class="param-type">
4342
+
4343
+ Number
4344
+
4345
+ </span>
4098
4346
 
4099
4347
 
4100
4348
 
@@ -4260,13 +4508,17 @@
4260
4508
 
4261
4509
  <tr class="deep-level-0">
4262
4510
 
4263
- <td class="name" id="options"><code>options</code></td>
4511
+ <td class="name"><code>options</code></td>
4264
4512
 
4265
4513
 
4266
4514
  <td class="type">
4267
4515
 
4268
4516
 
4269
- <span class="param-type">Object</span>
4517
+ <span class="param-type">
4518
+
4519
+ Object
4520
+
4521
+ </span>
4270
4522
 
4271
4523
 
4272
4524
 
@@ -4283,13 +4535,17 @@
4283
4535
 
4284
4536
  <tr class="deep-level-1">
4285
4537
 
4286
- <td class="name" id="pixelTolerance"><code>pixelTolerance</code></td>
4538
+ <td class="name"><code>pixelTolerance</code></td>
4287
4539
 
4288
4540
 
4289
4541
  <td class="type">
4290
4542
 
4291
4543
 
4292
- <span class="param-type">Object</span>
4544
+ <span class="param-type">
4545
+
4546
+ Object
4547
+
4548
+ </span>
4293
4549
 
4294
4550
 
4295
4551
 
@@ -4306,13 +4562,17 @@
4306
4562
 
4307
4563
  <tr class="deep-level-1">
4308
4564
 
4309
- <td class="name" id="tolerance"><code>tolerance</code></td>
4565
+ <td class="name"><code>tolerance</code></td>
4310
4566
 
4311
4567
 
4312
4568
  <td class="type">
4313
4569
 
4314
4570
 
4315
- <span class="param-type">Object</span>
4571
+ <span class="param-type">
4572
+
4573
+ Object
4574
+
4575
+ </span>
4316
4576
 
4317
4577
 
4318
4578
 
@@ -4329,13 +4589,17 @@
4329
4589
 
4330
4590
  <tr class="deep-level-1">
4331
4591
 
4332
- <td class="name" id="isSnapVertex"><code>isSnapVertex</code></td>
4592
+ <td class="name"><code>isSnapVertex</code></td>
4333
4593
 
4334
4594
 
4335
4595
  <td class="type">
4336
4596
 
4337
4597
 
4338
- <span class="param-type">Object</span>
4598
+ <span class="param-type">
4599
+
4600
+ Object
4601
+
4602
+ </span>
4339
4603
 
4340
4604
 
4341
4605
 
@@ -4352,13 +4616,17 @@
4352
4616
 
4353
4617
  <tr class="deep-level-1">
4354
4618
 
4355
- <td class="name" id="isSnapVertexInLine"><code>isSnapVertexInLine</code></td>
4619
+ <td class="name"><code>isSnapVertexInLine</code></td>
4356
4620
 
4357
4621
 
4358
4622
  <td class="type">
4359
4623
 
4360
4624
 
4361
- <span class="param-type">Object</span>
4625
+ <span class="param-type">
4626
+
4627
+ Object
4628
+
4629
+ </span>
4362
4630
 
4363
4631
 
4364
4632
 
@@ -4375,13 +4643,17 @@
4375
4643
 
4376
4644
  <tr class="deep-level-1">
4377
4645
 
4378
- <td class="name" id="isSnapPerpendicular"><code>isSnapPerpendicular</code></td>
4646
+ <td class="name"><code>isSnapPerpendicular</code></td>
4379
4647
 
4380
4648
 
4381
4649
  <td class="type">
4382
4650
 
4383
4651
 
4384
- <span class="param-type">Object</span>
4652
+ <span class="param-type">
4653
+
4654
+ Object
4655
+
4656
+ </span>
4385
4657
 
4386
4658
 
4387
4659
 
@@ -4398,13 +4670,17 @@
4398
4670
 
4399
4671
  <tr class="deep-level-1">
4400
4672
 
4401
- <td class="name" id="isSnapParallel"><code>isSnapParallel</code></td>
4673
+ <td class="name"><code>isSnapParallel</code></td>
4402
4674
 
4403
4675
 
4404
4676
  <td class="type">
4405
4677
 
4406
4678
 
4407
- <span class="param-type">Object</span>
4679
+ <span class="param-type">
4680
+
4681
+ Object
4682
+
4683
+ </span>
4408
4684
 
4409
4685
 
4410
4686
 
@@ -4527,7 +4803,11 @@
4527
4803
  <td class="name">
4528
4804
  <code>
4529
4805
 
4530
- <span class="param-type">Object</span>
4806
+ <span class="param-type">
4807
+
4808
+ Object
4809
+
4810
+ </span>
4531
4811
 
4532
4812
 
4533
4813
 
@@ -4541,7 +4821,11 @@
4541
4821
  <td class="name">
4542
4822
  <code>
4543
4823
 
4544
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4824
+ <span class="param-type">
4825
+
4826
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4827
+
4828
+ </span>
4545
4829
 
4546
4830
 
4547
4831
 
@@ -4555,7 +4839,11 @@
4555
4839
  <td class="name">
4556
4840
  <code>
4557
4841
 
4558
- <span class="param-type">Object</span>
4842
+ <span class="param-type">
4843
+
4844
+ Object
4845
+
4846
+ </span>
4559
4847
 
4560
4848
 
4561
4849
 
@@ -4569,7 +4857,11 @@
4569
4857
  <td class="name">
4570
4858
  <code>
4571
4859
 
4572
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4860
+ <span class="param-type">
4861
+
4862
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
4863
+
4864
+ </span>
4573
4865
 
4574
4866
 
4575
4867
 
@@ -4583,7 +4875,11 @@
4583
4875
  <td class="name">
4584
4876
  <code>
4585
4877
 
4586
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4878
+ <span class="param-type">
4879
+
4880
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
4881
+
4882
+ </span>
4587
4883
 
4588
4884
 
4589
4885
 
@@ -4597,7 +4893,11 @@
4597
4893
  <td class="name">
4598
4894
  <code>
4599
4895
 
4600
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4896
+ <span class="param-type">
4897
+
4898
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4899
+
4900
+ </span>
4601
4901
 
4602
4902
 
4603
4903
 
@@ -4611,7 +4911,11 @@
4611
4911
  <td class="name">
4612
4912
  <code>
4613
4913
 
4614
- <span class="param-type">String</span>
4914
+ <span class="param-type">
4915
+
4916
+ String
4917
+
4918
+ </span>
4615
4919
 
4616
4920
 
4617
4921
 
@@ -4625,7 +4929,11 @@
4625
4929
  <td class="name">
4626
4930
  <code>
4627
4931
 
4628
- <span class="param-type">String</span>
4932
+ <span class="param-type">
4933
+
4934
+ String
4935
+
4936
+ </span>
4629
4937
 
4630
4938
 
4631
4939
 
@@ -4639,10 +4947,18 @@
4639
4947
  <td class="name">
4640
4948
  <code>
4641
4949
 
4642
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4950
+ <span class="param-type">
4951
+
4952
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4953
+
4954
+ </span>
4643
4955
  |
4644
4956
 
4645
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4957
+ <span class="param-type">
4958
+
4959
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
4960
+
4961
+ </span>
4646
4962
 
4647
4963
 
4648
4964
 
@@ -4662,7 +4978,11 @@
4662
4978
  <span class="method-parameter is-pulled-right">
4663
4979
  <label>类型:</label>
4664
4980
 
4665
- <span class="param-type">Object</span>
4981
+ <span class="param-type">
4982
+
4983
+ Object
4984
+
4985
+ </span>
4666
4986
 
4667
4987
 
4668
4988
 
@@ -4738,7 +5058,11 @@
4738
5058
  <span class="method-parameter is-pulled-right">
4739
5059
  <label>类型:</label>
4740
5060
 
4741
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5061
+ <span class="param-type">
5062
+
5063
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5064
+
5065
+ </span>
4742
5066
 
4743
5067
 
4744
5068
 
@@ -4814,7 +5138,11 @@
4814
5138
  <span class="method-parameter is-pulled-right">
4815
5139
  <label>类型:</label>
4816
5140
 
4817
- <span class="param-type">Object</span>
5141
+ <span class="param-type">
5142
+
5143
+ Object
5144
+
5145
+ </span>
4818
5146
 
4819
5147
 
4820
5148
 
@@ -4890,7 +5218,11 @@
4890
5218
  <span class="method-parameter is-pulled-right">
4891
5219
  <label>类型:</label>
4892
5220
 
4893
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
5221
+ <span class="param-type">
5222
+
5223
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
5224
+
5225
+ </span>
4894
5226
 
4895
5227
 
4896
5228
 
@@ -4966,7 +5298,11 @@
4966
5298
  <span class="method-parameter is-pulled-right">
4967
5299
  <label>类型:</label>
4968
5300
 
4969
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
5301
+ <span class="param-type">
5302
+
5303
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
5304
+
5305
+ </span>
4970
5306
 
4971
5307
 
4972
5308
 
@@ -5042,7 +5378,11 @@
5042
5378
  <span class="method-parameter is-pulled-right">
5043
5379
  <label>类型:</label>
5044
5380
 
5045
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5381
+ <span class="param-type">
5382
+
5383
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5384
+
5385
+ </span>
5046
5386
 
5047
5387
 
5048
5388
 
@@ -5118,7 +5458,11 @@
5118
5458
  <span class="method-parameter is-pulled-right">
5119
5459
  <label>类型:</label>
5120
5460
 
5121
- <span class="param-type">String</span>
5461
+ <span class="param-type">
5462
+
5463
+ String
5464
+
5465
+ </span>
5122
5466
 
5123
5467
 
5124
5468
 
@@ -5194,7 +5538,11 @@
5194
5538
  <span class="method-parameter is-pulled-right">
5195
5539
  <label>类型:</label>
5196
5540
 
5197
- <span class="param-type">String</span>
5541
+ <span class="param-type">
5542
+
5543
+ String
5544
+
5545
+ </span>
5198
5546
 
5199
5547
 
5200
5548
 
@@ -5270,10 +5618,18 @@
5270
5618
  <span class="method-parameter is-pulled-right">
5271
5619
  <label>类型:</label>
5272
5620
 
5273
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5621
+ <span class="param-type">
5622
+
5623
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5624
+
5625
+ </span>
5274
5626
  |
5275
5627
 
5276
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5628
+ <span class="param-type">
5629
+
5630
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
5631
+
5632
+ </span>
5277
5633
 
5278
5634
 
5279
5635
 
@@ -5400,7 +5756,11 @@
5400
5756
  <code>
5401
5757
 
5402
5758
 
5403
- <span class="param-type">Number</span>
5759
+ <span class="param-type">
5760
+
5761
+ Number
5762
+
5763
+ </span>
5404
5764
 
5405
5765
 
5406
5766
 
@@ -5416,7 +5776,11 @@
5416
5776
  <code>
5417
5777
 
5418
5778
 
5419
- <span class="param-type">Number</span>
5779
+ <span class="param-type">
5780
+
5781
+ Number
5782
+
5783
+ </span>
5420
5784
 
5421
5785
 
5422
5786
 
@@ -5432,7 +5796,11 @@
5432
5796
  <code>
5433
5797
 
5434
5798
 
5435
- <span class="param-type">Number</span>
5799
+ <span class="param-type">
5800
+
5801
+ Number
5802
+
5803
+ </span>
5436
5804
 
5437
5805
 
5438
5806
 
@@ -5448,7 +5816,11 @@
5448
5816
  <code>
5449
5817
 
5450
5818
 
5451
- <span class="param-type">Number</span>
5819
+ <span class="param-type">
5820
+
5821
+ Number
5822
+
5823
+ </span>
5452
5824
 
5453
5825
 
5454
5826
 
@@ -5626,13 +5998,17 @@
5626
5998
 
5627
5999
  <tr class="deep-level-0">
5628
6000
 
5629
- <td class="name" id="points"><code>points</code></td>
6001
+ <td class="name"><code>points</code></td>
5630
6002
 
5631
6003
 
5632
6004
  <td class="type">
5633
6005
 
5634
6006
 
5635
- <span class="param-type">Array</span>
6007
+ <span class="param-type">
6008
+
6009
+ Array
6010
+
6011
+ </span>
5636
6012
 
5637
6013
 
5638
6014
 
@@ -5651,13 +6027,17 @@
5651
6027
 
5652
6028
  <tr class="deep-level-0">
5653
6029
 
5654
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
6030
+ <td class="name"><code>sketchStyle</code></td>
5655
6031
 
5656
6032
 
5657
6033
  <td class="type">
5658
6034
 
5659
6035
 
5660
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
6036
+ <span class="param-type">
6037
+
6038
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
6039
+
6040
+ </span>
5661
6041
 
5662
6042
 
5663
6043
 
@@ -5974,13 +6354,17 @@
5974
6354
 
5975
6355
  <tr class="deep-level-0">
5976
6356
 
5977
- <td class="name" id="pixel"><code>pixel</code></td>
6357
+ <td class="name"><code>pixel</code></td>
5978
6358
 
5979
6359
 
5980
6360
  <td class="type">
5981
6361
 
5982
6362
 
5983
- <span class="param-type">Number</span>
6363
+ <span class="param-type">
6364
+
6365
+ Number
6366
+
6367
+ </span>
5984
6368
 
5985
6369
 
5986
6370
 
@@ -6074,7 +6458,11 @@
6074
6458
  <div class='column is-5 has-text-left'>
6075
6459
  <label>类型: </label>
6076
6460
 
6077
- <span class="param-type">Number</span>
6461
+ <span class="param-type">
6462
+
6463
+ Number
6464
+
6465
+ </span>
6078
6466
 
6079
6467
 
6080
6468
 
@@ -6146,13 +6534,17 @@
6146
6534
 
6147
6535
  <tr class="deep-level-0">
6148
6536
 
6149
- <td class="name" id="coordinates"><code>coordinates</code></td>
6537
+ <td class="name"><code>coordinates</code></td>
6150
6538
 
6151
6539
 
6152
6540
  <td class="type">
6153
6541
 
6154
6542
 
6155
- <span class="param-type">Array</span>
6543
+ <span class="param-type">
6544
+
6545
+ Array
6546
+
6547
+ </span>
6156
6548
 
6157
6549
 
6158
6550
 
@@ -6171,13 +6563,17 @@
6171
6563
 
6172
6564
  <tr class="deep-level-0">
6173
6565
 
6174
- <td class="name" id="direction"><code>direction</code></td>
6566
+ <td class="name"><code>direction</code></td>
6175
6567
 
6176
6568
 
6177
6569
  <td class="type">
6178
6570
 
6179
6571
 
6180
- <span class="param-type">String</span>
6572
+ <span class="param-type">
6573
+
6574
+ String
6575
+
6576
+ </span>
6181
6577
 
6182
6578
 
6183
6579
 
@@ -6196,13 +6592,17 @@
6196
6592
 
6197
6593
  <tr class="deep-level-0">
6198
6594
 
6199
- <td class="name" id="extent"><code>extent</code></td>
6595
+ <td class="name"><code>extent</code></td>
6200
6596
 
6201
6597
 
6202
6598
  <td class="type">
6203
6599
 
6204
6600
 
6205
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6601
+ <span class="param-type">
6602
+
6603
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
6604
+
6605
+ </span>
6206
6606
 
6207
6607
 
6208
6608
 
@@ -6221,13 +6621,17 @@
6221
6621
 
6222
6622
  <tr class="deep-level-0">
6223
6623
 
6224
- <td class="name" id="startPoint"><code>startPoint</code></td>
6624
+ <td class="name"><code>startPoint</code></td>
6225
6625
 
6226
6626
 
6227
6627
  <td class="type">
6228
6628
 
6229
6629
 
6230
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6630
+ <span class="param-type">
6631
+
6632
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6633
+
6634
+ </span>
6231
6635
 
6232
6636
 
6233
6637
 
@@ -6246,13 +6650,17 @@
6246
6650
 
6247
6651
  <tr class="deep-level-0">
6248
6652
 
6249
- <td class="name" id="movePoint"><code>movePoint</code></td>
6653
+ <td class="name"><code>movePoint</code></td>
6250
6654
 
6251
6655
 
6252
6656
  <td class="type">
6253
6657
 
6254
6658
 
6255
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6659
+ <span class="param-type">
6660
+
6661
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6662
+
6663
+ </span>
6256
6664
 
6257
6665
 
6258
6666
 
@@ -6271,13 +6679,17 @@
6271
6679
 
6272
6680
  <tr class="deep-level-0">
6273
6681
 
6274
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
6682
+ <td class="name"><code>oriCoordinates</code></td>
6275
6683
 
6276
6684
 
6277
6685
  <td class="type">
6278
6686
 
6279
6687
 
6280
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6688
+ <span class="param-type">
6689
+
6690
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6691
+
6692
+ </span>
6281
6693
 
6282
6694
 
6283
6695
 
@@ -6371,7 +6783,11 @@
6371
6783
  <div class='column is-5 has-text-left'>
6372
6784
  <label>类型: </label>
6373
6785
 
6374
- <span class="param-type">Number</span>
6786
+ <span class="param-type">
6787
+
6788
+ Number
6789
+
6790
+ </span>
6375
6791
 
6376
6792
 
6377
6793
 
@@ -6443,13 +6859,17 @@
6443
6859
 
6444
6860
  <tr class="deep-level-0">
6445
6861
 
6446
- <td class="name" id="coordinates"><code>coordinates</code></td>
6862
+ <td class="name"><code>coordinates</code></td>
6447
6863
 
6448
6864
 
6449
6865
  <td class="type">
6450
6866
 
6451
6867
 
6452
- <span class="param-type">Array</span>
6868
+ <span class="param-type">
6869
+
6870
+ Array
6871
+
6872
+ </span>
6453
6873
 
6454
6874
 
6455
6875
 
@@ -6468,13 +6888,17 @@
6468
6888
 
6469
6889
  <tr class="deep-level-0">
6470
6890
 
6471
- <td class="name" id="deltaX"><code>deltaX</code></td>
6891
+ <td class="name"><code>deltaX</code></td>
6472
6892
 
6473
6893
 
6474
6894
  <td class="type">
6475
6895
 
6476
6896
 
6477
- <span class="param-type">Number</span>
6897
+ <span class="param-type">
6898
+
6899
+ Number
6900
+
6901
+ </span>
6478
6902
 
6479
6903
 
6480
6904
 
@@ -6493,13 +6917,17 @@
6493
6917
 
6494
6918
  <tr class="deep-level-0">
6495
6919
 
6496
- <td class="name" id="deltaY"><code>deltaY</code></td>
6920
+ <td class="name"><code>deltaY</code></td>
6497
6921
 
6498
6922
 
6499
6923
  <td class="type">
6500
6924
 
6501
6925
 
6502
- <span class="param-type">Number</span>
6926
+ <span class="param-type">
6927
+
6928
+ Number
6929
+
6930
+ </span>
6503
6931
 
6504
6932
 
6505
6933
 
@@ -6593,7 +7021,11 @@
6593
7021
  <div class='column is-5 has-text-left'>
6594
7022
  <label>类型: </label>
6595
7023
 
6596
- <span class="param-type">Number</span>
7024
+ <span class="param-type">
7025
+
7026
+ Number
7027
+
7028
+ </span>
6597
7029
 
6598
7030
 
6599
7031
 
@@ -6665,13 +7097,17 @@
6665
7097
 
6666
7098
  <tr class="deep-level-0">
6667
7099
 
6668
- <td class="name" id="coordinates"><code>coordinates</code></td>
7100
+ <td class="name"><code>coordinates</code></td>
6669
7101
 
6670
7102
 
6671
7103
  <td class="type">
6672
7104
 
6673
7105
 
6674
- <span class="param-type">Array</span>
7106
+ <span class="param-type">
7107
+
7108
+ Array
7109
+
7110
+ </span>
6675
7111
 
6676
7112
 
6677
7113
 
@@ -6690,13 +7126,17 @@
6690
7126
 
6691
7127
  <tr class="deep-level-0">
6692
7128
 
6693
- <td class="name" id="direction"><code>direction</code></td>
7129
+ <td class="name"><code>direction</code></td>
6694
7130
 
6695
7131
 
6696
7132
  <td class="type">
6697
7133
 
6698
7134
 
6699
- <span class="param-type">String</span>
7135
+ <span class="param-type">
7136
+
7137
+ String
7138
+
7139
+ </span>
6700
7140
 
6701
7141
 
6702
7142
 
@@ -6715,13 +7155,17 @@
6715
7155
 
6716
7156
  <tr class="deep-level-0">
6717
7157
 
6718
- <td class="name" id="extent"><code>extent</code></td>
7158
+ <td class="name"><code>extent</code></td>
6719
7159
 
6720
7160
 
6721
7161
  <td class="type">
6722
7162
 
6723
7163
 
6724
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
7164
+ <span class="param-type">
7165
+
7166
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
7167
+
7168
+ </span>
6725
7169
 
6726
7170
 
6727
7171
 
@@ -6740,13 +7184,17 @@
6740
7184
 
6741
7185
  <tr class="deep-level-0">
6742
7186
 
6743
- <td class="name" id="startPoint"><code>startPoint</code></td>
7187
+ <td class="name"><code>startPoint</code></td>
6744
7188
 
6745
7189
 
6746
7190
  <td class="type">
6747
7191
 
6748
7192
 
6749
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7193
+ <span class="param-type">
7194
+
7195
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7196
+
7197
+ </span>
6750
7198
 
6751
7199
 
6752
7200
 
@@ -6765,13 +7213,17 @@
6765
7213
 
6766
7214
  <tr class="deep-level-0">
6767
7215
 
6768
- <td class="name" id="movePoint"><code>movePoint</code></td>
7216
+ <td class="name"><code>movePoint</code></td>
6769
7217
 
6770
7218
 
6771
7219
  <td class="type">
6772
7220
 
6773
7221
 
6774
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7222
+ <span class="param-type">
7223
+
7224
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7225
+
7226
+ </span>
6775
7227
 
6776
7228
 
6777
7229
 
@@ -6790,13 +7242,17 @@
6790
7242
 
6791
7243
  <tr class="deep-level-0">
6792
7244
 
6793
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
7245
+ <td class="name"><code>oriCoordinates</code></td>
6794
7246
 
6795
7247
 
6796
7248
  <td class="type">
6797
7249
 
6798
7250
 
6799
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7251
+ <span class="param-type">
7252
+
7253
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7254
+
7255
+ </span>
6800
7256
 
6801
7257
 
6802
7258
 
@@ -6890,7 +7346,11 @@
6890
7346
  <div class='column is-5 has-text-left'>
6891
7347
  <label>类型: </label>
6892
7348
 
6893
- <span class="param-type">Number</span>
7349
+ <span class="param-type">
7350
+
7351
+ Number
7352
+
7353
+ </span>
6894
7354
 
6895
7355
 
6896
7356
 
@@ -7058,13 +7518,17 @@
7058
7518
 
7059
7519
  <tr class="deep-level-0">
7060
7520
 
7061
- <td class="name" id="index"><code>index</code></td>
7521
+ <td class="name"><code>index</code></td>
7062
7522
 
7063
7523
 
7064
7524
  <td class="type">
7065
7525
 
7066
7526
 
7067
- <span class="param-type">Number</span>
7527
+ <span class="param-type">
7528
+
7529
+ Number
7530
+
7531
+ </span>
7068
7532
 
7069
7533
 
7070
7534
 
@@ -7204,13 +7668,17 @@
7204
7668
 
7205
7669
  <tr class="deep-level-0">
7206
7670
 
7207
- <td class="name" id="feature"><code>feature</code></td>
7671
+ <td class="name"><code>feature</code></td>
7208
7672
 
7209
7673
 
7210
7674
  <td class="type">
7211
7675
 
7212
7676
 
7213
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7677
+ <span class="param-type">
7678
+
7679
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7680
+
7681
+ </span>
7214
7682
 
7215
7683
 
7216
7684
 
@@ -7345,13 +7813,17 @@
7345
7813
 
7346
7814
  <tr class="deep-level-0">
7347
7815
 
7348
- <td class="name" id="feature"><code>feature</code></td>
7816
+ <td class="name"><code>feature</code></td>
7349
7817
 
7350
7818
 
7351
7819
  <td class="type">
7352
7820
 
7353
7821
 
7354
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7822
+ <span class="param-type">
7823
+
7824
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7825
+
7826
+ </span>
7355
7827
 
7356
7828
 
7357
7829
 
@@ -7486,13 +7958,17 @@
7486
7958
 
7487
7959
  <tr class="deep-level-0">
7488
7960
 
7489
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
7961
+ <td class="name"><code>sketchStyle</code></td>
7490
7962
 
7491
7963
 
7492
7964
  <td class="type">
7493
7965
 
7494
7966
 
7495
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7967
+ <span class="param-type">
7968
+
7969
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
7970
+
7971
+ </span>
7496
7972
 
7497
7973
 
7498
7974
 
@@ -7632,13 +8108,17 @@
7632
8108
 
7633
8109
  <tr class="deep-level-0">
7634
8110
 
7635
- <td class="name" id="geometries"><code>geometries</code></td>
8111
+ <td class="name"><code>geometries</code></td>
7636
8112
 
7637
8113
 
7638
8114
  <td class="type">
7639
8115
 
7640
8116
 
7641
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
8117
+ <span class="param-type">
8118
+
8119
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
8120
+
8121
+ </span>
7642
8122
 
7643
8123
 
7644
8124
 
@@ -7874,13 +8354,17 @@
7874
8354
 
7875
8355
  <tr class="deep-level-0">
7876
8356
 
7877
- <td class="name" id="feature"><code>feature</code></td>
8357
+ <td class="name"><code>feature</code></td>
7878
8358
 
7879
8359
 
7880
8360
  <td class="type">
7881
8361
 
7882
8362
 
7883
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8363
+ <span class="param-type">
8364
+
8365
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
8366
+
8367
+ </span>
7884
8368
 
7885
8369
 
7886
8370
 
@@ -7899,13 +8383,17 @@
7899
8383
 
7900
8384
  <tr class="deep-level-0">
7901
8385
 
7902
- <td class="name" id="event"><code>event</code></td>
8386
+ <td class="name"><code>event</code></td>
7903
8387
 
7904
8388
 
7905
8389
  <td class="type">
7906
8390
 
7907
8391
 
7908
- <span class="param-type">Object</span>
8392
+ <span class="param-type">
8393
+
8394
+ Object
8395
+
8396
+ </span>
7909
8397
 
7910
8398
 
7911
8399
 
@@ -8136,13 +8624,17 @@
8136
8624
 
8137
8625
  <tr class="deep-level-0">
8138
8626
 
8139
- <td class="name" id="point"><code>point</code></td>
8627
+ <td class="name"><code>point</code></td>
8140
8628
 
8141
8629
 
8142
8630
  <td class="type">
8143
8631
 
8144
8632
 
8145
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8633
+ <span class="param-type">
8634
+
8635
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8636
+
8637
+ </span>
8146
8638
 
8147
8639
 
8148
8640
 
@@ -8161,13 +8653,17 @@
8161
8653
 
8162
8654
  <tr class="deep-level-0">
8163
8655
 
8164
- <td class="name" id="feature"><code>feature</code></td>
8656
+ <td class="name"><code>feature</code></td>
8165
8657
 
8166
8658
 
8167
8659
  <td class="type">
8168
8660
 
8169
8661
 
8170
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8662
+ <span class="param-type">
8663
+
8664
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
8665
+
8666
+ </span>
8171
8667
 
8172
8668
 
8173
8669
 
@@ -8307,13 +8803,17 @@
8307
8803
 
8308
8804
  <tr class="deep-level-0">
8309
8805
 
8310
- <td class="name" id="point"><code>point</code></td>
8806
+ <td class="name"><code>point</code></td>
8311
8807
 
8312
8808
 
8313
8809
  <td class="type">
8314
8810
 
8315
8811
 
8316
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8812
+ <span class="param-type">
8813
+
8814
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8815
+
8816
+ </span>
8317
8817
 
8318
8818
 
8319
8819
 
@@ -8332,13 +8832,17 @@
8332
8832
 
8333
8833
  <tr class="deep-level-0">
8334
8834
 
8335
- <td class="name" id="index"><code>index</code></td>
8835
+ <td class="name"><code>index</code></td>
8336
8836
 
8337
8837
 
8338
8838
  <td class="type">
8339
8839
 
8340
8840
 
8341
- <span class="param-type">Number</span>
8841
+ <span class="param-type">
8842
+
8843
+ Number
8844
+
8845
+ </span>
8342
8846
 
8343
8847
 
8344
8848