@mapgis/webclient-common 17.0.2 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +26 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -78,13 +78,18 @@ import { Extent } 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>
92
+
88
93
 
89
94
 
90
95
 
@@ -104,13 +109,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
104
109
 
105
110
  <tr class="deep-level-1">
106
111
 
107
- <td class="name" id="xmin"><code>xmin</code></td>
112
+ <td class="name"><code>xmin</code></td>
108
113
 
109
114
 
110
115
  <td class="type">
111
116
 
112
117
 
113
- <span class="param-type">Number</span>
118
+ <span class="param-type">
119
+
120
+ Number
121
+
122
+ </span>
123
+
114
124
 
115
125
 
116
126
 
@@ -132,13 +142,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
132
142
 
133
143
  <tr class="deep-level-1">
134
144
 
135
- <td class="name" id="ymin"><code>ymin</code></td>
145
+ <td class="name"><code>ymin</code></td>
136
146
 
137
147
 
138
148
  <td class="type">
139
149
 
140
150
 
141
- <span class="param-type">Number</span>
151
+ <span class="param-type">
152
+
153
+ Number
154
+
155
+ </span>
156
+
142
157
 
143
158
 
144
159
 
@@ -160,13 +175,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
160
175
 
161
176
  <tr class="deep-level-1">
162
177
 
163
- <td class="name" id="xmax"><code>xmax</code></td>
178
+ <td class="name"><code>xmax</code></td>
164
179
 
165
180
 
166
181
  <td class="type">
167
182
 
168
183
 
169
- <span class="param-type">Number</span>
184
+ <span class="param-type">
185
+
186
+ Number
187
+
188
+ </span>
189
+
170
190
 
171
191
 
172
192
 
@@ -188,13 +208,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
188
208
 
189
209
  <tr class="deep-level-1">
190
210
 
191
- <td class="name" id="ymax"><code>ymax</code></td>
211
+ <td class="name"><code>ymax</code></td>
192
212
 
193
213
 
194
214
  <td class="type">
195
215
 
196
216
 
197
- <span class="param-type">Number</span>
217
+ <span class="param-type">
218
+
219
+ Number
220
+
221
+ </span>
222
+
198
223
 
199
224
 
200
225
 
@@ -216,13 +241,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
216
241
 
217
242
  <tr class="deep-level-1">
218
243
 
219
- <td class="name" id="zmin0"><code>zmin0</code></td>
244
+ <td class="name"><code>zmin0</code></td>
220
245
 
221
246
 
222
247
  <td class="type">
223
248
 
224
249
 
225
- <span class="param-type">Number</span>
250
+ <span class="param-type">
251
+
252
+ Number
253
+
254
+ </span>
255
+
226
256
 
227
257
 
228
258
 
@@ -242,13 +272,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
242
272
 
243
273
  <tr class="deep-level-1">
244
274
 
245
- <td class="name" id="zmax0"><code>zmax0</code></td>
275
+ <td class="name"><code>zmax0</code></td>
246
276
 
247
277
 
248
278
  <td class="type">
249
279
 
250
280
 
251
- <span class="param-type">Number</span>
281
+ <span class="param-type">
282
+
283
+ Number
284
+
285
+ </span>
286
+
252
287
 
253
288
 
254
289
 
@@ -268,13 +303,18 @@ import { Extent } from &quot;@mapgis/webclient-common&quot; <br/>
268
303
 
269
304
  <tr class="deep-level-1">
270
305
 
271
- <td class="name" id="spatialReference"><code>spatialReference</code></td>
306
+ <td class="name"><code>spatialReference</code></td>
272
307
 
273
308
 
274
309
  <td class="type">
275
310
 
276
311
 
277
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
312
+ <span class="param-type">
313
+
314
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
315
+
316
+ </span>
317
+
278
318
 
279
319
 
280
320
 
