@mapgis/webclient-common 17.0.2 → 17.0.4
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.
- package/README.md +18 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/AddressServer.html +87 -33
- package/documention/ArcGISFeatureServer.html +122 -34
- package/documention/ArcGISGeometryServer.html +101 -36
- package/documention/ArcGISMapImageLayer.html +110 -40
- package/documention/ArcGISMapImageSubLayer.html +50 -24
- package/documention/ArcGISMapServer.html +96 -32
- package/documention/ArcGISTileLayer.html +238 -112
- package/documention/ArcGISVectorTileLayer.html +142 -66
- package/documention/ArcGISVectorTileServer.html +62 -29
- package/documention/BaseRenderer.html +11 -5
- package/documention/BaseServer.html +47 -16
- package/documention/BaseView.html +251 -78
- package/documention/Basemap.html +88 -41
- package/documention/Callout3D.html +18 -12
- package/documention/Cesium3DTilesCacheLayer.html +218 -98
- package/documention/Cesium3DTilesServer.html +59 -27
- package/documention/CheckUtil.html +80 -20
- package/documention/Circle.html +79 -36
- package/documention/ClassBreakClusterInfo.html +26 -12
- package/documention/ClassBreakInfo.html +37 -14
- package/documention/ClassBreakRenderer.html +65 -28
- package/documention/ClusterInfo.html +40 -18
- package/documention/ClusterRenderer.html +70 -32
- package/documention/Collection.html +362 -134
- package/documention/CollectionFlattener.html +28 -6
- package/documention/Color.html +68 -27
- package/documention/ColorMaterial.html +25 -12
- package/documention/ColorStop.html +29 -13
- package/documention/ColorVariable.html +21 -11
- package/documention/Config.html +6 -1
- package/documention/CursorChangeEventInfo.html +5 -2
- package/documention/EchartsLayer.html +17 -7
- package/documention/Edges3D.html +26 -12
- package/documention/ElevationInfo.html +20 -11
- package/documention/Evented.html +12 -2
- package/documention/Extent.html +142 -66
- package/documention/ExtrudeSymbol3DLayer.html +53 -27
- package/documention/Feature.html +63 -29
- package/documention/FeatureExpressionInfo.html +11 -5
- package/documention/FeatureLayer.html +236 -107
- package/documention/FeatureServer.html +185 -43
- package/documention/FeatureSet.html +39 -18
- package/documention/FillSymbol.html +31 -17
- package/documention/FillSymbol3DLayer.html +37 -19
- package/documention/FillSymbol3DOutline.html +33 -16
- package/documention/Font.html +37 -14
- package/documention/GeoJSONLayer.html +260 -116
- package/documention/Geometry.html +73 -28
- package/documention/GeometryEngine.html +288 -169
- package/documention/GeometryFilter.html +21 -14
- package/documention/GeometryServer.html +154 -64
- package/documention/GraphicsLayer.html +293 -134
- package/documention/GroupLayer.html +257 -118
- package/documention/HeatmapColorStop.html +26 -12
- package/documention/HeatmapRenderer.html +54 -21
- package/documention/IGSFeatureLayer.html +103 -41
- package/documention/IGSMapImageLayer.html +159 -68
- package/documention/IGSMapImageSubLayer.html +49 -21
- package/documention/IGSSceneLayer.html +149 -54
- package/documention/IGSSceneSubLayer.html +94 -45
- package/documention/IGSTileLayer.html +239 -114
- package/documention/IGSVectorTileLayer.html +154 -72
- package/documention/IGSVectorTileSubLayer.html +46 -25
- package/documention/IconResource.html +20 -9
- package/documention/IconSymbol3DLayer.html +70 -38
- package/documention/ImageServer.html +89 -31
- package/documention/Interceptor.html +4 -0
- package/documention/LOD.html +26 -10
- package/documention/LabelClass.html +100 -35
- package/documention/LabelSymbol3D.html +41 -22
- package/documention/Layer.html +220 -85
- package/documention/LayerEvent.html +1 -0
- package/documention/LayerViewUpdateEvent.html +2 -0
- package/documention/LineCallout3D.html +47 -20
- package/documention/LineString.html +103 -50
- package/documention/LineStyleMarker3D.html +45 -22
- package/documention/LineStylePattern3D.html +25 -12
- package/documention/LineSymbol.html +27 -13
- package/documention/LineSymbol3D.html +24 -13
- package/documention/LineSymbol3DLayer.html +70 -38
- package/documention/LineSymbolMarker.html +21 -9
- package/documention/Log.html +3 -3
- package/documention/M3DModelCacheLayer.html +237 -108
- package/documention/M3DServer.html +74 -28
- package/documention/Map.html +127 -53
- package/documention/MapGISTextSymbol.html +173 -79
- package/documention/MapImageLayer.html +542 -204
- package/documention/MapServer.html +173 -55
- package/documention/MapVLayer.html +122 -60
- package/documention/MapView.html +293 -116
- package/documention/MarkerSymbol.html +35 -15
- package/documention/MoveEventInfo.html +5 -2
- package/documention/MultiLineString.html +126 -60
- package/documention/MultiPoint.html +100 -48
- package/documention/MultiPolygon.html +93 -44
- package/documention/OGCLayer.html +215 -99
- package/documention/ObjectSymbol3DLayer.html +85 -38
- package/documention/OpacityStop.html +26 -10
- package/documention/OpacityVariable.html +21 -11
- package/documention/OutStatistic.html +15 -5
- package/documention/OverlayLayer.html +214 -99
- package/documention/PathSymbol3DLayer.html +101 -53
- package/documention/PictureFillSymbol.html +59 -24
- package/documention/PictureMarkerSymbol.html +48 -19
- package/documention/PlotServer.html +101 -38
- package/documention/PoiServer.html +65 -27
- package/documention/Point.html +100 -47
- package/documention/PointSymbol3D.html +41 -22
- package/documention/PointSymbol3DOutline.html +28 -13
- package/documention/Polygon.html +138 -64
- package/documention/PolygonSymbol3D.html +30 -15
- package/documention/ProjectInfo.html +12 -0
- package/documention/ProjectInfoBySrsID.html +6 -0
- package/documention/Projection.html +11 -7
- package/documention/RandomRenderer.html +26 -12
- package/documention/RankRenderer.html +57 -22
- package/documention/RendererInfo.html +135 -9
- package/documention/RequestConfig.html +3 -1
- package/documention/RequestInterceptor.html +9 -2
- package/documention/ResourceServer.html +597 -84
- package/documention/ResponseInterceptor.html +9 -2
- package/documention/RootServer.html +64 -27
- package/documention/ScaleEventInfo.html +5 -2
- package/documention/Scene.html +67 -20
- package/documention/SceneLayer.html +219 -99
- package/documention/SceneServer.html +164 -61
- package/documention/SceneView.html +6 -3
- package/documention/SecurityServer.html +59 -26
- package/documention/SimpleFillSymbol.html +43 -22
- package/documention/SimpleLineSymbol.html +55 -24
- package/documention/SimpleMarkerSymbol.html +55 -23
- package/documention/SimpleRenderer.html +41 -19
- package/documention/SizeStop.html +26 -10
- package/documention/SizeVariable.html +37 -15
- package/documention/SketchBaseDrawTool.html +107 -52
- package/documention/SketchCircleDrawTool.html +141 -81
- package/documention/SketchEditor.html +209 -102
- package/documention/SketchEditorCesium.html +243 -141
- package/documention/SketchEditorEvent.html +1 -0
- package/documention/SketchEditorToolEventInfo.html +3 -1
- package/documention/SketchEditorVideo.html +46 -23
- package/documention/SketchEditorVideoBase.html +46 -23
- package/documention/SketchExtentDrawTool.html +141 -81
- package/documention/SketchFreehandPolygonDrawTool.html +135 -77
- package/documention/SketchFreehandPolylineDrawTool.html +139 -79
- package/documention/SketchPointDrawTool.html +149 -85
- package/documention/SketchPolygonDrawTool.html +274 -153
- package/documention/SketchPolylineDrawTool.html +236 -120
- package/documention/SketchStage.html +24 -15
- package/documention/SketchStyle.html +107 -60
- package/documention/SketchTopologyTool.html +6 -3
- package/documention/SpatialReference.html +50 -20
- package/documention/StylePattern3D.html +25 -12
- package/documention/SubLayer.html +55 -21
- package/documention/Symbol.html +25 -11
- package/documention/Symbol3D.html +11 -5
- package/documention/Symbol3DLayer.html +21 -13
- package/documention/Symbol3DVerticalOffset.html +33 -16
- package/documention/TerrainCacheLayer.html +214 -99
- package/documention/TerrainServer.html +54 -26
- package/documention/TextHalo.html +26 -12
- package/documention/TextSymbol.html +110 -47
- package/documention/TextSymbol3DLayer.html +85 -44
- package/documention/ThemeServer.html +73 -30
- package/documention/TileInfo.html +26 -11
- package/documention/TileLayer.html +230 -108
- package/documention/TileMatrixSet.html +53 -23
- package/documention/TileServer.html +49 -25
- package/documention/UniqueValueClusterInfo.html +26 -12
- package/documention/UniqueValueInfo.html +34 -14
- package/documention/UniqueValueRenderer.html +62 -27
- package/documention/UnknownLayer.html +219 -101
- package/documention/UpdateContent.html +17 -4
- package/documention/VectorTileGroupSubLayer.html +2209 -0
- package/documention/VectorTileLayer.html +314 -138
- package/documention/VectorTileServer.html +58 -27
- package/documention/VectorTileSubLayer.html +62 -31
- package/documention/VertexChangeEventInfo.html +5 -2
- package/documention/VideoMapView.html +77 -21
- package/documention/VideoMetaData.html +22 -8
- package/documention/VideoPixelCoordTransforms.html +17 -10
- package/documention/VideoRegistrationParam.html +19 -9
- package/documention/VisualVariable.html +29 -11
- package/documention/WCSServer.html +49 -25
- package/documention/WFSLayer.html +262 -120
- package/documention/WFSServer.html +59 -28
- package/documention/WMSLayer.html +305 -142
- package/documention/WMSServer.html +53 -26
- package/documention/WMSSubLayer.html +63 -30
- package/documention/WMTSLayer.html +269 -130
- package/documention/WMTSServer.html +52 -26
- package/documention/WMTSStyle.html +30 -12
- package/documention/WMTSSubLayer.html +242 -111
- package/documention/WPSServer.html +49 -25
- package/documention/WaterSymbol3DLayer.html +50 -26
- package/documention/WebTileLayer.html +258 -120
- package/documention/WorkFlowServer.html +89 -32
- package/documention/WorkFlowServer600227.html +131 -44
- package/documention/WorkFlowServer600228.html +126 -45
- package/documention/WorkFlowServer600229.html +131 -44
- package/documention/WorkFlowServer600230.html +131 -44
- package/documention/WorkFlowServer600231.html +147 -48
- package/documention/WorkFlowServer600232.html +131 -44
- package/documention/WorkFlowServer600233.html +133 -49
- package/documention/WorkFlowServer600235.html +107 -38
- package/documention/WorkFlowServer600237.html +140 -52
- package/documention/WorkFlowServer600238.html +135 -46
- package/documention/WorkFlowServer600239.html +119 -41
- package/documention/WorkFlowServer600307.html +132 -49
- package/documention/WorkFlowServer600308.html +47 -13
- package/documention/WorkFlowServer600309.html +131 -44
- package/documention/WorkFlowServer600314.html +135 -45
- package/documention/WorkFlowServer600334.html +131 -44
- package/documention/WorkFlowServer600336.html +123 -42
- package/documention/WorkFlowServer600340.html +159 -51
- package/documention/WorkFlowServer600354.html +127 -43
- package/documention/WorkFlowServer600368.html +111 -39
- package/documention/WorkFlowServer600369.html +123 -42
- package/documention/WorkFlowServer600370.html +119 -41
- package/documention/Zondy.Object.CAttDataRow.html +3 -0
- package/documention/Zondy.Object.CAttStruct.html +4 -0
- package/documention/global.html +1096 -26
- package/documention/index.html +1 -1
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
- package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
- package/documention/module-ArcGis.ArcGisCircle.html +7 -0
- package/documention/module-ArcGis.ArcGisExtent.html +28 -10
- package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
- package/documention/module-ArcGis.ArcGisPoint.html +15 -5
- package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
- package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
- package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
- package/documention/module.exports.html +1 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
package/documention/Map.html
CHANGED
|
@@ -84,6 +84,7 @@ import { Map } from "@mapgis/webclient-common" <br/></p>
|
|
|
84
84
|
<span class="param-type">Object</span>
|
|
85
85
|
|
|
86
86
|
|
|
87
|
+
|
|
87
88
|
|
|
88
89
|
</td>
|
|
89
90
|
|
|
@@ -103,7 +104,8 @@ import { Map } from "@mapgis/webclient-common" <br/></p>
|
|
|
103
104
|
<td class="type">
|
|
104
105
|
|
|
105
106
|
|
|
106
|
-
<span class="param-type"><a class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
|
|
107
|
+
<span class="param-type"><a link="Basemap.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Basemap" Basemap.html>Basemap</a></span>
|
|
108
|
+
|
|
107
109
|
|
|
108
110
|
|
|
109
111
|
|
|
@@ -272,7 +274,7 @@ const map = new Map({
|
|
|
272
274
|
|
|
273
275
|
|
|
274
276
|
<ul>
|
|
275
|
-
<li><a class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
|
|
277
|
+
<li><a link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented" Evented.html>Evented</a></li>
|
|
276
278
|
</ul>
|
|
277
279
|
|
|
278
280
|
|
|
@@ -304,11 +306,12 @@ const map = new Map({
|
|
|
304
306
|
<tbody>
|
|
305
307
|
|
|
306
308
|
<tr class="deep-level-0">
|
|
307
|
-
<td class="name"><code><a href="
|
|
309
|
+
<td class="name"><code><a href="#allLayers">allLayers</a></code></td>
|
|
308
310
|
<td class="name">
|
|
309
311
|
<code>
|
|
310
312
|
|
|
311
|
-
<span class="param-type"><a href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
313
|
+
<span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
314
|
+
|
|
312
315
|
|
|
313
316
|
|
|
314
317
|
</code>
|
|
@@ -317,11 +320,12 @@ const map = new Map({
|
|
|
317
320
|
</tr>
|
|
318
321
|
|
|
319
322
|
<tr class="deep-level-0">
|
|
320
|
-
<td class="name"><code><a href="
|
|
323
|
+
<td class="name"><code><a href="#basemap">basemap</a></code></td>
|
|
321
324
|
<td class="name">
|
|
322
325
|
<code>
|
|
323
326
|
|
|
324
|
-
<span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
|
|
327
|
+
<span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
|
|
328
|
+
|
|
325
329
|
|
|
326
330
|
|
|
327
331
|
</code>
|
|
@@ -330,11 +334,12 @@ const map = new Map({
|
|
|
330
334
|
</tr>
|
|
331
335
|
|
|
332
336
|
<tr class="deep-level-0">
|
|
333
|
-
<td class="name"><code><a href="
|
|
337
|
+
<td class="name"><code><a href="#fullExtent">fullExtent</a></code></td>
|
|
334
338
|
<td class="name">
|
|
335
339
|
<code>
|
|
336
340
|
|
|
337
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
341
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
342
|
+
|
|
338
343
|
|
|
339
344
|
|
|
340
345
|
</code>
|
|
@@ -343,11 +348,12 @@ const map = new Map({
|
|
|
343
348
|
</tr>
|
|
344
349
|
|
|
345
350
|
<tr class="deep-level-0">
|
|
346
|
-
<td class="name"><code><a href="
|
|
351
|
+
<td class="name"><code><a href="#layers">layers</a></code></td>
|
|
347
352
|
<td class="name">
|
|
348
353
|
<code>
|
|
349
354
|
|
|
350
|
-
<span class="param-type"><a href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
355
|
+
<span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
356
|
+
|
|
351
357
|
|
|
352
358
|
|
|
353
359
|
</code>
|
|
@@ -356,11 +362,12 @@ const map = new Map({
|
|
|
356
362
|
</tr>
|
|
357
363
|
|
|
358
364
|
<tr class="deep-level-0">
|
|
359
|
-
<td class="name"><code><a href="
|
|
365
|
+
<td class="name"><code><a href="#spatialReference">spatialReference</a></code></td>
|
|
360
366
|
<td class="name">
|
|
361
367
|
<code>
|
|
362
368
|
|
|
363
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
369
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
370
|
+
|
|
364
371
|
|
|
365
372
|
|
|
366
373
|
</code>
|
|
@@ -379,7 +386,8 @@ const map = new Map({
|
|
|
379
386
|
<span class="method-parameter is-pulled-right">
|
|
380
387
|
<label>类型:</label>
|
|
381
388
|
|
|
382
|
-
<span class="param-type"><a href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
389
|
+
<span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
390
|
+
|
|
383
391
|
|
|
384
392
|
|
|
385
393
|
</span>
|
|
@@ -453,7 +461,8 @@ const map = new Map({
|
|
|
453
461
|
<span class="method-parameter is-pulled-right">
|
|
454
462
|
<label>类型:</label>
|
|
455
463
|
|
|
456
|
-
<span class="param-type"><a class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
|
|
464
|
+
<span class="param-type"><a link="Collection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Collection" Collection.html>Collection</a></span>
|
|
465
|
+
|
|
457
466
|
|
|
458
467
|
|
|
459
468
|
</span>
|
|
@@ -523,7 +532,8 @@ const map = new Map({
|
|
|
523
532
|
<span class="method-parameter is-pulled-right">
|
|
524
533
|
<label>类型:</label>
|
|
525
534
|
|
|
526
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
535
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
536
|
+
|
|
527
537
|
|
|
528
538
|
|
|
529
539
|
</span>
|
|
@@ -597,7 +607,8 @@ const map = new Map({
|
|
|
597
607
|
<span class="method-parameter is-pulled-right">
|
|
598
608
|
<label>类型:</label>
|
|
599
609
|
|
|
600
|
-
<span class="param-type"><a href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
610
|
+
<span class="param-type"><a link="Collection.<Layer>.html" onclick="getTypeHTML(event)" href="Collection.html">Collection</a>.<<a href="Layer.html">Layer</a>></span>
|
|
611
|
+
|
|
601
612
|
|
|
602
613
|
|
|
603
614
|
</span>
|
|
@@ -667,7 +678,8 @@ const map = new Map({
|
|
|
667
678
|
<span class="method-parameter is-pulled-right">
|
|
668
679
|
<label>类型:</label>
|
|
669
680
|
|
|
670
|
-
<span class="param-type"><a class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
681
|
+
<span class="param-type"><a link="SpatialReference.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SpatialReference" SpatialReference.html>SpatialReference</a></span>
|
|
682
|
+
|
|
671
683
|
|
|
672
684
|
|
|
673
685
|
</span>
|
|
@@ -757,12 +769,13 @@ const map = new Map({
|
|
|
757
769
|
<tbody>
|
|
758
770
|
|
|
759
771
|
<tr class="deep-level-0">
|
|
760
|
-
<td class="name"><code><a href="
|
|
772
|
+
<td class="name"><code><a href="#fromJSON">fromJSON</a></code></td>
|
|
761
773
|
<td class="name">
|
|
762
774
|
<code>
|
|
763
775
|
|
|
764
776
|
|
|
765
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
777
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
778
|
+
|
|
766
779
|
|
|
767
780
|
|
|
768
781
|
|
|
@@ -772,7 +785,7 @@ const map = new Map({
|
|
|
772
785
|
</tr>
|
|
773
786
|
|
|
774
787
|
<tr class="deep-level-0">
|
|
775
|
-
<td class="name"><code><a href="
|
|
788
|
+
<td class="name"><code><a href="#add">add</a></code></td>
|
|
776
789
|
<td class="name">
|
|
777
790
|
<code>
|
|
778
791
|
|
|
@@ -782,7 +795,7 @@ const map = new Map({
|
|
|
782
795
|
</tr>
|
|
783
796
|
|
|
784
797
|
<tr class="deep-level-0">
|
|
785
|
-
<td class="name"><code><a href="
|
|
798
|
+
<td class="name"><code><a href="#addMany">addMany</a></code></td>
|
|
786
799
|
<td class="name">
|
|
787
800
|
<code>
|
|
788
801
|
|
|
@@ -792,12 +805,13 @@ const map = new Map({
|
|
|
792
805
|
</tr>
|
|
793
806
|
|
|
794
807
|
<tr class="deep-level-0">
|
|
795
|
-
<td class="name"><code><a href="
|
|
808
|
+
<td class="name"><code><a href="#clone">clone</a></code></td>
|
|
796
809
|
<td class="name">
|
|
797
810
|
<code>
|
|
798
811
|
|
|
799
812
|
|
|
800
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
813
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
814
|
+
|
|
801
815
|
|
|
802
816
|
|
|
803
817
|
|
|
@@ -807,7 +821,7 @@ const map = new Map({
|
|
|
807
821
|
</tr>
|
|
808
822
|
|
|
809
823
|
<tr class="deep-level-0">
|
|
810
|
-
<td class="name"><code><a href="
|
|
824
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
811
825
|
<td class="name">
|
|
812
826
|
<code>
|
|
813
827
|
|
|
@@ -817,7 +831,7 @@ const map = new Map({
|
|
|
817
831
|
</tr>
|
|
818
832
|
|
|
819
833
|
<tr class="deep-level-0">
|
|
820
|
-
<td class="name"><code><a href="
|
|
834
|
+
<td class="name"><code><a href="#dispatchEvent">dispatchEvent</a></code></td>
|
|
821
835
|
<td class="name">
|
|
822
836
|
<code>
|
|
823
837
|
|
|
@@ -825,6 +839,7 @@ const map = new Map({
|
|
|
825
839
|
<span class="param-type">*</span>
|
|
826
840
|
|
|
827
841
|
|
|
842
|
+
|
|
828
843
|
|
|
829
844
|
</code>
|
|
830
845
|
</td>
|
|
@@ -832,7 +847,7 @@ const map = new Map({
|
|
|
832
847
|
</tr>
|
|
833
848
|
|
|
834
849
|
<tr class="deep-level-0">
|
|
835
|
-
<td class="name"><code><a href="
|
|
850
|
+
<td class="name"><code><a href="#findLayerById">findLayerById</a></code></td>
|
|
836
851
|
<td class="name">
|
|
837
852
|
<code>
|
|
838
853
|
|
|
@@ -844,12 +859,13 @@ const map = new Map({
|
|
|
844
859
|
</tr>
|
|
845
860
|
|
|
846
861
|
<tr class="deep-level-0">
|
|
847
|
-
<td class="name"><code><a href="
|
|
862
|
+
<td class="name"><code><a href="#getFullExtent">getFullExtent</a></code></td>
|
|
848
863
|
<td class="name">
|
|
849
864
|
<code>
|
|
850
865
|
|
|
851
866
|
|
|
852
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
867
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
868
|
+
|
|
853
869
|
|
|
854
870
|
|
|
855
871
|
|
|
@@ -859,7 +875,7 @@ const map = new Map({
|
|
|
859
875
|
</tr>
|
|
860
876
|
|
|
861
877
|
<tr class="deep-level-0">
|
|
862
|
-
<td class="name"><code><a href="
|
|
878
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
863
879
|
<td class="name">
|
|
864
880
|
<code>
|
|
865
881
|
|
|
@@ -867,6 +883,7 @@ const map = new Map({
|
|
|
867
883
|
<span class="param-type">Object</span>
|
|
868
884
|
|
|
869
885
|
|
|
886
|
+
|
|
870
887
|
|
|
871
888
|
</code>
|
|
872
889
|
</td>
|
|
@@ -881,7 +898,7 @@ const map = new Map({
|
|
|
881
898
|
</tr>
|
|
882
899
|
|
|
883
900
|
<tr class="deep-level-0">
|
|
884
|
-
<td class="name"><code><a href="
|
|
901
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
885
902
|
<td class="name">
|
|
886
903
|
<code>
|
|
887
904
|
|
|
@@ -889,6 +906,7 @@ const map = new Map({
|
|
|
889
906
|
<span class="param-type">Object</span>
|
|
890
907
|
|
|
891
908
|
|
|
909
|
+
|
|
892
910
|
|
|
893
911
|
</code>
|
|
894
912
|
</td>
|
|
@@ -902,7 +920,7 @@ const map = new Map({
|
|
|
902
920
|
</tr>
|
|
903
921
|
|
|
904
922
|
<tr class="deep-level-0">
|
|
905
|
-
<td class="name"><code><a href="
|
|
923
|
+
<td class="name"><code><a href="#remove">remove</a></code></td>
|
|
906
924
|
<td class="name">
|
|
907
925
|
<code>
|
|
908
926
|
|
|
@@ -912,7 +930,7 @@ const map = new Map({
|
|
|
912
930
|
</tr>
|
|
913
931
|
|
|
914
932
|
<tr class="deep-level-0">
|
|
915
|
-
<td class="name"><code><a href="
|
|
933
|
+
<td class="name"><code><a href="#removeAll">removeAll</a></code></td>
|
|
916
934
|
<td class="name">
|
|
917
935
|
<code>
|
|
918
936
|
|
|
@@ -922,7 +940,7 @@ const map = new Map({
|
|
|
922
940
|
</tr>
|
|
923
941
|
|
|
924
942
|
<tr class="deep-level-0">
|
|
925
|
-
<td class="name"><code><a href="
|
|
943
|
+
<td class="name"><code><a href="#removeMany">removeMany</a></code></td>
|
|
926
944
|
<td class="name">
|
|
927
945
|
<code>
|
|
928
946
|
|
|
@@ -932,7 +950,7 @@ const map = new Map({
|
|
|
932
950
|
</tr>
|
|
933
951
|
|
|
934
952
|
<tr class="deep-level-0">
|
|
935
|
-
<td class="name"><code><a href="
|
|
953
|
+
<td class="name"><code><a href="#reorder">reorder</a></code></td>
|
|
936
954
|
<td class="name">
|
|
937
955
|
<code>
|
|
938
956
|
|
|
@@ -942,7 +960,7 @@ const map = new Map({
|
|
|
942
960
|
</tr>
|
|
943
961
|
|
|
944
962
|
<tr class="deep-level-0">
|
|
945
|
-
<td class="name"><code><a href="
|
|
963
|
+
<td class="name"><code><a href="#toJSON">toJSON</a></code></td>
|
|
946
964
|
<td class="name">
|
|
947
965
|
<code>
|
|
948
966
|
|
|
@@ -950,6 +968,7 @@ const map = new Map({
|
|
|
950
968
|
<span class="param-type">Object</span>
|
|
951
969
|
|
|
952
970
|
|
|
971
|
+
|
|
953
972
|
|
|
954
973
|
</code>
|
|
955
974
|
</td>
|
|
@@ -1027,6 +1046,7 @@ const map = new Map({
|
|
|
1027
1046
|
<span class="param-type">Object</span>
|
|
1028
1047
|
|
|
1029
1048
|
|
|
1049
|
+
|
|
1030
1050
|
|
|
1031
1051
|
</td>
|
|
1032
1052
|
|
|
@@ -1112,7 +1132,8 @@ const map = new Map({
|
|
|
1112
1132
|
<div class='column is-5 has-text-left'>
|
|
1113
1133
|
<label>类型: </label>
|
|
1114
1134
|
|
|
1115
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
1135
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
1136
|
+
|
|
1116
1137
|
|
|
1117
1138
|
|
|
1118
1139
|
</div>
|
|
@@ -1192,7 +1213,8 @@ const map = new Map({
|
|
|
1192
1213
|
<span class="param-type">Object</span>
|
|
1193
1214
|
|
|
|
1194
1215
|
|
|
1195
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
1216
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
1217
|
+
|
|
1196
1218
|
|
|
1197
1219
|
|
|
1198
1220
|
|
|
@@ -1219,6 +1241,7 @@ const map = new Map({
|
|
|
1219
1241
|
<span class="param-type">Number</span>
|
|
1220
1242
|
|
|
1221
1243
|
|
|
1244
|
+
|
|
1222
1245
|
|
|
1223
1246
|
</td>
|
|
1224
1247
|
|
|
@@ -1364,7 +1387,8 @@ map.add(layer);</code></pre>
|
|
|
1364
1387
|
<td class="type">
|
|
1365
1388
|
|
|
1366
1389
|
|
|
1367
|
-
<span class="param-type">Array.<(Object|<a href="Layer.html">Layer</a>)></span>
|
|
1390
|
+
<span class="param-type">Array.<(Object|<a link="Array.<(Object|Layer)>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>)></span>
|
|
1391
|
+
|
|
1368
1392
|
|
|
1369
1393
|
|
|
1370
1394
|
|
|
@@ -1391,6 +1415,7 @@ map.add(layer);</code></pre>
|
|
|
1391
1415
|
<span class="param-type">Number</span>
|
|
1392
1416
|
|
|
1393
1417
|
|
|
1418
|
+
|
|
1394
1419
|
|
|
1395
1420
|
</td>
|
|
1396
1421
|
|
|
@@ -1574,7 +1599,8 @@ map.add(layer);</code></pre>
|
|
|
1574
1599
|
<div class='column is-5 has-text-left'>
|
|
1575
1600
|
<label>类型: </label>
|
|
1576
1601
|
|
|
1577
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
1602
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
1603
|
+
|
|
1578
1604
|
|
|
1579
1605
|
|
|
1580
1606
|
</div>
|
|
@@ -1748,6 +1774,7 @@ map.add(layer);</code></pre>
|
|
|
1748
1774
|
<span class="param-type">*</span>
|
|
1749
1775
|
|
|
1750
1776
|
|
|
1777
|
+
|
|
1751
1778
|
|
|
1752
1779
|
</td>
|
|
1753
1780
|
|
|
@@ -1772,6 +1799,7 @@ map.add(layer);</code></pre>
|
|
|
1772
1799
|
<span class="param-type">*</span>
|
|
1773
1800
|
|
|
1774
1801
|
|
|
1802
|
+
|
|
1775
1803
|
|
|
1776
1804
|
</td>
|
|
1777
1805
|
|
|
@@ -1796,6 +1824,7 @@ map.add(layer);</code></pre>
|
|
|
1796
1824
|
<span class="param-type">*</span>
|
|
1797
1825
|
|
|
1798
1826
|
|
|
1827
|
+
|
|
1799
1828
|
|
|
1800
1829
|
</td>
|
|
1801
1830
|
|
|
@@ -1882,6 +1911,7 @@ map.add(layer);</code></pre>
|
|
|
1882
1911
|
<span class="param-type">*</span>
|
|
1883
1912
|
|
|
1884
1913
|
|
|
1914
|
+
|
|
1885
1915
|
</div>
|
|
1886
1916
|
|
|
1887
1917
|
</div>
|
|
@@ -1959,6 +1989,7 @@ map.add(layer);</code></pre>
|
|
|
1959
1989
|
<span class="param-type">String</span>
|
|
1960
1990
|
|
|
1961
1991
|
|
|
1992
|
+
|
|
1962
1993
|
|
|
1963
1994
|
</td>
|
|
1964
1995
|
|
|
@@ -2156,7 +2187,8 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2156
2187
|
<div class='column is-5 has-text-left'>
|
|
2157
2188
|
<label>类型: </label>
|
|
2158
2189
|
|
|
2159
|
-
<span class="param-type"><a class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
2190
|
+
<span class="param-type"><a link="Extent.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Extent" Extent.html>Extent</a></span>
|
|
2191
|
+
|
|
2160
2192
|
|
|
2161
2193
|
|
|
2162
2194
|
</div>
|
|
@@ -2243,6 +2275,7 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2243
2275
|
<span class="param-type">string</span>
|
|
2244
2276
|
|
|
2245
2277
|
|
|
2278
|
+
|
|
2246
2279
|
|
|
2247
2280
|
</td>
|
|
2248
2281
|
|
|
@@ -2269,6 +2302,7 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2269
2302
|
<span class="param-type">function</span>
|
|
2270
2303
|
|
|
2271
2304
|
|
|
2305
|
+
|
|
2272
2306
|
|
|
2273
2307
|
</td>
|
|
2274
2308
|
|
|
@@ -2293,6 +2327,7 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2293
2327
|
<span class="param-type">Object</span>
|
|
2294
2328
|
|
|
2295
2329
|
|
|
2330
|
+
|
|
2296
2331
|
|
|
2297
2332
|
</td>
|
|
2298
2333
|
|
|
@@ -2322,7 +2357,7 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2322
2357
|
|
|
2323
2358
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2324
2359
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2325
|
-
<a class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2360
|
+
<a goto="off" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#off" Evented.html#off>Evented#off</a>
|
|
2326
2361
|
</li></ul></dd>
|
|
2327
2362
|
|
|
2328
2363
|
|
|
@@ -2386,6 +2421,7 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2386
2421
|
<span class="param-type">Object</span>
|
|
2387
2422
|
|
|
2388
2423
|
|
|
2424
|
+
|
|
2389
2425
|
</div>
|
|
2390
2426
|
|
|
2391
2427
|
</div>
|
|
@@ -2562,6 +2598,7 @@ view.off({
|
|
|
2562
2598
|
<span class="param-type">Object</span>
|
|
2563
2599
|
|
|
2564
2600
|
|
|
2601
|
+
|
|
2565
2602
|
|
|
2566
2603
|
</td>
|
|
2567
2604
|
|
|
@@ -2594,6 +2631,7 @@ view.off({
|
|
|
2594
2631
|
<span class="param-type">function</span>
|
|
2595
2632
|
|
|
2596
2633
|
|
|
2634
|
+
|
|
2597
2635
|
|
|
2598
2636
|
</td>
|
|
2599
2637
|
|
|
@@ -2624,6 +2662,7 @@ view.off({
|
|
|
2624
2662
|
<span class="param-type">Object</span>
|
|
2625
2663
|
|
|
2626
2664
|
|
|
2665
|
+
|
|
2627
2666
|
|
|
2628
2667
|
</td>
|
|
2629
2668
|
|
|
@@ -2659,7 +2698,7 @@ view.off({
|
|
|
2659
2698
|
|
|
2660
2699
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2661
2700
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2662
|
-
<a class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
2701
|
+
<a goto="on" link="Evented.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Evented#on" Evented.html#on>Evented#on</a>
|
|
2663
2702
|
</li></ul></dd>
|
|
2664
2703
|
|
|
2665
2704
|
|
|
@@ -2723,6 +2762,7 @@ view.off({
|
|
|
2723
2762
|
<span class="param-type">Object</span>
|
|
2724
2763
|
|
|
2725
2764
|
|
|
2765
|
+
|
|
2726
2766
|
</div>
|
|
2727
2767
|
|
|
2728
2768
|
</div>
|
|
@@ -2878,7 +2918,8 @@ view.on({
|
|
|
2878
2918
|
<span class="param-type">Object</span>
|
|
2879
2919
|
|
|
|
2880
2920
|
|
|
2881
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
2921
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
2922
|
+
|
|
2882
2923
|
|
|
2883
2924
|
|
|
2884
2925
|
|
|
@@ -3127,6 +3168,7 @@ map.remove(layer);</code></pre>
|
|
|
3127
3168
|
<span class="param-type">Array</span>
|
|
3128
3169
|
|
|
3129
3170
|
|
|
3171
|
+
|
|
3130
3172
|
|
|
3131
3173
|
</td>
|
|
3132
3174
|
|
|
@@ -3271,7 +3313,8 @@ map.remove(layer);</code></pre>
|
|
|
3271
3313
|
<td class="type">
|
|
3272
3314
|
|
|
3273
3315
|
|
|
3274
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3316
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3317
|
+
|
|
3275
3318
|
|
|
3276
3319
|
|
|
3277
3320
|
|
|
@@ -3298,6 +3341,7 @@ map.remove(layer);</code></pre>
|
|
|
3298
3341
|
<span class="param-type">Number</span>
|
|
3299
3342
|
|
|
3300
3343
|
|
|
3344
|
+
|
|
3301
3345
|
|
|
3302
3346
|
</td>
|
|
3303
3347
|
|
|
@@ -3484,6 +3528,7 @@ map.remove(layer);</code></pre>
|
|
|
3484
3528
|
<span class="param-type">Object</span>
|
|
3485
3529
|
|
|
3486
3530
|
|
|
3531
|
+
|
|
3487
3532
|
</div>
|
|
3488
3533
|
|
|
3489
3534
|
</div>
|
|
@@ -3623,6 +3668,7 @@ map.remove(layer);</code></pre>
|
|
|
3623
3668
|
<span class="param-type">Object</span>
|
|
3624
3669
|
|
|
3625
3670
|
|
|
3671
|
+
|
|
3626
3672
|
|
|
3627
3673
|
</td>
|
|
3628
3674
|
|
|
@@ -3656,6 +3702,7 @@ map.remove(layer);</code></pre>
|
|
|
3656
3702
|
<span class="param-type">String</span>
|
|
3657
3703
|
|
|
3658
3704
|
|
|
3705
|
+
|
|
3659
3706
|
|
|
3660
3707
|
</td>
|
|
3661
3708
|
|
|
@@ -3690,7 +3737,8 @@ map.remove(layer);</code></pre>
|
|
|
3690
3737
|
<td class="type">
|
|
3691
3738
|
|
|
3692
3739
|
|
|
3693
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3740
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
3741
|
+
|
|
3694
3742
|
|
|
3695
3743
|
|
|
3696
3744
|
|
|
@@ -3730,6 +3778,7 @@ map.remove(layer);</code></pre>
|
|
|
3730
3778
|
<span class="param-type">View</span>
|
|
3731
3779
|
|
|
3732
3780
|
|
|
3781
|
+
|
|
3733
3782
|
|
|
3734
3783
|
</td>
|
|
3735
3784
|
|
|
@@ -3764,7 +3813,8 @@ map.remove(layer);</code></pre>
|
|
|
3764
3813
|
<td class="type">
|
|
3765
3814
|
|
|
3766
3815
|
|
|
3767
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
3816
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
3817
|
+
|
|
3768
3818
|
|
|
3769
3819
|
|
|
3770
3820
|
|
|
@@ -3804,6 +3854,7 @@ map.remove(layer);</code></pre>
|
|
|
3804
3854
|
<span class="param-type">View</span>
|
|
3805
3855
|
|
|
3806
3856
|
|
|
3857
|
+
|
|
3807
3858
|
|
|
3808
3859
|
</td>
|
|
3809
3860
|
|
|
@@ -3981,6 +4032,7 @@ map.remove(layer);</code></pre>
|
|
|
3981
4032
|
<span class="param-type">Object</span>
|
|
3982
4033
|
|
|
3983
4034
|
|
|
4035
|
+
|
|
3984
4036
|
|
|
3985
4037
|
</td>
|
|
3986
4038
|
|
|
@@ -4014,6 +4066,7 @@ map.remove(layer);</code></pre>
|
|
|
4014
4066
|
<span class="param-type">String</span>
|
|
4015
4067
|
|
|
4016
4068
|
|
|
4069
|
+
|
|
4017
4070
|
|
|
4018
4071
|
</td>
|
|
4019
4072
|
|
|
@@ -4048,7 +4101,8 @@ map.remove(layer);</code></pre>
|
|
|
4048
4101
|
<td class="type">
|
|
4049
4102
|
|
|
4050
4103
|
|
|
4051
|
-
<span class="param-type"><a class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4104
|
+
<span class="param-type"><a link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer" Layer.html>Layer</a></span>
|
|
4105
|
+
|
|
4052
4106
|
|
|
4053
4107
|
|
|
4054
4108
|
|
|
@@ -4088,6 +4142,7 @@ map.remove(layer);</code></pre>
|
|
|
4088
4142
|
<span class="param-type">View</span>
|
|
4089
4143
|
|
|
4090
4144
|
|
|
4145
|
+
|
|
4091
4146
|
|
|
4092
4147
|
</td>
|
|
4093
4148
|
|
|
@@ -4122,7 +4177,8 @@ map.remove(layer);</code></pre>
|
|
|
4122
4177
|
<td class="type">
|
|
4123
4178
|
|
|
4124
4179
|
|
|
4125
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4180
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4181
|
+
|
|
4126
4182
|
|
|
4127
4183
|
|
|
4128
4184
|
|
|
@@ -4162,6 +4218,7 @@ map.remove(layer);</code></pre>
|
|
|
4162
4218
|
<span class="param-type">View</span>
|
|
4163
4219
|
|
|
4164
4220
|
|
|
4221
|
+
|
|
4165
4222
|
|
|
4166
4223
|
</td>
|
|
4167
4224
|
|
|
@@ -4339,6 +4396,7 @@ map.remove(layer);</code></pre>
|
|
|
4339
4396
|
<span class="param-type">Object</span>
|
|
4340
4397
|
|
|
4341
4398
|
|
|
4399
|
+
|
|
4342
4400
|
|
|
4343
4401
|
</td>
|
|
4344
4402
|
|
|
@@ -4372,6 +4430,7 @@ map.remove(layer);</code></pre>
|
|
|
4372
4430
|
<span class="param-type">String</span>
|
|
4373
4431
|
|
|
4374
4432
|
|
|
4433
|
+
|
|
4375
4434
|
|
|
4376
4435
|
</td>
|
|
4377
4436
|
|
|
@@ -4406,7 +4465,8 @@ map.remove(layer);</code></pre>
|
|
|
4406
4465
|
<td class="type">
|
|
4407
4466
|
|
|
4408
4467
|
|
|
4409
|
-
<span class="param-type">Array.<<a href="Layer.html">Layer</a>></span>
|
|
4468
|
+
<span class="param-type">Array.<<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
|
|
4469
|
+
|
|
4410
4470
|
|
|
4411
4471
|
|
|
4412
4472
|
|
|
@@ -4446,6 +4506,7 @@ map.remove(layer);</code></pre>
|
|
|
4446
4506
|
<span class="param-type">View</span>
|
|
4447
4507
|
|
|
4448
4508
|
|
|
4509
|
+
|
|
4449
4510
|
|
|
4450
4511
|
</td>
|
|
4451
4512
|
|
|
@@ -4480,7 +4541,8 @@ map.remove(layer);</code></pre>
|
|
|
4480
4541
|
<td class="type">
|
|
4481
4542
|
|
|
4482
4543
|
|
|
4483
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4544
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4545
|
+
|
|
4484
4546
|
|
|
4485
4547
|
|
|
4486
4548
|
|
|
@@ -4520,6 +4582,7 @@ map.remove(layer);</code></pre>
|
|
|
4520
4582
|
<span class="param-type">View</span>
|
|
4521
4583
|
|
|
4522
4584
|
|
|
4585
|
+
|
|
4523
4586
|
|
|
4524
4587
|
</td>
|
|
4525
4588
|
|
|
@@ -4697,6 +4760,7 @@ map.remove(layer);</code></pre>
|
|
|
4697
4760
|
<span class="param-type">Object</span>
|
|
4698
4761
|
|
|
4699
4762
|
|
|
4763
|
+
|
|
4700
4764
|
|
|
4701
4765
|
</td>
|
|
4702
4766
|
|
|
@@ -4730,6 +4794,7 @@ map.remove(layer);</code></pre>
|
|
|
4730
4794
|
<span class="param-type">String</span>
|
|
4731
4795
|
|
|
4732
4796
|
|
|
4797
|
+
|
|
4733
4798
|
|
|
4734
4799
|
</td>
|
|
4735
4800
|
|
|
@@ -4764,7 +4829,8 @@ map.remove(layer);</code></pre>
|
|
|
4764
4829
|
<td class="type">
|
|
4765
4830
|
|
|
4766
4831
|
|
|
4767
|
-
<span class="param-type">Array.<<a href="Layer.html">Layer</a>></span>
|
|
4832
|
+
<span class="param-type">Array.<<a link="Array.<Layer>.html" onclick="getTypeHTML(event)" href="Layer.html">Layer</a>></span>
|
|
4833
|
+
|
|
4768
4834
|
|
|
4769
4835
|
|
|
4770
4836
|
|
|
@@ -4804,6 +4870,7 @@ map.remove(layer);</code></pre>
|
|
|
4804
4870
|
<span class="param-type">View</span>
|
|
4805
4871
|
|
|
4806
4872
|
|
|
4873
|
+
|
|
4807
4874
|
|
|
4808
4875
|
</td>
|
|
4809
4876
|
|
|
@@ -4838,7 +4905,8 @@ map.remove(layer);</code></pre>
|
|
|
4838
4905
|
<td class="type">
|
|
4839
4906
|
|
|
4840
4907
|
|
|
4841
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4908
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
4909
|
+
|
|
4842
4910
|
|
|
4843
4911
|
|
|
4844
4912
|
|
|
@@ -4878,6 +4946,7 @@ map.remove(layer);</code></pre>
|
|
|
4878
4946
|
<span class="param-type">View</span>
|
|
4879
4947
|
|
|
4880
4948
|
|
|
4949
|
+
|
|
4881
4950
|
|
|
4882
4951
|
</td>
|
|
4883
4952
|
|
|
@@ -5055,6 +5124,7 @@ map.remove(layer);</code></pre>
|
|
|
5055
5124
|
<span class="param-type">Object</span>
|
|
5056
5125
|
|
|
5057
5126
|
|
|
5127
|
+
|
|
5058
5128
|
|
|
5059
5129
|
</td>
|
|
5060
5130
|
|
|
@@ -5088,6 +5158,7 @@ map.remove(layer);</code></pre>
|
|
|
5088
5158
|
<span class="param-type">String</span>
|
|
5089
5159
|
|
|
5090
5160
|
|
|
5161
|
+
|
|
5091
5162
|
|
|
5092
5163
|
</td>
|
|
5093
5164
|
|
|
@@ -5125,6 +5196,7 @@ map.remove(layer);</code></pre>
|
|
|
5125
5196
|
<span class="param-type">View</span>
|
|
5126
5197
|
|
|
5127
5198
|
|
|
5199
|
+
|
|
5128
5200
|
|
|
5129
5201
|
</td>
|
|
5130
5202
|
|
|
@@ -5159,7 +5231,8 @@ map.remove(layer);</code></pre>
|
|
|
5159
5231
|
<td class="type">
|
|
5160
5232
|
|
|
5161
5233
|
|
|
5162
|
-
<span class="param-type"><a class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5234
|
+
<span class="param-type"><a link="Map.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Map" Map.html>Map</a></span>
|
|
5235
|
+
|
|
5163
5236
|
|
|
5164
5237
|
|
|
5165
5238
|
|
|
@@ -5199,6 +5272,7 @@ map.remove(layer);</code></pre>
|
|
|
5199
5272
|
<span class="param-type">View</span>
|
|
5200
5273
|
|
|
5201
5274
|
|
|
5275
|
+
|
|
5202
5276
|
|
|
5203
5277
|
</td>
|
|
5204
5278
|
|