@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
 
@@ -1166,7 +1266,11 @@
1166
1266
  <code>
1167
1267
 
1168
1268
 
1169
- <span class="param-type">Number</span>
1269
+ <span class="param-type">
1270
+
1271
+ Number
1272
+
1273
+ </span>
1170
1274
 
1171
1275
 
1172
1276
 
@@ -1182,7 +1286,11 @@
1182
1286
  <code>
1183
1287
 
1184
1288
 
1185
- <span class="param-type">Number</span>
1289
+ <span class="param-type">
1290
+
1291
+ Number
1292
+
1293
+ </span>
1186
1294
 
1187
1295
 
1188
1296
 
@@ -1198,7 +1306,11 @@
1198
1306
  <code>
1199
1307
 
1200
1308
 
1201
- <span class="param-type">Number</span>
1309
+ <span class="param-type">
1310
+
1311
+ Number
1312
+
1313
+ </span>
1202
1314
 
1203
1315
 
1204
1316
 
@@ -1214,7 +1326,11 @@
1214
1326
  <code>
1215
1327
 
1216
1328
 
1217
- <span class="param-type">Number</span>
1329
+ <span class="param-type">
1330
+
1331
+ Number
1332
+
1333
+ </span>
1218
1334
 
1219
1335
 
1220
1336
 
@@ -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
 
@@ -1821,13 +1945,17 @@
1821
1945
 
1822
1946
  <tr class="deep-level-0">
1823
1947
 
1824
- <td class="name" id="pixel"><code>pixel</code></td>
1948
+ <td class="name"><code>pixel</code></td>
1825
1949
 
1826
1950
 
1827
1951
  <td class="type">
1828
1952
 
1829
1953
 
1830
- <span class="param-type">Number</span>
1954
+ <span class="param-type">
1955
+
1956
+ Number
1957
+
1958
+ </span>
1831
1959
 
1832
1960
 
1833
1961
 
@@ -1921,7 +2049,11 @@
1921
2049
  <div class='column is-5 has-text-left'>
1922
2050
  <label>类型: </label>
1923
2051
 
1924
- <span class="param-type">Number</span>
2052
+ <span class="param-type">
2053
+
2054
+ Number
2055
+
2056
+ </span>
1925
2057
 
1926
2058
 
1927
2059
 
@@ -1993,13 +2125,17 @@
1993
2125
 
1994
2126
  <tr class="deep-level-0">
1995
2127
 
1996
- <td class="name" id="coordinates"><code>coordinates</code></td>
2128
+ <td class="name"><code>coordinates</code></td>
1997
2129
 
1998
2130
 
1999
2131
  <td class="type">
2000
2132
 
2001
2133
 
2002
- <span class="param-type">Array</span>
2134
+ <span class="param-type">
2135
+
2136
+ Array
2137
+
2138
+ </span>
2003
2139
 
2004
2140
 
2005
2141
 
@@ -2018,13 +2154,17 @@
2018
2154
 
2019
2155
  <tr class="deep-level-0">
2020
2156
 
2021
- <td class="name" id="direction"><code>direction</code></td>
2157
+ <td class="name"><code>direction</code></td>
2022
2158
 
2023
2159
 
2024
2160
  <td class="type">
2025
2161
 
2026
2162
 
2027
- <span class="param-type">String</span>
2163
+ <span class="param-type">
2164
+
2165
+ String
2166
+
2167
+ </span>
2028
2168
 
2029
2169
 
2030
2170
 
@@ -2043,13 +2183,17 @@
2043
2183
 
2044
2184
  <tr class="deep-level-0">
2045
2185
 
2046
- <td class="name" id="extent"><code>extent</code></td>
2186
+ <td class="name"><code>extent</code></td>
2047
2187
 
2048
2188
 
2049
2189
  <td class="type">
2050
2190
 
2051
2191
 
2052
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2192
+ <span class="param-type">
2193
+
2194
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2195
+
2196
+ </span>
2053
2197
 
2054
2198
 
2055
2199
 
@@ -2068,13 +2212,17 @@
2068
2212
 
2069
2213
  <tr class="deep-level-0">
2070
2214
 
2071
- <td class="name" id="startPoint"><code>startPoint</code></td>
2215
+ <td class="name"><code>startPoint</code></td>
2072
2216
 
2073
2217
 
2074
2218
  <td class="type">
2075
2219
 
2076
2220
 
2077
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2221
+ <span class="param-type">
2222
+
2223
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2224
+
2225
+ </span>
2078
2226
 
2079
2227
 
2080
2228
 
@@ -2093,13 +2241,17 @@
2093
2241
 
2094
2242
  <tr class="deep-level-0">
2095
2243
 
2096
- <td class="name" id="movePoint"><code>movePoint</code></td>
2244
+ <td class="name"><code>movePoint</code></td>
2097
2245
 
2098
2246
 
2099
2247
  <td class="type">
2100
2248
 
2101
2249
 
2102
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2250
+ <span class="param-type">
2251
+
2252
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2253
+
2254
+ </span>
2103
2255
 
2104
2256
 
2105
2257
 
@@ -2118,13 +2270,17 @@
2118
2270
 
2119
2271
  <tr class="deep-level-0">
2120
2272
 
2121
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2273
+ <td class="name"><code>oriCoordinates</code></td>
2122
2274
 
2123
2275
 
2124
2276
  <td class="type">
2125
2277
 
2126
2278
 
2127
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2279
+ <span class="param-type">
2280
+
2281
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2282
+
2283
+ </span>
2128
2284
 
