@mapgis/webclient-leaflet-plugin 17.0.7 → 17.2.1
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 +11 -39
- package/dist/es5/webclient-common.min.js +15 -4
- package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
- package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
- package/documention/ArcGISMapImageLayer.html +820 -0
- package/documention/ArcGISTileLayer.html +498 -0
- package/documention/EchartsLayer.html +261 -0
- package/documention/FeatureLayer.html +212 -0
- package/documention/FeatureLayerUtil.html +288 -0
- package/documention/IGSMapImageLayer.html +948 -0
- package/documention/IGSTileLayer.html +562 -0
- package/documention/MapLayer.html +330 -0
- package/documention/MapVLayer.html +320 -0
- package/documention/MapViewLeaflet.html +7 -7
- package/documention/Popup.html +4 -2
- package/documention/Screenshot.html +5 -143
- package/documention/SketchEditorLeaflet.html +106 -47
- package/documention/TileLayer.html +279 -0
- package/documention/TileLayerWMS.html +222 -0
- package/documention/VectorTileLayer.html +529 -0
- package/documention/WMSLayerView.html +689 -0
- package/documention/WebMapServiceLayer.html +723 -0
- package/documention/WebMapTileServiceLayer.html +754 -0
- package/documention/WebTileLayer.html +663 -0
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +22 -22
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +30 -30
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -34
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +3 -3
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -34
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +47 -47
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +33 -33
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +30 -30
- package/documention/Zondy.Widget.html +5 -5
- package/documention/global.html +454 -0
- package/documention/index.html +6 -6
- package/documention/scripts/sideBar.js +16 -2
- package/package.json +6 -6
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>随机专题图对数据(<<code>
|
|
38
|
+
<p>随机专题图对数据(<<code>zondy.Feature.Vector</code>>)属性字段(attributes)的属性值进行分段,使用不同的颜色或符号(线型、填充)渲染不同范围段的属性值。
|
|
39
39
|
随机专题图一般用来反映连续分布现象的数量或程度特征,如降水量的分布,土壤侵蚀强度的分布等。</p>
|
|
40
40
|
</div>
|
|
41
41
|
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
|
|
449
449
|
|
|
450
450
|
<ul>
|
|
451
|
-
<li><a link="
|
|
451
|
+
<li><a link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer" zondy.themelayer.GeoFeatureThemeLayer.html>zondy.themelayer.GeoFeatureThemeLayer</a></li>
|
|
452
452
|
</ul>
|
|
453
453
|
|
|
454
454
|
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
|
|
681
681
|
<span class="param-type">
|
|
682
682
|
|
|
683
|
-
Array.<<a onclick="getTypeHTML(event)" link="
|
|
683
|
+
Array.<<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
|
|
684
684
|
|
|
685
685
|
</span>
|
|
686
686
|
|
|
@@ -913,7 +913,7 @@
|
|
|
913
913
|
|
|
914
914
|
<dt class="inherited-from">Inherited From:</dt>
|
|
915
915
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
916
|
-
<a goto="addFeatures" link="
|
|
916
|
+
<a goto="addFeatures" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#addFeatures" zondy.themelayer.GeoFeatureThemeLayer.html#addFeatures>zondy.themelayer.GeoFeatureThemeLayer#addFeatures</a>
|
|
917
917
|
</li></ul></dd>
|
|
918
918
|
|
|
919
919
|
|
|
@@ -1009,7 +1009,7 @@
|
|
|
1009
1009
|
|
|
1010
1010
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1011
1011
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1012
|
-
<a goto="clear" link="
|
|
1012
|
+
<a goto="clear" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#clear" zondy.themelayer.GeoFeatureThemeLayer.html#clear>zondy.themelayer.GeoFeatureThemeLayer#clear</a>
|
|
1013
1013
|
</li></ul></dd>
|
|
1014
1014
|
|
|
1015
1015
|
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
|
|
1106
1106
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1107
1107
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1108
|
-
<a goto="clearCache" link="
|
|
1108
|
+
<a goto="clearCache" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#clearCache" zondy.themelayer.GeoFeatureThemeLayer.html#clearCache>zondy.themelayer.GeoFeatureThemeLayer#clearCache</a>
|
|
1109
1109
|
</li></ul></dd>
|
|
1110
1110
|
|
|
1111
1111
|
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
|
|
1256
1256
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1257
1257
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1258
|
-
<a goto="createThematicFeature" link="
|
|
1258
|
+
<a goto="createThematicFeature" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#createThematicFeature" zondy.themelayer.GeoFeatureThemeLayer.html#createThematicFeature>zondy.themelayer.GeoFeatureThemeLayer#createThematicFeature</a>
|
|
1259
1259
|
</li></ul></dd>
|
|
1260
1260
|
|
|
1261
1261
|
|
|
@@ -1370,7 +1370,7 @@
|
|
|
1370
1370
|
|
|
1371
1371
|
<span class="param-type">
|
|
1372
1372
|
|
|
1373
|
-
Array.<
|
|
1373
|
+
Array.<zondy.Feature.Vector>
|
|
1374
1374
|
|
|
1375
1375
|
</span>
|
|
1376
1376
|
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
|
|
1406
1406
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1407
1407
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1408
|
-
<a goto="destroyFeatures" link="
|
|
1408
|
+
<a goto="destroyFeatures" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#destroyFeatures" zondy.themelayer.ThemeLayer.html#destroyFeatures>zondy.themelayer.ThemeLayer#destroyFeatures</a>
|
|
1409
1409
|
</li></ul></dd>
|
|
1410
1410
|
|
|
1411
1411
|
|
|
@@ -1501,7 +1501,7 @@
|
|
|
1501
1501
|
|
|
1502
1502
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1503
1503
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1504
|
-
<a goto="getCacheCount" link="
|
|
1504
|
+
<a goto="getCacheCount" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#getCacheCount" zondy.themelayer.GeoFeatureThemeLayer.html#getCacheCount>zondy.themelayer.GeoFeatureThemeLayer#getCacheCount</a>
|
|
1505
1505
|
</li></ul></dd>
|
|
1506
1506
|
|
|
1507
1507
|
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
|
|
1749
1749
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1750
1750
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1751
|
-
<a goto="getEvents" link="
|
|
1751
|
+
<a goto="getEvents" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#getEvents" zondy.themelayer.ThemeLayer.html#getEvents>zondy.themelayer.ThemeLayer#getEvents</a>
|
|
1752
1752
|
</li></ul></dd>
|
|
1753
1753
|
|
|
1754
1754
|
|
|
@@ -1957,7 +1957,7 @@
|
|
|
1957
1957
|
|
|
1958
1958
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1959
1959
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1960
|
-
<a goto="getFeatureBy" link="
|
|
1960
|
+
<a goto="getFeatureBy" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#getFeatureBy" zondy.themelayer.ThemeLayer.html#getFeatureBy>zondy.themelayer.ThemeLayer#getFeatureBy</a>
|
|
1961
1961
|
</li></ul></dd>
|
|
1962
1962
|
|
|
1963
1963
|
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
|
|
2108
2108
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2109
2109
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2110
|
-
<a goto="getFeatureById" link="
|
|
2110
|
+
<a goto="getFeatureById" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#getFeatureById" zondy.themelayer.ThemeLayer.html#getFeatureById>zondy.themelayer.ThemeLayer#getFeatureById</a>
|
|
2111
2111
|
</li></ul></dd>
|
|
2112
2112
|
|
|
2113
2113
|
|
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
|
|
2204
2204
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2205
2205
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2206
|
-
<a goto="getFeatures" link="
|
|
2206
|
+
<a goto="getFeatures" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#getFeatures" zondy.themelayer.ThemeLayer.html#getFeatures>zondy.themelayer.ThemeLayer#getFeatures</a>
|
|
2207
2207
|
</li></ul></dd>
|
|
2208
2208
|
|
|
2209
2209
|
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
|
|
2413
2413
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2414
2414
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2415
|
-
<a goto="getFeaturesByAttribute" link="
|
|
2415
|
+
<a goto="getFeaturesByAttribute" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#getFeaturesByAttribute" zondy.themelayer.ThemeLayer.html#getFeaturesByAttribute>zondy.themelayer.ThemeLayer#getFeaturesByAttribute</a>
|
|
2416
2416
|
</li></ul></dd>
|
|
2417
2417
|
|
|
2418
2418
|
|
|
@@ -2592,7 +2592,7 @@
|
|
|
2592
2592
|
|
|
2593
2593
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2594
2594
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2595
|
-
<a goto="getLocalXY" link="
|
|
2595
|
+
<a goto="getLocalXY" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#getLocalXY" zondy.themelayer.ThemeLayer.html#getLocalXY>zondy.themelayer.ThemeLayer#getLocalXY</a>
|
|
2596
2596
|
</li></ul></dd>
|
|
2597
2597
|
|
|
2598
2598
|
|
|
@@ -2742,7 +2742,7 @@
|
|
|
2742
2742
|
|
|
2743
2743
|
<dt class="inherited-from">Inherited From:</dt>
|
|
2744
2744
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
2745
|
-
<a goto="getShapesByFeatureID" link="
|
|
2745
|
+
<a goto="getShapesByFeatureID" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#getShapesByFeatureID" zondy.themelayer.GeoFeatureThemeLayer.html#getShapesByFeatureID>zondy.themelayer.GeoFeatureThemeLayer#getShapesByFeatureID</a>
|
|
2746
2746
|
</li></ul></dd>
|
|
2747
2747
|
|
|
2748
2748
|
|
|
@@ -2892,7 +2892,7 @@
|
|
|
2892
2892
|
|
|
2893
2893
|
<span class="param-type">
|
|
2894
2894
|
|
|
2895
|
-
Array.<<a onclick="getTypeHTML(event)" link="
|
|
2895
|
+
Array.<<a onclick="getTypeHTML(event)" link="zondy.themelayer.ThemeStyle.html">zondy.themelayer.ThemeStyle</a>>
|
|
2896
2896
|
|
|
2897
2897
|
</span>
|
|
2898
2898
|
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
|
|
3041
3041
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3042
3042
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3043
|
-
<a class="mapgis-link-name" title="
|
|
3043
|
+
<a class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#initialize" zondy.themelayer.GeoFeatureThemeLayer.html#initialize>zondy.themelayer.GeoFeatureThemeLayer#initialize</a>
|
|
3044
3044
|
</li></ul></dd>
|
|
3045
3045
|
|
|
3046
3046
|
|
|
@@ -3246,7 +3246,7 @@
|
|
|
3246
3246
|
|
|
3247
3247
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3248
3248
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3249
|
-
<a goto="off" link="
|
|
3249
|
+
<a goto="off" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#off" zondy.themelayer.ThemeLayer.html#off>zondy.themelayer.ThemeLayer#off</a>
|
|
3250
3250
|
</li></ul></dd>
|
|
3251
3251
|
|
|
3252
3252
|
|
|
@@ -3454,7 +3454,7 @@
|
|
|
3454
3454
|
|
|
3455
3455
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3456
3456
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3457
|
-
<a goto="on" link="
|
|
3457
|
+
<a goto="on" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#on" zondy.themelayer.ThemeLayer.html#on>zondy.themelayer.ThemeLayer#on</a>
|
|
3458
3458
|
</li></ul></dd>
|
|
3459
3459
|
|
|
3460
3460
|
|
|
@@ -3606,7 +3606,7 @@
|
|
|
3606
3606
|
|
|
3607
3607
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3608
3608
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3609
|
-
|
|
3609
|
+
zondy.themelayer.GeoFeatureThemeLayer#onAdd
|
|
3610
3610
|
</li></ul></dd>
|
|
3611
3611
|
|
|
3612
3612
|
|
|
@@ -3754,7 +3754,7 @@
|
|
|
3754
3754
|
|
|
3755
3755
|
<dt class="inherited-from">Inherited From:</dt>
|
|
3756
3756
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
3757
|
-
<a goto="onRemove" link="
|
|
3757
|
+
<a goto="onRemove" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#onRemove" zondy.themelayer.ThemeLayer.html#onRemove>zondy.themelayer.ThemeLayer#onRemove</a>
|
|
3758
3758
|
</li></ul></dd>
|
|
3759
3759
|
|
|
3760
3760
|
|
|
@@ -3852,7 +3852,7 @@
|
|
|
3852
3852
|
|
|
3853
3853
|
<dt class="tag-overrides">Overrides:</dt>
|
|
3854
3854
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
3855
|
-
<a class="mapgis-link-name" title="
|
|
3855
|
+
<a class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#redraw" zondy.themelayer.GeoFeatureThemeLayer.html#redraw>zondy.themelayer.GeoFeatureThemeLayer#redraw</a>
|
|
3856
3856
|
</li></ul></dd>
|
|
3857
3857
|
|
|
3858
3858
|
|
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
|
|
4003
4003
|
<dt class="tag-overrides">Overrides:</dt>
|
|
4004
4004
|
<dd class="tag-overrides"><ul class="dummy"><li>
|
|
4005
|
-
<a class="mapgis-link-name" title="
|
|
4005
|
+
<a class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#redrawThematicFeatures" zondy.themelayer.GeoFeatureThemeLayer.html#redrawThematicFeatures>zondy.themelayer.GeoFeatureThemeLayer#redrawThematicFeatures</a>
|
|
4006
4006
|
</li></ul></dd>
|
|
4007
4007
|
|
|
4008
4008
|
|
|
@@ -4096,7 +4096,7 @@
|
|
|
4096
4096
|
|
|
4097
4097
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4098
4098
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4099
|
-
<a goto="removeAllFeatures" link="
|
|
4099
|
+
<a goto="removeAllFeatures" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#removeAllFeatures" zondy.themelayer.GeoFeatureThemeLayer.html#removeAllFeatures>zondy.themelayer.GeoFeatureThemeLayer#removeAllFeatures</a>
|
|
4100
4100
|
</li></ul></dd>
|
|
4101
4101
|
|
|
4102
4102
|
|
|
@@ -4246,7 +4246,7 @@
|
|
|
4246
4246
|
|
|
4247
4247
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4248
4248
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4249
|
-
<a goto="removeFeatures" link="
|
|
4249
|
+
<a goto="removeFeatures" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#removeFeatures" zondy.themelayer.GeoFeatureThemeLayer.html#removeFeatures>zondy.themelayer.GeoFeatureThemeLayer#removeFeatures</a>
|
|
4250
4250
|
</li></ul></dd>
|
|
4251
4251
|
|
|
4252
4252
|
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
|
|
4397
4397
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4398
4398
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4399
|
-
<a goto="setMaxCacheCount" link="
|
|
4399
|
+
<a goto="setMaxCacheCount" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#setMaxCacheCount" zondy.themelayer.GeoFeatureThemeLayer.html#setMaxCacheCount>zondy.themelayer.GeoFeatureThemeLayer#setMaxCacheCount</a>
|
|
4400
4400
|
</li></ul></dd>
|
|
4401
4401
|
|
|
4402
4402
|
|
|
@@ -4546,7 +4546,7 @@
|
|
|
4546
4546
|
|
|
4547
4547
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4548
4548
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4549
|
-
<a goto="setOpacity" link="
|
|
4549
|
+
<a goto="setOpacity" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#setOpacity" zondy.themelayer.ThemeLayer.html#setOpacity>zondy.themelayer.ThemeLayer#setOpacity</a>
|
|
4550
4550
|
</li></ul></dd>
|
|
4551
4551
|
|
|
4552
4552
|
|
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
|
|
4697
4697
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4698
4698
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4699
|
-
<a goto="update" link="
|
|
4699
|
+
<a goto="update" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#update" zondy.themelayer.ThemeLayer.html#update>zondy.themelayer.ThemeLayer#update</a>
|
|
4700
4700
|
</li></ul></dd>
|
|
4701
4701
|
|
|
4702
4702
|
|
|
@@ -4891,7 +4891,7 @@
|
|
|
4891
4891
|
|
|
4892
4892
|
<dt class="inherited-from">Inherited From:</dt>
|
|
4893
4893
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
4894
|
-
<a goto="event:beforefeaturesadded" link="
|
|
4894
|
+
<a goto="event:beforefeaturesadded" link="zondy.themelayer.GeoFeatureThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded" zondy.themelayer.GeoFeatureThemeLayer.html#event:beforefeaturesadded>zondy.themelayer.GeoFeatureThemeLayer#event:beforefeaturesadded</a>
|
|
4895
4895
|
</li></ul></dd>
|
|
4896
4896
|
|
|
4897
4897
|
|
|
@@ -5074,7 +5074,7 @@
|
|
|
5074
5074
|
|
|
5075
5075
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5076
5076
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5077
|
-
<a goto="event:changelayer" link="
|
|
5077
|
+
<a goto="event:changelayer" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#event:changelayer" zondy.themelayer.ThemeLayer.html#event:changelayer>zondy.themelayer.ThemeLayer#event:changelayer</a>
|
|
5078
5078
|
</li></ul></dd>
|
|
5079
5079
|
|
|
5080
5080
|
|
|
@@ -5197,7 +5197,7 @@
|
|
|
5197
5197
|
|
|
5198
5198
|
<span class="param-type">
|
|
5199
5199
|
|
|
5200
|
-
Array.<
|
|
5200
|
+
Array.<zondy.Feature.Vector>
|
|
5201
5201
|
|
|
5202
5202
|
</span>
|
|
5203
5203
|
|
|
@@ -5257,7 +5257,7 @@
|
|
|
5257
5257
|
|
|
5258
5258
|
<dt class="inherited-from">Inherited From:</dt>
|
|
5259
5259
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
5260
|
-
<a goto="event:featuresremoved" link="
|
|
5260
|
+
<a goto="event:featuresremoved" link="zondy.themelayer.ThemeLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="zondy.themelayer.ThemeLayer#event:featuresremoved" zondy.themelayer.ThemeLayer.html#event:featuresremoved>zondy.themelayer.ThemeLayer#event:featuresremoved</a>
|
|
5261
5261
|
</li></ul></dd>
|
|
5262
5262
|
|
|
5263
5263
|
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
|
|
743
743
|
<span class="param-type">
|
|
744
744
|
|
|
745
|
-
Array.<
|
|
745
|
+
Array.<zondy.Feature.Vector>
|
|
746
746
|
|
|
747
747
|
</span>
|
|
748
748
|
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
|
|
2706
2706
|
<span class="param-type">
|
|
2707
2707
|
|
|
2708
|
-
Array.<
|
|
2708
|
+
Array.<zondy.Feature.Vector>
|
|
2709
2709
|
|
|
2710
2710
|
</span>
|
|
2711
2711
|
|
|
@@ -3361,7 +3361,7 @@
|
|
|
3361
3361
|
|
|
3362
3362
|
<span class="param-type">
|
|
3363
3363
|
|
|
3364
|
-
Array.<
|
|
3364
|
+
Array.<zondy.Feature.Vector>
|
|
3365
3365
|
|
|
3366
3366
|
</span>
|
|
3367
3367
|
|