@@ -430,7 +470,7 @@ new Extent({
430
470
 
431
471
 
432
472
  <ul>
433
- <li><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
473
+ <li><a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></li>
434
474
  </ul>
435
475
 
436
476
 
@@ -462,11 +502,16 @@ new Extent({
462
502
  <tbody>
463
503
 
464
504
  <tr class="deep-level-0">
465
- <td class="name"><code><a href="Extent.html#center">center</a></code></td>
505
+ <td class="name"><code><a href="#center">center</a></code></td>
466
506
  <td class="name">
467
507
  <code>
468
508
 
469
- <span class="param-type">Array.&lt;Number></span>
509
+ <span class="param-type">
510
+
511
+ Array.&lt;Number>
512
+
513
+ </span>
514
+
470
515
 
471
516
 
472
517
  </code>
@@ -475,11 +520,16 @@ new Extent({
475
520
  </tr>
476
521
 
477
522
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="Extent.html#extent">extent</a></code></td>
523
+ <td class="name"><code><a href="#extent">extent</a></code></td>
479
524
  <td class="name">
480
525
  <code>
481
526
 
482
- <span class="param-type">Number</span>
527
+ <span class="param-type">
528
+
529
+ Number
530
+
531
+ </span>
532
+
483
533
 
484
534
 
485
535
  </code>
@@ -488,11 +538,16 @@ new Extent({
488
538
  </tr>
489
539
 
490
540
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="Extent.html#hasZ">hasZ</a></code></td>
541
+ <td class="name"><code><a href="#hasZ">hasZ</a></code></td>
492
542
  <td class="name">
493
543
  <code>
494
544
 
495
- <span class="param-type">Boolean</span>
545
+ <span class="param-type">
546
+
547
+ Boolean
548
+
549
+ </span>
550
+
496
551
 
497
552
 
498
553
  </code>
@@ -501,11 +556,16 @@ new Extent({
501
556
  </tr>
502
557
 
503
558
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="Extent.html#height">height</a></code></td>
559
+ <td class="name"><code><a href="#height">height</a></code></td>
505
560
  <td class="name">
506
561
  <code>
507
562
 
508
- <span class="param-type">Number</span>
563
+ <span class="param-type">
564
+
565
+ Number
566
+
567
+ </span>
568
+
509
569
 
510
570
 
511
571
  </code>
@@ -514,11 +574,16 @@ new Extent({
514
574
  </tr>
515
575
 
516
576
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="Extent.html#spatialReference">spatialReference</a></code></td>
577
+ <td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
518
578
  <td class="name">
519
579
  <code>
520
580
 
521
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
581
+ <span class="param-type">
582
+
583
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
584
+
585
+ </span>
586
+
522
587
 
523
588
 
524
589
  </code>
@@ -527,11 +592,16 @@ new Extent({
527
592
  </tr>
528
593
 
529
594
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="Extent.html#width">width</a></code></td>
595
+ <td class="name"><code><a href="#width">width</a></code></td>
531
596
  <td class="name">
532
597
  <code>
533
598
 
534
- <span class="param-type">Number</span>
599
+ <span class="param-type">
600
+
601
+ Number
602
+
603
+ </span>
604
+
535
605
 
536
606
 
537
607
  </code>
@@ -540,11 +610,16 @@ new Extent({
540
610
  </tr>
541
611
 
542
612
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="Extent.html#xmax">xmax</a></code></td>
613
+ <td class="name"><code><a href="#xmax">xmax</a></code></td>
544
614
  <td class="name">
545
615
  <code>
546
616
 
547
- <span class="param-type">Number</span>
617
+ <span class="param-type">
618
+
619
+ Number
620
+
621
+ </span>
622
+
548
623
 
549
624
 
550
625
  </code>
@@ -553,11 +628,16 @@ new Extent({
553
628
  </tr>
554
629
 
555
630
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="Extent.html#xmin">xmin</a></code></td>
631
+ <td class="name"><code><a href="#xmin">xmin</a></code></td>
557
632
  <td class="name">
558
633
  <code>
559
634
 
560
- <span class="param-type">Number</span>
635
+ <span class="param-type">
636
+
637
+ Number
638
+
639
+ </span>
640
+
561
641
 
562
642
 
563
643
  </code>
@@ -566,11 +646,16 @@ new Extent({
566
646
  </tr>
567
647
 
568
648
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="Extent.html#ymax">ymax</a></code></td>
649
+ <td class="name"><code><a href="#ymax">ymax</a></code></td>
570
650
  <td class="name">
571
651
  <code>
572
652
 
573
- <span class="param-type">Number</span>
653
+ <span class="param-type">
654
+
655
+ Number
656
+
657
+ </span>
658
+
574
659
 
575
660
 
576
661
  </code>
@@ -579,11 +664,16 @@ new Extent({
579
664
  </tr>
580
665
 
581
666
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="Extent.html#ymin">ymin</a></code></td>
667
+ <td class="name"><code><a href="#ymin">ymin</a></code></td>
583
668
  <td class="name">
584
669
  <code>
585
670
 
586
- <span class="param-type">Number</span>
671
+ <span class="param-type">
672
+
673
+ Number
674
+
675
+ </span>
676
+
587
677
 
588
678
 
589
679
  </code>
@@ -592,11 +682,16 @@ new Extent({
592
682
  </tr>
593
683
 
594
684
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="Extent.html#zmax">zmax</a></code></td>
685
+ <td class="name"><code><a href="#zmax">zmax</a></code></td>
596
686
  <td class="name">
597
687
  <code>
598
688
 
599
- <span class="param-type">Number</span>
689
+ <span class="param-type">
690
+
691
+ Number
692
+
693
+ </span>
694
+
600
695
 
601
696
 
602
697
  </code>
@@ -605,11 +700,16 @@ new Extent({
605
700
  </tr>
606
701
 
607
702
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="Extent.html#zmin">zmin</a></code></td>
703
+ <td class="name"><code><a href="#zmin">zmin</a></code></td>
609
704
  <td class="name">
610
705
  <code>
611
706
 
612
- <span class="param-type">Number</span>
707
+ <span class="param-type">
708
+
709
+ Number
710
+
711
+ </span>
712
+
613
713
 
614
714
 
615
715
  </code>
@@ -628,7 +728,12 @@ new Extent({
628
728
  <span class="method-parameter is-pulled-right">
629
729
  <label>类型:</label>
630
730
 
631
- <span class="param-type">Array.&lt;Number></span>
731
+ <span class="param-type">
732
+
733
+ Array.&lt;Number>
734
+
735
+ </span>
736
+
632
737
 
633
738
 
634
739
  </span>
@@ -698,7 +803,12 @@ new Extent({
698
803
  <span class="method-parameter is-pulled-right">
699
804
  <label>类型:</label>
700
805
 
701
- <span class="param-type">Number</span>
806
+ <span class="param-type">
807
+
808
+ Number
809
+
810
+ </span>
811
+
702
812
 
703
813
 
704
814
  </span>
@@ -732,7 +842,7 @@ new Extent({
732
842
 
733
843
  <dt class="inherited-from">Inherited From:</dt>
734
844
  <dd class="inherited-from"><ul class="dummy"><li>
735
- <a class="mapgis-link-name" title="Geometry#extent" Geometry.html#extent>Geometry#extent</a>
845
+ <a goto="extent" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#extent" Geometry.html#extent>Geometry#extent</a>
736
846
  </li></ul></dd>
737
847
 
738
848
 
@@ -773,7 +883,12 @@ new Extent({
773
883
  <span class="method-parameter is-pulled-right">
774
884
  <label>类型:</label>
775
885
 
776
- <span class="param-type">Boolean</span>
886
+ <span class="param-type">
887
+
888
+ Boolean
889
+
890
+ </span>
891
+
777
892
 
778
893
 
779
894
  </span>
@@ -852,7 +967,12 @@ new Extent({
852
967
  <span class="method-parameter is-pulled-right">
853
968
  <label>类型:</label>
854
969
 
855
- <span class="param-type">Number</span>
970
+ <span class="param-type">
971
+
972
+ Number
973
+
974
+ </span>
975
+
856
976
 
857
977
 
858
978
  </span>
@@ -922,7 +1042,12 @@ new Extent({
922
1042
  <span class="method-parameter is-pulled-right">
923
1043
  <label>类型:</label>
924
1044
 
925
- <span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
1045
+ <span class="param-type">
1046
+
1047
+ <a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a>
1048
+
1049
+ </span>
1050
+
926
1051
 
927
1052
 
928
1053
  </span>
@@ -956,7 +1081,7 @@ new Extent({
956
1081
 
957
1082
  <dt class="inherited-from">Inherited From:</dt>
958
1083
  <dd class="inherited-from"><ul class="dummy"><li>
959
- <a class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
1084
+ <a goto="spatialReference" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#spatialReference" Geometry.html#spatialReference>Geometry#spatialReference</a>
960
1085
  </li></ul></dd>
961
1086
 
962
1087
 
@@ -997,7 +1122,12 @@ new Extent({
997
1122
  <span class="method-parameter is-pulled-right">
998
1123
  <label>类型:</label>
999
1124
 
1000
- <span class="param-type">Number</span>
1125
+ <span class="param-type">
1126
+
1127
+ Number
1128
+
1129
+ </span>
1130
+
1001
1131
 
1002
1132
 
1003
1133
  </span>
@@ -1067,7 +1197,12 @@ new Extent({
1067
1197
  <span class="method-parameter is-pulled-right">
1068
1198
  <label>类型:</label>
1069
1199
 
1070
- <span class="param-type">Number</span>
1200
+ <span class="param-type">
1201
+
1202
+ Number
1203
+
1204
+ </span>
1205
+
1071
1206
 
1072
1207
 
1073
1208
  </span>
@@ -1142,7 +1277,12 @@ new Extent({
1142
1277
  <span class="method-parameter is-pulled-right">
1143
1278
  <label>类型:</label>
1144
1279
 
1145
- <span class="param-type">Number</span>
1280
+ <span class="param-type">
1281
+
1282
+ Number
1283
+
1284
+ </span>
1285
+
1146
1286
 
1147
1287
 
1148
1288
  </span>
@@ -1217,7 +1357,12 @@ new Extent({
1217
1357
  <span class="method-parameter is-pulled-right">
1218
1358
  <label>类型:</label>
1219
1359
 
1220
- <span class="param-type">Number</span>
1360
+ <span class="param-type">
1361
+
1362
+ Number
1363
+
1364
+ </span>
1365
+
1221
1366
 
1222
1367
 
1223
1368
  </span>
@@ -1292,7 +1437,12 @@ new Extent({
1292
1437
  <span class="method-parameter is-pulled-right">
1293
1438
  <label>类型:</label>
1294
1439
 
1295
- <span class="param-type">Number</span>
1440
+ <span class="param-type">
1441
+
1442
+ Number
1443
+
1444
+ </span>
1445
+
1296
1446
 
1297
1447
 
1298
1448
  </span>
@@ -1367,7 +1517,12 @@ new Extent({
1367
1517
  <span class="method-parameter is-pulled-right">
1368
1518
  <label>类型:</label>
1369
1519
 
1370
- <span class="param-type">Number</span>
1520
+ <span class="param-type">
1521
+
1522
+ Number
1523
+
1524
+ </span>
1525
+
1371
1526
 
1372
1527
 
1373
1528
  </span>
@@ -1437,7 +1592,12 @@ new Extent({
1437
1592
  <span class="method-parameter is-pulled-right">
1438
1593
  <label>类型:</label>
1439
1594
 
1440
- <span class="param-type">Number</span>
1595
+ <span class="param-type">
1596
+
1597
+ Number
1598
+
1599
+ </span>
1600
+
1441
1601
 
1442
1602
 
1443
1603
  </span>
@@ -1523,7 +1683,7 @@ new Extent({
1523
1683
  <tbody>
1524
1684
 
1525
1685
  <tr class="deep-level-0">
1526
- <td class="name"><code><a href="Extent.html#fromJSON">fromJSON</a></code></td>
1686
+ <td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
1527
1687
  <td class="name">
1528
1688
  <code>
1529
1689
 
@@ -1533,12 +1693,17 @@ new Extent({
1533
1693
  </tr>
1534
1694
 
1535
1695
  <tr class="deep-level-0">
1536
- <td class="name"><code><a href="Extent.html#centerAt">centerAt</a></code></td>
1696
+ <td class="name"><code><a href="#centerAt">centerAt</a></code></td>
1537
1697
  <td class="name">
1538
1698
  <code>
1539
1699
 
1540
1700
 
1541
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1701
+ <span class="param-type">
1702
+
1703
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1704
+
1705
+ </span>
1706
+
1542
1707
 
1543
1708
 
1544
1709
 
@@ -1548,12 +1713,17 @@ new Extent({
1548
1713
  </tr>
1549
1714
 
1550
1715
  <tr class="deep-level-0">
1551
- <td class="name"><code><a href="Extent.html#clone">clone</a></code></td>
1716
+ <td class="name"><code><a href="#clone">clone</a></code></td>
1552
1717
  <td class="name">
1553
1718
  <code>
1554
1719
 
1555
1720
 
1556
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
1721
+ <span class="param-type">
1722
+
1723
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
1724
+
1725
+ </span>
1726
+
1557
1727
 
1558
1728
 
1559
1729
 
@@ -1563,12 +1733,17 @@ new Extent({
1563
1733
  </tr>
1564
1734
 
1565
1735
  <tr class="deep-level-0">
1566
- <td class="name"><code><a href="Extent.html#contains">contains</a></code></td>
1736
+ <td class="name"><code><a href="#contains">contains</a></code></td>
1567
1737
  <td class="name">
1568
1738
  <code>
1569
1739
 
1570
1740
 
1571
- <span class="param-type">Boolean</span>
1741
+ <span class="param-type">
1742
+
1743
+ Boolean
1744
+
1745
+ </span>
1746
+
1572
1747
 
1573
1748
 
1574
1749
 
@@ -1578,12 +1753,17 @@ new Extent({
1578
1753
  </tr>
1579
1754
 
1580
1755
  <tr class="deep-level-0">
1581
- <td class="name"><code><a href="Extent.html#equals">equals</a></code></td>
1756
+ <td class="name"><code><a href="#equals">equals</a></code></td>
1582
1757
  <td class="name">
1583
1758
  <code>
1584
1759
 
1585
1760
 
1586
- <span class="param-type">Boolean</span>
1761
+ <span class="param-type">
1762
+
1763
+ Boolean
1764
+
1765
+ </span>
1766
+
1587
1767
 
1588
1768
 
1589
1769
 
@@ -1593,12 +1773,17 @@ new Extent({
1593
1773
  </tr>
1594
1774
 
1595
1775
  <tr class="deep-level-0">
1596
- <td class="name"><code><a href="Extent.html#expand">expand</a></code></td>
1776
+ <td class="name"><code><a href="#expand">expand</a></code></td>
1597
1777
  <td class="name">
1598
1778
  <code>
1599
1779
 
1600
1780
 
1601
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1781
+ <span class="param-type">
1782
+
1783
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1784
+
1785
+ </span>
1786
+
1602
1787
 
1603
1788
 
1604
1789
 
@@ -1608,7 +1793,7 @@ new Extent({
1608
1793
  </tr>
1609
1794
 
1610
1795
  <tr class="deep-level-0">
1611
- <td class="name"><code><a href="Extent.html#fromGeoJSON">fromGeoJSON</a></code></td>
1796
+ <td class="name"><code><a href="#fromGeoJSON">fromGeoJSON</a></code></td>
1612
1797
  <td class="name">
1613
1798
  <code>
1614
1799
 
@@ -1618,12 +1803,17 @@ new Extent({
1618
1803
  </tr>
1619
1804
 
1620
1805
  <tr class="deep-level-0">
1621
- <td class="name"><code><a href="Extent.html#getGeometryType">getGeometryType</a></code></td>
1806
+ <td class="name"><code><a href="#getGeometryType">getGeometryType</a></code></td>
1622
1807
  <td class="name">
1623
1808
  <code>
1624
1809
 
1625
1810
 
1626
- <span class="param-type">String</span>
1811
+ <span class="param-type">
1812
+
1813
+ String
1814
+
1815
+ </span>
1816
+
1627
1817
 
1628
1818
 
1629
1819
 
@@ -1633,7 +1823,7 @@ new Extent({
1633
1823
  </tr>
1634
1824
 
1635
1825
  <tr class="deep-level-0">
1636
- <td class="name"><code><a href="Extent.html#getIGSType">getIGSType</a></code></td>
1826
+ <td class="name"><code><a href="#getIGSType">getIGSType</a></code></td>
1637
1827
  <td class="name">
1638
1828
  <code>
1639
1829
 
@@ -1641,16 +1831,21 @@ new Extent({
1641
1831
 
1642
1832
  </code>
1643
1833
  </td>
1644
- <td class="name"><code><p>返回IGS所对应的GeometryModule型<a id='getIGSType'></a></p></code></td>
1834
+ <td class="name"><code><p>返回IGS所对应的GeometryModule型</code></td>
1645
1835
  </tr>
1646
1836
 
1647
1837
  <tr class="deep-level-0">
1648
- <td class="name"><code><a href="Extent.html#getType">getType</a></code></td>
1838
+ <td class="name"><code><a href="#getType">getType</a></code></td>
1649
1839
  <td class="name">
1650
1840
  <code>
1651
1841
 
1652
1842
 
1653
- <span class="param-type">String</span>
1843
+ <span class="param-type">
1844
+
1845
+ String
1846
+
1847
+ </span>
1848
+
1654
1849
 
1655
1850
 
1656
1851
 
@@ -1660,12 +1855,17 @@ new Extent({
1660
1855
  </tr>
1661
1856
 
1662
1857
  <tr class="deep-level-0">
1663
- <td class="name"><code><a href="Extent.html#intersection">intersection</a></code></td>
1858
+ <td class="name"><code><a href="#intersection">intersection</a></code></td>
1664
1859
  <td class="name">
1665
1860
  <code>
1666
1861
 
1667
1862
 
1668
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1863
+ <span class="param-type">
1864
+
1865
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1866
+
1867
+ </span>
1868
+
1669
1869
 
1670
1870
 
1671
1871
 
@@ -1675,12 +1875,17 @@ new Extent({
1675
1875
  </tr>
1676
1876
 
1677
1877
  <tr class="deep-level-0">
1678
- <td class="name"><code><a href="Extent.html#intersects">intersects</a></code></td>
1878
+ <td class="name"><code><a href="#intersects">intersects</a></code></td>
1679
1879
  <td class="name">
1680
1880
  <code>
1681
1881
 
1682
1882
 
1683
- <span class="param-type">Boolean</span>
1883
+ <span class="param-type">
1884
+
1885
+ Boolean
1886
+
1887
+ </span>
1888
+
1684
1889
 
1685
1890
 
1686
1891
 
@@ -1690,12 +1895,17 @@ new Extent({
1690
1895
  </tr>
1691
1896
 
1692
1897
  <tr class="deep-level-0">
1693
- <td class="name"><code><a href="Extent.html#normalize">normalize</a></code></td>
1898
+ <td class="name"><code><a href="#normalize">normalize</a></code></td>
1694
1899
  <td class="name">
1695
1900
  <code>
1696
1901
 
1697
1902
 
1698
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1903
+ <span class="param-type">
1904
+
1905
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1906
+
1907
+ </span>
1908
+
1699
1909
 
1700
1910
 
1701
1911
 
@@ -1705,12 +1915,17 @@ new Extent({
1705
1915
  </tr>
1706
1916
 
1707
1917
  <tr class="deep-level-0">
1708
- <td class="name"><code><a href="Extent.html#offset">offset</a></code></td>
1918
+ <td class="name"><code><a href="#offset">offset</a></code></td>
1709
1919
  <td class="name">
1710
1920
  <code>
1711
1921
 
1712
1922
 
1713
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
1923
+ <span class="param-type">
1924
+
1925
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
1926
+
1927
+ </span>
1928
+
1714
1929
 
1715
1930
 
1716
1931
 
@@ -1720,12 +1935,17 @@ new Extent({
1720
1935
  </tr>
1721
1936
 
1722
1937
  <tr class="deep-level-0">
1723
- <td class="name"><code><a href="Extent.html#toGeoJSON">toGeoJSON</a></code></td>
1938
+ <td class="name"><code><a href="#toGeoJSON">toGeoJSON</a></code></td>
1724
1939
  <td class="name">
1725
1940
  <code>
1726
1941
 
1727
1942
 
1728
- <span class="param-type">Object</span>
1943
+ <span class="param-type">
1944
+
1945
+ Object
1946
+
1947
+ </span>
1948
+
1729
1949
 
1730
1950
 
1731
1951
 
@@ -1735,7 +1955,7 @@ new Extent({
1735
1955
  </tr>
1736
1956
 
1737
1957
  <tr class="deep-level-0">
1738
- <td class="name"><code><a href="Extent.html#toIGSOldString">toIGSOldString</a></code></td>
1958
+ <td class="name"><code><a href="#toIGSOldString">toIGSOldString</a></code></td>
1739
1959
  <td class="name">
1740
1960
  <code>
1741
1961
 
@@ -1743,32 +1963,41 @@ new Extent({
1743
1963
 
1744
1964
  </code>
1745
1965
  </td>
1746
- <td class="name"><code><p>返回如下格式的字符串:&quot;xmin$ymin$xmax$ymax&quot;<a id='toIGSOldString'></a></p></code></td>
1966
+ <td class="name"><code><p>返回如下格式的字符串:&quot;xmin$ymin$xmax$ymax&quot;</code></td>
1747
1967
  </tr>
1748
1968
 
1749
1969
  <tr class="deep-level-0">
1750
- <td class="name"><code><a href="Extent.html#toJSON">toJSON</a></code></td>
1970
+ <td class="name"><code><a href="#toJSON">toJSON</a></code></td>
1751
1971
  <td class="name">
1752
1972
  <code>
1753
1973
 
1754
1974
 
1755
- <span class="param-type">Object</span>
1975
+ <span class="param-type">
1976
+
1977
+ Object
1978
+
1979
+ </span>
1980
+
1756
1981
 
1757
1982
 
1758
1983
 
1759
1984
  </code>
1760
1985
  </td>
1761
- <td class="name"><code><p><a id='toJSON'></a>
1762
- 导出为json对象</p></code></td>
1986
+ <td class="name"><code><p></code></td>
1763
1987
  </tr>
1764
1988
 
1765
1989
  <tr class="deep-level-0">
1766
- <td class="name"><code><a href="Extent.html#toPolygon">toPolygon</a></code></td>
1990
+ <td class="name"><code><a href="#toPolygon">toPolygon</a></code></td>
1767
1991
  <td class="name">
1768
1992
  <code>
1769
1993
 
1770
1994
 
1771
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
1995
+ <span class="param-type">
1996
+
1997
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
1998
+
1999
+ </span>
2000
+
1772
2001
 
1773
2002
 
1774
2003
 
@@ -1778,7 +2007,7 @@ new Extent({
1778
2007
  </tr>
1779
2008
 
1780
2009
  <tr class="deep-level-0">
1781
- <td class="name"><code><a href="Extent.html#toString">toString</a></code></td>
2010
+ <td class="name"><code><a href="#toString">toString</a></code></td>
1782
2011
  <td class="name">
1783
2012
  <code>
1784
2013
 
@@ -1786,16 +2015,21 @@ new Extent({
1786
2015
 
1787
2016
  </code>
1788
2017
  </td>
1789
- <td class="name"><code><p>返回如下格式的字符串:&quot;xmin,ymin,xmax,ymax&quot;<a id='toString'></a></p></code></td>
2018
+ <td class="name"><code><p>返回如下格式的字符串:&quot;xmin,ymin,xmax,ymax&quot;</code></td>
1790
2019
  </tr>
1791
2020
 
1792
2021
  <tr class="deep-level-0">
1793
- <td class="name"><code><a href="Extent.html#toXML">toXML</a></code></td>
2022
+ <td class="name"><code><a href="#toXML">toXML</a></code></td>
1794
2023
  <td class="name">
1795
2024
  <code>
1796
2025
 
1797
2026
 
1798
- <span class="param-type">String</span>
2027
+ <span class="param-type">
2028
+
2029
+ String
2030
+
2031
+ </span>
2032
+
1799
2033
 
1800
2034
 
1801
2035
 
@@ -1805,12 +2039,17 @@ new Extent({
1805
2039
  </tr>
1806
2040
 
1807
2041
  <tr class="deep-level-0">
1808
- <td class="name"><code><a href="Extent.html#union">union</a></code></td>
2042
+ <td class="name"><code><a href="#union">union</a></code></td>
1809
2043
  <td class="name">
1810
2044
  <code>
1811
2045
 
1812
2046
 
1813
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2047
+ <span class="param-type">
2048
+
2049
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2050
+
2051
+ </span>
2052
+
1814
2053
 
1815
2054
 
1816
2055
 
@@ -1881,13 +2120,18 @@ new Extent({
1881
2120
 
1882
2121
  <tr class="deep-level-0">
1883
2122
 
1884
- <td class="name" id="json"><code>json</code></td>
2123
+ <td class="name"><code>json</code></td>
1885
2124
 
1886
2125
 
1887
2126
  <td class="type">
1888
2127
 
1889
2128
 
1890
- <span class="param-type">Object</span>
2129
+ <span class="param-type">
2130
+
2131
+ Object
2132
+
2133
+ </span>
2134
+
1891
2135
 
1892
2136
 
1893
2137
 
@@ -2040,13 +2284,18 @@ const extent = Extent.fromJSON(json)</code></pre>
2040
2284
 
2041
2285
  <tr class="deep-level-0">
2042
2286
 
2043
- <td class="name" id="point"><code>point</code></td>
2287
+ <td class="name"><code>point</code></td>
2044
2288
 
2045
2289
 
2046
2290
  <td class="type">
2047
2291
 
2048
2292
 
2049
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2293
+ <span class="param-type">
2294
+
2295
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2296
+
2297
+ </span>
2298
+
2050
2299
 
2051
2300
 
2052
2301
 
@@ -2134,7 +2383,12 @@ const extent = Extent.fromJSON(json)</code></pre>
2134
2383
  <div class='column is-5 has-text-left'>
2135
2384
  <label>类型: </label>
2136
2385
 
2137
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2386
+ <span class="param-type">
2387
+
2388
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2389
+
2390
+ </span>
2391
+
2138
2392
 
2139
2393
 
2140
2394
  </div>
@@ -2277,7 +2531,12 @@ const newConst = extent.centerAt(point)</code></pre>
2277
2531
  <div class='column is-5 has-text-left'>
2278
2532
  <label>类型: </label>
2279
2533
 
2280
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
2534
+ <span class="param-type">
2535
+
2536
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
2537
+
2538
+ </span>
2539
+
2281
2540
 
2282
2541
 
2283
2542
  </div>
@@ -2348,16 +2607,25 @@ const newConst = extent.centerAt(point)</code></pre>
2348
2607
 
2349
2608
  <tr class="deep-level-0">
2350
2609
 
2351
- <td class="name" id="geometry"><code>geometry</code></td>
2610
+ <td class="name"><code>geometry</code></td>
2352
2611
 
2353
2612
 
2354
2613
  <td class="type">
2355
2614
 
2356
2615
 
2357
- <span class="param-type"><a class="mapgis-link-name" title="Point" Point.html>Point</a></span>
2616
+ <span class="param-type">
2617
+
2618
+ <a link="Point.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Point" Point.html>Point</a>
2619
+
2620
+ </span>
2358
2621
  |
2359
2622
 
2360
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2623
+ <span class="param-type">
2624
+
2625
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2626
+
2627
+ </span>
2628
+
2361
2629
 
2362
2630
 
2363
2631
 
@@ -2445,7 +2713,12 @@ const newConst = extent.centerAt(point)</code></pre>
2445
2713
  <div class='column is-5 has-text-left'>
2446
2714
  <label>类型: </label>
2447
2715
 
2448
- <span class="param-type">Boolean</span>
2716
+ <span class="param-type">
2717
+
2718
+ Boolean
2719
+
2720
+ </span>
2721
+
2449
2722
 
2450
2723
 
2451
2724
  </div>
@@ -2538,13 +2811,18 @@ const isIn = extent.contains(point)</code></pre>
2538
2811
 
2539
2812
  <tr class="deep-level-0">
2540
2813
 
2541
- <td class="name" id="extent"><code>extent</code></td>
2814
+ <td class="name"><code>extent</code></td>
2542
2815
 
2543
2816
 
2544
2817
  <td class="type">
2545
2818
 
2546
2819
 
2547
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
2820
+ <span class="param-type">
2821
+
2822
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
2823
+
2824
+ </span>
2825
+
2548
2826
 
2549
2827
 
2550
2828
 
@@ -2632,7 +2910,12 @@ const isIn = extent.contains(point)</code></pre>
2632
2910
  <div class='column is-5 has-text-left'>
2633
2911
  <label>类型: </label>
2634
2912
 
2635
- <span class="param-type">Boolean</span>
2913
+ <span class="param-type">
2914
+
2915
+ Boolean
2916
+
2917
+ </span>
2918
+
2636
2919
 
2637
2920
 
2638
2921
  </div>
@@ -2728,13 +3011,18 @@ const isEqual = extent.equals(extent2)</code></pre>
2728
3011
 
2729
3012
  <tr class="deep-level-0">
2730
3013
 
2731
- <td class="name" id="factor"><code>factor</code></td>
3014
+ <td class="name"><code>factor</code></td>
2732
3015
 
2733
3016
 
2734
3017
  <td class="type">
2735
3018
 
2736
3019
 
2737
- <span class="param-type">Number</span>
3020
+ <span class="param-type">
3021
+
3022
+ Number
3023
+
3024
+ </span>
3025
+
2738
3026
 
2739
3027
 
2740
3028
 
@@ -2822,7 +3110,12 @@ const isEqual = extent.equals(extent2)</code></pre>
2822
3110
  <div class='column is-5 has-text-left'>
2823
3111
  <label>类型: </label>
2824
3112
 
2825
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3113
+ <span class="param-type">
3114
+
3115
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3116
+
3117
+ </span>
3118
+
2826
3119
 
2827
3120
 
2828
3121
  </div>
@@ -2912,13 +3205,18 @@ extent.expand(1.5)</code></pre>
2912
3205
 
2913
3206
  <tr class="deep-level-0">
2914
3207
 
2915
- <td class="name" id="GeoJSON"><code>GeoJSON</code></td>
3208
+ <td class="name"><code>GeoJSON</code></td>
2916
3209
 
2917
3210
 
2918
3211
  <td class="type">
2919
3212
 
2920
3213
 
2921
- <span class="param-type">Object</span>
3214
+ <span class="param-type">
3215
+
3216
+ Object
3217
+
3218
+ </span>
3219
+
2922
3220
 
2923
3221
 
2924
3222
 
@@ -2950,7 +3248,7 @@ extent.expand(1.5)</code></pre>
2950
3248
 
2951
3249
  <dt class="inherited-from">Inherited From:</dt>
2952
3250
  <dd class="inherited-from"><ul class="dummy"><li>
2953
- <a class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
3251
+ <a goto="fromGeoJSON" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#fromGeoJSON" Geometry.html#fromGeoJSON>Geometry#fromGeoJSON</a>
2954
3252
  </li></ul></dd>
2955
3253
 
2956
3254
 
@@ -3046,7 +3344,7 @@ extent.expand(1.5)</code></pre>
3046
3344
 
3047
3345
  <dt class="inherited-from">Inherited From:</dt>
3048
3346
  <dd class="inherited-from"><ul class="dummy"><li>
3049
- <a class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
3347
+ <a goto="getGeometryType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getGeometryType" Geometry.html#getGeometryType>Geometry#getGeometryType</a>
3050
3348
  </li></ul></dd>
3051
3349
 
3052
3350
 
@@ -3107,7 +3405,12 @@ extent.expand(1.5)</code></pre>
3107
3405
  <div class='column is-5 has-text-left'>
3108
3406
  <label>类型: </label>
3109
3407
 
3110
- <span class="param-type">String</span>
3408
+ <span class="param-type">
3409
+
3410
+ String
3411
+
3412
+ </span>
3413
+
3111
3414
 
3112
3415
 
3113
3416
  </div>
@@ -3280,7 +3583,7 @@ extent.expand(1.5)</code></pre>
3280
3583
 
3281
3584
  <dt class="inherited-from">Inherited From:</dt>
3282
3585
  <dd class="inherited-from"><ul class="dummy"><li>
3283
- <a class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
3586
+ <a goto="getType" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#getType" Geometry.html#getType>Geometry#getType</a>
3284
3587
  </li></ul></dd>
3285
3588
 
3286
3589
 
@@ -3341,7 +3644,12 @@ extent.expand(1.5)</code></pre>
3341
3644
  <div class='column is-5 has-text-left'>
3342
3645
  <label>类型: </label>
3343
3646
 
3344
- <span class="param-type">String</span>
3647
+ <span class="param-type">
3648
+
3649
+ String
3650
+
3651
+ </span>
3652
+
3345
3653
 
3346
3654
 
3347
3655
  </div>
@@ -3412,13 +3720,18 @@ extent.expand(1.5)</code></pre>
3412
3720
 
3413
3721
  <tr class="deep-level-0">
3414
3722
 
3415
- <td class="name" id="extent"><code>extent</code></td>
3723
+ <td class="name"><code>extent</code></td>
3416
3724
 
3417
3725
 
3418
3726
  <td class="type">
3419
3727
 
3420
3728
 
3421
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3729
+ <span class="param-type">
3730
+
3731
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3732
+
3733
+ </span>
3734
+
3422
3735
 
3423
3736
 
3424
3737
 
@@ -3506,7 +3819,12 @@ extent.expand(1.5)</code></pre>
3506
3819
  <div class='column is-5 has-text-left'>
3507
3820
  <label>类型: </label>
3508
3821
 
3509
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
3822
+ <span class="param-type">
3823
+
3824
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
3825
+
3826
+ </span>
3827
+
3510
3828
 
3511
3829
 
3512
3830
  </div>
@@ -3602,13 +3920,18 @@ const newExtent = extent.intersection(extent2)</code></pre>
3602
3920
 
3603
3921
  <tr class="deep-level-0">
3604
3922
 
3605
- <td class="name" id="geometry"><code>geometry</code></td>
3923
+ <td class="name"><code>geometry</code></td>
3606
3924
 
3607
3925
 
3608
3926
  <td class="type">
3609
3927
 
3610
3928
 
3611
- <span class="param-type"><a class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a></span>
3929
+ <span class="param-type">
3930
+
3931
+ <a link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry" Geometry.html>Geometry</a>
3932
+
3933
+ </span>
3934
+
3612
3935
 
3613
3936
 
3614
3937
 
@@ -3696,7 +4019,12 @@ const newExtent = extent.intersection(extent2)</code></pre>
3696
4019
  <div class='column is-5 has-text-left'>
3697
4020
  <label>类型: </label>
3698
4021
 
3699
- <span class="param-type">Boolean</span>
4022
+ <span class="param-type">
4023
+
4024
+ Boolean
4025
+
4026
+ </span>
4027
+
3700
4028
 
3701
4029
 
3702
4030
  </div>
@@ -3834,7 +4162,12 @@ const isIntersect = extent.intersects(point)</code></pre>
3834
4162
  <div class='column is-5 has-text-left'>
3835
4163
  <label>类型: </label>
3836
4164
 
3837
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4165
+ <span class="param-type">
4166
+
4167
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
4168
+
4169
+ </span>
4170
+
3838
4171
 
3839
4172
 
3840
4173
  </div>
@@ -3924,13 +4257,18 @@ const normalize = extent.normalize()</code></pre>
3924
4257
 
3925
4258
  <tr class="deep-level-0">
3926
4259
 
3927
- <td class="name" id="dx"><code>dx</code></td>
4260
+ <td class="name"><code>dx</code></td>
3928
4261
 
3929
4262
 
3930
4263
  <td class="type">
3931
4264
 
3932
4265
 
3933
- <span class="param-type">Number</span>
4266
+ <span class="param-type">
4267
+
4268
+ Number
4269
+
4270
+ </span>
4271
+
3934
4272
 
3935
4273
 
3936
4274
 
@@ -3948,13 +4286,18 @@ const normalize = extent.normalize()</code></pre>
3948
4286
 
3949
4287
  <tr class="deep-level-0">
3950
4288
 
3951
- <td class="name" id="dy"><code>dy</code></td>
4289
+ <td class="name"><code>dy</code></td>
3952
4290
 
3953
4291
 
3954
4292
  <td class="type">
3955
4293
 
3956
4294
 
3957
- <span class="param-type">Number</span>
4295
+ <span class="param-type">
4296
+
4297
+ Number
4298
+
4299
+ </span>
4300
+
3958
4301
 
3959
4302
 
3960
4303
 
@@ -3972,13 +4315,18 @@ const normalize = extent.normalize()</code></pre>
3972
4315
 
3973
4316
  <tr class="deep-level-0">
3974
4317
 
3975
- <td class="name" id="dz"><code>dz</code></td>
4318
+ <td class="name"><code>dz</code></td>
3976
4319
 
3977
4320
 
3978
4321
  <td class="type">
3979
4322
 
3980
4323
 
3981
- <span class="param-type">Number</span>
4324
+ <span class="param-type">
4325
+
4326
+ Number
4327
+
4328
+ </span>
4329
+
3982
4330
 
3983
4331
 
3984
4332
 
@@ -4066,7 +4414,12 @@ const normalize = extent.normalize()</code></pre>
4066
4414
  <div class='column is-5 has-text-left'>
4067
4415
  <label>类型: </label>
4068
4416
 
4069
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
4417
+ <span class="param-type">
4418
+
4419
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
4420
+
4421
+ </span>
4422
+
4070
4423
 
4071
4424
 
4072
4425
  </div>
@@ -4206,7 +4559,12 @@ extent.offset(0, 1, 0)</code></pre>
4206
4559
  <div class='column is-5 has-text-left'>
4207
4560
  <label>类型: </label>
4208
4561
 
4209
- <span class="param-type">Object</span>
4562
+ <span class="param-type">
4563
+
4564
+ Object
4565
+
4566
+ </span>
4567
+
4210
4568
 
4211
4569
 
4212
4570
  </div>
@@ -4436,7 +4794,12 @@ extent.offset(0, 1, 0)</code></pre>
4436
4794
  <div class='column is-5 has-text-left'>
4437
4795
  <label>类型: </label>
4438
4796
 
4439
- <span class="param-type">Object</span>
4797
+ <span class="param-type">
4798
+
4799
+ Object
4800
+
4801
+ </span>
4802
+
4440
4803
 
4441
4804
 
4442
4805
  </div>
@@ -4546,7 +4909,12 @@ extent.offset(0, 1, 0)</code></pre>
4546
4909
  <div class='column is-5 has-text-left'>
4547
4910
  <label>类型: </label>
4548
4911
 
4549
- <span class="param-type"><a class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a></span>
4912
+ <span class="param-type">
4913
+
4914
+ <a link="Polygon.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Polygon" Polygon.html>Polygon</a>
4915
+
4916
+ </span>
4917
+
4550
4918
 
4551
4919
 
4552
4920
  </div>
@@ -4719,7 +5087,7 @@ extent.offset(0, 1, 0)</code></pre>
4719
5087
 
4720
5088
  <dt class="inherited-from">Inherited From:</dt>
4721
5089
  <dd class="inherited-from"><ul class="dummy"><li>
4722
- <a class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
5090
+ <a goto="toXML" link="Geometry.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Geometry#toXML" Geometry.html#toXML>Geometry#toXML</a>
4723
5091
  </li></ul></dd>
4724
5092
 
4725
5093
 
@@ -4780,7 +5148,12 @@ extent.offset(0, 1, 0)</code></pre>
4780
5148
  <div class='column is-5 has-text-left'>
4781
5149
  <label>类型: </label>
4782
5150
 
4783
- <span class="param-type">String</span>
5151
+ <span class="param-type">
5152
+
5153
+ String
5154
+
5155
+ </span>
5156
+
4784
5157
 
4785
5158
 
4786
5159
  </div>
@@ -4851,13 +5224,18 @@ extent.offset(0, 1, 0)</code></pre>
4851
5224
 
4852
5225
  <tr class="deep-level-0">
4853
5226
 
4854
- <td class="name" id="extent"><code>extent</code></td>
5227
+ <td class="name"><code>extent</code></td>
4855
5228
 
4856
5229
 
4857
5230
  <td class="type">
4858
5231
 
4859
5232
 
4860
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5233
+ <span class="param-type">
5234
+
5235
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
5236
+
5237
+ </span>
5238
+
4861
5239
 
4862
5240
 
4863
5241
 
@@ -4945,7 +5323,12 @@ extent.offset(0, 1, 0)</code></pre>
4945
5323
  <div class='column is-5 has-text-left'>
4946
5324
  <label>类型: </label>
4947
5325
 
4948
- <span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
5326
+ <span class="param-type">
5327
+
5328
+ <a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a>
5329
+
5330
+ </span>
5331
+
4949
5332
 
4950
5333
 
4951
5334
  </div>