2129
2285
 
2130
2286
 
@@ -2218,7 +2374,11 @@
2218
2374
  <div class='column is-5 has-text-left'>
2219
2375
  <label>类型: </label>
2220
2376
 
2221
- <span class="param-type">Number</span>
2377
+ <span class="param-type">
2378
+
2379
+ Number
2380
+
2381
+ </span>
2222
2382
 
2223
2383
 
2224
2384
 
@@ -2290,13 +2450,17 @@
2290
2450
 
2291
2451
  <tr class="deep-level-0">
2292
2452
 
2293
- <td class="name" id="coordinates"><code>coordinates</code></td>
2453
+ <td class="name"><code>coordinates</code></td>
2294
2454
 
2295
2455
 
2296
2456
  <td class="type">
2297
2457
 
2298
2458
 
2299
- <span class="param-type">Array</span>
2459
+ <span class="param-type">
2460
+
2461
+ Array
2462
+
2463
+ </span>
2300
2464
 
2301
2465
 
2302
2466
 
@@ -2315,13 +2479,17 @@
2315
2479
 
2316
2480
  <tr class="deep-level-0">
2317
2481
 
2318
- <td class="name" id="deltaX"><code>deltaX</code></td>
2482
+ <td class="name"><code>deltaX</code></td>
2319
2483
 
2320
2484
 
2321
2485
  <td class="type">
2322
2486
 
2323
2487
 
2324
- <span class="param-type">Number</span>
2488
+ <span class="param-type">
2489
+
2490
+ Number
2491
+
2492
+ </span>
2325
2493
 
2326
2494
 
2327
2495
 
@@ -2340,13 +2508,17 @@
2340
2508
 
2341
2509
  <tr class="deep-level-0">
2342
2510
 
2343
- <td class="name" id="deltaY"><code>deltaY</code></td>
2511
+ <td class="name"><code>deltaY</code></td>
2344
2512
 
2345
2513
 
2346
2514
  <td class="type">
2347
2515
 
2348
2516
 
2349
- <span class="param-type">Number</span>
2517
+ <span class="param-type">
2518
+
2519
+ Number
2520
+
2521
+ </span>
2350
2522
 
2351
2523
 
2352
2524
 
@@ -2440,7 +2612,11 @@
2440
2612
  <div class='column is-5 has-text-left'>
2441
2613
  <label>类型: </label>
2442
2614
 
2443
- <span class="param-type">Number</span>
2615
+ <span class="param-type">
2616
+
2617
+ Number
2618
+
2619
+ </span>
2444
2620
 
2445
2621
 
2446
2622
 
@@ -2512,13 +2688,17 @@
2512
2688
 
2513
2689
  <tr class="deep-level-0">
2514
2690
 
2515
- <td class="name" id="coordinates"><code>coordinates</code></td>
2691
+ <td class="name"><code>coordinates</code></td>
2516
2692
 
2517
2693
 
2518
2694
  <td class="type">
2519
2695
 
2520
2696
 
2521
- <span class="param-type">Array</span>
2697
+ <span class="param-type">
2698
+
2699
+ Array
2700
+
2701
+ </span>
2522
2702
 
2523
2703
 
2524
2704
 
@@ -2537,13 +2717,17 @@
2537
2717
 
2538
2718
  <tr class="deep-level-0">
2539
2719
 
2540
- <td class="name" id="direction"><code>direction</code></td>
2720
+ <td class="name"><code>direction</code></td>
2541
2721
 
2542
2722
 
2543
2723
  <td class="type">
2544
2724
 
2545
2725
 
2546
- <span class="param-type">String</span>
2726
+ <span class="param-type">
2727
+
2728
+ String
2729
+
2730
+ </span>
2547
2731
 
2548
2732
 
2549
2733
 
@@ -2562,13 +2746,17 @@
2562
2746
 
2563
2747
  <tr class="deep-level-0">
2564
2748
 
2565
- <td class="name" id="extent"><code>extent</code></td>
2749
+ <td class="name"><code>extent</code></td>
2566
2750
 
2567
2751
 
2568
2752
  <td class="type">
2569
2753
 
2570
2754
 
2571
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2755
+ <span class="param-type">
2756
+
2757
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2758
+
2759
+ </span>
2572
2760
 
2573
2761
 
2574
2762
 
@@ -2587,13 +2775,17 @@
2587
2775
 
2588
2776
  <tr class="deep-level-0">
2589
2777
 
2590
- <td class="name" id="startPoint"><code>startPoint</code></td>
2778
+ <td class="name"><code>startPoint</code></td>
2591
2779
 
2592
2780
 
2593
2781
  <td class="type">
2594
2782
 
2595
2783
 
2596
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2784
+ <span class="param-type">
2785
+
2786
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2787
+
2788
+ </span>
2597
2789
 
2598
2790
 
2599
2791
 
@@ -2612,13 +2804,17 @@
2612
2804
 
2613
2805
  <tr class="deep-level-0">
2614
2806
 
2615
- <td class="name" id="movePoint"><code>movePoint</code></td>
2807
+ <td class="name"><code>movePoint</code></td>
2616
2808
 
2617
2809
 
2618
2810
  <td class="type">
2619
2811
 
2620
2812
 
2621
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2813
+ <span class="param-type">
2814
+
2815
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2816
+
2817
+ </span>
2622
2818
 
2623
2819
 
2624
2820
 
@@ -2637,13 +2833,17 @@
2637
2833
 
2638
2834
  <tr class="deep-level-0">
