@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
@@ -78,13 +78,17 @@ import { Point } from &quot;@mapgis/webclient-common&quot; <br/>
78
78
 
79
79
  <tr class="deep-level-0">
80
80
 
81
- <td class="name" id="options"><code>options</code></td>
81
+ <td class="name"><code>options</code></td>
82
82
 
83
83
 
84
84
  <td class="type">
85
85
 
86
86
 
87
- <span class="param-type">Object</span>
87
+ <span class="param-type">
88
+
89
+ Object
90
+
91
+ </span>
88
92
 
89
93
 
90
94
 
@@ -105,13 +109,17 @@ import { Point } from &quot;@mapgis/webclient-common&quot; <br/>
105
109
 
106
110
  <tr class="deep-level-1">
107
111
 
108
- <td class="name" id="coordinates"><code>coordinates</code></td>
112
+ <td class="name"><code>coordinates</code></td>
109
113
 
110
114
 
111
115
  <td class="type">
112
116
 
113
117
 
114
- <span class="param-type">Array</span>
118
+ <span class="param-type">
119
+
120
+ Array
121
+
122
+ </span>
115
123
 
116
124
 
117
125
 
@@ -134,13 +142,17 @@ import { Point } from &quot;@mapgis/webclient-common&quot; <br/>
134
142
 
135
143
  <tr class="deep-level-1">
136
144
 
137
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
145
+ <td class="name"><code>spatialReference</code></td>
138
146
 
139
147
 
140
148
  <td class="type">
141
149
 
142
150
 
143
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
151
+ <span class="param-type">
152
+
153
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
154
+
155
+ </span>
144
156
 
145
157
 
146
158
 
