@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
 
@@ -272,7 +292,11 @@
272
292
  <td class="name">
273
293
  <code>
274
294
 
275
- <span class="param-type">Object</span>
295
+ <span class="param-type">
296
+
297
+ Object
298
+
299
+ </span>
276
300
 
277
301
 
278
302
 
@@ -286,7 +310,11 @@
286
310
  <td class="name">
287
311
  <code>
288
312
 
289
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
313
+ <span class="param-type">
314
+
315
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
316
+
317
+ </span>
290
318
 
291
319
 
292
320
 
@@ -300,7 +328,11 @@
300
328
  <td class="name">
301
329
  <code>
302
330
 
303
- <span class="param-type">Object</span>
331
+ <span class="param-type">
332
+
333
+ Object
334
+
335
+ </span>
304
336
 
305
337
 
306
338
 
@@ -314,7 +346,11 @@
314
346
  <td class="name">
315
347
  <code>
316
348
 
317
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
349
+ <span class="param-type">
350
+
351
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
352
+
353
+ </span>
318
354
 
319
355
 
320
356
 
@@ -328,7 +364,11 @@
328
364
  <td class="name">
329
365
  <code>
330
366
 
331
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
367
+ <span class="param-type">
368
+
369
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
370
+
371
+ </span>
332
372
 
333
373
 
334
374
 
@@ -342,7 +382,11 @@
342
382
  <td class="name">
343
383
  <code>
344
384
 
345
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
385
+ <span class="param-type">
386
+
387
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
388
+
389
+ </span>
346
390
 
347
391
 
348
392
 
@@ -356,7 +400,11 @@
356
400
  <td class="name">
357
401
  <code>
358
402
 
359
- <span class="param-type">String</span>
403
+ <span class="param-type">
404
+
405
+ String
406
+
407
+ </span>
360
408
 
361
409
 
362
410
 
@@ -370,7 +418,11 @@
370
418
  <td class="name">
371
419
  <code>
372
420
 
373
- <span class="param-type">String</span>
421
+ <span class="param-type">
422
+
423
+ String
424
+
425
+ </span>
374
426
 
375
427
 
376
428
 
@@ -384,10 +436,18 @@
384
436
  <td class="name">
385
437
  <code>
386
438
 
387
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
439
+ <span class="param-type">
440
+
441
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
442
+
443
+ </span>
388
444
  |
389
445
 
390
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
446
+ <span class="param-type">
447
+
448
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
449
+
450
+ </span>
391
451
 
392
452
 
393
453
 
@@ -407,7 +467,11 @@
407
467
  <span class="method-parameter is-pulled-right">
408
468
  <label>类型:</label>
409
469
 
410
- <span class="param-type">Object</span>
470
+ <span class="param-type">
471
+
472
+ Object
473
+
474
+ </span>
411
475
 
412
476
 
413
477
 
@@ -478,7 +542,11 @@
478
542
  <span class="method-parameter is-pulled-right">
479
543
  <label>类型:</label>
480
544
 
481
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
545
+ <span class="param-type">
546
+
547
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
548
+
549
+ </span>
482
550
 
483
551
 
484
552
 
@@ -549,7 +617,11 @@
549
617
  <span class="method-parameter is-pulled-right">
550
618
  <label>类型:</label>
551
619
 
552
- <span class="param-type">Object</span>
620
+ <span class="param-type">
621
+
622
+ Object
623
+
624
+ </span>
553
625
 
554
626
 
555
627
 
@@ -620,7 +692,11 @@
620
692
  <span class="method-parameter is-pulled-right">
621
693
  <label>类型:</label>
622
694
 
623
- <span class="param-type"><a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a></span>
695
+ <span class="param-type">
696
+
697
+ <a link="GraphicsLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GraphicsLayer" GraphicsLayer.html>GraphicsLayer</a>
698
+
699
+ </span>
624
700
 
625
701
 
626
702
 
@@ -691,7 +767,11 @@
691
767
  <span class="method-parameter is-pulled-right">
692
768
  <label>类型:</label>
693
769
 
694
- <span class="param-type"><a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a></span>
770
+ <span class="param-type">
771
+
772
+ <a link="SketchStage.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStage" SketchStage.html>SketchStage</a>
773
+
774
+ </span>
695
775
 
696
776
 
697
777
 
@@ -762,7 +842,11 @@
762
842
  <span class="method-parameter is-pulled-right">
763
843
  <label>类型:</label>
764
844
 
765
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
845
+ <span class="param-type">
846
+
847
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
848
+
849
+ </span>
766
850
 
767
851
 
768
852
 