2639
2835
 
2640
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2836
+ <td class="name"><code>oriCoordinates</code></td>
2641
2837
 
2642
2838
 
2643
2839
  <td class="type">
2644
2840
 
2645
2841
 
2646
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2842
+ <span class="param-type">
2843
+
2844
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2845
+
2846
+ </span>
2647
2847
 
2648
2848
 
2649
2849
 
@@ -2737,7 +2937,11 @@
2737
2937
  <div class='column is-5 has-text-left'>
2738
2938
  <label>类型: </label>
2739
2939
 
2740
- <span class="param-type">Number</span>
2940
+ <span class="param-type">
2941
+
2942
+ Number
2943
+
2944
+ </span>
2741
2945
 
2742
2946
 
2743
2947
 
@@ -2809,13 +3013,17 @@
2809
3013
 
2810
3014
  <tr class="deep-level-0">
2811
3015
 
2812
- <td class="name" id="feature"><code>feature</code></td>
3016
+ <td class="name"><code>feature</code></td>
2813
3017
 
2814
3018
 
2815
3019
  <td class="type">
2816
3020
 
2817
3021
 
2818
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3022
+ <span class="param-type">
3023
+
3024
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3025
+
3026
+ </span>
2819
3027
 
2820
3028
 
2821
3029
 
@@ -2834,13 +3042,17 @@
2834
3042
 
2835
3043
  <tr class="deep-level-0">
2836
3044
 
2837
- <td class="name" id="event"><code>event</code></td>
3045
+ <td class="name"><code>event</code></td>
2838
3046
 
2839
3047
 
2840
3048
  <td class="type">
2841
3049
 
2842
3050
 
2843
- <span class="param-type">Object</span>
3051
+ <span class="param-type">
3052
+
3053
+ Object
3054
+
3055
+ </span>
2844
3056
 
2845
3057
 
2846
3058
 
@@ -3071,13 +3283,17 @@
3071
3283
 
3072
3284
  <tr class="deep-level-0">
3073
3285
 
3074
- <td class="name" id="index"><code>index</code></td>
3286
+ <td class="name"><code>index</code></td>
3075
3287
 
3076
3288
 
3077
3289
  <td class="type">
3078
3290
 
3079
3291
 
3080
- <span class="param-type">Number</span>
3292
+ <span class="param-type">
3293
+
3294
+ Number
3295
+
3296
+ </span>
3081
3297
 
3082
3298
 
3083
3299
 
@@ -3217,13 +3433,17 @@
3217
3433
 
3218
3434
  <tr class="deep-level-0">
3219
3435
 
3220
- <td class="name" id="feature"><code>feature</code></td>
3436
+ <td class="name"><code>feature</code></td>
3221
3437
 
3222
3438
 
3223
3439
  <td class="type">
3224
3440
 
3225
3441
 
3226
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3442
+ <span class="param-type">
3443
+
3444
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3445
+
3446
+ </span>
3227
3447
 
3228
3448
 
3229
3449
 
@@ -3358,13 +3578,17 @@
3358
3578
 
3359
3579
  <tr class="deep-level-0">
3360
3580
 
3361
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
3581
+ <td class="name"><code>sketchStyle</code></td>
3362
3582
 
3363
3583
 
3364
3584
  <td class="type">
3365
3585
 
3366
3586
 
3367
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
3587
+ <span class="param-type">
3588
+
3589
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
3590
+
3591
+ </span>
3368
3592
 
3369
3593
 
3370
3594
 
@@ -3504,13 +3728,17 @@
3504
3728
 
3505
3729
  <tr class="deep-level-0">
3506
3730
 
3507
- <td class="name" id="geometries"><code>geometries</code></td>
3731
+ <td class="name"><code>geometries</code></td>
3508
3732
 
3509
3733
 
3510
3734
  <td class="type">
3511
3735
 
3512
3736
 
3513
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3737
+ <span class="param-type">
3738
+
3739
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3740
+
3741
+ </span>
3514
3742
 
3515
3743
 
3516
3744
 
@@ -3842,13 +4070,17 @@
3842
4070
 
3843
4071
  <tr class="deep-level-0">
3844
4072
 
3845
- <td class="name" id="point"><code>point</code></td>
4073
+ <td class="name"><code>point</code></td>
3846
4074
 
3847
4075
 
3848
4076
  <td class="type">
3849
4077
 
3850
4078
 
3851
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4079
+ <span class="param-type">
4080
+
4081
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4082
+
4083
+ </span>
3852
4084
 
3853
4085
 
3854
4086
 
@@ -3867,13 +4099,17 @@
3867
4099
 
3868
4100
  <tr class="deep-level-0">
3869
4101
 
3870
- <td class="name" id="feature"><code>feature</code></td>
4102
+ <td class="name"><code>feature</code></td>
3871
4103
 
3872
4104
 
3873
4105
  <td class="type">
3874
4106
 
3875
4107
 
3876
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
4108
+ <span class="param-type">
4109
+
4110
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
4111
+
4112
+ </span>
3877
4113
 
3878
4114
 
3879
4115
 
@@ -4013,13 +4249,17 @@
4013
4249
 
4014
4250
  <tr class="deep-level-0">
4015
4251
 
4016
- <td class="name" id="point"><code>point</code></td>
4252
+ <td class="name"><code>point</code></td>
4017
4253
 
4018
4254
 
4019
4255
  <td class="type">
4020
4256
 
4021
4257
 
