@vertigis/arcgis-extensions 37.4.0 → 37.6.0
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/data/ArcGISServiceTableExtension.js +1 -1
- package/data/FeatureSettings.js +1 -1
- package/data/Schema.d.ts +1 -1
- package/data/Schema.js +1 -1
- package/data/TableExtension.d.ts +1 -1
- package/declarations/arcgis-js-api-extensions/index.d.ts +4 -0
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/data_Schema.Schema.html +1 -1
- package/docs/html/classes/data__TableExtension.TableSchema.html +1 -1
- package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +1 -1
- package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +1 -1
- package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +1 -1
- package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +1 -1
- package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerReadOnlySchema.html +1 -1
- package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +1 -1
- package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +1 -1
- package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +20 -20
- package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerSchema.html +1436 -0
- package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerSchema.html +6 -6
- package/docs/html/classes/mapping__LayerExtension.LayerExtensionReadOnlySchema.html +1398 -0
- package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +3 -2
- package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +1 -1
- package/docs/html/functions/utilities__layers.basemapsAreEquivalent.html +1 -0
- package/docs/html/functions/utilities__layers.hasMmapLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isBuildingComponentSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isBuildingGroupSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isBuildingSceneLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isCSVLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isElevationLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isFeatureLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isFeatureLayerBase.html +1 -0
- package/docs/html/functions/utilities__layers.isGeoJSONLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isGeoRssLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isGraphicsLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isGroupLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isImageryLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isImageryTileLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isIntegratedMeshLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isKMLLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isKMLSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isLayerWithLegendEnabledProperty.html +1 -0
- package/docs/html/functions/utilities__layers.isMapImageLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isMapImageSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isOpenStreetMapLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isPointCloudLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isSceneLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isStreamLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isSublayer.html +643 -0
- package/docs/html/functions/utilities__layers.isSubtypeGroupLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isSubtypeSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isTileLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isTiledImageServiceLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isTiledMapServiceLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isTimeAwareLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isVectorTileLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isWMSLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isWMSSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isWMTSLayer.html +1 -0
- package/docs/html/functions/utilities__layers.isWMTSSublayer.html +1 -0
- package/docs/html/functions/utilities__layers.isWebTileLayer.html +1 -0
- package/docs/html/functions/utilities__layers.layersAreEquivalent.html +1 -0
- package/docs/html/interfaces/utilities_arcade.RunArcadeExpressionParams.html +10 -2
- package/docs/html/modules/data_TableExtension.html +6 -2
- package/docs/html/modules/mapping_SubtypeGroupLayerExtension.html +2 -0
- package/docs/html/modules/mapping__LayerExtension.html +8 -1
- package/docs/html/modules/utilities__layers.html +2 -0
- package/docs/html/types/mapping__LayerExtension.LayerExtensionSchemaPropertyBinding.html +3 -1
- package/docs/html/variables/mapping__LayerExtension.ERR_SCHEMA_READ_ONLY.html +599 -0
- package/docs/html/variables/version.version.html +1 -1
- package/mapping/FeatureLayerExtension.js +1 -1
- package/mapping/FeatureLayerExtensionBase.js +1 -1
- package/mapping/SubtypeGroupLayerExtension.d.ts +55 -3
- package/mapping/SubtypeGroupLayerExtension.js +1 -1
- package/mapping/SubtypeSublayerExtension.d.ts +8 -1
- package/mapping/SubtypeSublayerExtension.js +1 -1
- package/mapping/_LayerExtension.d.ts +15 -0
- package/mapping/_LayerExtension.js +1 -1
- package/mapping/support/layers.js +1 -1
- package/package.json +1 -1
- package/utilities/_layers.d.ts +7 -0
- package/utilities/_layers.js +1 -1
- package/utilities/arcade.d.ts +5 -0
- package/utilities/arcade.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -240,7 +240,7 @@ uniquely identifies a feature).</p>
|
|
|
240
240
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
|
|
241
241
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
242
242
|
<li class="tsd-description">
|
|
243
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
243
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
244
244
|
</div>
|
|
245
245
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4></li></ul></section></section>
|
|
246
246
|
<section class="tsd-panel-group tsd-member-group">
|
|
@@ -281,7 +281,7 @@ uniquely identifies a feature).</p>
|
|
|
281
281
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
282
282
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
283
283
|
<li class="tsd-description">
|
|
284
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
284
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
285
285
|
</div>
|
|
286
286
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
287
287
|
<p>Inherited from Schema.types</p></aside></li></ul></section></section>
|
|
@@ -284,7 +284,7 @@ uniquely identifies a feature).</p>
|
|
|
284
284
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
285
285
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
286
286
|
<li class="tsd-description">
|
|
287
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
287
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
288
288
|
</div>
|
|
289
289
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
290
290
|
<p>Inherited from BuildingSublayerSchema.types</p></aside></li></ul></section></section>
|
package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html
CHANGED
|
@@ -269,7 +269,7 @@ uniquely identifies a feature).</p>
|
|
|
269
269
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
270
270
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
271
271
|
<li class="tsd-description">
|
|
272
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
272
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
273
273
|
</div>
|
|
274
274
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
275
275
|
<p>Inherited from SublayerSchema.types</p></aside></li></ul></section></section>
|
package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html
CHANGED
|
@@ -267,7 +267,7 @@ uniquely identifies a feature).</p>
|
|
|
267
267
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
268
268
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
269
269
|
<li class="tsd-description">
|
|
270
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
270
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
271
271
|
</div>
|
|
272
272
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
273
273
|
<p>Inherited from LayerExtensionSchema.types</p></aside></li></ul></section></section>
|
|
@@ -274,7 +274,7 @@ uniquely identifies a feature).</p>
|
|
|
274
274
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
275
275
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
276
276
|
<li class="tsd-description">
|
|
277
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
277
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
278
278
|
</div>
|
|
279
279
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
280
280
|
<p>Inherited from SublayerSchema.types</p></aside></li></ul></section></section>
|
|
@@ -279,7 +279,7 @@ uniquely identifies a feature).</p>
|
|
|
279
279
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
280
280
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
281
281
|
<li class="tsd-description">
|
|
282
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
282
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
283
283
|
</div>
|
|
284
284
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
285
285
|
<p>Inherited from FeatureLayerSchema.types</p></aside></li></ul></section></section>
|
|
@@ -281,7 +281,7 @@ uniquely identifies a feature).</p>
|
|
|
281
281
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
|
|
282
282
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
283
283
|
<li class="tsd-description">
|
|
284
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
284
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
285
285
|
</div>
|
|
286
286
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
287
287
|
<p>Overrides LayerExtensionSchema.types</p></aside></li></ul></section></section>
|
|
@@ -278,7 +278,7 @@ uniquely identifies a feature).</p>
|
|
|
278
278
|
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
|
|
279
279
|
<li class="tsd-signature" id="types.types-1"><span class="tsd-signature-symbol">get</span> types<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></li>
|
|
280
280
|
<li class="tsd-description">
|
|
281
|
-
<div class="tsd-comment tsd-typography"><p>A collection of types for the features.</p>
|
|
281
|
+
<div class="tsd-comment tsd-typography"><p>A collection of types or subtypes for the features.</p>
|
|
282
282
|
</div>
|
|
283
283
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureType</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
284
284
|
<p>Inherited from LayerExtensionSchema.types</p></aside></li></ul></section></section>
|
package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html
CHANGED
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
<section class="tsd-index-section">
|
|
91
91
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
92
92
|
<div class="tsd-index-list"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_addAttachment" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>_add<wbr/>Attachment</span></a>
|
|
93
|
-
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_addFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
93
|
+
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_addFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_add<wbr/>Features</span></a>
|
|
94
94
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_applyLayerProperties" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_apply<wbr/>Layer<wbr/>Properties</span></a>
|
|
95
95
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_applyPortalItemProperties" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_apply<wbr/>Portal<wbr/>Item<wbr/>Properties</span></a>
|
|
96
96
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_capabilities" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_capabilities</span></a>
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_createSublayerExtensionCollection" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</span></a>
|
|
105
105
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_createTaskSettings" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_create<wbr/>Task<wbr/>Settings</span></a>
|
|
106
106
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_deleteAttachments" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_delete<wbr/>Attachments</span></a>
|
|
107
|
-
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_deleteFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
107
|
+
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_deleteFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_delete<wbr/>Features</span></a>
|
|
108
108
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getAttachments" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Attachments</span></a>
|
|
109
|
-
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
109
|
+
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Features</span></a>
|
|
110
110
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getSerializableLayerType" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</span></a>
|
|
111
111
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getSerializableProperties" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Serializable<wbr/>Properties</span></a>
|
|
112
112
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getSerializableRefLayerProperties" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties</span></a>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_onSublayerAddedPostInitialize" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize</span></a>
|
|
122
122
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_postInitialize" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_post<wbr/>Initialize</span></a>
|
|
123
123
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_toPropertyDef" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_to<wbr/>Property<wbr/>Def</span></a>
|
|
124
|
-
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_updateFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
124
|
+
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_updateFeatures" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_update<wbr/>Features</span></a>
|
|
125
125
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_watchProperty" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>_watch<wbr/>Property</span></a>
|
|
126
126
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#addAttachment" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>add<wbr/>Attachment</span></a>
|
|
127
127
|
<a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#addFeature" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>add<wbr/>Feature</span></a>
|
|
@@ -653,9 +653,9 @@ if they support feature attachments.</p>
|
|
|
653
653
|
</div></li></ul></div>
|
|
654
654
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
655
655
|
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_addAttachment">_addAttachment</a></p></aside></li></ul></section>
|
|
656
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
656
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="_addFeatures" class="tsd-anchor"></a>
|
|
657
657
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_add<wbr/>Features</span><a href="#_addFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
658
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
658
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
659
659
|
<li class="tsd-signature tsd-anchor-link" id="_addFeatures._addFeatures-1">_add<wbr/>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#_addFeatures._addFeatures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
660
660
|
<li class="tsd-description">
|
|
661
661
|
<div class="tsd-comment tsd-typography"><p>Called to add new features. Subclasses must override this if they support
|
|
@@ -673,7 +673,7 @@ adding features.</p>
|
|
|
673
673
|
<div class="tsd-comment tsd-typography"><p>Additional options that control how the feature is saved.</p>
|
|
674
674
|
</div></li></ul></div>
|
|
675
675
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
676
|
-
<p>
|
|
676
|
+
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_addFeatures">_addFeatures</a></p></aside></li></ul></section>
|
|
677
677
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="_applyLayerProperties" class="tsd-anchor"></a>
|
|
678
678
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_apply<wbr/>Layer<wbr/>Properties</span><a href="#_applyLayerProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
679
679
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited">
|
|
@@ -851,9 +851,9 @@ this if they support feature attachments.</p>
|
|
|
851
851
|
</div></li></ul></div>
|
|
852
852
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
853
853
|
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_deleteAttachments">_deleteAttachments</a></p></aside></li></ul></section>
|
|
854
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
854
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="_deleteFeatures" class="tsd-anchor"></a>
|
|
855
855
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_delete<wbr/>Features</span><a href="#_deleteFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
856
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
856
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
857
857
|
<li class="tsd-signature tsd-anchor-link" id="_deleteFeatures._deleteFeatures-1">_delete<wbr/>Features<span class="tsd-signature-symbol">(</span>ids<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#_deleteFeatures._deleteFeatures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
858
858
|
<li class="tsd-description">
|
|
859
859
|
<div class="tsd-comment tsd-typography"><p>Called to delete features. Subclasses must override this if they support
|
|
@@ -872,7 +872,7 @@ deleting features.</p>
|
|
|
872
872
|
deleted.</p>
|
|
873
873
|
</div></li></ul></div>
|
|
874
874
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
875
|
-
<p>
|
|
875
|
+
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_deleteFeatures">_deleteFeatures</a></p></aside></li></ul></section>
|
|
876
876
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="_getAttachments" class="tsd-anchor"></a>
|
|
877
877
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>Attachments</span><a href="#_getAttachments" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
878
878
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
@@ -890,9 +890,9 @@ this if they support feature attachments.</p>
|
|
|
890
890
|
</div></li></ul></div>
|
|
891
891
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
892
892
|
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getAttachments">_getAttachments</a></p></aside></li></ul></section>
|
|
893
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
893
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a>
|
|
894
894
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>Features</span><a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
895
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
895
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
896
896
|
<li class="tsd-signature tsd-anchor-link" id="_getFeatures._getFeatures-1">_get<wbr/>Features<span class="tsd-signature-symbol">(</span>ids<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_FeatureSource.FeatureReadOptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span><a href="#_getFeatures._getFeatures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
897
897
|
<li class="tsd-description">
|
|
898
898
|
<div class="tsd-comment tsd-typography"><p>Called to retrieve features. Subclasses must override this if they
|
|
@@ -910,7 +910,7 @@ support querying for features.</p>
|
|
|
910
910
|
<div class="tsd-comment tsd-typography"><p>Options that control what gets returned.</p>
|
|
911
911
|
</div></li></ul></div>
|
|
912
912
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
913
|
-
<p>
|
|
913
|
+
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getFeatures">_getFeatures</a></p></aside></li></ul></section>
|
|
914
914
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="_getSerializableLayerType" class="tsd-anchor"></a>
|
|
915
915
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</span><a href="#_getSerializableLayerType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
916
916
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited">
|
|
@@ -1095,9 +1095,9 @@ before this is called.</p>
|
|
|
1095
1095
|
</div></li></ul></div>
|
|
1096
1096
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/support_Serializable.PropertyDef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
1097
1097
|
<p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_toPropertyDef">_toPropertyDef</a></p></aside></li></ul></section>
|
|
1098
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
1098
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="_updateFeatures" class="tsd-anchor"></a>
|
|
1099
1099
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_update<wbr/>Features</span><a href="#_updateFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
1100
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
1100
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
1101
1101
|
<li class="tsd-signature tsd-anchor-link" id="_updateFeatures._updateFeatures-1">_update<wbr/>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">></span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#_updateFeatures._updateFeatures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
1102
1102
|
<li class="tsd-description">
|
|
1103
1103
|
<div class="tsd-comment tsd-typography"><p>Called to update features. Subclasses must override this if they support
|
|
@@ -1115,7 +1115,7 @@ updating features.</p>
|
|
|
1115
1115
|
<div class="tsd-comment tsd-typography"><p>Additional options that control how the feature is saved.</p>
|
|
1116
1116
|
</div></li></ul></div>
|
|
1117
1117
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
1118
|
-
<p>
|
|
1118
|
+
<p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_updateFeatures">_updateFeatures</a></p></aside></li></ul></section>
|
|
1119
1119
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a id="_watchProperty" class="tsd-anchor"></a>
|
|
1120
1120
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_watch<wbr/>Property</span><a href="#_watchProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
1121
1121
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited">
|
|
@@ -2332,7 +2332,7 @@ supplied portal item.</p>
|
|
|
2332
2332
|
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#title" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg>title</a></li>
|
|
2333
2333
|
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#visibilityMode" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg>visibility<wbr/>Mode</a></li>
|
|
2334
2334
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_addAttachment" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_add<wbr/>Attachment</a></li>
|
|
2335
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
2335
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_addFeatures" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_add<wbr/>Features</a></li>
|
|
2336
2336
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_applyLayerProperties" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_apply<wbr/>Layer<wbr/>Properties</a></li>
|
|
2337
2337
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_applyPortalItemProperties" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_apply<wbr/>Portal<wbr/>Item<wbr/>Properties</a></li>
|
|
2338
2338
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_capabilities" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_capabilities</a></li>
|
|
@@ -2346,9 +2346,9 @@ supplied portal item.</p>
|
|
|
2346
2346
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_createSublayerExtensionCollection" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li>
|
|
2347
2347
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_createTaskSettings" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_create<wbr/>Task<wbr/>Settings</a></li>
|
|
2348
2348
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_deleteAttachments" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_delete<wbr/>Attachments</a></li>
|
|
2349
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
2349
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_deleteFeatures" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_delete<wbr/>Features</a></li>
|
|
2350
2350
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getAttachments" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_get<wbr/>Attachments</a></li>
|
|
2351
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
2351
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getFeatures" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_get<wbr/>Features</a></li>
|
|
2352
2352
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getSerializableLayerType" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</a></li>
|
|
2353
2353
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getSerializableProperties" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_get<wbr/>Serializable<wbr/>Properties</a></li>
|
|
2354
2354
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_getSerializableRefLayerProperties" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties</a></li>
|
|
@@ -2363,7 +2363,7 @@ supplied portal item.</p>
|
|
|
2363
2363
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_onSublayerAddedPostInitialize" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize</a></li>
|
|
2364
2364
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_postInitialize" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_post<wbr/>Initialize</a></li>
|
|
2365
2365
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_toPropertyDef" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_to<wbr/>Property<wbr/>Def</a></li>
|
|
2366
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected
|
|
2366
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_updateFeatures" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_update<wbr/>Features</a></li>
|
|
2367
2367
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#_watchProperty" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>_watch<wbr/>Property</a></li>
|
|
2368
2368
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#addAttachment" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>add<wbr/>Attachment</a></li>
|
|
2369
2369
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html#addFeature" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>add<wbr/>Feature</a></li>
|