@@ -833,7 +917,11 @@
833
917
  <span class="method-parameter is-pulled-right">
834
918
  <label>类型:</label>
835
919
 
836
- <span class="param-type">String</span>
920
+ <span class="param-type">
921
+
922
+ String
923
+
924
+ </span>
837
925
 
838
926
 
839
927
 
@@ -904,7 +992,11 @@
904
992
  <span class="method-parameter is-pulled-right">
905
993
  <label>类型:</label>
906
994
 
907
- <span class="param-type">String</span>
995
+ <span class="param-type">
996
+
997
+ String
998
+
999
+ </span>
908
1000
 
909
1001
 
910
1002
 
@@ -975,10 +1067,18 @@
975
1067
  <span class="method-parameter is-pulled-right">
976
1068
  <label>类型:</label>
977
1069
 
978
- <span class="param-type"><a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a></span>
1070
+ <span class="param-type">
1071
+
1072
+ <a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
1073
+
1074
+ </span>
979
1075
  |
980
1076
 
981
- <span class="param-type"><a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a></span>
1077
+ <span class="param-type">
1078
+
1079
+ <a link="SceneView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SceneView" SceneView.html>SceneView</a>
1080
+
1081
+ </span>
982
1082
 
983
1083
 
984
1084
 
@@ -1080,7 +1180,11 @@
1080
1180
  <code>
1081
1181
 
1082
1182
 
1083
- <span class="param-type">Number</span>
1183
+ <span class="param-type">
1184
+
1185
+ Number
1186
+
1187
+ </span>
1084
1188
 
1085
1189
 
1086
1190
 
@@ -1096,7 +1200,11 @@
1096
1200
  <code>
1097
1201
 
1098
1202
 
1099
- <span class="param-type">Number</span>
1203
+ <span class="param-type">
1204
+
1205
+ Number
1206
+
1207
+ </span>
1100
1208
 
1101
1209
 
1102
1210
 
@@ -1112,7 +1220,11 @@
1112
1220
  <code>
1113
1221
 
1114
1222
 
1115
- <span class="param-type">Number</span>
1223
+ <span class="param-type">
1224
+
1225
+ Number
1226
+
1227
+ </span>
1116
1228
 
1117
1229
 
1118
1230
 
@@ -1128,7 +1240,11 @@
1128
1240
  <code>
1129
1241
 
1130
1242
 
1131
- <span class="param-type">Number</span>
1243
+ <span class="param-type">
1244
+
1245
+ Number
1246
+
1247
+ </span>
1132
1248
 
1133
1249
 
1134
1250
 
@@ -1276,13 +1392,17 @@
1276
1392
 
1277
1393
  <tr class="deep-level-0">
1278
1394
 
1279
- <td class="name" id="point"><code>point</code></td>
1395
+ <td class="name"><code>point</code></td>
1280
1396
 
1281
1397
 
1282
1398
  <td class="type">
1283
1399
 
1284
1400
 
1285
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1401
+ <span class="param-type">
1402
+
1403
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1404
+
1405
+ </span>
1286
1406
 
1287
1407
 
1288
1408
 
@@ -1301,13 +1421,17 @@
1301
1421
 
1302
1422
  <tr class="deep-level-0">
1303
1423
 
1304
- <td class="name" id="index"><code>index</code></td>
1424
+ <td class="name"><code>index</code></td>
1305
1425
 
1306
1426
 
1307
1427
  <td class="type">
1308
1428
 
1309
1429
 
1310
- <span class="param-type">Number</span>
1430
+ <span class="param-type">
1431
+
1432
+ Number
1433
+
1434
+ </span>
1311
1435
 
1312
1436
 
1313
1437
 
@@ -1442,13 +1566,17 @@
1442
1566
 
1443
1567
  <tr class="deep-level-0">
1444
1568
 
1445
- <td class="name" id="pixel"><code>pixel</code></td>
1569
+ <td class="name"><code>pixel</code></td>
1446
1570
 
1447
1571
 
1448
1572
  <td class="type">
1449
1573
 
1450
1574
 
1451
- <span class="param-type">Number</span>
1575
+ <span class="param-type">
1576
+
1577
+ Number
1578
+
1579
+ </span>
1452
1580
 
1453
1581
 
1454
1582
 
@@ -1537,7 +1665,11 @@
1537
1665
  <div class='column is-5 has-text-left'>
1538
1666
  <label>类型: </label>
1539
1667
 
1540
- <span class="param-type">Number</span>
1668
+ <span class="param-type">
1669
+
1670
+ Number
1671
+
1672
+ </span>
1541
1673
 