4022
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
4258
+ <span class="param-type">
4259
+
4260
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
4261
+
4262
+ </span>
4023
4263
 
4024
4264
 
4025
4265
 
@@ -4038,13 +4278,17 @@
4038
4278
 
4039
4279
  <tr class="deep-level-0">
4040
4280
 
4041
- <td class="name" id="index"><code>index</code></td>
4281
+ <td class="name"><code>index</code></td>
4042
4282
 
4043
4283
 
4044
4284
  <td class="type">
4045
4285
 
4046
4286
 
4047
- <span class="param-type">Number</span>
4287
+ <span class="param-type">
4288
+
4289
+ Number
4290
+
4291
+ </span>
4048
4292
 
4049
4293
 
4050
4294
 
@@ -4210,13 +4454,17 @@
4210
4454
 
4211
4455
  <tr class="deep-level-0">
4212
4456
 
4213
- <td class="name" id="options"><code>options</code></td>
4457
+ <td class="name"><code>options</code></td>
4214
4458
 
4215
4459
 
4216
4460
  <td class="type">
4217
4461
 
4218
4462
 
4219
- <span class="param-type">Object</span>
4463
+ <span class="param-type">
4464
+
4465
+ Object
4466
+
4467
+ </span>
4220
4468
 
4221
4469
 
4222
4470
 
@@ -4233,16 +4481,24 @@
4233
4481
 
4234
4482
  <tr class="deep-level-1">
4235
4483
 
4236
- <td class="name" id="view"><code>view</code></td>
4484
+ <td class="name"><code>view</code></td>
4237
4485
 
4238
4486
 
4239
4487
  <td class="type">
4240
4488
 
4241
4489
 
4242
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4490
+ <span class="param-type">
4491
+
4492
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4493
+
4494
+ </span>
4243
4495
  |
4244
4496
 
4245
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4497
+ <span class="param-type">
4498
+
4499
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
4500
+
4501
+ </span>
4246
4502
 
4247
4503
 
4248
4504
 
@@ -4259,13 +4515,17 @@
4259
4515
 
4260
4516
  <tr class="deep-level-1">
4261
4517
 
4262
- <td class="name" id="layer"><code>layer</code></td>
4518
+ <td class="name"><code>layer</code></td>
4263
4519
 
4264
4520
 
4265
4521
  <td class="type">
4266
4522
 
4267
4523
 
4268
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4524
+ <span class="param-type">
4525
+
4526
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
4527
+
4528
+ </span>
4269
4529
 
4270
4530
 
4271
4531
 
@@ -4282,13 +4542,17 @@
4282
4542
 
4283
4543
  <tr class="deep-level-1">
4284
4544
 
4285
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
4545
+ <td class="name"><code>sketchStyle</code></td>
4286
4546
 
4287
4547
 
4288
4548
  <td class="type">
4289
4549
 
4290
4550
 
4291
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4551
+ <span class="param-type">
4552
+
4553
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4554
+
4555
+ </span>
4292
4556
 
4293
4557
 
4294
4558
 
@@ -4422,7 +4686,11 @@
4422
4686
  <td class="name">
4423
4687
  <code>
4424
4688
 
4425
- <span class="param-type">Object</span>
4689
+ <span class="param-type">
4690
+
4691
+ Object
4692
+
4693
+ </span>
4426
4694
 
4427
4695
 
4428
4696
 
@@ -4436,7 +4704,11 @@
4436
4704
  <td class="name">
4437
4705
  <code>
4438
4706
 
4439
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4707
+ <span class="param-type">
4708
+
4709
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4710
+
4711
+ </span>
4440
4712
 
4441
4713
 
4442
4714
 
@@ -4450,7 +4722,11 @@
4450
4722
  <td class="name">
4451
4723
  <code>
4452
4724
 
4453
- <span class="param-type">Object</span>
4725
+ <span class="param-type">
4726
+
4727
+ Object
4728
+
4729
+ </span>
4454
4730
 
4455
4731
 
4456
4732
 
@@ -4464,7 +4740,11 @@
4464
4740
  <td class="name">
4465
4741
  <code>
4466
4742
 
4467
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
4743
+ <span class="param-type">
4744
+
4745
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
4746
+
4747
+ </span>
4468
4748
 
4469
4749
 
4470
4750
 
@@ -4478,7 +4758,11 @@
4478
4758
  <td class="name">
4479
4759
  <code>
4480
4760
 
4481
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
4761
+ <span class="param-type">
4762
+
4763
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
4764
+
4765
+ </span>
4482
4766
 
4483
4767
 
4484
4768
 
@@ -4492,7 +4776,11 @@
4492
4776
  <td class="name">
4493
4777
  <code>
4494
4778
 
4495
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4779
+ <span class="param-type">
4780
+
4781
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4782
+
4783
+ </span>
4496
4784
 
4497
4785
 
4498
4786
 
@@ -4506,7 +4794,11 @@
4506
4794
  <td class="name">
4507
4795
  <code>
4508
4796
 
4509
- <span class="param-type">String</span>
4797
+ <span class="param-type">
4798
+
4799
+ String
4800
+
4801
+ </span>
4510
4802
 
4511
4803
 
4512
4804
 
@@ -4520,7 +4812,11 @@
4520
4812
  <td class="name">
4521
4813
  <code>
4522
4814
 
4523
- <span class="param-type">String</span>
4815
+ <span class="param-type">
4816
+
4817
+ String
4818
+
4819
+ </span>
4524
4820
 
4525
4821
 
4526
4822
 
