@vertigis/arcgis-extensions 35.0.2 → 35.0.3
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/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +3 -3
- package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +3 -3
- package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +7 -7
- package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +5 -5
- package/docs/html/classes/mapping_MapExtension.MapExtension.html +27 -27
- package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +6 -6
- package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +7 -7
- package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +4 -4
- package/docs/html/modules/mapping_MapExtension.html +1 -1
- package/docs/html/modules/version.html +1 -1
- package/mapping/BuildingSceneLayerExtension.js +1 -1
- package/mapping/CSVLayerExtension.js +1 -1
- package/mapping/FeatureLayerExtensionBase.js +1 -1
- package/mapping/KMLLayerExtension.js +1 -1
- package/mapping/MapExtension.js +1 -1
- package/mapping/PointCloudLayerExtension.js +1 -1
- package/mapping/SceneLayerExtension.js +1 -1
- package/mapping/StreamLayerExtension.js +1 -1
- package/package.json +1 -1
- package/support/_query.js +1 -1
- package/tasks/identify/HitTestIdentifyProvider.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -136,7 +136,7 @@ adding features.</p>
|
|
|
136
136
|
<p>The portal item to apply.</p>
|
|
137
137
|
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _capabilities<a href="#_capabilities" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/FeatureCollectionLayerExtension.ts:140</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
138
138
|
<p>The capabilities for the layer extension.</p>
|
|
139
|
-
</div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Feature<wbr/>Settings<a href="#_createFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
139
|
+
</div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Feature<wbr/>Settings<a href="#_createFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:187</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
140
140
|
<p>Called to create the <a href="data_FeatureSettings.FeatureSettings.html">FeatureSettings</a> for this feature source.</p>
|
|
141
141
|
</div></div><h4 class="tsd-returns-title">Returns <a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createHyperlinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Hyperlinks<a href="#_createHyperlinks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Hyperlinks<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><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createHyperlinks">_createHyperlinks</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:518</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
142
142
|
<p>Called to create the <a href="../modules/Hyperlink.html">Hyperlink</a> collection for this feature source.</p>
|
|
@@ -150,7 +150,7 @@ adding features.</p>
|
|
|
150
150
|
<p>Initial properties for the layer list settings.</p>
|
|
151
151
|
</div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping_support_LayerListSettings.LayerListSettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createRelationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Relationships<a href="#_createRelationships" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Relationships<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><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createRelationships">_createRelationships</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:511</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
152
152
|
<p>Called to create the <a href="../interfaces/data__Relationship.Relationship-1.html">Relationship</a> collection for this feature source.</p>
|
|
153
|
-
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createSchema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Schema<a href="#_createSchema" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Schema<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_Schema.Schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createSchema">_createSchema</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
153
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createSchema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Schema<a href="#_createSchema" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Schema<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_Schema.Schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createSchema">_createSchema</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:173</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
154
154
|
<p>Called to create the <a href="data_Schema.Schema.html">Schema</a> for this feature source.</p>
|
|
155
155
|
</div></div><h4 class="tsd-returns-title">Returns <a href="data_Schema.Schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createSublayerExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Sublayer<wbr/>Extension<a href="#_createSublayerExtension" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension<span class="tsd-signature-symbol">(</span>properties<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><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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createSublayerExtension">_createSublayerExtension</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1124</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
156
156
|
<p>Called to create a child sublayer extension. Must be overridden by layer
|
|
@@ -182,7 +182,7 @@ deleting features.</p>
|
|
|
182
182
|
this if they support feature attachments.</p>
|
|
183
183
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>feature: <a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
184
184
|
<p>The feature to get attachments for.</p>
|
|
185
|
-
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Features<a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
185
|
+
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Features<a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:118</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
186
186
|
<p>Called to retrieve features. Subclasses must override this if they support
|
|
187
187
|
querying for features.</p>
|
|
188
188
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
@@ -153,9 +153,9 @@ adding features.</p>
|
|
|
153
153
|
<p>Apply properties from a portal item to an ESRI API Layer object.</p>
|
|
154
154
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>portalItem: <span class="tsd-signature-type">PortalItem</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
155
155
|
<p>The portal item to apply.</p>
|
|
156
|
-
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _capabilities<a href="#_capabilities" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
156
|
+
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _capabilities<a href="#_capabilities" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:194</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
157
157
|
<p>The capabilities for the layer extension.</p>
|
|
158
|
-
</div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Feature<wbr/>Settings<a href="#_createFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
158
|
+
</div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Feature<wbr/>Settings<a href="#_createFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:187</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
159
159
|
<p>Called to create the <a href="data_FeatureSettings.FeatureSettings.html">FeatureSettings</a> for this feature source.</p>
|
|
160
160
|
</div></div><h4 class="tsd-returns-title">Returns <a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createHyperlinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Hyperlinks<a href="#_createHyperlinks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Hyperlinks<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><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_createHyperlinks">_createHyperlinks</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:518</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
161
161
|
<p>Called to create the <a href="../modules/Hyperlink.html">Hyperlink</a> collection for this feature source.</p>
|
|
@@ -201,7 +201,7 @@ deleting features.</p>
|
|
|
201
201
|
this if they support feature attachments.</p>
|
|
202
202
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>feature: <a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
203
203
|
<p>The feature to get attachments for.</p>
|
|
204
|
-
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Features<a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
204
|
+
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Features<a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html">FeatureLayerExtensionBase</a>.<a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:118</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
205
205
|
<p>Called to retrieve features. Subclasses must override this if they support
|
|
206
206
|
querying for features.</p>
|
|
207
207
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
@@ -130,15 +130,15 @@ adding features.</p>
|
|
|
130
130
|
<p>The features to add.</p>
|
|
131
131
|
</div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_FeatureSource.FeatureWriteOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureWriteOptions</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
132
132
|
<p>Additional options that control how the feature is saved.</p>
|
|
133
|
-
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_applyLayerProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _apply<wbr/>Layer<wbr/>Properties<a href="#_applyLayerProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_apply<wbr/>Layer<wbr/>Properties<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureLayerBaseProperties</a>, layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">FeatureLayer</span><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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_applyLayerProperties">_applyLayerProperties</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
133
|
+
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_applyLayerProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _apply<wbr/>Layer<wbr/>Properties<a href="#_applyLayerProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_apply<wbr/>Layer<wbr/>Properties<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureLayerBaseProperties</a>, layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">FeatureLayer</span><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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_applyLayerProperties">_applyLayerProperties</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:127</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
134
134
|
<p>Called to apply layer properties to a layer.</p>
|
|
135
135
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>properties: <a href="../interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureLayerBaseProperties</a></h5></li><li><h5>layer: <span class="tsd-signature-type">FeatureLayer</span></h5></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_applyPortalItemProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _apply<wbr/>Portal<wbr/>Item<wbr/>Properties<a href="#_applyPortalItemProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_apply<wbr/>Portal<wbr/>Item<wbr/>Properties<span class="tsd-signature-symbol">(</span>portalItem<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PortalItem</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_applyPortalItemProperties">_applyPortalItemProperties</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1223</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
136
136
|
<p>Apply properties from a portal item to an ESRI API Layer object.</p>
|
|
137
137
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>portalItem: <span class="tsd-signature-type">PortalItem</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
138
138
|
<p>The portal item to apply.</p>
|
|
139
|
-
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</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></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _capabilities<a href="#_capabilities" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
139
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</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></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _capabilities<a href="#_capabilities" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_capabilities<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:194</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
140
140
|
<p>The capabilities for the layer extension.</p>
|
|
141
|
-
</div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_createFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Feature<wbr/>Settings<a href="#_createFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
141
|
+
</div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html" class="tsd-signature-type" data-tsd-kind="Interface">QuerySourceCapabilities</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_createFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Feature<wbr/>Settings<a href="#_createFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:187</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
142
142
|
<p>Called to create the <a href="data_FeatureSettings.FeatureSettings.html">FeatureSettings</a> for this feature source.</p>
|
|
143
143
|
</div></div><h4 class="tsd-returns-title">Returns <a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createHyperlinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Hyperlinks<a href="#_createHyperlinks" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Hyperlinks<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><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createHyperlinks">_createHyperlinks</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:518</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
144
144
|
<p>Called to create the <a href="../modules/Hyperlink.html">Hyperlink</a> collection for this feature source.</p>
|
|
@@ -152,7 +152,7 @@ adding features.</p>
|
|
|
152
152
|
<p>Initial properties for the layer list settings.</p>
|
|
153
153
|
</div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping_support_LayerListSettings.LayerListSettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createRelationships" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Relationships<a href="#_createRelationships" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Relationships<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><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createRelationships">_createRelationships</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:511</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
154
154
|
<p>Called to create the <a href="../interfaces/data__Relationship.Relationship-1.html">Relationship</a> collection for this feature source.</p>
|
|
155
|
-
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_createSchema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Schema<a href="#_createSchema" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Schema<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_Schema.Schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createSchema">_createSchema</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
155
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">></span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_createSchema" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Schema<a href="#_createSchema" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Schema<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_Schema.Schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createSchema">_createSchema</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:173</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
156
156
|
<p>Called to create the <a href="data_Schema.Schema.html">Schema</a> for this feature source.</p>
|
|
157
157
|
</div></div><h4 class="tsd-returns-title">Returns <a href="data_Schema.Schema.html" class="tsd-signature-type" data-tsd-kind="Class">Schema</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_createSublayerExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Sublayer<wbr/>Extension<a href="#_createSublayerExtension" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension<span class="tsd-signature-symbol">(</span>properties<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><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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createSublayerExtension">_createSublayerExtension</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1124</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
158
158
|
<p>Called to create a child sublayer extension. Must be overridden by layer
|
|
@@ -184,7 +184,7 @@ deleting features.</p>
|
|
|
184
184
|
this if they support feature attachments.</p>
|
|
185
185
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>feature: <a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
186
186
|
<p>The feature to get attachments for.</p>
|
|
187
|
-
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Features<a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
187
|
+
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Features<a href="#_getFeatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:118</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
188
188
|
<p>Called to retrieve features. Subclasses must override this if they support
|
|
189
189
|
querying for features.</p>
|
|
190
190
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>ids: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
@@ -194,7 +194,7 @@ querying for features.</p>
|
|
|
194
194
|
</div></div></li></ul><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_getSerializableLayerType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Serializable<wbr/>Layer<wbr/>Type<a href="#_getSerializableLayerType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_get<wbr/>Serializable<wbr/>Layer<wbr/>Type<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getSerializableLayerType">_getSerializableLayerType</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1105</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
195
195
|
<p>Overridden in child sublayer extensions that need to add an layerType ref
|
|
196
196
|
properties.</p>
|
|
197
|
-
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_getSerializableProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Serializable<wbr/>Properties<a href="#_getSerializableProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_get<wbr/>Serializable<wbr/>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/support_Serializable.html#PropertyDefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TProperties</span><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getSerializableProperties">_getSerializableProperties</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
197
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_getSerializableProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Serializable<wbr/>Properties<a href="#_getSerializableProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_get<wbr/>Serializable<wbr/>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/support_Serializable.html#PropertyDefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TProperties</span><span class="tsd-signature-symbol">></span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_getSerializableProperties">_getSerializableProperties</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:158</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
198
198
|
<p>The property keys and their PropertyFilter values that are used to
|
|
199
199
|
intelligently filter JSON when serializing and deserializing the class
|
|
200
200
|
instance.</p>
|
|
@@ -209,7 +209,7 @@ are removed from the collection.</p>
|
|
|
209
209
|
</div></div><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_initializeLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _initialize<wbr/>Layer<a href="#_initializeLayer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_initialize<wbr/>Layer<span class="tsd-signature-symbol">(</span><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></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_initializeLayer">_initializeLayer</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1233</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
210
210
|
<p>Called prior to loading the layer in order to perform any extra
|
|
211
211
|
initialization.</p>
|
|
212
|
-
</div></div><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_isSupportedLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _is<wbr/>Supported<wbr/>Layer<a href="#_isSupportedLayer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_is<wbr/>Supported<wbr/>Layer<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_isSupportedLayer">_isSupportedLayer</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:
|
|
212
|
+
</div></div><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></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a id="_isSupportedLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _is<wbr/>Supported<wbr/>Layer<a href="#_isSupportedLayer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/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"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_is<wbr/>Supported<wbr/>Layer<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_isSupportedLayer">_isSupportedLayer</a></p><ul><li>Defined in src/mapping/FeatureLayerExtensionBase.ts:180</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
213
213
|
<p>Determines whether the layer is of the right type for the type of layer
|
|
214
214
|
extension.</p>
|
|
215
215
|
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>layer: <span class="tsd-signature-type">Layer</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|