1542
1674
 
1543
1675
 
@@ -1609,13 +1741,17 @@
1609
1741
 
1610
1742
  <tr class="deep-level-0">
1611
1743
 
1612
- <td class="name" id="coordinates"><code>coordinates</code></td>
1744
+ <td class="name"><code>coordinates</code></td>
1613
1745
 
1614
1746
 
1615
1747
  <td class="type">
1616
1748
 
1617
1749
 
1618
- <span class="param-type">Array</span>
1750
+ <span class="param-type">
1751
+
1752
+ Array
1753
+
1754
+ </span>
1619
1755
 
1620
1756
 
1621
1757
 
@@ -1634,13 +1770,17 @@
1634
1770
 
1635
1771
  <tr class="deep-level-0">
1636
1772
 
1637
- <td class="name" id="direction"><code>direction</code></td>
1773
+ <td class="name"><code>direction</code></td>
1638
1774
 
1639
1775
 
1640
1776
  <td class="type">
1641
1777
 
1642
1778
 
1643
- <span class="param-type">String</span>
1779
+ <span class="param-type">
1780
+
1781
+ String
1782
+
1783
+ </span>
1644
1784
 
1645
1785
 
1646
1786
 
@@ -1659,13 +1799,17 @@
1659
1799
 
1660
1800
  <tr class="deep-level-0">
1661
1801
 
1662
- <td class="name" id="extent"><code>extent</code></td>
1802
+ <td class="name"><code>extent</code></td>
1663
1803
 
1664
1804
 
1665
1805
  <td class="type">
1666
1806
 
1667
1807
 
1668
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1808
+ <span class="param-type">
1809
+
1810
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1811
+
1812
+ </span>
1669
1813
 
1670
1814
 
1671
1815
 
@@ -1684,13 +1828,17 @@
1684
1828
 
1685
1829
  <tr class="deep-level-0">
1686
1830
 
1687
- <td class="name" id="startPoint"><code>startPoint</code></td>
1831
+ <td class="name"><code>startPoint</code></td>
1688
1832
 
1689
1833
 
1690
1834
  <td class="type">
1691
1835
 
1692
1836
 
1693
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1837
+ <span class="param-type">
1838
+
1839
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1840
+
1841
+ </span>
1694
1842
 
1695
1843
 
1696
1844
 
@@ -1709,13 +1857,17 @@
1709
1857
 
1710
1858
  <tr class="deep-level-0">
1711
1859
 
1712
- <td class="name" id="movePoint"><code>movePoint</code></td>
1860
+ <td class="name"><code>movePoint</code></td>
1713
1861
 
1714
1862
 
1715
1863
  <td class="type">
1716
1864
 
1717
1865
 
1718
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1866
+ <span class="param-type">
1867
+
1868
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1869
+
1870
+ </span>
1719
1871
 
1720
1872
 
1721
1873
 
@@ -1734,13 +1886,17 @@
1734
1886
 
1735
1887
  <tr class="deep-level-0">
1736
1888
 
1737
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
1889
+ <td class="name"><code>oriCoordinates</code></td>
1738
1890
 
1739
1891
 
1740
1892
  <td class="type">
1741
1893
 
1742
1894
 
1743
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1895
+ <span class="param-type">
1896
+
1897
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1898
+
1899
+ </span>
1744
1900
 
1745
1901
 
1746
1902
 
@@ -1829,7 +1985,11 @@
1829
1985
  <div class='column is-5 has-text-left'>
1830
1986
  <label>类型: </label>
1831
1987
 
1832
- <span class="param-type">Number</span>
1988
+ <span class="param-type">
1989
+
1990
+ Number
1991
+
1992
+ </span>
1833
1993
 
1834
1994
 
1835
1995
 
@@ -1901,13 +2061,17 @@
1901
2061
 
1902
2062
  <tr class="deep-level-0">
1903
2063
 
1904
- <td class="name" id="coordinates"><code>coordinates</code></td>
2064
+ <td class="name"><code>coordinates</code></td>
1905
2065
 
1906
2066
 
1907
2067
  <td class="type">
1908
2068
 
1909
2069
 
1910
- <span class="param-type">Array</span>
2070
+ <span class="param-type">
2071
+
2072
+ Array
2073
+
2074
+ </span>
1911
2075
 
1912
2076
 
1913
2077
 
@@ -1926,13 +2090,17 @@
1926
2090
 
1927
2091
  <tr class="deep-level-0">
1928
2092
 
1929
- <td class="name" id="deltaX"><code>deltaX</code></td>
2093
+ <td class="name"><code>deltaX</code></td>
1930
2094
 