@@ -4534,10 +4830,18 @@
4534
4830
  <td class="name">
4535
4831
  <code>
4536
4832
 
4537
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
4833
+ <span class="param-type">
4834
+
4835
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
4836
+
4837
+ </span>
4538
4838
  |
4539
4839
 
4540
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
4840
+ <span class="param-type">
4841
+
4842
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
4843
+
4844
+ </span>
4541
4845
 
4542
4846
 
4543
4847
 
@@ -4557,7 +4861,11 @@
4557
4861
  <span class="method-parameter is-pulled-right">
4558
4862
  <label>类型:</label>
4559
4863
 
4560
- <span class="param-type">Object</span>
4864
+ <span class="param-type">
4865
+
4866
+ Object
4867
+
4868
+ </span>
4561
4869
 
4562
4870
 
4563
4871
 
@@ -4633,7 +4941,11 @@
4633
4941
  <span class="method-parameter is-pulled-right">
4634
4942
  <label>类型:</label>
4635
4943
 
4636
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
4944
+ <span class="param-type">
4945
+
4946
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
4947
+
4948
+ </span>
4637
4949
 
4638
4950
 
4639
4951
 
@@ -4709,7 +5021,11 @@
4709
5021
  <span class="method-parameter is-pulled-right">
4710
5022
  <label>类型:</label>
4711
5023
 
4712
- <span class="param-type">Object</span>
5024
+ <span class="param-type">
5025
+
5026
+ Object
5027
+
5028
+ </span>
4713
5029
 
4714
5030
 
4715
5031
 
@@ -4785,7 +5101,11 @@
4785
5101
  <span class="method-parameter is-pulled-right">
4786
5102
  <label>类型:</label>
4787
5103
 
4788
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
5104
+ <span class="param-type">
5105
+
5106
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
5107
+
5108
+ </span>
4789
5109
 
4790
5110
 
4791
5111
 
@@ -4861,7 +5181,11 @@
4861
5181
  <span class="method-parameter is-pulled-right">
4862
5182
  <label>类型:</label>
4863
5183
 
4864
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
5184
+ <span class="param-type">
5185
+
5186
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
5187
+
5188
+ </span>
4865
5189
 
4866
5190
 
4867
5191
 
@@ -4937,7 +5261,11 @@
4937
5261
  <span class="method-parameter is-pulled-right">
4938
5262
  <label>类型:</label>
4939
5263
 
4940
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5264
+ <span class="param-type">
5265
+
5266
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5267
+
5268
+ </span>
4941
5269
 
4942
5270
 
4943
5271
 
@@ -5013,7 +5341,11 @@
5013
5341
  <span class="method-parameter is-pulled-right">
5014
5342
  <label>类型:</label>
5015
5343
 
5016
- <span class="param-type">String</span>
5344
+ <span class="param-type">
5345
+
5346
+ String
5347
+
5348
+ </span>
5017
5349
 
5018
5350
 
5019
5351
 
@@ -5089,7 +5421,11 @@
5089
5421
  <span class="method-parameter is-pulled-right">
5090
5422
  <label>类型:</label>
5091
5423
 
5092
- <span class="param-type">String</span>
5424
+ <span class="param-type">
5425
+
5426
+ String
5427
+
5428
+ </span>
5093
5429
 
5094
5430
 
5095
5431
 
@@ -5165,10 +5501,18 @@
5165
5501
  <span class="method-parameter is-pulled-right">
5166
5502
  <label>类型:</label>
5167
5503
 
5168
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
5504
+ <span class="param-type">
5505
+
5506
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
5507
+
5508
+ </span>
5169
5509
  |
5170
5510
 
5171
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
5511
+ <span class="param-type">
5512
+
5513
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
5514
+
5515
+ </span>
5172
5516
 
5173
5517
 
5174
5518
 
@@ -5305,7 +5649,11 @@
5305
5649
  <code>
5306
5650
 
5307
5651
 
5308
- <span class="param-type">Number</span>
5652
+ <span class="param-type">
5653
+
5654
+ Number
5655
+
5656
+ </span>
5309
5657
 
5310
5658
 
5311
5659
 
@@ -5321,7 +5669,11 @@
5321
5669
  <code>
5322
5670
 
5323
5671
 
5324
- <span class="param-type">Number</span>
5672
+ <span class="param-type">
5673
+
5674
+ Number
5675
+
5676
+ </span>
5325
5677
 
5326
5678
 
5327
5679
 
@@ -5337,7 +5689,11 @@
5337
5689
  <code>
5338
5690
 
5339
5691
 
5340
- <span class="param-type">Number</span>
5692
+ <span class="param-type">
5693
+
5694
+ Number
5695
+
5696
+ </span>
5341
5697
 
5342
5698
 
5343
5699
 
@@ -5353,7 +5709,11 @@
5353
5709
  <code>
5354
5710
 
5355
5711
 
5356
- <span class="param-type">Number</span>
5712
+ <span class="param-type">
5713
+
5714
+ Number
5715
+
5716
+ </span>
5357
5717
 
5358
5718
 
5359
5719
 
@@ -5521,13 +5881,17 @@
5521
5881
 
5522
5882
  <tr class="deep-level-0">
5523
5883
 
5524
- <td class="name" id="points"><code>points</code></td>
5884
+ <td class="name"><code>points</code></td>
5525
5885
 
5526
5886
 
5527
5887
  <td class="type">
5528
5888
 
5529
5889
 
5530
- <span class="param-type">Array</span>
5890
+ <span class="param-type">
5891
+
5892
+ Array
5893
+
5894
+ </span>
5531
5895
 