@@ -324,7 +336,11 @@ new Point({
324
336
  <td class="name">
325
337
  <code>
326
338
 
327
- <span class="param-type">Array</span>
339
+ <span class="param-type">
340
+
341
+ Array
342
+
343
+ </span>
328
344
 
329
345
 
330
346
 
@@ -338,7 +354,11 @@ new Point({
338
354
  <td class="name">
339
355
  <code>
340
356
 
341
- <span class="param-type">Number</span>
357
+ <span class="param-type">
358
+
359
+ Number
360
+
361
+ </span>
342
362
 
343
363
 
344
364
 
@@ -352,7 +372,11 @@ new Point({
352
372
  <td class="name">
353
373
  <code>
354
374
 
355
- <span class="param-type">Boolean</span>
375
+ <span class="param-type">
376
+
377
+ Boolean
378
+
379
+ </span>
356
380
 
357
381
 
358
382
 
@@ -366,7 +390,11 @@ new Point({
366
390
  <td class="name">
367
391
  <code>
368
392
 
369
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
393
+ <span class="param-type">
394
+
395
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
396
+
397
+ </span>
370
398
 
371
399
 
372
400
 
@@ -380,7 +408,11 @@ new Point({
380
408
  <td class="name">
381
409
  <code>
382
410
 
383
- <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
411
+ <span class="param-type">
412
+
413
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
414
+
415
+ </span>
384
416
 
385
417
 
386
418
 
@@ -400,7 +432,11 @@ new Point({
400
432
  <span class="method-parameter is-pulled-right">
401
433
  <label>类型:</label>
402
434
 
403
- <span class="param-type">Array</span>
435
+ <span class="param-type">
436
+
437
+ Array
438
+
439
+ </span>
404
440
 
405
441
 
406
442
 
@@ -471,7 +507,11 @@ new Point({
471
507
  <span class="method-parameter is-pulled-right">
472
508
  <label>类型:</label>
473
509
 
474
- <span class="param-type">Number</span>
510
+ <span class="param-type">
511
+
512
+ Number
513
+
514
+ </span>
475
515
 
476
516
 
477
517
 
@@ -547,7 +587,11 @@ new Point({
547
587
  <span class="method-parameter is-pulled-right">
548
588
  <label>类型:</label>
549
589
 
550
- <span class="param-type">Boolean</span>
590
+ <span class="param-type">
591
+
592
+ Boolean
593
+
594
+ </span>
551
595
 
552
596
 
553
597
 
@@ -627,7 +671,11 @@ new Point({
627
671
  <span class="method-parameter is-pulled-right">
628
672
  <label>类型:</label>
629
673
 
630
- <span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
674
+ <span class="param-type">
675
+
676
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
677
+
678
+ </span>
631
679
 
632
680
 
633
681
 
@@ -703,7 +751,11 @@ new Point({
703
751
  <span class="method-parameter is-pulled-right">
704
752
  <label>类型:</label>
705
753
 
706
- <span class="param-type"><a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a></span>
754
+ <span class="param-type">
755
+
756
+ <a link="GeometryType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="GeometryType" global.html#GeometryType>GeometryType</a>
757
+
758
+ </span>
707
759
 
708
760
 
709
761
 
@@ -805,7 +857,11 @@ new Point({
805
857
  <code>
806
858
 
807
859
 
808
- <span class="param-type">Array.&lt;Number></span>
860
+ <span class="param-type">
861
+
862
+ Array.&lt;Number>
863
+
864
+ </span>
809
865
 
810
866
 
811
867
 
@@ -821,7 +877,11 @@ new Point({
821
877
  <code>
822
878
 
823
879
 
824
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
880
+ <span class="param-type">
881
+
882
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
883
+
884
+ </span>
825
885
 
826
886
 
827
887
 
@@ -837,7 +897,11 @@ new Point({
837
897
  <code>
838
898
 
839
899
 
840
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
900
+ <span class="param-type">
901
+
902
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
903
+
904
+ </span>
841
905
 
842
906
 
843
907
 
@@ -853,7 +917,11 @@ new Point({
853
917
  <code>
854
918
 
855
919
 
856
- <span class="param-type">Number</span>
920
+ <span class="param-type">
921
+
922
+ Number
923
+
924
+ </span>
857
925
 
858
926
 
859
927
 
@@ -869,7 +937,11 @@ new Point({
869
937
  <code>
870
938
 
871
939
 
872
- <span class="param-type">Boolean</span>
940
+ <span class="param-type">
941
+
942
+ Boolean
943
+
944
+ </span>
873
945
 
874
946
 
875
947
 
@@ -895,7 +967,11 @@ new Point({
895
967
  <code>
896
968
 
897
969
 
898
- <span class="param-type">String</span>
970
+ <span class="param-type">
971
+
972
+ String
973
+
974
+ </span>
899
975
 
900
976
 
901
977
 
@@ -914,7 +990,7 @@ new Point({
914
990
 
915
991
  </code>
916
992
  </td>
917
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
993
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
918
994
  </tr>
919
995
 
920
996
  <tr class="deep-level-0">
@@ -923,7 +999,11 @@ new Point({
923
999
  <code>
924
1000
 
925
1001
 
926
- <span class="param-type">String</span>
1002
+ <span class="param-type">
1003
+
1004
+ String
1005
+
1006
+ </span>
927
1007
 
928
1008
 
929
1009
 
@@ -939,7 +1019,11 @@ new Point({
939
1019
  <code>
940
1020
 
941
1021
 
942
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1022
+ <span class="param-type">
1023
+
1024
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1025
+
1026
+ </span>
943
1027
 
944
1028
 
945
1029
 
@@ -955,7 +1039,11 @@ new Point({
955
1039
  <code>
956
1040
 
957
1041
 
958
- <span class="param-type">Object</span>
1042
+ <span class="param-type">
1043
+
1044
+ Object
1045
+
1046
+ </span>
959
1047
 
960
1048
 
961
1049
 
@@ -964,12 +1052,7 @@ new Point({
964
1052
  </td>
965
1053
  <td class="name"><code><p>移除事件<br/>
966
1054
  示例如下:<br/>
967
- <a href='#off1'>[1、移除一个事件的指定回调函数]</a><br/>
968
- <a href='#off2'>[2、移除一个事件的所有回调函数]</a><br/>
969
- <a href='#off3'>[3、移除多个事件的同一个指定的回调函数]</a><br/>
970
- <a href='#off4'>[4、移除多个指定事件的回调函数]</a><br/>
971
- <a href='#off5'>[5、删除时指定上下文 - types类型为字符串]</a><br/>
972
- <a href='#off6'>[6、删除时指定上下文 - types类型为对象]</a><br/></p></code></td>
1055
+ </code></td>
973
1056
  </tr>
974
1057
 
975
1058
  <tr class="deep-level-0">
@@ -978,7 +1061,11 @@ new Point({
978
1061
  <code>
979
1062
 
980
1063
 
981
- <span class="param-type">Object</span>
1064
+ <span class="param-type">
1065
+
1066
+ Object
1067
+
1068
+ </span>
982
1069
 
983
1070
 
984
1071
 
@@ -987,11 +1074,7 @@ new Point({
987
1074
  </td>
988
1075
  <td class="name"><code><p>注册一个新的监听事件;<br/>
989
1076
  示例如下:<br/>
990
- <a href='#event1'>[1、注册一个事件]</a><br/>
991
- <a href='#event2'>[2、一次注册多个事件 - 同一个回调函数]</a><br/>
992
- <a href='#event3'>[3、一次注册多个事件 - 分别指回调应函数]</a><br/>
993
- <a href='#event4'>[4、当types为字符串时 - 指定上下文]</a><br/>
994
- <a href='#event5'>[5、当types为对象时 - 指定上下文]</a><br/></p></code></td>
1077
+ </code></td>
995
1078
  </tr>
996
1079
 
997
1080
  <tr class="deep-level-0">
@@ -1000,7 +1083,11 @@ new Point({
1000
1083
  <code>
1001
1084
 
1002
1085
 
1003
- <span class="param-type">Object</span>
1086
+ <span class="param-type">
1087
+
1088
+ Object
1089
+
1090
+ </span>
1004
1091
 
1005
1092
 
1006
1093
 
@@ -1016,15 +1103,18 @@ new Point({
1016
1103
  <code>
1017
1104
 
1018
1105
 
1019
- <span class="param-type">Object</span>
1106
+ <span class="param-type">
1107
+
1108
+ Object
1109
+
1110
+ </span>
1020
1111
 
1021
1112
 
1022
1113
 
1023
1114
 
1024
1115
  </code>
1025
1116
  </td>
1026
- <td class="name"><code><p><a id='toJSON'></a>
1027
- 导出为json对象</p></code></td>
1117
+ <td class="name"><code><p></code></td>
1028
1118
  </tr>
1029
1119
 
1030
1120
  <tr class="deep-level-0">
@@ -1036,7 +1126,7 @@ new Point({
1036
1126
 
1037
1127
  </code>
1038
1128
  </td>
1039
- <td class="name"><code><p>返回igs1.0的几何对象<a id='toOldIGSGeometry'></a></p></code></td>
1129
+ <td class="name"><code><p>返回igs1.0的几何对象</code></td>
1040
1130
  </tr>
1041
1131
 
1042
1132
  <tr class="deep-level-0">
@@ -1045,7 +1135,11 @@ new Point({
1045
1135
  <code>
1046
1136
 
1047
1137
 
1048
- <span class="param-type">String</span>
1138
+ <span class="param-type">
1139
+
1140
+ String
1141
+
1142
+ </span>
1049
1143
 
1050
1144
 
1051
1145
 
@@ -1061,7 +1155,11 @@ new Point({
1061
1155
  <code>
1062
1156
 
1063
1157
 
1064
- <span class="param-type">String</span>
1158
+ <span class="param-type">
1159
+
1160
+ String
1161
+
1162
+ </span>
1065
1163
 
1066
1164
 
1067
1165
 
@@ -1133,13 +1231,17 @@ new Point({
1133
1231
 
1134
1232
  <tr class="deep-level-0">
1135
1233
 
1136
- <td class="name" id="json"><code>json</code></td>
1234
+ <td class="name"><code>json</code></td>
1137
1235
 
1138
1236
 
1139
1237
  <td class="type">
1140
1238
 
1141
1239
 
1142
- <span class="param-type">Object</span>
1240
+ <span class="param-type">
1241
+
1242
+ Object
1243
+
1244
+ </span>
1143
1245
 
1144
1246
 
1145
1247
 
@@ -1290,16 +1392,24 @@ const point = new Point.fromJSON(json)</code></pre>
1290
1392
 
1291
1393
  <tr class="deep-level-0">
1292
1394
 
1293
- <td class="name" id="point"><code>point</code></td>
1395
+ <td class="name"><code>point</code></td>
1294
1396
 
1295
1397
 
1296
1398
  <td class="type">
1297
1399
 
1298
1400
 
1299
- <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>
1300
1406
  |
1301
1407
 
1302
- <span class="param-type">Array.&lt;Number></span>
1408
+ <span class="param-type">
1409
+
1410
+ Array.&lt;Number>
1411
+
1412
+ </span>
1303
1413
 
1304
1414
 
1305
1415
 
@@ -1388,7 +1498,11 @@ const point = new Point.fromJSON(json)</code></pre>
1388
1498
  <div class='column is-5 has-text-left'>
1389
1499
  <label>类型: </label>
1390
1500
 
1391
- <span class="param-type">Array.&lt;Number></span>
1501
+ <span class="param-type">
1502
+
1503
+ Array.&lt;Number>
1504
+
1505
+ </span>
1392
1506
 
1393
1507
 
1394
1508
 
@@ -1526,7 +1640,11 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1526
1640
  <div class='column is-5 has-text-left'>
1527
1641
  <label>类型: </label>
1528
1642
 
1529
- <span class="param-type"><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1643
+ <span class="param-type">
1644
+
1645
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1646
+
1647
+ </span>
1530
1648
 
1531
1649
 
1532
1650
 
@@ -1598,13 +1716,17 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1598
1716
 
1599
1717
  <tr class="deep-level-0">
1600
1718
 
1601
- <td class="name" id="point"><code>point</code></td>
1719
+ <td class="name"><code>point</code></td>
1602
1720
 
1603
1721
 
1604
1722
  <td class="type">
1605
1723
 
1606
1724
 
1607
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1725
+ <span class="param-type">
1726
+
1727
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1728
+
1729
+ </span>
1608
1730
 
1609
1731
 
1610
1732
 
@@ -1693,7 +1815,11 @@ const coordinates = Point.toCoordinates(point)</code></pre>
1693
1815
  <div class='column is-5 has-text-left'>
1694
1816
  <label>类型: </label>
1695
1817
 
1696
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1818
+ <span class="param-type">
1819
+
1820
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1821
+
1822
+ </span>
1697
1823
 
1698
1824
 
1699
1825
 
@@ -1784,16 +1910,24 @@ point1.copy(point2)</code></pre>
1784
1910
 
1785
1911
  <tr class="deep-level-0">
1786
1912
 
1787
- <td class="name" id="point"><code>point</code></td>
1913
+ <td class="name"><code>point</code></td>
1788
1914
 
1789
1915
 
1790
1916
  <td class="type">
1791
1917
 
1792
1918
 
1793
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
1919
+ <span class="param-type">
1920
+
1921
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
1922
+
1923
+ </span>
1794
1924
  |
1795
1925
 
1796
- <span class="param-type">Array.&lt;Number></span>
1926
+ <span class="param-type">
1927
+
1928
+ Array.&lt;Number>
1929
+
1930
+ </span>
1797
1931
 
1798
1932
 
1799
1933
 
@@ -1882,7 +2016,11 @@ point1.copy(point2)</code></pre>
1882
2016
  <div class='column is-5 has-text-left'>
1883
2017
  <label>类型: </label>
1884
2018
 
1885
- <span class="param-type">Number</span>
2019
+ <span class="param-type">
2020
+
2021
+ Number
2022
+
2023
+ </span>
1886
2024
 
1887
2025
 
1888
2026
 
@@ -1975,16 +2113,24 @@ const distance = point1.distance(point2)</code></pre>
1975
2113
 
1976
2114
  <tr class="deep-level-0">
1977
2115
 
1978
- <td class="name" id="point"><code>point</code></td>
2116
+ <td class="name"><code>point</code></td>
1979
2117
 
1980
2118
 
1981
2119
  <td class="type">
1982
2120
 
1983
2121
 
1984
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2122
+ <span class="param-type">
2123
+
2124
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2125
+
2126
+ </span>
1985
2127
  |
1986
2128
 
1987
- <span class="param-type">Array.&lt;Number></span>
2129
+ <span class="param-type">
2130
+
2131
+ Array.&lt;Number>
2132
+
2133
+ </span>
1988
2134
 
1989
2135
 
1990
2136
 
@@ -2079,7 +2225,11 @@ const distance = point1.distance(point2)</code></pre>
2079
2225
  <div class='column is-5 has-text-left'>
2080
2226
  <label>类型: </label>
2081
2227
 
2082
- <span class="param-type">Boolean</span>
2228
+ <span class="param-type">
2229
+
2230
+ Boolean
2231
+
2232
+ </span>
2083
2233
 
2084
2234
 
2085
2235
 
@@ -2170,13 +2320,17 @@ const equal = point1.equals(point2)</code></pre>
2170
2320
 
2171
2321
  <tr class="deep-level-0">
2172
2322
 
2173
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
2323
+ <td class="name"><code>GeoJSON</code></td>
2174
2324
 
2175
2325
 
2176
2326
  <td class="type">
2177
2327
 
2178
2328
 
2179
- <span class="param-type">Object</span>
2329
+ <span class="param-type">
2330
+
2331
+ Object
2332
+
2333
+ </span>
2180
2334
 
2181
2335
 
2182
2336
 
@@ -2366,7 +2520,11 @@ const equal = point1.equals(point2)</code></pre>
2366
2520
  <div class='column is-5 has-text-left'>
2367
2521
  <label>类型: </label>
2368
2522
 
2369
- <span class="param-type">String</span>
2523
+ <span class="param-type">
2524
+
2525
+ String
2526
+
2527
+ </span>
2370
2528
 
2371
2529
 
2372
2530
 
@@ -2601,7 +2759,11 @@ const equal = point1.equals(point2)</code></pre>
2601
2759
  <div class='column is-5 has-text-left'>
2602
2760
  <label>类型: </label>
2603
2761
 
2604
- <span class="param-type">String</span>
2762
+ <span class="param-type">
2763
+
2764
+ String
2765
+
2766
+ </span>
2605
2767
 
2606
2768
 
2607
2769
 
@@ -2718,7 +2880,11 @@ const equal = point1.equals(point2)</code></pre>
2718
2880
  <div class='column is-5 has-text-left'>
2719
2881
  <label>类型: </label>
2720
2882
 
2721
- <span class="param-type"><a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2883
+ <span class="param-type">
2884
+
2885
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2886
+
2887
+ </span>
2722
2888
 
2723
2889
 
2724
2890
 
@@ -2813,13 +2979,17 @@ const normalize = point1.normalize()</code></pre>
2813
2979
 
2814
2980
  <tr class="deep-level-0">
2815
2981
 
2816
- <td class="name" id="types"><code>types</code></td>
2982
+ <td class="name"><code>types</code></td>
2817
2983
 
2818
2984
 
2819
2985
  <td class="type">
2820
2986
 
2821
2987
 
2822
- <span class="param-type">string</span>
2988
+ <span class="param-type">
2989
+
2990
+ string
2991
+
2992
+ </span>
2823
2993
 
2824
2994
 
2825
2995
 
@@ -2840,13 +3010,17 @@ const normalize = point1.normalize()</code></pre>
2840
3010
 
2841
3011
  <tr class="deep-level-0">
2842
3012
 
2843
- <td class="name" id="fn"><code>fn</code></td>
3013
+ <td class="name"><code>fn</code></td>
2844
3014
 
2845
3015
 
2846
3016
  <td class="type">
2847
3017
 
2848
3018
 
2849
- <span class="param-type">function</span>
3019
+ <span class="param-type">
3020
+
3021
+ function
3022
+
3023
+ </span>
2850
3024
 
2851
3025
 
2852
3026
 
@@ -2865,13 +3039,17 @@ const normalize = point1.normalize()</code></pre>
2865
3039
 
2866
3040
  <tr class="deep-level-0">
2867
3041
 
2868
- <td class="name" id="context"><code>context</code></td>
3042
+ <td class="name"><code>context</code></td>
2869
3043
 
2870
3044
 
2871
3045
  <td class="type">
2872
3046
 
2873
3047
 
2874
- <span class="param-type">Object</span>
3048
+ <span class="param-type">
3049
+
3050
+ Object
3051
+
3052
+ </span>
2875
3053
 
2876
3054
 
2877
3055
 
@@ -2965,7 +3143,11 @@ const normalize = point1.normalize()</code></pre>
2965
3143
  <div class='column is-5 has-text-left'>
2966
3144
  <label>类型: </label>
2967
3145
 
2968
- <span class="param-type">Object</span>
3146
+ <span class="param-type">
3147
+
3148
+ Object
3149
+
3150
+ </span>
2969
3151
 
2970
3152
 
2971
3153
 
@@ -3133,16 +3315,24 @@ view.off({
3133
3315
 
3134
3316
  <tr class="deep-level-0">
3135
3317
 
3136
- <td class="name" id="types"><code>types</code></td>
3318
+ <td class="name"><code>types</code></td>
3137
3319
 
3138
3320
 
3139
3321
  <td class="type">
3140
3322
 
3141
3323
 
3142
- <span class="param-type">String</span>
3324
+ <span class="param-type">
3325
+
3326
+ String
3327
+
3328
+ </span>
3143
3329
  |
3144
3330
 
3145
- <span class="param-type">Object</span>
3331
+ <span class="param-type">
3332
+
3333
+ Object
3334
+
3335
+ </span>
3146
3336
 
3147
3337
 
3148
3338
 
@@ -3169,13 +3359,17 @@ view.off({
3169
3359
 
3170
3360
  <tr class="deep-level-0">
3171
3361
 
3172
- <td class="name" id="fn"><code>fn</code></td>
3362
+ <td class="name"><code>fn</code></td>
3173
3363
 
3174
3364
 
3175
3365
  <td class="type">
3176
3366
 
3177
3367
 
3178
- <span class="param-type">function</span>
3368
+ <span class="param-type">
3369
+
3370
+ function
3371
+
3372
+ </span>
3179
3373
 
3180
3374
 
3181
3375
 
@@ -3200,13 +3394,17 @@ view.off({
3200
3394
 
3201
3395
  <tr class="deep-level-0">
3202
3396
 
3203
- <td class="name" id="context"><code>context</code></td>
3397
+ <td class="name"><code>context</code></td>
3204
3398
 
3205
3399
 
3206
3400
  <td class="type">
3207
3401
 
3208
3402
 
3209
- <span class="param-type">Object</span>
3403
+ <span class="param-type">
3404
+
3405
+ Object
3406
+
3407
+ </span>
3210
3408
 
3211
3409
 
3212
3410
 
@@ -3306,7 +3504,11 @@ view.off({
3306
3504
  <div class='column is-5 has-text-left'>
3307
3505
  <label>类型: </label>
3308
3506
 
3309
- <span class="param-type">Object</span>
3507
+ <span class="param-type">
3508
+
3509
+ Object
3510
+
3511
+ </span>
3310
3512
 
3311
3513
 
3312
3514
 
@@ -3506,7 +3708,11 @@ view.on({
3506
3708
  <div class='column is-5 has-text-left'>
3507
3709
  <label>类型: </label>
3508
3710
 
3509
- <span class="param-type">Object</span>
3711
+ <span class="param-type">
3712
+
3713
+ Object
3714
+
3715
+ </span>
3510
3716
 
3511
3717
 
3512
3718
 
@@ -3629,7 +3835,11 @@ view.on({
3629
3835
  <div class='column is-5 has-text-left'>
3630
3836
  <label>类型: </label>
3631
3837
 
3632
- <span class="param-type">Object</span>
3838
+ <span class="param-type">
3839
+
3840
+ Object
3841
+
3842
+ </span>
3633
3843
 
3634
3844
 
3635
3845
 
@@ -3859,7 +4069,11 @@ view.on({
3859
4069
  <div class='column is-5 has-text-left'>
3860
4070
  <label>类型: </label>
3861
4071
 
3862
- <span class="param-type">String</span>
4072
+ <span class="param-type">
4073
+
4074
+ String
4075
+
4076
+ </span>
3863
4077
 
3864
4078
 
3865
4079
 
@@ -3997,7 +4211,11 @@ const str = point1.toString()</code></pre>
3997
4211
  <div class='column is-5 has-text-left'>
3998
4212
  <label>类型: </label>
3999
4213
 
4000
- <span class="param-type">String</span>
4214
+ <span class="param-type">
4215
+
4216
+ String
4217
+
4218
+ </span>
4001
4219
 
4002
4220
 
4003
4221