1931
2095
 
1932
2096
  <td class="type">
1933
2097
 
1934
2098
 
1935
- <span class="param-type">Number</span>
2099
+ <span class="param-type">
2100
+
2101
+ Number
2102
+
2103
+ </span>
1936
2104
 
1937
2105
 
1938
2106
 
@@ -1951,13 +2119,17 @@
1951
2119
 
1952
2120
  <tr class="deep-level-0">
1953
2121
 
1954
- <td class="name" id="deltaY"><code>deltaY</code></td>
2122
+ <td class="name"><code>deltaY</code></td>
1955
2123
 
1956
2124
 
1957
2125
  <td class="type">
1958
2126
 
1959
2127
 
1960
- <span class="param-type">Number</span>
2128
+ <span class="param-type">
2129
+
2130
+ Number
2131
+
2132
+ </span>
1961
2133
 
1962
2134
 
1963
2135
 
@@ -2046,7 +2218,11 @@
2046
2218
  <div class='column is-5 has-text-left'>
2047
2219
  <label>类型: </label>
2048
2220
 
2049
- <span class="param-type">Number</span>
2221
+ <span class="param-type">
2222
+
2223
+ Number
2224
+
2225
+ </span>
2050
2226
 
2051
2227
 
2052
2228
 
@@ -2118,13 +2294,17 @@
2118
2294
 
2119
2295
  <tr class="deep-level-0">
2120
2296
 
2121
- <td class="name" id="coordinates"><code>coordinates</code></td>
2297
+ <td class="name"><code>coordinates</code></td>
2122
2298
 
2123
2299
 
2124
2300
  <td class="type">
2125
2301
 
2126
2302
 
2127
- <span class="param-type">Array</span>
2303
+ <span class="param-type">
2304
+
2305
+ Array
2306
+
2307
+ </span>
2128
2308
 
2129
2309
 
2130
2310
 
@@ -2143,13 +2323,17 @@
2143
2323
 
2144
2324
  <tr class="deep-level-0">
2145
2325
 
2146
- <td class="name" id="direction"><code>direction</code></td>
2326
+ <td class="name"><code>direction</code></td>
2147
2327
 
2148
2328
 
2149
2329
  <td class="type">
2150
2330
 
2151
2331
 
2152
- <span class="param-type">String</span>
2332
+ <span class="param-type">
2333
+
2334
+ String
2335
+
2336
+ </span>
2153
2337
 
2154
2338
 
2155
2339
 
@@ -2168,13 +2352,17 @@
2168
2352
 
2169
2353
  <tr class="deep-level-0">
2170
2354
 
2171
- <td class="name" id="extent"><code>extent</code></td>
2355
+ <td class="name"><code>extent</code></td>
2172
2356
 
2173
2357
 
2174
2358
  <td class="type">
2175
2359
 
2176
2360
 
2177
- <span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2361
+ <span class="param-type">
2362
+
2363
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2364
+
2365
+ </span>
2178
2366
 
2179
2367
 
2180
2368
 
@@ -2193,13 +2381,17 @@
2193
2381
 
2194
2382
  <tr class="deep-level-0">
2195
2383
 
2196
- <td class="name" id="startPoint"><code>startPoint</code></td>
2384
+ <td class="name"><code>startPoint</code></td>
2197
2385
 
2198
2386
 
2199
2387
  <td class="type">
2200
2388
 
2201
2389
 
2202
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2390
+ <span class="param-type">
2391
+
2392
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2393
+
2394
+ </span>
2203
2395
 
2204
2396
 
2205
2397
 
@@ -2218,13 +2410,17 @@
2218
2410
 
2219
2411
  <tr class="deep-level-0">
2220
2412
 
2221
- <td class="name" id="movePoint"><code>movePoint</code></td>
2413
+ <td class="name"><code>movePoint</code></td>
2222
2414
 
2223
2415
 
2224
2416
  <td class="type">
2225
2417
 
2226
2418
 
2227
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2419
+ <span class="param-type">
2420
+
2421
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2422
+
2423
+ </span>
2228
2424
 
2229
2425
 
2230
2426
 
@@ -2243,13 +2439,17 @@
2243
2439
 
2244
2440
  <tr class="deep-level-0">
2245
2441
 
2246
- <td class="name" id="oriCoordinates"><code>oriCoordinates</code></td>
2442
+ <td class="name"><code>oriCoordinates</code></td>
2247
2443
 
2248
2444
 
2249
2445
  <td class="type">
2250
2446
 
2251
2447
 