5532
5896
 
5533
5897
 
@@ -5546,13 +5910,17 @@
5546
5910
 
5547
5911
  <tr class="deep-level-0">
5548
5912
 
5549
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
5913
+ <td class="name"><code>sketchStyle</code></td>
5550
5914
 
5551
5915
 
5552
5916
  <td class="type">
5553
5917
 
5554
5918
 
5555
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
5919
+ <span class="param-type">
5920
+
5921
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
5922
+
5923
+ </span>
5556
5924
 
5557
5925
 
5558
5926
 
@@ -5960,13 +6328,17 @@
5960
6328
 
5961
6329
  <tr class="deep-level-0">
5962
6330
 
5963
- <td class="name" id="pixel"><code>pixel</code></td>
6331
+ <td class="name"><code>pixel</code></td>
5964
6332
 
5965
6333
 
5966
6334
  <td class="type">
5967
6335
 
5968
6336
 
5969
- <span class="param-type">Number</span>
6337
+ <span class="param-type">
6338
+
6339
+ Number
6340
+
6341
+ </span>
5970
6342
 
5971
6343
 
5972
6344
 
@@ -6060,7 +6432,11 @@
6060
6432
  <div class='column is-5 has-text-left'>
6061
6433
  <label>类型: </label>
6062
6434
 
6063
- <span class="param-type">Number</span>
6435
+ <span class="param-type">
6436
+
6437
+ Number
6438
+
6439
+ </span>
6064
6440
 
6065
6441
 
6066
6442
 
@@ -6132,13 +6508,17 @@
6132
6508
 
6133
6509
  <tr class="deep-level-0">
6134
6510
 
6135
- <td class="name" id="coordinates"><code>coordinates</code></td>
6511
+ <td class="name"><code>coordinates</code></td>
6136
6512
 
6137
6513
 
6138
6514
  <td class="type">
6139
6515
 
6140
6516
 
6141
- <span class="param-type">Array</span>
6517
+ <span class="param-type">
6518
+
6519
+ Array
6520
+
6521
+ </span>
6142
6522
 
6143
6523
 
6144
6524
 
@@ -6157,13 +6537,17 @@
6157
6537
 
6158
6538
  <tr class="deep-level-0">
6159
6539
 
6160
- <td class="name" id="direction"><code>direction</code></td>
6540
+ <td class="name"><code>direction</code></td>
6161
6541
 
6162
6542
 
6163
6543
  <td class="type">
6164
6544
 
6165
6545
 
6166
- <span class="param-type">String</span>
6546
+ <span class="param-type">
6547
+
6548
+ String
6549
+
6550
+ </span>
6167
6551
 
6168
6552
 
6169
6553
 
@@ -6182,13 +6566,17 @@
6182
6566
 
6183
6567
  <tr class="deep-level-0">
6184
6568
 
6185
- <td class="name" id="extent"><code>extent</code></td>
6569
+ <td class="name"><code>extent</code></td>
6186
6570
 
6187
6571
 
6188
6572
  <td class="type">
6189
6573
 
6190
6574
 
6191
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
6575
+ <span class="param-type">
6576
+
6577
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
6578
+
6579
+ </span>
6192
6580
 
6193
6581
 
6194
6582
 
@@ -6207,13 +6595,17 @@
6207
6595
 
6208
6596
  <tr class="deep-level-0">
6209
6597
 
6210
- <td class="name" id="startPoint"><code>startPoint</code></td>
6598
+ <td class="name"><code>startPoint</code></td>
6211
6599
 
6212
6600
 
6213
6601
  <td class="type">
6214
6602
 
6215
6603
 
6216
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6604
+ <span class="param-type">
6605
+
6606
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6607
+
6608
+ </span>
6217
6609
 
6218
6610
 
6219
6611
 
@@ -6232,13 +6624,17 @@
6232
6624
 
6233
6625
  <tr class="deep-level-0">
6234
6626
 
6235
- <td class="name" id="movePoint"><code>movePoint</code></td>
6627
+ <td class="name"><code>movePoint</code></td>
6236
6628
 
6237
6629
 
6238
6630
  <td class="type">
6239
6631
 
6240
6632
 
6241
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6633
+ <span class="param-type">
6634
+
6635
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6636
+
6637
+ </span>
6242
6638
 
6243
6639
 
6244
6640
 
@@ -6257,13 +6653,17 @@
6257
6653
 
6258
6654
  <tr class="deep-level-0">
6259
6655
 
6260
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
6656
+ <td class="name"><code>oriCoordinates</code></td>
6261
6657
 
6262
6658
 
6263
6659
  <td class="type">
6264
6660
 
6265
6661
 
6266
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
6662
+ <span class="param-type">
6663
+
6664
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
6665
+
6666
+ </span>
6267
6667
 
6268
6668
 
6269
6669
 
@@ -6357,7 +6757,11 @@
6357
6757
  <div class='column is-5 has-text-left'>
6358
6758
  <label>类型: </label>
6359
6759
 
6360
- <span class="param-type">Number</span>
6760
+ <span class="param-type">
6761
+
6762
+ Number
6763
+
6764
+ </span>
6361
6765
 
6362
6766
 
6363
6767
 
@@ -6429,13 +6833,17 @@
6429
6833
 
6430
6834
  <tr class="deep-level-0">
6431
6835
 
6432
- <td class="name" id="coordinates"><code>coordinates</code></td>
6836
+ <td class="name"><code>coordinates</code></td>
6433
6837
 
