@vertigis/arcgis-extensions 33.5.5 → 34.0.2
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/docs/html/assets/js/search.js +1 -1
- package/docs/html/classes/mapping__sublayerextension.sublayerextension.html +48 -48
- package/docs/html/classes/mapping__sublayerextension.sublayerschema.html +4 -4
- package/docs/html/classes/mapping__sublayerextension.subsublayerextensioncollection.html +6 -6
- package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerextension.html +61 -57
- package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerfeaturesettings.html +8 -8
- package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerrelationshipcollection.html +4 -4
- package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerschema.html +15 -15
- package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextension.html +32 -32
- package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerschema.html +2 -2
- package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerextension.html +35 -35
- package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerschema.html +4 -4
- package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerextension.html +42 -42
- package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerschema.html +3 -3
- package/docs/html/classes/mapping_kmlsublayerextension.kmlsublayerextension.html +36 -36
- package/docs/html/classes/mapping_mapextension.mapextension.html +13 -13
- package/docs/html/classes/mapping_mapimagesublayerextension.mapimagesublayerextension.html +55 -51
- package/docs/html/classes/mapping_tilesublayerextension.tilesublayerextension.html +62 -62
- package/docs/html/classes/mapping_wmssublayerextension.wmssublayerextension.html +36 -36
- package/docs/html/classes/mapping_wmtssublayerextension.wmtssublayerextension.html +53 -53
- package/docs/html/classes/utilities_geometry.coordinatesystembounds.html +5 -5
- package/docs/html/interfaces/mapping__sublayerextension.sublayerextensionproperties.html +5 -5
- package/docs/html/interfaces/mapping__sublayerextension.sublayerproperties.html +2 -2
- package/docs/html/interfaces/mapping__sublayerextension.sublayerreference.html +2 -2
- package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerextensioncollection.html +3 -3
- package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerextensionproperties.html +6 -6
- package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerproperties.html +2 -2
- package/docs/html/interfaces/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextensionproperties.html +3 -3
- package/docs/html/interfaces/mapping_buildinggroupsublayerextension.buildinggroupsublayerextensionproperties.html +3 -3
- package/docs/html/interfaces/mapping_buildingsublayerextension.buildingsublayerextensionproperties.html +3 -3
- package/docs/html/interfaces/mapping_buildingsublayerextension.buildingsublayerproperties.html +2 -2
- package/docs/html/interfaces/mapping_kmlsublayerextension.kmlsublayerextensionproperties.html +3 -3
- package/docs/html/interfaces/mapping_mapimagesublayerextension.mapimagesublayerextensionproperties.html +4 -4
- package/docs/html/interfaces/mapping_mapimagesublayerextension.mapimagesublayerproperties.html +2 -2
- package/docs/html/interfaces/mapping_tilesublayerextension.tilesublayerextensionproperties.html +6 -6
- package/docs/html/interfaces/mapping_tilesublayerextension.tilesublayerproperties.html +2 -2
- package/docs/html/interfaces/mapping_wmssublayerextension.wmssublayerextensionproperties.html +3 -3
- package/docs/html/interfaces/mapping_wmssublayerextension.wmssublayerproperties.html +2 -2
- package/docs/html/interfaces/mapping_wmtssublayerextension.wmtssublayerextensionproperties.html +5 -5
- package/docs/html/interfaces/support_serializable.propertydef.html +1 -1
- package/docs/html/interfaces/utilities_geometry.geographictransformationjson.html +1 -1
- package/docs/html/interfaces/utilities_geometry.geographictransformationstepjson.html +3 -3
- package/docs/html/interfaces/utilities_geometry.geojsonlinestring.html +2 -2
- package/docs/html/interfaces/utilities_geometry.geojsonmultilinestring.html +2 -2
- package/docs/html/interfaces/utilities_geometry.geojsonmultipoint.html +2 -2
- package/docs/html/interfaces/utilities_geometry.geojsonmultipolygon.html +2 -2
- package/docs/html/interfaces/utilities_geometry.geojsonpoint.html +2 -2
- package/docs/html/interfaces/utilities_geometry.geojsonpolygon.html +2 -2
- package/docs/html/interfaces/utilities_geometry.gmloptions.html +3 -3
- package/docs/html/modules/mapping__sublayerextension.html +3 -3
- package/docs/html/modules/mapping_mapextension.html +1 -1
- package/docs/html/modules/utilities_esri.html +35 -0
- package/docs/html/modules/utilities_extensions.html +85 -15
- package/docs/html/modules/utilities_geometry.html +25 -25
- package/docs/html/modules/version.html +1 -1
- package/mapping/ArcGISSublayerExtension.d.ts +4 -0
- package/mapping/ArcGISSublayerExtension.js +1 -1
- package/mapping/MapExtension.js +1 -1
- package/mapping/TileSublayerExtension.d.ts +5 -0
- package/mapping/TileSublayerExtension.js +1 -1
- package/mapping/WMTSSublayerExtension.d.ts +5 -0
- package/mapping/WMTSSublayerExtension.js +1 -1
- package/mapping/_SublayerExtension.d.ts +1 -1
- package/mapping/_SublayerExtension.js +1 -1
- package/mapping/support/DefaultSublayerExtensionFactory.js +1 -1
- package/package.json +3 -2
- package/support/Serializable.d.ts +1 -1
- package/utilities/esri.d.ts +6 -0
- package/utilities/esri.js +1 -1
- package/utilities/extensions.d.ts +14 -0
- package/utilities/extensions.js +1 -1
- package/utilities/geometry.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
<aside class="tsd-sources">
|
|
245
245
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#constructor">constructor</a></p>
|
|
246
246
|
<ul>
|
|
247
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
247
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:445</li>
|
|
248
248
|
</ul>
|
|
249
249
|
</aside>
|
|
250
250
|
<div class="tsd-comment tsd-typography">
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
<div class="tsd-signature tsd-kind-icon">_effective<wbr>Full<wbr>Extent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Extent</span></div>
|
|
281
281
|
<aside class="tsd-sources">
|
|
282
282
|
<ul>
|
|
283
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
283
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:417</li>
|
|
284
284
|
</ul>
|
|
285
285
|
</aside>
|
|
286
286
|
<div class="tsd-comment tsd-typography">
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
<aside class="tsd-sources">
|
|
313
313
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_itemtype">_itemType</a></p>
|
|
314
314
|
<ul>
|
|
315
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
315
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:422</li>
|
|
316
316
|
</ul>
|
|
317
317
|
</aside>
|
|
318
318
|
<div class="tsd-comment tsd-typography">
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
<div class="tsd-signature tsd-kind-icon">_watch<wbr>Handles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IHandle</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div>
|
|
328
328
|
<aside class="tsd-sources">
|
|
329
329
|
<ul>
|
|
330
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
330
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:428</li>
|
|
331
331
|
</ul>
|
|
332
332
|
</aside>
|
|
333
333
|
<div class="tsd-comment tsd-typography">
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
<div class="tsd-signature tsd-kind-icon">icon<wbr>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
376
376
|
<aside class="tsd-sources">
|
|
377
377
|
<ul>
|
|
378
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
378
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:272</li>
|
|
379
379
|
</ul>
|
|
380
380
|
</aside>
|
|
381
381
|
<div class="tsd-comment tsd-typography">
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
<div class="tsd-signature tsd-kind-icon">layer<wbr>List<wbr>Settings<span class="tsd-signature-symbol">:</span> <a href="mapping_support_layerlistsettings.layerlistsettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></div>
|
|
391
391
|
<aside class="tsd-sources">
|
|
392
392
|
<ul>
|
|
393
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
393
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:250</li>
|
|
394
394
|
</ul>
|
|
395
395
|
</aside>
|
|
396
396
|
<div class="tsd-comment tsd-typography">
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
<div class="tsd-signature tsd-kind-icon">factory<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support_sublayerextensionfactory.sublayerextensionfactory.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionFactory</a></div>
|
|
506
506
|
<aside class="tsd-sources">
|
|
507
507
|
<ul>
|
|
508
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
508
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:201</li>
|
|
509
509
|
</ul>
|
|
510
510
|
</aside>
|
|
511
511
|
<div class="tsd-comment tsd-typography">
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
<li class="tsd-description">
|
|
530
530
|
<aside class="tsd-sources">
|
|
531
531
|
<ul>
|
|
532
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
532
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:367</li>
|
|
533
533
|
</ul>
|
|
534
534
|
</aside>
|
|
535
535
|
<div class="tsd-comment tsd-typography">
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
<li class="tsd-description">
|
|
554
554
|
<aside class="tsd-sources">
|
|
555
555
|
<ul>
|
|
556
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
556
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:375</li>
|
|
557
557
|
</ul>
|
|
558
558
|
</aside>
|
|
559
559
|
<div class="tsd-comment tsd-typography">
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
<li class="tsd-description">
|
|
577
577
|
<aside class="tsd-sources">
|
|
578
578
|
<ul>
|
|
579
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
579
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:358</li>
|
|
580
580
|
</ul>
|
|
581
581
|
</aside>
|
|
582
582
|
<div class="tsd-comment tsd-typography">
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
<li class="tsd-description">
|
|
601
601
|
<aside class="tsd-sources">
|
|
602
602
|
<ul>
|
|
603
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
603
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:277</li>
|
|
604
604
|
</ul>
|
|
605
605
|
</aside>
|
|
606
606
|
<div class="tsd-comment tsd-typography">
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
<li class="tsd-description">
|
|
623
623
|
<aside class="tsd-sources">
|
|
624
624
|
<ul>
|
|
625
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
625
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:402</li>
|
|
626
626
|
</ul>
|
|
627
627
|
</aside>
|
|
628
628
|
<div class="tsd-comment tsd-typography">
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
<li class="tsd-description">
|
|
645
645
|
<aside class="tsd-sources">
|
|
646
646
|
<ul>
|
|
647
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
647
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:307</li>
|
|
648
648
|
</ul>
|
|
649
649
|
</aside>
|
|
650
650
|
<div class="tsd-comment tsd-typography">
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
<li class="tsd-description">
|
|
667
667
|
<aside class="tsd-sources">
|
|
668
668
|
<ul>
|
|
669
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
669
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:284</li>
|
|
670
670
|
</ul>
|
|
671
671
|
</aside>
|
|
672
672
|
<div class="tsd-comment tsd-typography">
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
<li class="tsd-description">
|
|
787
787
|
<aside class="tsd-sources">
|
|
788
788
|
<ul>
|
|
789
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
789
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:227</li>
|
|
790
790
|
</ul>
|
|
791
791
|
</aside>
|
|
792
792
|
<div class="tsd-comment tsd-typography">
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
<li class="tsd-description">
|
|
857
857
|
<aside class="tsd-sources">
|
|
858
858
|
<ul>
|
|
859
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
859
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:326</li>
|
|
860
860
|
</ul>
|
|
861
861
|
</aside>
|
|
862
862
|
<div class="tsd-comment tsd-typography">
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
<li class="tsd-description">
|
|
923
923
|
<aside class="tsd-sources">
|
|
924
924
|
<ul>
|
|
925
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
925
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:213</li>
|
|
926
926
|
</ul>
|
|
927
927
|
</aside>
|
|
928
928
|
<div class="tsd-comment tsd-typography">
|
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
<li class="tsd-description">
|
|
945
945
|
<aside class="tsd-sources">
|
|
946
946
|
<ul>
|
|
947
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
947
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:220</li>
|
|
948
948
|
</ul>
|
|
949
949
|
</aside>
|
|
950
950
|
<div class="tsd-comment tsd-typography">
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
<li class="tsd-description">
|
|
967
967
|
<aside class="tsd-sources">
|
|
968
968
|
<ul>
|
|
969
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
969
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:242</li>
|
|
970
970
|
</ul>
|
|
971
971
|
</aside>
|
|
972
972
|
<div class="tsd-comment tsd-typography">
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
<li class="tsd-description">
|
|
990
990
|
<aside class="tsd-sources">
|
|
991
991
|
<ul>
|
|
992
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
992
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:206</li>
|
|
993
993
|
</ul>
|
|
994
994
|
</aside>
|
|
995
995
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
<li class="tsd-description">
|
|
1012
1012
|
<aside class="tsd-sources">
|
|
1013
1013
|
<ul>
|
|
1014
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1014
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:234</li>
|
|
1015
1015
|
</ul>
|
|
1016
1016
|
</aside>
|
|
1017
1017
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
<li class="tsd-description">
|
|
1034
1034
|
<aside class="tsd-sources">
|
|
1035
1035
|
<ul>
|
|
1036
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1036
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:349</li>
|
|
1037
1037
|
</ul>
|
|
1038
1038
|
</aside>
|
|
1039
1039
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
<li class="tsd-description">
|
|
1056
1056
|
<aside class="tsd-sources">
|
|
1057
1057
|
<ul>
|
|
1058
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1058
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:342</li>
|
|
1059
1059
|
</ul>
|
|
1060
1060
|
</aside>
|
|
1061
1061
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
<li class="tsd-description">
|
|
1079
1079
|
<aside class="tsd-sources">
|
|
1080
1080
|
<ul>
|
|
1081
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1081
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:255</li>
|
|
1082
1082
|
</ul>
|
|
1083
1083
|
</aside>
|
|
1084
1084
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1091,7 +1091,7 @@
|
|
|
1091
1091
|
<li class="tsd-description">
|
|
1092
1092
|
<aside class="tsd-sources">
|
|
1093
1093
|
<ul>
|
|
1094
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1094
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:258</li>
|
|
1095
1095
|
</ul>
|
|
1096
1096
|
</aside>
|
|
1097
1097
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1161,7 +1161,7 @@
|
|
|
1161
1161
|
<li class="tsd-description">
|
|
1162
1162
|
<aside class="tsd-sources">
|
|
1163
1163
|
<ul>
|
|
1164
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1164
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:969</li>
|
|
1165
1165
|
</ul>
|
|
1166
1166
|
</aside>
|
|
1167
1167
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
<aside class="tsd-sources">
|
|
1194
1194
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_capabilities">_capabilities</a></p>
|
|
1195
1195
|
<ul>
|
|
1196
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1196
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:977</li>
|
|
1197
1197
|
</ul>
|
|
1198
1198
|
</aside>
|
|
1199
1199
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1262,7 +1262,7 @@
|
|
|
1262
1262
|
<li class="tsd-description">
|
|
1263
1263
|
<aside class="tsd-sources">
|
|
1264
1264
|
<ul>
|
|
1265
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1265
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:953</li>
|
|
1266
1266
|
</ul>
|
|
1267
1267
|
</aside>
|
|
1268
1268
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
<aside class="tsd-sources">
|
|
1319
1319
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_createschema">_createSchema</a></p>
|
|
1320
1320
|
<ul>
|
|
1321
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1321
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:943</li>
|
|
1322
1322
|
</ul>
|
|
1323
1323
|
</aside>
|
|
1324
1324
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
<li class="tsd-description">
|
|
1341
1341
|
<aside class="tsd-sources">
|
|
1342
1342
|
<ul>
|
|
1343
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1343
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:962</li>
|
|
1344
1344
|
</ul>
|
|
1345
1345
|
</aside>
|
|
1346
1346
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
<li class="tsd-description">
|
|
1369
1369
|
<aside class="tsd-sources">
|
|
1370
1370
|
<ul>
|
|
1371
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1371
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:936</li>
|
|
1372
1372
|
</ul>
|
|
1373
1373
|
</aside>
|
|
1374
1374
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
<li class="tsd-description">
|
|
1400
1400
|
<aside class="tsd-sources">
|
|
1401
1401
|
<ul>
|
|
1402
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1402
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1035</li>
|
|
1403
1403
|
</ul>
|
|
1404
1404
|
</aside>
|
|
1405
1405
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
<li class="tsd-description">
|
|
1423
1423
|
<aside class="tsd-sources">
|
|
1424
1424
|
<ul>
|
|
1425
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1425
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1027</li>
|
|
1426
1426
|
</ul>
|
|
1427
1427
|
</aside>
|
|
1428
1428
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
<aside class="tsd-sources">
|
|
1580
1580
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_getserializableproperties">_getSerializableProperties</a></p>
|
|
1581
1581
|
<ul>
|
|
1582
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1582
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:861</li>
|
|
1583
1583
|
</ul>
|
|
1584
1584
|
</aside>
|
|
1585
1585
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
<aside class="tsd-sources">
|
|
1604
1604
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_initializablechildcollections">_initializableChildCollections</a></p>
|
|
1605
1605
|
<ul>
|
|
1606
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1606
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1012</li>
|
|
1607
1607
|
</ul>
|
|
1608
1608
|
</aside>
|
|
1609
1609
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1649,7 +1649,7 @@
|
|
|
1649
1649
|
<li class="tsd-description">
|
|
1650
1650
|
<aside class="tsd-sources">
|
|
1651
1651
|
<ul>
|
|
1652
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1652
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:929</li>
|
|
1653
1653
|
</ul>
|
|
1654
1654
|
</aside>
|
|
1655
1655
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1720,7 +1720,7 @@
|
|
|
1720
1720
|
<aside class="tsd-sources">
|
|
1721
1721
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_ondestroy">_onDestroy</a></p>
|
|
1722
1722
|
<ul>
|
|
1723
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1723
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:852</li>
|
|
1724
1724
|
</ul>
|
|
1725
1725
|
</aside>
|
|
1726
1726
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
<aside class="tsd-sources">
|
|
1745
1745
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_oninitialize">_onInitialize</a></p>
|
|
1746
1746
|
<ul>
|
|
1747
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1747
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:984</li>
|
|
1748
1748
|
</ul>
|
|
1749
1749
|
</aside>
|
|
1750
1750
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
<li class="tsd-description">
|
|
1768
1768
|
<aside class="tsd-sources">
|
|
1769
1769
|
<ul>
|
|
1770
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1770
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:835</li>
|
|
1771
1771
|
</ul>
|
|
1772
1772
|
</aside>
|
|
1773
1773
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
<aside class="tsd-sources">
|
|
1801
1801
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_postinitialize">_postInitialize</a></p>
|
|
1802
1802
|
<ul>
|
|
1803
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1803
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:817</li>
|
|
1804
1804
|
</ul>
|
|
1805
1805
|
</aside>
|
|
1806
1806
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1823,7 +1823,7 @@
|
|
|
1823
1823
|
<li class="tsd-description">
|
|
1824
1824
|
<aside class="tsd-sources">
|
|
1825
1825
|
<ul>
|
|
1826
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
1826
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1022</li>
|
|
1827
1827
|
</ul>
|
|
1828
1828
|
</aside>
|
|
1829
1829
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2023,7 +2023,7 @@
|
|
|
2023
2023
|
<aside class="tsd-sources">
|
|
2024
2024
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#addfeatures">addFeatures</a></p>
|
|
2025
2025
|
<ul>
|
|
2026
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2026
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:561</li>
|
|
2027
2027
|
</ul>
|
|
2028
2028
|
</aside>
|
|
2029
2029
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2145,7 +2145,7 @@
|
|
|
2145
2145
|
<aside class="tsd-sources">
|
|
2146
2146
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#deletefeatures">deleteFeatures</a></p>
|
|
2147
2147
|
<ul>
|
|
2148
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2148
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:585</li>
|
|
2149
2149
|
</ul>
|
|
2150
2150
|
</aside>
|
|
2151
2151
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2168,7 +2168,7 @@
|
|
|
2168
2168
|
<aside class="tsd-sources">
|
|
2169
2169
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#deletefeatures">deleteFeatures</a></p>
|
|
2170
2170
|
<ul>
|
|
2171
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2171
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:589</li>
|
|
2172
2172
|
</ul>
|
|
2173
2173
|
</aside>
|
|
2174
2174
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2431,7 +2431,7 @@
|
|
|
2431
2431
|
<aside class="tsd-sources">
|
|
2432
2432
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#getfeatures">getFeatures</a></p>
|
|
2433
2433
|
<ul>
|
|
2434
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2434
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:543</li>
|
|
2435
2435
|
</ul>
|
|
2436
2436
|
</aside>
|
|
2437
2437
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2464,7 +2464,7 @@
|
|
|
2464
2464
|
<aside class="tsd-sources">
|
|
2465
2465
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#getfullextent">getFullExtent</a></p>
|
|
2466
2466
|
<ul>
|
|
2467
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2467
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:554</li>
|
|
2468
2468
|
</ul>
|
|
2469
2469
|
</aside>
|
|
2470
2470
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2760,7 +2760,7 @@
|
|
|
2760
2760
|
<aside class="tsd-sources">
|
|
2761
2761
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#updatefeatures">updateFeatures</a></p>
|
|
2762
2762
|
<ul>
|
|
2763
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2763
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:573</li>
|
|
2764
2764
|
</ul>
|
|
2765
2765
|
</aside>
|
|
2766
2766
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2837,7 +2837,7 @@
|
|
|
2837
2837
|
<li class="tsd-description">
|
|
2838
2838
|
<aside class="tsd-sources">
|
|
2839
2839
|
<ul>
|
|
2840
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
2840
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:489</li>
|
|
2841
2841
|
</ul>
|
|
2842
2842
|
</aside>
|
|
2843
2843
|
<div class="tsd-comment tsd-typography">
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<aside class="tsd-sources">
|
|
176
176
|
<p>Overrides <a href="data_schema.schema.html">Schema</a>.<a href="data_schema.schema.html#constructor">constructor</a></p>
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
178
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1134</li>
|
|
179
179
|
</ul>
|
|
180
180
|
</aside>
|
|
181
181
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<div class="tsd-signature tsd-kind-icon">_sublayer<wbr>Extension<span class="tsd-signature-symbol">:</span> <a href="mapping__sublayerextension.sublayerextension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/mapping__sublayerextension.sublayerextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">></span></div>
|
|
198
198
|
<aside class="tsd-sources">
|
|
199
199
|
<ul>
|
|
200
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
200
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1134</li>
|
|
201
201
|
</ul>
|
|
202
202
|
</aside>
|
|
203
203
|
<div class="tsd-comment tsd-typography">
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
<li class="tsd-description">
|
|
447
447
|
<aside class="tsd-sources">
|
|
448
448
|
<ul>
|
|
449
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
449
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1144</li>
|
|
450
450
|
</ul>
|
|
451
451
|
</aside>
|
|
452
452
|
<div class="tsd-comment tsd-typography">
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
<li class="tsd-description">
|
|
464
464
|
<aside class="tsd-sources">
|
|
465
465
|
<ul>
|
|
466
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
466
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1154</li>
|
|
467
467
|
</ul>
|
|
468
468
|
</aside>
|
|
469
469
|
<div class="tsd-comment tsd-typography">
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
<aside class="tsd-sources">
|
|
188
188
|
<p>Overrides <a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html">SublayerExtensionCollectionBase</a>.<a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html#constructor">constructor</a></p>
|
|
189
189
|
<ul>
|
|
190
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
190
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1173</li>
|
|
191
191
|
</ul>
|
|
192
192
|
</aside>
|
|
193
193
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
<aside class="tsd-sources">
|
|
211
211
|
<p>Overrides <a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html">SublayerExtensionCollectionBase</a>.<a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html#_parent">_parent</a></p>
|
|
212
212
|
<ul>
|
|
213
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
213
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1166</li>
|
|
214
214
|
</ul>
|
|
215
215
|
</aside>
|
|
216
216
|
<div class="tsd-comment tsd-typography">
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
<li class="tsd-description">
|
|
256
256
|
<aside class="tsd-sources">
|
|
257
257
|
<ul>
|
|
258
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
258
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1171</li>
|
|
259
259
|
</ul>
|
|
260
260
|
</aside>
|
|
261
261
|
<div class="tsd-comment tsd-typography">
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
<aside class="tsd-sources">
|
|
543
543
|
<p>Overrides <a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html">SublayerExtensionCollectionBase</a>.<a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html#_onadded">_onAdded</a></p>
|
|
544
544
|
<ul>
|
|
545
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
545
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1208</li>
|
|
546
546
|
</ul>
|
|
547
547
|
</aside>
|
|
548
548
|
<div class="tsd-comment tsd-typography">
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
<aside class="tsd-sources">
|
|
573
573
|
<p>Overrides <a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html">SublayerExtensionCollectionBase</a>.<a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html#_onremoved">_onRemoved</a></p>
|
|
574
574
|
<ul>
|
|
575
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
575
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1216</li>
|
|
576
576
|
</ul>
|
|
577
577
|
</aside>
|
|
578
578
|
<div class="tsd-comment tsd-typography">
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
<aside class="tsd-sources">
|
|
705
705
|
<p>Overrides <a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html">SublayerExtensionCollectionBase</a>.<a href="mapping_support__sublayerextensioncollection.sublayerextensioncollectionbase.html#add">add</a></p>
|
|
706
706
|
<ul>
|
|
707
|
-
<li>Defined in src/mapping/_SublayerExtension.ts:
|
|
707
|
+
<li>Defined in src/mapping/_SublayerExtension.ts:1182</li>
|
|
708
708
|
</ul>
|
|
709
709
|
</aside>
|
|
710
710
|
<div class="tsd-comment tsd-typography">
|