2252
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2448
+ <span class="param-type">
2449
+
2450
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2451
+
2452
+ </span>
2253
2453
 
2254
2454
 
2255
2455
 
@@ -2338,7 +2538,11 @@
2338
2538
  <div class='column is-5 has-text-left'>
2339
2539
  <label>类型: </label>
2340
2540
 
2341
- <span class="param-type">Number</span>
2541
+ <span class="param-type">
2542
+
2543
+ Number
2544
+
2545
+ </span>
2342
2546
 
2343
2547
 
2344
2548
 
@@ -2501,13 +2705,17 @@
2501
2705
 
2502
2706
  <tr class="deep-level-0">
2503
2707
 
2504
- <td class="name" id="index"><code>index</code></td>
2708
+ <td class="name"><code>index</code></td>
2505
2709
 
2506
2710
 
2507
2711
  <td class="type">
2508
2712
 
2509
2713
 
2510
- <span class="param-type">Number</span>
2714
+ <span class="param-type">
2715
+
2716
+ Number
2717
+
2718
+ </span>
2511
2719
 
2512
2720
 
2513
2721
 
@@ -2642,13 +2850,17 @@
2642
2850
 
2643
2851
  <tr class="deep-level-0">
2644
2852
 
2645
- <td class="name" id="sketchStyle"><code>sketchStyle</code></td>
2853
+ <td class="name"><code>sketchStyle</code></td>
2646
2854
 
2647
2855
 
2648
2856
  <td class="type">
2649
2857
 
2650
2858
 
2651
- <span class="param-type"><a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a></span>
2859
+ <span class="param-type">
2860
+
2861
+ <a link="SketchStyle.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SketchStyle" SketchStyle.html>SketchStyle</a>
2862
+
2863
+ </span>
2652
2864
 
2653
2865
 
2654
2866
 
@@ -2783,13 +2995,17 @@
2783
2995
 
2784
2996
  <tr class="deep-level-0">
2785
2997
 
2786
- <td class="name" id="geometries"><code>geometries</code></td>
2998
+ <td class="name"><code>geometries</code></td>
2787
2999
 
2788
3000
 
2789
3001
  <td class="type">
2790
3002
 
2791
3003
 
2792
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
3004
+ <span class="param-type">
3005
+
3006
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
3007
+
3008
+ </span>
2793
3009
 
2794
3010
 
2795
3011
 
@@ -3106,13 +3322,17 @@
3106
3322
 
3107
3323
  <tr class="deep-level-0">
3108
3324
 
3109
- <td class="name" id="point"><code>point</code></td>
3325
+ <td class="name"><code>point</code></td>
3110
3326
 
3111
3327
 
3112
3328
  <td class="type">
3113
3329
 
3114
3330
 
3115
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3331
+ <span class="param-type">
3332
+
3333
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3334
+
3335
+ </span>
3116
3336
 
3117
3337
 
3118
3338
 
@@ -3131,13 +3351,17 @@
3131
3351
 
3132
3352
  <tr class="deep-level-0">
3133
3353
 
3134
- <td class="name" id="feature"><code>feature</code></td>
3354
+ <td class="name"><code>feature</code></td>
3135
3355
 
3136
3356
 
3137
3357
  <td class="type">
3138
3358
 
3139
3359
 
3140
- <span class="param-type"><a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a></span>
3360
+ <span class="param-type">
3361
+
3362
+ <a link="Feature.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Feature" Feature.html>Feature</a>
3363
+
3364
+ </span>
3141
3365
 
3142
3366
 
3143
3367
 
@@ -3272,13 +3496,17 @@
3272
3496
 
3273
3497
  <tr class="deep-level-0">
3274
3498
 
3275
- <td class="name" id="point"><code>point</code></td>
3499
+ <td class="name"><code>point</code></td>
3276
3500
 
3277
3501
 
3278
3502
  <td class="type">
3279
3503
 
3280
3504
 
3281
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
3505
+ <span class="param-type">
3506
+
3507
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
3508
+
3509
+ </span>
3282
3510
 
3283
3511
 
3284
3512
 
@@ -3297,13 +3525,17 @@
3297
3525
 
3298
3526
  <tr class="deep-level-0">
3299
3527
 
3300
- <td class="name" id="index"><code>index</code></td>
3528
+ <td class="name"><code>index</code></td>
3301
3529
 
3302
3530
 
3303
3531
  <td class="type">
3304
3532
 
3305
3533
 
3306
- <span class="param-type">Number</span>
3534
+ <span class="param-type">
3535
+
3536
+ Number
3537
+
3538
+ </span>
3307
3539
 
3308
3540
 
3309
3541