6434
6838
 
6435
6839
  <td class="type">
6436
6840
 
6437
6841
 
6438
- <span class="param-type">Array</span>
6842
+ <span class="param-type">
6843
+
6844
+ Array
6845
+
6846
+ </span>
6439
6847
 
6440
6848
 
6441
6849
 
@@ -6454,13 +6862,17 @@
6454
6862
 
6455
6863
  <tr class="deep-level-0">
6456
6864
 
6457
- <td class="name" id="deltaX"><code>deltaX</code></td>
6865
+ <td class="name"><code>deltaX</code></td>
6458
6866
 
6459
6867
 
6460
6868
  <td class="type">
6461
6869
 
6462
6870
 
6463
- <span class="param-type">Number</span>
6871
+ <span class="param-type">
6872
+
6873
+ Number
6874
+
6875
+ </span>
6464
6876
 
6465
6877
 
6466
6878
 
@@ -6479,13 +6891,17 @@
6479
6891
 
6480
6892
  <tr class="deep-level-0">
6481
6893
 
6482
- <td class="name" id="deltaY"><code>deltaY</code></td>
6894
+ <td class="name"><code>deltaY</code></td>
6483
6895
 
6484
6896
 
6485
6897
  <td class="type">
6486
6898
 
6487
6899
 
6488
- <span class="param-type">Number</span>
6900
+ <span class="param-type">
6901
+
6902
+ Number
6903
+
6904
+ </span>
6489
6905
 
6490
6906
 
6491
6907
 
@@ -6579,7 +6995,11 @@
6579
6995
  <div class='column is-5 has-text-left'>
6580
6996
  <label>类型: </label>
6581
6997
 
6582
- <span class="param-type">Number</span>
6998
+ <span class="param-type">
6999
+
7000
+ Number
7001
+
7002
+ </span>
6583
7003
 
6584
7004
 
6585
7005
 
@@ -6651,13 +7071,17 @@
6651
7071
 
6652
7072
  <tr class="deep-level-0">
6653
7073
 
6654
- <td class="name" id="coordinates"><code>coordinates</code></td>
7074
+ <td class="name"><code>coordinates</code></td>
6655
7075
 
6656
7076
 
6657
7077
  <td class="type">
6658
7078
 
6659
7079
 
6660
- <span class="param-type">Array</span>
7080
+ <span class="param-type">
7081
+
7082
+ Array
7083
+
7084
+ </span>
6661
7085
 
6662
7086
 
6663
7087
 
@@ -6676,13 +7100,17 @@
6676
7100
 
6677
7101
  <tr class="deep-level-0">
6678
7102
 
6679
- <td class="name" id="direction"><code>direction</code></td>
7103
+ <td class="name"><code>direction</code></td>
6680
7104
 
6681
7105
 
6682
7106
  <td class="type">
6683
7107
 
6684
7108
 
6685
- <span class="param-type">String</span>
7109
+ <span class="param-type">
7110
+
7111
+ String
7112
+
7113
+ </span>
6686
7114
 
6687
7115
 
6688
7116
 
@@ -6701,13 +7129,17 @@
6701
7129
 
6702
7130
  <tr class="deep-level-0">
6703
7131
 
6704
- <td class="name" id="extent"><code>extent</code></td>
7132
+ <td class="name"><code>extent</code></td>
6705
7133
 
6706
7134
 
6707
7135
  <td class="type">
6708
7136
 
6709
7137
 
6710
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
7138
+ <span class="param-type">
7139
+
7140
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
7141
+
7142
+ </span>
6711
7143
 
6712
7144
 
6713
7145
 
@@ -6726,13 +7158,17 @@
6726
7158
 
6727
7159
  <tr class="deep-level-0">
6728
7160
 
6729
- <td class="name" id="startPoint"><code>startPoint</code></td>
7161
+ <td class="name"><code>startPoint</code></td>
6730
7162
 
6731
7163
 
6732
7164
  <td class="type">
6733
7165
 
6734
7166
 
6735
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7167
+ <span class="param-type">
7168
+
7169
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7170
+
7171
+ </span>
6736
7172
 
6737
7173
 
6738
7174
 
@@ -6751,13 +7187,17 @@
6751
7187
 
6752
7188
  <tr class="deep-level-0">
6753
7189
 
6754
- <td class="name" id="movePoint"><code>movePoint</code></td>
7190
+ <td class="name"><code>movePoint</code></td>
6755
7191
 
6756
7192
 
6757
7193
  <td class="type">
6758
7194
 
6759
7195
 
6760
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7196
+ <span class="param-type">
7197
+
7198
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7199
+
7200
+ </span>
6761
7201
 
6762
7202
 
6763
7203
 
@@ -6776,13 +7216,17 @@
6776
7216
 
6777
7217
  <tr class="deep-level-0">
6778
7218
 
6779
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
7219
+ <td class="name"><code>oriCoordinates</code></td>
6780
7220
 
6781
7221
 
6782
7222
  <td class="type">
6783
7223
 
6784
7224
 
6785
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
7225
+ <span class="param-type">
7226
+
7227
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
7228
+
7229
+ </span>
6786
7230
 
6787
7231
 
6788
7232
 
@@ -6876,7 +7320,11 @@
6876
7320
  <div class='column is-5 has-text-left'>
6877
7321
  <label>类型: </label>
6878
7322
 
6879
- <span class="param-type">Number</span>
7323
+ <span class="param-type">
7324
+
7325
+ Number
7326
+
7327
+ </span>
6880
7328
 
6881
7329
 
6882
7330
 
@@ -6948,13 +7396,17 @@
6948
7396
 
6949
7397
  <tr class="deep-level-0">
6950
7398
 
6951
- <td class="name" id="feature"><code>feature</code></td>
7399
+ <td class="name"><code>feature</code></td>
6952
7400
 
6953
7401
 
6954
7402
  <td class="type">
6955
7403
 
6956
7404
 
6957
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7405
+ <span class="param-type">
7406
+
7407
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7408
+
7409
+ </span>
6958
7410
 
6959
7411
 
6960
7412
 
@@ -6973,13 +7425,17 @@
6973
7425
 
6974
7426
  <tr class="deep-level-0">
6975
7427
 
6976
- <td class="name" id="event"><code>event</code></td>
7428
+ <td class="name"><code>event</code></td>
6977
7429
 
6978
7430
 
6979
7431
  <td class="type">
6980
7432
 
6981
7433
 
6982
- <span class="param-type">Object</span>
7434
+ <span class="param-type">
7435
+
7436
+ Object
7437
+
7438
+ </span>
6983
7439
 
6984
7440
 
6985
7441
 
@@ -7210,13 +7666,17 @@
7210
7666
 
7211
7667
  <tr class="deep-level-0">
7212
7668
 
7213
- <td class="name" id="index"><code>index</code></td>
7669
+ <td class="name"><code>index</code></td>
7214
7670
 
7215
7671
 
7216
7672
  <td class="type">
7217
7673
 
7218
7674
 
7219
- <span class="param-type">Number</span>
7675
+ <span class="param-type">
7676
+
7677
+ Number
7678
+
7679
+ </span>
7220
7680
 
7221
7681
 
7222
7682
 
@@ -7356,13 +7816,17 @@
7356
7816
 
7357
7817
  <tr class="deep-level-0">
7358
7818
 
7359
- <td class="name" id="feature"><code>feature</code></td>
7819
+ <td class="name"><code>feature</code></td>
7360
7820
 
7361
7821
 
7362
7822
  <td class="type">
7363
7823
 
7364
7824
 
7365
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
7825
+ <span class="param-type">
7826
+
7827
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
7828
+
7829
+ </span>
7366
7830
 
7367
7831
 
7368
7832
 
@@ -7497,13 +7961,17 @@
7497
7961
 
7498
7962
  <tr class="deep-level-0">
7499
7963
 
7500
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
7964
+ <td class="name"><code>sketchStyle</code></td>
7501
7965
 
7502
7966
 
7503
7967
  <td class="type">
7504
7968
 
7505
7969
 
7506
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
7970
+ <span class="param-type">
7971
+
7972
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
7973
+
7974
+ </span>
7507
7975
 
7508
7976
 
7509
7977
 
@@ -7643,13 +8111,17 @@
7643
8111
 
7644
8112
  <tr class="deep-level-0">
7645
8113
 
7646
- <td class="name" id="geometries"><code>geometries</code></td>
8114
+ <td class="name"><code>geometries</code></td>
7647
8115
 
7648
8116
 
7649
8117
  <td class="type">
7650
8118
 
7651
8119
 
7652
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
8120
+ <span class="param-type">
8121
+
8122
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
8123
+
8124
+ </span>
7653
8125
 
7654
8126
 
7655
8127
 
@@ -7981,13 +8453,17 @@
7981
8453
 
7982
8454
  <tr class="deep-level-0">
7983
8455
 
7984
- <td class="name" id="point"><code>point</code></td>
8456
+ <td class="name"><code>point</code></td>
7985
8457
 
7986
8458
 
7987
8459
  <td class="type">
7988
8460
 
7989
8461
 
7990
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8462
+ <span class="param-type">
8463
+
8464
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8465
+
8466
+ </span>
7991
8467
 
7992
8468
 
7993
8469
 
@@ -8006,13 +8482,17 @@
8006
8482
 
8007
8483
  <tr class="deep-level-0">
8008
8484
 
8009
- <td class="name" id="feature"><code>feature</code></td>
8485
+ <td class="name"><code>feature</code></td>
8010
8486
 
8011
8487
 
8012
8488
  <td class="type">
8013
8489
 
8014
8490
 
8015
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
8491
+ <span class="param-type">
8492
+
8493
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
8494
+
8495
+ </span>
8016
8496
 
8017
8497
 
8018
8498
 
@@ -8152,13 +8632,17 @@
8152
8632
 
8153
8633
  <tr class="deep-level-0">
8154
8634
 
8155
- <td class="name" id="point"><code>point</code></td>
8635
+ <td class="name"><code>point</code></td>
8156
8636
 
8157
8637
 
8158
8638
  <td class="type">
8159
8639
 
8160
8640
 
8161
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
8641
+ <span class="param-type">
8642
+
8643
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
8644
+
8645
+ </span>
8162
8646
 
8163
8647
 
8164
8648
 
@@ -8177,13 +8661,17 @@
8177
8661
 
8178
8662
  <tr class="deep-level-0">
8179
8663
 
8180
- <td class="name" id="index"><code>index</code></td>
8664
+ <td class="name"><code>index</code></td>
8181
8665
 
8182
8666
 
8183
8667
  <td class="type">
8184
8668
 
8185
8669
 
8186
- <span class="param-type">Number</span>
8670
+ <span class="param-type">
8671
+
8672
+ Number
8673
+
8674
+ </span>
8187
8675
 
8188
8676
 
8189
8677