@vertigis/arcgis-extensions 35.8.2 → 35.9.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.
Files changed (153) hide show
  1. package/AppConfig.schema.json +6 -9
  2. package/data/Feature.d.ts +14 -3
  3. package/data/Feature.js +1 -1
  4. package/data/FeatureSourceBase.d.ts +2 -2
  5. package/data/FeatureSourceBase.js +1 -1
  6. package/data/RelationshipBase.d.ts +9 -6
  7. package/data/RelationshipBase.js +1 -1
  8. package/data/_Relationship.d.ts +3 -3
  9. package/data/_TableExtension.d.ts +5 -0
  10. package/docs/html/assets/search.js +1 -1
  11. package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +13 -13
  12. package/docs/html/classes/data_Feature.Feature.html +35 -33
  13. package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +19 -19
  14. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +4 -4
  15. package/docs/html/classes/data_FeatureStream.FeatureStream.html +1 -1
  16. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +11 -11
  17. package/docs/html/classes/data__TableExtension.TableExtension.html +27 -27
  18. package/docs/html/classes/data__TableExtension.TableFeatureSettings.html +3 -3
  19. package/docs/html/classes/data__TableExtension.TableSchema.html +10 -10
  20. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +45 -45
  21. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +3 -3
  22. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerSchema.html +1 -1
  23. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +48 -48
  24. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +1 -1
  25. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +52 -52
  26. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +2 -2
  27. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +63 -63
  28. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +3 -3
  29. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +58 -58
  30. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +2 -2
  31. package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +66 -66
  32. package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +67 -67
  33. package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +61 -61
  34. package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +54 -54
  35. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +64 -64
  36. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +4 -4
  37. package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +67 -67
  38. package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +63 -63
  39. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +60 -60
  40. package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +65 -65
  41. package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +65 -65
  42. package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +68 -68
  43. package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +63 -63
  44. package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +53 -53
  45. package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +64 -64
  46. package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +40 -40
  47. package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +70 -70
  48. package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +65 -65
  49. package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +64 -64
  50. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +65 -65
  51. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +4 -4
  52. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +63 -63
  53. package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +41 -41
  54. package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +71 -71
  55. package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +67 -67
  56. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +65 -65
  57. package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +52 -52
  58. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +64 -64
  59. package/docs/html/classes/mapping_WMTSSublayerExtension.WMTSSublayerExtension.html +54 -54
  60. package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +70 -70
  61. package/docs/html/classes/mapping__LayerExtension.ArrayWrappedCollection.html +2 -2
  62. package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +73 -73
  63. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +5 -5
  64. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +6 -6
  65. package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +64 -64
  66. package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +2 -2
  67. package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +16 -16
  68. package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +18 -18
  69. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +15 -15
  70. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +11 -11
  71. package/docs/html/classes/utilities_asyncIterable.AsyncQueue.html +1 -1
  72. package/docs/html/interfaces/data_ArcGISServiceTableExtension.ArcGISServiceTableExtensionProperties.html +2 -2
  73. package/docs/html/interfaces/data_Feature.FeatureProperties.html +5 -5
  74. package/docs/html/interfaces/data_Feature.FetchRelatedFeaturesOptions.html +3 -0
  75. package/docs/html/interfaces/data_Feature.FormatOptions.html +1 -1
  76. package/docs/html/interfaces/data_Feature.PresentableAttributes.html +2 -2
  77. package/docs/html/interfaces/data__Relationship.Relationship-1.html +4 -4
  78. package/docs/html/interfaces/data__Relationship.RelationshipProperties.html +1 -1
  79. package/docs/html/interfaces/data__TableExtension.TableExtensionProperties.html +5 -5
  80. package/docs/html/interfaces/data__TableExtension.TableProperties.html +1 -1
  81. package/docs/html/interfaces/data__TableExtension.TableReference.html +2 -2
  82. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionProperties.html +5 -5
  83. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerProperties.html +2 -2
  84. package/docs/html/interfaces/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtensionProperties.html +5 -5
  85. package/docs/html/interfaces/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtensionProperties.html +5 -5
  86. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html +7 -7
  87. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +2 -2
  88. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerExtensionProperties.html +5 -5
  89. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerProperties.html +2 -2
  90. package/docs/html/interfaces/mapping_CSVLayerExtension.CSVLayerExtensionProperties.html +8 -8
  91. package/docs/html/interfaces/mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html +8 -8
  92. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerExtensionProperties.html +8 -8
  93. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +2 -2
  94. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +2 -2
  95. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html +8 -8
  96. package/docs/html/interfaces/mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html +8 -8
  97. package/docs/html/interfaces/mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html +8 -8
  98. package/docs/html/interfaces/mapping_GroupLayerExtension.GroupLayerExtensionProperties.html +8 -8
  99. package/docs/html/interfaces/mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html +8 -8
  100. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html +8 -8
  101. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerProperties.html +2 -2
  102. package/docs/html/interfaces/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html +8 -8
  103. package/docs/html/interfaces/mapping_KMLLayerExtension.KMLLayerExtensionProperties.html +7 -7
  104. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionProperties.html +5 -5
  105. package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +7 -7
  106. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerExtensionProperties.html +5 -5
  107. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerProperties.html +2 -2
  108. package/docs/html/interfaces/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html +8 -8
  109. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html +8 -8
  110. package/docs/html/interfaces/mapping_SceneLayerExtension.SceneLayerExtensionProperties.html +8 -8
  111. package/docs/html/interfaces/mapping_StreamLayerExtension.StreamLayerExtensionProperties.html +8 -8
  112. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +8 -8
  113. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerProperties.html +2 -2
  114. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerExtensionProperties.html +5 -5
  115. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerProperties.html +2 -2
  116. package/docs/html/interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html +8 -8
  117. package/docs/html/interfaces/mapping_WMSLayerExtension.WMSLayerExtensionProperties.html +7 -7
  118. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html +5 -5
  119. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerProperties.html +2 -2
  120. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +7 -7
  121. package/docs/html/interfaces/mapping_WMTSSublayerExtension.WMTSSublayerExtensionProperties.html +6 -6
  122. package/docs/html/interfaces/mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html +8 -8
  123. package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +11 -11
  124. package/docs/html/interfaces/mapping__LayerExtension.LayerProperties.html +2 -2
  125. package/docs/html/interfaces/mapping__LayerExtension.LayerReference.html +4 -4
  126. package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +9 -9
  127. package/docs/html/interfaces/mapping__SublayerExtension.SublayerProperties.html +2 -2
  128. package/docs/html/interfaces/mapping__SublayerExtension.SublayerReference.html +2 -2
  129. package/docs/html/interfaces/portal_PopupInfo.OrderByFields.html +2 -2
  130. package/docs/html/interfaces/portal_PopupInfo.PopupElement.html +5 -5
  131. package/docs/html/interfaces/portal_PopupInfo.PopupInfo-1.html +8 -8
  132. package/docs/html/interfaces/portal_PopupInfo.RelatedRecordsInfo.html +2 -2
  133. package/docs/html/interfaces/tasks_query_ArcGISRelationship.ArcGISRelationshipProperties.html +4 -4
  134. package/docs/html/interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html +1 -1
  135. package/docs/html/modules/data_Feature.html +5 -5
  136. package/docs/html/modules/data__Relationship.Relationship.html +2 -2
  137. package/docs/html/modules/data__Relationship.html +5 -5
  138. package/docs/html/modules/mapping__LayerExtension.html +1 -1
  139. package/docs/html/modules/mapping__SublayerExtension.html +2 -2
  140. package/docs/html/modules/portal_PopupInfo.html +1 -1
  141. package/docs/html/modules/utilities_promise.html +9 -2
  142. package/docs/html/modules/version.html +1 -1
  143. package/mapping/_LayerExtension.d.ts +5 -0
  144. package/mapping/_SublayerExtension.d.ts +5 -0
  145. package/package.json +1 -1
  146. package/tasks/query/ArcGISRelationship.d.ts +3 -3
  147. package/tasks/query/ArcGISRelationship.js +1 -1
  148. package/tasks/query/QueryBasedRelationship.d.ts +3 -3
  149. package/tasks/query/QueryBasedRelationship.js +1 -1
  150. package/utilities/promise.d.ts +8 -0
  151. package/utilities/promise.js +1 -1
  152. package/version.d.ts +1 -1
  153. package/version.js +1 -1
@@ -1,24 +1,24 @@
1
1
  <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VectorTileLayerExtension | @vertigis/arcgis-extensions</title><meta name="description" content="Documentation for @vertigis/arcgis-extensions"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@vertigis/arcgis-extensions</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/mapping_VectorTileLayerExtension.html">mapping/VectorTileLayerExtension</a></li><li><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html">VectorTileLayerExtension</a></li></ul><h1>Class VectorTileLayerExtension </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="lead">
2
2
  <p>Extends the capabilities of an Esri <a href="../interfaces/portal_VectorTileLayer.VectorTileLayer-1.html">VectorTileLayer</a> object.</p>
3
- </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">VectorTileLayerExtension</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section tsd-is-inherited"><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section tsd-is-inherited"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_id" class="tsd-kind-icon">_id</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_itemType" class="tsd-kind-icon">_item<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchHandles" class="tsd-kind-icon">_watch<wbr/>Handles</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#allSublayerExtensions" class="tsd-kind-icon">all<wbr/>Sublayer<wbr/>Extensions</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureSettings" class="tsd-kind-icon">feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hyperlinks" class="tsd-kind-icon">hyperlinks</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#iconUrl" class="tsd-kind-icon">icon<wbr/>Url</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layerListSettings" class="tsd-kind-icon">layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onAddFeature" class="tsd-kind-icon">on<wbr/>Add<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onEditFeature" class="tsd-kind-icon">on<wbr/>Edit<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#queryService" class="tsd-kind-icon">query<wbr/>Service</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#relationships" class="tsd-kind-icon">relationships</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#schema" class="tsd-kind-icon">schema</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#taskSettings" class="tsd-kind-icon">task<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#tpkSource" class="tsd-kind-icon">tpk<wbr/>Source</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#factory" class="tsd-kind-icon">factory</a></li></ul></section><section class="tsd-index-section "><h3>Accessors</h3><ul class="tsd-index-list"><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#basemapExtension" class="tsd-kind-icon">basemap<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeLabels" class="tsd-kind-icon">can<wbr/>Change<wbr/>Labels</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeOpacity" class="tsd-kind-icon">can<wbr/>Change<wbr/>Opacity</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeScale" class="tsd-kind-icon">can<wbr/>Change<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#capabilities" class="tsd-kind-icon">capabilities</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#dynamicallyAddedLayer" class="tsd-kind-icon">dynamically<wbr/>Added<wbr/>Layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveFullExtent" class="tsd-kind-icon">effective<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMaxScale" class="tsd-kind-icon">effective<wbr/>Max<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMinScale" class="tsd-kind-icon">effective<wbr/>Min<wbr/>Scale</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#failureMode" class="tsd-kind-icon">failure<wbr/>Mode</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureActions" class="tsd-kind-icon">feature<wbr/>Actions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#groundExtension" class="tsd-kind-icon">ground<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hasFeatures" class="tsd-kind-icon">has<wbr/>Features</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialVisibility" class="tsd-kind-icon">initial<wbr/>Visibility</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isDestroyed" class="tsd-kind-icon">is<wbr/>Destroyed</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isEffectivelyVisible" class="tsd-kind-icon">is<wbr/>Effectively<wbr/>Visible</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isInitialized" class="tsd-kind-icon">is<wbr/>Initialized</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#itemType" class="tsd-kind-icon">item<wbr/>Type</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layer" class="tsd-kind-icon">layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#mapExtension" class="tsd-kind-icon">map<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#parentLayerExtension" class="tsd-kind-icon">parent<wbr/>Layer<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#renderer" class="tsd-kind-icon">renderer</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#requestHelper" class="tsd-kind-icon">request<wbr/>Helper</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayerExtensions" class="tsd-kind-icon">sublayer<wbr/>Extensions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayersAreReadOnly" class="tsd-kind-icon">sublayers<wbr/>Are<wbr/>Read<wbr/>Only</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#supportsSublayers" class="tsd-kind-icon">supports<wbr/>Sublayers</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#title" class="tsd-kind-icon">title</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#visibilityMode" class="tsd-kind-icon">visibility<wbr/>Mode</a></li></ul></section><section class="tsd-index-section "><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addAttachment" class="tsd-kind-icon">_add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addFeatures" class="tsd-kind-icon">_add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyLayerProperties" class="tsd-kind-icon">_apply<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyPortalItemProperties" class="tsd-kind-icon">_apply<wbr/>Portal<wbr/>Item<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_capabilities" class="tsd-kind-icon">_capabilities</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createFeatureSettings" class="tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createHyperlinks" class="tsd-kind-icon">_create<wbr/>Hyperlinks</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayer" class="tsd-kind-icon">_create<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayerListSettings" class="tsd-kind-icon">_create<wbr/>Layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createRelationships" class="tsd-kind-icon">_create<wbr/>Relationships</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSchema" class="tsd-kind-icon">_create<wbr/>Schema</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtension" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtensionCollection" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createTaskSettings" class="tsd-kind-icon">_create<wbr/>Task<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteAttachments" class="tsd-kind-icon">_delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteFeatures" class="tsd-kind-icon">_delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getAttachments" class="tsd-kind-icon">_get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getFeatures" class="tsd-kind-icon">_get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableLayerType" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableRefLayerProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializableChildCollections" class="tsd-kind-icon">_initializable<wbr/>Child<wbr/>Collections</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeChildren" class="tsd-kind-icon">_initialize<wbr/>Children</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeLayer" class="tsd-kind-icon">_initialize<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_isSupportedLayer" class="tsd-kind-icon">_is<wbr/>Supported<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_notifyChange" class="tsd-kind-icon">_notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onDestroy" class="tsd-kind-icon">_on<wbr/>Destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onInitialize" class="tsd-kind-icon">_on<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onSublayerAddedPostInitialize" class="tsd-kind-icon">_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_postInitialize" class="tsd-kind-icon">_post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_toPropertyDef" class="tsd-kind-icon">_to<wbr/>Property<wbr/>Def</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_updateFeatures" class="tsd-kind-icon">_update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchProperty" class="tsd-kind-icon">_watch<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addAttachment" class="tsd-kind-icon">add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeature" class="tsd-kind-icon">add<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeatures" class="tsd-kind-icon">add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#assignProperties" class="tsd-kind-icon">assign<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteAttachments" class="tsd-kind-icon">delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeature" class="tsd-kind-icon">delete<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeatures" class="tsd-kind-icon">delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#destroy" class="tsd-kind-icon">destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#emit" class="tsd-kind-icon">emit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#get" class="tsd-kind-icon">get</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getAttachments" class="tsd-kind-icon">get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefault" class="tsd-kind-icon">get<wbr/>Default</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefaults" class="tsd-kind-icon">get<wbr/>Defaults</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeature" class="tsd-kind-icon">get<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeatures" class="tsd-kind-icon">get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFullExtent" class="tsd-kind-icon">get<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getSerializableProperties" class="tsd-kind-icon">get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialize" class="tsd-kind-icon">initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#notifyChange" class="tsd-kind-icon">notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#on" class="tsd-kind-icon">on</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#set" class="tsd-kind-icon">set</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toItemUri" class="tsd-kind-icon">to<wbr/>Item<wbr/>Uri</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toJSON" class="tsd-kind-icon">toJSON</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeature" class="tsd-kind-icon">update<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeatures" class="tsd-kind-icon">update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#watch" class="tsd-kind-icon">watch</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getLayerData" class="tsd-kind-icon">_get<wbr/>Layer<wbr/>Data</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#create" class="tsd-kind-icon">create</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#fromPortalItem" class="tsd-kind-icon">from<wbr/>Portal<wbr/>Item</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">constructor<a href="#constructor" 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-constructor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">new <wbr/>Vector<wbr/>Tile<wbr/>Layer<wbr/>Extension<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">VectorTileLayerExtension</a></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#constructor">constructor</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:473</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
3
+ </div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">VectorTileLayerExtension</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section tsd-is-inherited"><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section tsd-is-inherited"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_id" class="tsd-kind-icon">_id</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_itemType" class="tsd-kind-icon">_item<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchHandles" class="tsd-kind-icon">_watch<wbr/>Handles</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#allSublayerExtensions" class="tsd-kind-icon">all<wbr/>Sublayer<wbr/>Extensions</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureSettings" class="tsd-kind-icon">feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hyperlinks" class="tsd-kind-icon">hyperlinks</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#iconUrl" class="tsd-kind-icon">icon<wbr/>Url</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layerListSettings" class="tsd-kind-icon">layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onAddFeature" class="tsd-kind-icon">on<wbr/>Add<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onEditFeature" class="tsd-kind-icon">on<wbr/>Edit<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#queryService" class="tsd-kind-icon">query<wbr/>Service</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#relationships" class="tsd-kind-icon">relationships</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#schema" class="tsd-kind-icon">schema</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#taskSettings" class="tsd-kind-icon">task<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#tpkSource" class="tsd-kind-icon">tpk<wbr/>Source</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#factory" class="tsd-kind-icon">factory</a></li></ul></section><section class="tsd-index-section "><h3>Accessors</h3><ul class="tsd-index-list"><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#basemapExtension" class="tsd-kind-icon">basemap<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeLabels" class="tsd-kind-icon">can<wbr/>Change<wbr/>Labels</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeOpacity" class="tsd-kind-icon">can<wbr/>Change<wbr/>Opacity</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeScale" class="tsd-kind-icon">can<wbr/>Change<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#capabilities" class="tsd-kind-icon">capabilities</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#dynamicallyAddedLayer" class="tsd-kind-icon">dynamically<wbr/>Added<wbr/>Layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveFullExtent" class="tsd-kind-icon">effective<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMaxScale" class="tsd-kind-icon">effective<wbr/>Max<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMinScale" class="tsd-kind-icon">effective<wbr/>Min<wbr/>Scale</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#failureMode" class="tsd-kind-icon">failure<wbr/>Mode</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureActions" class="tsd-kind-icon">feature<wbr/>Actions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#groundExtension" class="tsd-kind-icon">ground<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hasFeatures" class="tsd-kind-icon">has<wbr/>Features</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialVisibility" class="tsd-kind-icon">initial<wbr/>Visibility</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isDestroyed" class="tsd-kind-icon">is<wbr/>Destroyed</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isEffectivelyVisible" class="tsd-kind-icon">is<wbr/>Effectively<wbr/>Visible</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isInitialized" class="tsd-kind-icon">is<wbr/>Initialized</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#itemType" class="tsd-kind-icon">item<wbr/>Type</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layer" class="tsd-kind-icon">layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#mapExtension" class="tsd-kind-icon">map<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#parentLayerExtension" class="tsd-kind-icon">parent<wbr/>Layer<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#renderer" class="tsd-kind-icon">renderer</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#requestHelper" class="tsd-kind-icon">request<wbr/>Helper</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayerExtensions" class="tsd-kind-icon">sublayer<wbr/>Extensions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayersAreReadOnly" class="tsd-kind-icon">sublayers<wbr/>Are<wbr/>Read<wbr/>Only</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#supportsSublayers" class="tsd-kind-icon">supports<wbr/>Sublayers</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#title" class="tsd-kind-icon">title</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#visibilityMode" class="tsd-kind-icon">visibility<wbr/>Mode</a></li></ul></section><section class="tsd-index-section "><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addAttachment" class="tsd-kind-icon">_add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addFeatures" class="tsd-kind-icon">_add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyLayerProperties" class="tsd-kind-icon">_apply<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyPortalItemProperties" class="tsd-kind-icon">_apply<wbr/>Portal<wbr/>Item<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_capabilities" class="tsd-kind-icon">_capabilities</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createFeatureSettings" class="tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createHyperlinks" class="tsd-kind-icon">_create<wbr/>Hyperlinks</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayer" class="tsd-kind-icon">_create<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayerListSettings" class="tsd-kind-icon">_create<wbr/>Layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createRelationships" class="tsd-kind-icon">_create<wbr/>Relationships</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSchema" class="tsd-kind-icon">_create<wbr/>Schema</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtension" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtensionCollection" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createTaskSettings" class="tsd-kind-icon">_create<wbr/>Task<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteAttachments" class="tsd-kind-icon">_delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteFeatures" class="tsd-kind-icon">_delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getAttachments" class="tsd-kind-icon">_get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getFeatures" class="tsd-kind-icon">_get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableLayerType" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableRefLayerProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializableChildCollections" class="tsd-kind-icon">_initializable<wbr/>Child<wbr/>Collections</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeChildren" class="tsd-kind-icon">_initialize<wbr/>Children</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeLayer" class="tsd-kind-icon">_initialize<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_isRelationship" class="tsd-kind-icon">_is<wbr/>Relationship</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_isSupportedLayer" class="tsd-kind-icon">_is<wbr/>Supported<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_notifyChange" class="tsd-kind-icon">_notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onDestroy" class="tsd-kind-icon">_on<wbr/>Destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onInitialize" class="tsd-kind-icon">_on<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onSublayerAddedPostInitialize" class="tsd-kind-icon">_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_postInitialize" class="tsd-kind-icon">_post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_toPropertyDef" class="tsd-kind-icon">_to<wbr/>Property<wbr/>Def</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_updateFeatures" class="tsd-kind-icon">_update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchProperty" class="tsd-kind-icon">_watch<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addAttachment" class="tsd-kind-icon">add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeature" class="tsd-kind-icon">add<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeatures" class="tsd-kind-icon">add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#assignProperties" class="tsd-kind-icon">assign<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteAttachments" class="tsd-kind-icon">delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeature" class="tsd-kind-icon">delete<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeatures" class="tsd-kind-icon">delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#destroy" class="tsd-kind-icon">destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#emit" class="tsd-kind-icon">emit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#get" class="tsd-kind-icon">get</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getAttachments" class="tsd-kind-icon">get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefault" class="tsd-kind-icon">get<wbr/>Default</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefaults" class="tsd-kind-icon">get<wbr/>Defaults</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeature" class="tsd-kind-icon">get<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeatures" class="tsd-kind-icon">get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFullExtent" class="tsd-kind-icon">get<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getSerializableProperties" class="tsd-kind-icon">get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialize" class="tsd-kind-icon">initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#notifyChange" class="tsd-kind-icon">notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#on" class="tsd-kind-icon">on</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#set" class="tsd-kind-icon">set</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toItemUri" class="tsd-kind-icon">to<wbr/>Item<wbr/>Uri</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toJSON" class="tsd-kind-icon">toJSON</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeature" class="tsd-kind-icon">update<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeatures" class="tsd-kind-icon">update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#watch" class="tsd-kind-icon">watch</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getLayerData" class="tsd-kind-icon">_get<wbr/>Layer<wbr/>Data</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#create" class="tsd-kind-icon">create</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#fromPortalItem" class="tsd-kind-icon">from<wbr/>Portal<wbr/>Item</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">constructor<a href="#constructor" 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-constructor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">new <wbr/>Vector<wbr/>Tile<wbr/>Layer<wbr/>Extension<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">VectorTileLayerExtension</a></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#constructor">constructor</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:479</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
4
4
  <p>Creates a new instance of <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.</p>
5
5
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> properties: <a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
6
6
  <p>An object containing initial property values to set.</p>
7
7
  </div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">VectorTileLayerExtension</a></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _id<a href="#_id" 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><div class="tsd-signature tsd-kind-icon">_id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_id">_id</a></p><ul><li>Defined in src/Entity.ts:78</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
8
8
  <p>The unique ID for this entity. Once set, this should never change.</p>
9
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _item<wbr/>Type<a href="#_itemType" 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><div class="tsd-signature tsd-kind-icon">_item<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ItemType.LAYER_EXTENSION</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_itemType">_itemType</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:432</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
9
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _item<wbr/>Type<a href="#_itemType" 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><div class="tsd-signature tsd-kind-icon">_item<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ItemType.LAYER_EXTENSION</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_itemType">_itemType</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:438</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
10
10
  <p>The item type for this entity when it participates in an App.</p>
11
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_watchHandles" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _watch<wbr/>Handles<a href="#_watchHandles" 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><div class="tsd-signature tsd-kind-icon">_watch<wbr/>Handles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IHandle</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_watchHandles">_watchHandles</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:437</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
11
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_watchHandles" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _watch<wbr/>Handles<a href="#_watchHandles" 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><div class="tsd-signature tsd-kind-icon">_watch<wbr/>Handles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">IHandle</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_watchHandles">_watchHandles</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:443</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
12
12
  <p>A set of watch handles that get cleaned up when the class instance is destroyed.</p>
13
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="allSublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> all<wbr/>Sublayer<wbr/>Extensions<a href="#allSublayerExtensions" 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><div class="tsd-signature tsd-kind-icon">all<wbr/>Sublayer<wbr/>Extensions<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#allSublayerExtensions">allSublayerExtensions</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:419</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
13
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="allSublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> all<wbr/>Sublayer<wbr/>Extensions<a href="#allSublayerExtensions" 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><div class="tsd-signature tsd-kind-icon">all<wbr/>Sublayer<wbr/>Extensions<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#allSublayerExtensions">allSublayerExtensions</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:425</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
14
14
  <p>All descendant sublayer extensions associated with this layer.</p>
15
15
  </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="featureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> feature<wbr/>Settings<a href="#featureSettings" 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><div class="tsd-signature tsd-kind-icon">feature<wbr/>Settings<span class="tsd-signature-symbol">:</span> <a href="data_FeatureSettings.FeatureSettings.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSettings</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#featureSettings">featureSettings</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:74</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
16
16
  <p>Default settings that apply to features originating from this source.</p>
17
17
  </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="hyperlinks" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> hyperlinks<a href="#hyperlinks" 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><div class="tsd-signature tsd-kind-icon">hyperlinks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#hyperlinks">hyperlinks</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:94</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
18
18
  <p>Hyperlinks associated with the feature source.</p>
19
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a><h3 class="tsd-anchor-link">icon<wbr/>Url<a href="#iconUrl" 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><div class="tsd-signature tsd-kind-icon">icon<wbr/>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#iconUrl">iconUrl</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:393</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
19
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="iconUrl" class="tsd-anchor"></a><h3 class="tsd-anchor-link">icon<wbr/>Url<a href="#iconUrl" 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><div class="tsd-signature tsd-kind-icon">icon<wbr/>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#iconUrl">iconUrl</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:399</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
20
20
  <p>URL to an icon that represents this layer.</p>
21
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> layer<wbr/>List<wbr/>Settings<a href="#layerListSettings" 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><div class="tsd-signature tsd-kind-icon">layer<wbr/>List<wbr/>Settings<span class="tsd-signature-symbol">:</span> <a href="mapping_support_LayerListSettings.LayerListSettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#layerListSettings">layerListSettings</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:414</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
21
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="layerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> layer<wbr/>List<wbr/>Settings<a href="#layerListSettings" 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><div class="tsd-signature tsd-kind-icon">layer<wbr/>List<wbr/>Settings<span class="tsd-signature-symbol">:</span> <a href="mapping_support_LayerListSettings.LayerListSettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#layerListSettings">layerListSettings</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:420</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
22
22
  <p>Settings that affect the behavior and presentation of the layer in the layer list.</p>
23
23
  </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="onAddFeature" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr/>Add<wbr/>Feature<a href="#onAddFeature" 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><div class="tsd-signature tsd-kind-icon">on<wbr/>Add<wbr/>Feature<span class="tsd-signature-symbol">?:</span> <a href="../modules/support_Action.html#Action" class="tsd-signature-type" data-tsd-kind="Type alias">Action</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#onAddFeature">onAddFeature</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:99</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
24
24
  <p>The action to be executed when a feature is added.</p>
@@ -34,33 +34,33 @@ domains, and geometry type.</p>
34
34
  </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="taskSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagReadonly">Readonly</span> task<wbr/>Settings<a href="#taskSettings" 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><div class="tsd-signature tsd-kind-icon">task<wbr/>Settings<span class="tsd-signature-symbol">:</span> <a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#taskSettings">taskSettings</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:79</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
35
35
  <p>Settings that affect whether a feature source participates in various
36
36
  tasks that are performed on a map.</p>
37
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="tpkSource" class="tsd-anchor"></a><h3 class="tsd-anchor-link">tpk<wbr/>Source<a href="#tpkSource" 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><div class="tsd-signature tsd-kind-icon">tpk<wbr/>Source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#tpkSource">tpkSource</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:409</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
37
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="tpkSource" class="tsd-anchor"></a><h3 class="tsd-anchor-link">tpk<wbr/>Source<a href="#tpkSource" 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><div class="tsd-signature tsd-kind-icon">tpk<wbr/>Source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#tpkSource">tpkSource</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:415</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
38
38
  <p>An optional remote source for a .tpk, .tpkx or .vtpk file. May be a
39
39
  portal item URL or a portal item ID. Mobile Only.</p>
40
- </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a id="factory" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> factory<a href="#factory" 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><div class="tsd-signature tsd-kind-icon">factory<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support_LayerExtensionFactory.LayerExtensionFactory.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionFactory</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#factory">factory</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:388</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
40
+ </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a id="factory" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> factory<a href="#factory" 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><div class="tsd-signature tsd-kind-icon">factory<span class="tsd-signature-symbol">:</span> <a href="../interfaces/mapping_support_LayerExtensionFactory.LayerExtensionFactory.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionFactory</a></div><aside class="tsd-sources"><p>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#factory">factory</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:394</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
41
41
  <p>The factory that will be used whenever a new layer extension needs to be
42
42
  created. Applications can supply their own factory to customize layer
43
43
  extension creation.</p>
44
- </div></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Accessors</h2><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="basemapExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">basemap<wbr/>Extension<a href="#basemapExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> basemapExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_BasemapExtension.BasemapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">BasemapExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_BasemapExtension.BasemapExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">BasemapExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.basemapExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:202</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
44
+ </div></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Accessors</h2><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="basemapExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">basemap<wbr/>Extension<a href="#basemapExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> basemapExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_BasemapExtension.BasemapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">BasemapExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_BasemapExtension.BasemapExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">BasemapExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.basemapExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:208</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
45
45
  <p>The parent basemap extension if the extended layer is a layer in a basemap.</p>
46
- </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_BasemapExtension.BasemapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">BasemapExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_BasemapExtension.BasemapExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">BasemapExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="canChangeLabels" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Change<wbr/>Labels<a href="#canChangeLabels" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeLabels<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.canChangeLabels</p><ul><li>Defined in src/mapping/_LayerExtension.ts:351</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
46
+ </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_BasemapExtension.BasemapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">BasemapExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_BasemapExtension.BasemapExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">BasemapExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="canChangeLabels" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Change<wbr/>Labels<a href="#canChangeLabels" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeLabels<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.canChangeLabels</p><ul><li>Defined in src/mapping/_LayerExtension.ts:357</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
47
47
  <p>Determines whether the type of layer being extended supports changing
48
48
  labels. Default is false.</p>
49
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="canChangeOpacity" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Change<wbr/>Opacity<a href="#canChangeOpacity" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeOpacity<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.canChangeOpacity</p><ul><li>Defined in src/mapping/_LayerExtension.ts:343</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
49
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="canChangeOpacity" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Change<wbr/>Opacity<a href="#canChangeOpacity" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeOpacity<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.canChangeOpacity</p><ul><li>Defined in src/mapping/_LayerExtension.ts:349</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
50
50
  <p>Determines whether the type of layer being extended supports changing opacity.</p>
51
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="canChangeScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Change<wbr/>Scale<a href="#canChangeScale" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeScale<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.canChangeScale</p><ul><li>Defined in src/mapping/_LayerExtension.ts:336</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
51
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="canChangeScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link">can<wbr/>Change<wbr/>Scale<a href="#canChangeScale" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> canChangeScale<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.canChangeScale</p><ul><li>Defined in src/mapping/_LayerExtension.ts:342</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
52
52
  <p>Determines whether the type of layer being extended supports changing Scale.</p>
53
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link">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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> 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 LayerExtension.capabilities</p><ul><li>Defined in src/mapping/_LayerExtension.ts:231</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
53
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="capabilities" class="tsd-anchor"></a><h3 class="tsd-anchor-link">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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> 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 LayerExtension.capabilities</p><ul><li>Defined in src/mapping/_LayerExtension.ts:237</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
54
54
  <p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#capabilities">FeatureSource.capabilities</a>.</p>
55
- </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-accessor tsd-parent-kind-class tsd-is-inherited"><a id="dynamicallyAddedLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">dynamically<wbr/>Added<wbr/>Layer<a href="#dynamicallyAddedLayer" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dynamicallyAddedLayer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> dynamicallyAddedLayer<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.dynamicallyAddedLayer</p><ul><li>Defined in src/mapping/_LayerExtension.ts:398</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
55
+ </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-accessor tsd-parent-kind-class tsd-is-inherited"><a id="dynamicallyAddedLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">dynamically<wbr/>Added<wbr/>Layer<a href="#dynamicallyAddedLayer" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> dynamicallyAddedLayer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> dynamicallyAddedLayer<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.dynamicallyAddedLayer</p><ul><li>Defined in src/mapping/_LayerExtension.ts:404</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
56
56
  <p>Indicates that the layer was added dynamically.</p>
57
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.dynamicallyAddedLayer</p><ul><li>Defined in src/mapping/_LayerExtension.ts:401</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
57
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.dynamicallyAddedLayer</p><ul><li>Defined in src/mapping/_LayerExtension.ts:407</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
58
58
  <p>Indicates that the layer was added dynamically.</p>
59
- </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type">boolean</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="effectiveFullExtent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">effective<wbr/>Full<wbr/>Extent<a href="#effectiveFullExtent" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveFullExtent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.effectiveFullExtent</p><ul><li>Defined in src/mapping/_LayerExtension.ts:329</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
59
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type">boolean</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="effectiveFullExtent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">effective<wbr/>Full<wbr/>Extent<a href="#effectiveFullExtent" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveFullExtent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.effectiveFullExtent</p><ul><li>Defined in src/mapping/_LayerExtension.ts:335</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
60
60
  <p>The effective full extent of this layer extension.</p>
61
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Extent</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="effectiveMaxScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link">effective<wbr/>Max<wbr/>Scale<a href="#effectiveMaxScale" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveMaxScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.effectiveMaxScale</p><ul><li>Defined in src/mapping/_LayerExtension.ts:311</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
61
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Extent</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="effectiveMaxScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link">effective<wbr/>Max<wbr/>Scale<a href="#effectiveMaxScale" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveMaxScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.effectiveMaxScale</p><ul><li>Defined in src/mapping/_LayerExtension.ts:317</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
62
62
  <p>The effective max scale for this layer extension.</p>
63
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="effectiveMinScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link">effective<wbr/>Min<wbr/>Scale<a href="#effectiveMinScale" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveMinScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.effectiveMinScale</p><ul><li>Defined in src/mapping/_LayerExtension.ts:304</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
63
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="effectiveMinScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link">effective<wbr/>Min<wbr/>Scale<a href="#effectiveMinScale" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> effectiveMinScale<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.effectiveMinScale</p><ul><li>Defined in src/mapping/_LayerExtension.ts:310</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
64
64
  <p>The effective min scale for this layer extension.</p>
65
65
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a id="failureMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link">failure<wbr/>Mode<a href="#failureMode" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> failureMode<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../modules/FailureMode.html#FailureMode-1" class="tsd-signature-type" data-tsd-kind="Type alias">FailureMode</a></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> failureMode<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../modules/FailureMode.html#FailureMode-1" class="tsd-signature-type" data-tsd-kind="Type alias">FailureMode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.failureMode</p><ul><li>Defined in src/support/InitializableBase.ts:97</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
66
66
  <p>Determines how a parent object should handle initialization failure in
@@ -82,16 +82,16 @@ this object. The default is &quot;warn&quot;.</p>
82
82
  <p>A menu for actions specifically related to features from this source.</p>
83
83
  </div></div><h4 class="tsd-returns-title">Returns <a href="menus_Menu.Menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.featureActions</p><ul><li>Defined in src/data/FeatureSourceBase.ts:112</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
84
84
  <p>A menu for actions specifically related to features from this source.</p>
85
- </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <a href="menus_Menu.Menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="groundExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">ground<wbr/>Extension<a href="#groundExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> groundExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_GroundExtension.GroundExtension.html" class="tsd-signature-type" data-tsd-kind="Class">GroundExtension</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.groundExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:210</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
85
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <a href="menus_Menu.Menu.html" class="tsd-signature-type" data-tsd-kind="Class">Menu</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_MenuItem.MenuItem.html" class="tsd-signature-type" data-tsd-kind="Class">MenuItem</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/menus_Menu.MenuProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">MenuProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="groundExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">ground<wbr/>Extension<a href="#groundExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> groundExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_GroundExtension.GroundExtension.html" class="tsd-signature-type" data-tsd-kind="Class">GroundExtension</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.groundExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:216</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
86
86
  <p>The parent ground extension if the extended layer is an elevation layer
87
87
  in a ground object.</p>
88
- </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_GroundExtension.GroundExtension.html" class="tsd-signature-type" data-tsd-kind="Class">GroundExtension</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="hasFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">has<wbr/>Features<a href="#hasFeatures" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> hasFeatures<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.hasFeatures</p><ul><li>Defined in src/mapping/_LayerExtension.ts:224</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
88
+ </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_GroundExtension.GroundExtension.html" class="tsd-signature-type" data-tsd-kind="Class">GroundExtension</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="hasFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">has<wbr/>Features<a href="#hasFeatures" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> hasFeatures<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.hasFeatures</p><ul><li>Defined in src/mapping/_LayerExtension.ts:230</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
89
89
  <p>Determines whether this type of layer is capable of producing features.</p>
90
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link">id<a href="#id" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> id<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 LayerExtension.id</p><ul><li>Defined in src/Entity.ts:55</li></ul></aside><div class="tsd-comment tsd-typography"><dl class="tsd-comment-tags"><dt>inheritdoc</dt><dd></dd></dl></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-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="initialVisibility" class="tsd-anchor"></a><h3 class="tsd-anchor-link">initial<wbr/>Visibility<a href="#initialVisibility" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> initialVisibility<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.initialVisibility</p><ul><li>Defined in src/mapping/_LayerExtension.ts:358</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
90
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link">id<a href="#id" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> id<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 LayerExtension.id</p><ul><li>Defined in src/Entity.ts:55</li></ul></aside><div class="tsd-comment tsd-typography"><dl class="tsd-comment-tags"><dt>inheritdoc</dt><dd></dd></dl></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-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="initialVisibility" class="tsd-anchor"></a><h3 class="tsd-anchor-link">initial<wbr/>Visibility<a href="#initialVisibility" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> initialVisibility<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.initialVisibility</p><ul><li>Defined in src/mapping/_LayerExtension.ts:364</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
91
91
  <p>Indicates the initial layer visibility.</p>
92
92
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="isDestroyed" class="tsd-anchor"></a><h3 class="tsd-anchor-link">is<wbr/>Destroyed<a href="#isDestroyed" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isDestroyed<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.isDestroyed</p><ul><li>Defined in src/support/InitializableBase.ts:85</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
93
93
  <p>See <a href="../interfaces/support_InitializableBase.Initializable.html#isDestroyed">Initializable.isDestroyed</a>.</p>
94
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="isEffectivelyVisible" class="tsd-anchor"></a><h3 class="tsd-anchor-link">is<wbr/>Effectively<wbr/>Visible<a href="#isEffectivelyVisible" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isEffectivelyVisible<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.isEffectivelyVisible</p><ul><li>Defined in src/mapping/_LayerExtension.ts:318</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
94
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="isEffectivelyVisible" class="tsd-anchor"></a><h3 class="tsd-anchor-link">is<wbr/>Effectively<wbr/>Visible<a href="#isEffectivelyVisible" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isEffectivelyVisible<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.isEffectivelyVisible</p><ul><li>Defined in src/mapping/_LayerExtension.ts:324</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
95
95
  <p>The effective visibility for this layer extension.</p>
96
96
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="isInitialized" class="tsd-anchor"></a><h3 class="tsd-anchor-link">is<wbr/>Initialized<a href="#isInitialized" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isInitialized<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.isInitialized</p><ul><li>Defined in src/support/InitializableBase.ts:78</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
97
97
  <p>See <a href="../interfaces/support_InitializableBase.Initializable.html#isInitialized">Initializable.isInitialized</a>.</p>
@@ -99,46 +99,46 @@ in a ground object.</p>
99
99
  <p>The item type for this entity when it participates in an App.</p>
100
100
  </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-get-signature tsd-parent-kind-class tsd-is-overwrite"><a id="layer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">layer<a href="#layer" 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-get-signature tsd-parent-kind-class tsd-is-overwrite"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> layer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">VectorTileLayer</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Overrides LayerExtension.layer</p><ul><li>Defined in src/mapping/VectorTileLayerExtension.ts:37</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
101
101
  <p>The Esri <a href="../interfaces/portal_VectorTileLayer.VectorTileLayer-1.html">VectorTileLayer</a> object being extended.</p>
102
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">VectorTileLayer</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="mapExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">map<wbr/>Extension<a href="#mapExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> mapExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_MapExtension.MapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">MapExtension</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.mapExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:195</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
102
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">VectorTileLayer</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="mapExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">map<wbr/>Extension<a href="#mapExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> mapExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_MapExtension.MapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">MapExtension</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.mapExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:201</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
103
103
  <p>The parent map extension.</p>
104
- </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_MapExtension.MapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">MapExtension</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="parentLayerExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">parent<wbr/>Layer<wbr/>Extension<a href="#parentLayerExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> parentLayerExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.parentLayerExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:217</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
104
+ </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_MapExtension.MapExtension.html" class="tsd-signature-type" data-tsd-kind="Class">MapExtension</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="parentLayerExtension" class="tsd-anchor"></a><h3 class="tsd-anchor-link">parent<wbr/>Layer<wbr/>Extension<a href="#parentLayerExtension" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> parentLayerExtension<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.parentLayerExtension</p><ul><li>Defined in src/mapping/_LayerExtension.ts:223</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
105
105
  <p>The parent layer extension if the extended layer is in a group layer.</p>
106
- </div></div><h4 class="tsd-returns-title">Returns <a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="renderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">renderer<a href="#renderer" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> renderer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Renderer</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.renderer</p><ul><li>Defined in src/mapping/_LayerExtension.ts:238</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
106
+ </div></div><h4 class="tsd-returns-title">Returns <a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="renderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">renderer<a href="#renderer" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> renderer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Renderer</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.renderer</p><ul><li>Defined in src/mapping/_LayerExtension.ts:244</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
107
107
  <p>The renderer, if any, that the ESRI layer uses to display data on the map.</p>
108
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Renderer</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a id="requestHelper" class="tsd-anchor"></a><h3 class="tsd-anchor-link">request<wbr/>Helper<a href="#requestHelper" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> requestHelper<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> requestHelper<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.requestHelper</p><ul><li>Defined in src/mapping/_LayerExtension.ts:266</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
108
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Renderer</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a id="requestHelper" class="tsd-anchor"></a><h3 class="tsd-anchor-link">request<wbr/>Helper<a href="#requestHelper" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> requestHelper<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> requestHelper<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.requestHelper</p><ul><li>Defined in src/mapping/_LayerExtension.ts:272</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
109
109
  <p>The <a href="../interfaces/utilities_RequestHelper.RequestHelper.html">RequestHelper</a> to use when making requests to external
110
110
  services. If not specified, a default implementation will be used.</p>
111
- </div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.requestHelper</p><ul><li>Defined in src/mapping/_LayerExtension.ts:275</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
111
+ </div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.requestHelper</p><ul><li>Defined in src/mapping/_LayerExtension.ts:281</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
112
112
  <p>The <a href="../interfaces/utilities_RequestHelper.RequestHelper.html">RequestHelper</a> to use when making requests to external
113
113
  services. If not specified, a default implementation will be used.</p>
114
- </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link">sublayer<wbr/>Extensions<a href="#sublayerExtensions" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> sublayerExtensions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.sublayerExtensions</p><ul><li>Defined in src/mapping/_LayerExtension.ts:258</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
114
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="sublayerExtensions" class="tsd-anchor"></a><h3 class="tsd-anchor-link">sublayer<wbr/>Extensions<a href="#sublayerExtensions" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> sublayerExtensions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.sublayerExtensions</p><ul><li>Defined in src/mapping/_LayerExtension.ts:264</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
115
115
  <p>The sublayer extensions associated with each sublayer of this layer.</p>
116
- </div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="sublayersAreReadOnly" class="tsd-anchor"></a><h3 class="tsd-anchor-link">sublayers<wbr/>Are<wbr/>Read<wbr/>Only<a href="#sublayersAreReadOnly" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> sublayersAreReadOnly<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.sublayersAreReadOnly</p><ul><li>Defined in src/mapping/_LayerExtension.ts:425</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
116
+ </div></div><h4 class="tsd-returns-title">Returns <a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionCollection</a></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="sublayersAreReadOnly" class="tsd-anchor"></a><h3 class="tsd-anchor-link">sublayers<wbr/>Are<wbr/>Read<wbr/>Only<a href="#sublayersAreReadOnly" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> sublayersAreReadOnly<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.sublayersAreReadOnly</p><ul><li>Defined in src/mapping/_LayerExtension.ts:431</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
117
117
  <p>Determines whether the type of layer being extended has a readonly
118
118
  sublayer collection.</p>
119
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="supportsSublayers" class="tsd-anchor"></a><h3 class="tsd-anchor-link">supports<wbr/>Sublayers<a href="#supportsSublayers" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> supportsSublayers<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.supportsSublayers</p><ul><li>Defined in src/mapping/_LayerExtension.ts:297</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
119
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="supportsSublayers" class="tsd-anchor"></a><h3 class="tsd-anchor-link">supports<wbr/>Sublayers<a href="#supportsSublayers" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> supportsSublayers<span class="tsd-signature-symbol">(</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>Inherited from LayerExtension.supportsSublayers</p><ul><li>Defined in src/mapping/_LayerExtension.ts:303</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
120
120
  <p>Determines whether this type of layer is capable of having sublayers.</p>
121
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link">title<a href="#title" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> title<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 LayerExtension.title</p><ul><li>Defined in src/mapping/_LayerExtension.ts:282</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
121
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link">title<a href="#title" 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-get-signature tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> title<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 LayerExtension.title</p><ul><li>Defined in src/mapping/_LayerExtension.ts:288</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
122
122
  <p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#title">FeatureSource.title</a>.</p>
123
- </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-accessor tsd-parent-kind-class tsd-is-inherited"><a id="visibilityMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link">visibility<wbr/>Mode<a href="#visibilityMode" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> visibilityMode<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> visibilityMode<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.visibilityMode</p><ul><li>Defined in src/mapping/_LayerExtension.ts:245</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
123
+ </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-accessor tsd-parent-kind-class tsd-is-inherited"><a id="visibilityMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link">visibility<wbr/>Mode<a href="#visibilityMode" 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-accessor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> visibilityMode<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span></li><li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> visibilityMode<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.visibilityMode</p><ul><li>Defined in src/mapping/_LayerExtension.ts:251</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
124
124
  <p>Indicates how to manage the visibility of the children layers or sublayers.</p>
125
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.visibilityMode</p><ul><li>Defined in src/mapping/_LayerExtension.ts:248</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
125
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span></h4></li><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from LayerExtension.visibilityMode</p><ul><li>Defined in src/mapping/_LayerExtension.ts:254</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
126
126
  <p>Indicates how to manage the visibility of the children layers or sublayers.</p>
127
- </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Methods</h2><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _add<wbr/>Attachment<a href="#_addAttachment" 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">_add<wbr/>Attachment<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, attachment<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><a href="../interfaces/data_Attachment.AttachmentProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">AttachmentProperties</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">File</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">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">&gt;</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#_addAttachment">_addAttachment</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:538</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
127
+ </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>value: <span class="tsd-signature-type">&quot;independent&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherited&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;exclusive&quot;</span></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Methods</h2><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a id="_addAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _add<wbr/>Attachment<a href="#_addAttachment" 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">_add<wbr/>Attachment<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, attachment<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><a href="../interfaces/data_Attachment.AttachmentProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">AttachmentProperties</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">File</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">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">&gt;</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#_addAttachment">_addAttachment</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:555</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
128
128
  <p>Called to add an attachment to a feature. Subclasses must override this
129
129
  if they support feature attachments.</p>
130
130
  </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">
131
131
  <p>The feature to add the attachment to.</p>
132
132
  </div></div></li><li><h5>attachment: <a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/data_Attachment.AttachmentProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">AttachmentProperties</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">File</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
133
133
  <p>The attachment to add to the feature.</p>
134
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">&gt;</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="_addFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _add<wbr/>Features<a href="#_addFeatures" 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">_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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_addFeatures">_addFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:582</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
134
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Attachment.Attachment.html" class="tsd-signature-type" data-tsd-kind="Class">Attachment</a><span class="tsd-signature-symbol">&gt;</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="_addFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _add<wbr/>Features<a href="#_addFeatures" 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">_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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_addFeatures">_addFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:599</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
135
135
  <p>Called to add new features. Subclasses must override this if they support
136
136
  adding features.</p>
137
137
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>features: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
138
138
  <p>The features to add.</p>
139
139
  </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">
140
140
  <p>Additional options that control how the feature is saved.</p>
141
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_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-inherited 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__LayerExtension.LayerProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a>, 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">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_applyLayerProperties">_applyLayerProperties</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1321</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
141
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_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-inherited 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__LayerExtension.LayerProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a>, 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">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_applyLayerProperties">_applyLayerProperties</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1327</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
142
142
  <p>Called to apply layer properties to a layer.</p>
143
143
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>properties: <a href="../interfaces/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
144
144
  <p>The layer properties to apply.</p>
@@ -148,76 +148,76 @@ adding features.</p>
148
148
  <p>Apply properties from a portal item to an ESRI API Layer object.</p>
149
149
  </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">
150
150
  <p>The portal item to apply.</p>
151
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1294</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
151
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_capabilities">_capabilities</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1300</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
152
152
  <p>The capabilities for the layer extension.</p>
153
- </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__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:496</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
153
+ </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__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_createFeatureSettings">_createFeatureSettings</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:513</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
154
154
  <p>Called to create the <a href="data_FeatureSettings.FeatureSettings.html">FeatureSettings</a> for this feature source.</p>
155
- </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">&lt;</span><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</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:517</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
155
+ </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">&lt;</span><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</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:534</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
156
156
  <p>Called to create the <a href="../modules/Hyperlink.html">Hyperlink</a> collection for this feature source.</p>
157
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</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="_createLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Layer<a href="#_createLayer" 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/>Layer<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</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">&lt;</span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">&gt;</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#_createLayer">_createLayer</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1311</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
157
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="Hyperlink.Hyperlink-1.html" class="tsd-signature-type" data-tsd-kind="Class">Hyperlink</a><span class="tsd-signature-symbol">&gt;</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="_createLayer" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Layer<a href="#_createLayer" 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/>Layer<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</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">&lt;</span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">&gt;</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#_createLayer">_createLayer</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1317</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
158
158
  <p>Called to create an Esri layer from layer properties.</p>
159
159
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>properties: <a href="../interfaces/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
160
160
  <p>The initial layer properties to apply.</p>
161
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">&gt;</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="_createLayerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Layer<wbr/>List<wbr/>Settings<a href="#_createLayerListSettings" 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/>Layer<wbr/>List<wbr/>Settings<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><a href="mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettingsProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_support_LayerListSettings.LayerListSettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></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#_createLayerListSettings">_createLayerListSettings</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1278</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
161
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol">&gt;</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="_createLayerListSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Layer<wbr/>List<wbr/>Settings<a href="#_createLayerListSettings" 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/>Layer<wbr/>List<wbr/>Settings<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">?: </span><a href="mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettingsProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_support_LayerListSettings.LayerListSettings.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettings</a></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#_createLayerListSettings">_createLayerListSettings</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1284</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
162
162
  <p>Called to create the <a href="mapping_support_LayerListSettings.LayerListSettings.html">LayerListSettings</a> for this layer extension.</p>
163
163
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> properties: <a href="mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type" data-tsd-kind="Class">LayerListSettingsProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
164
164
  <p>Initial properties for the layer list settings.</p>
165
- </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">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">&gt;</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:510</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
165
+ </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">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">&gt;</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:527</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
166
166
  <p>Called to create the <a href="../interfaces/data__Relationship.Relationship-1.html">Relationship</a> collection for this feature source.</p>
167
167
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol">&gt;</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/VectorTileLayerExtension.ts:67</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
168
168
  <p>Called to create the <a href="data_Schema.Schema.html">Schema</a> for this feature source.</p>
169
- </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">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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:1160</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
169
+ </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">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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:1166</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
170
170
  <p>Called to create a child sublayer extension. Must be overridden by layer
171
171
  extensions that support sublayers.</p>
172
172
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> properties: <a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
173
173
  <p>Properties used to initialize the sublayer extension.</p>
174
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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="_createSublayerExtensionCollection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection<a href="#_createSublayerExtensionCollection" 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<wbr/>Collection<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtensionCollectionBase</a></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#_createSublayerExtensionCollection">_createSublayerExtensionCollection</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1287</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
174
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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="_createSublayerExtensionCollection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection<a href="#_createSublayerExtensionCollection" 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<wbr/>Collection<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtensionCollectionBase</a></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#_createSublayerExtensionCollection">_createSublayerExtensionCollection</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1293</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
175
175
  <p>Called to create the <a href="../interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html">SublayerExtensionCollection</a> for this layer extension.</p>
176
- </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtensionCollectionBase</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="_createTaskSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Task<wbr/>Settings<a href="#_createTaskSettings" 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/>Task<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</a></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#_createTaskSettings">_createTaskSettings</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:503</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
176
+ </div></div><h4 class="tsd-returns-title">Returns <a href="mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtensionCollectionBase</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="_createTaskSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _create<wbr/>Task<wbr/>Settings<a href="#_createTaskSettings" 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/>Task<wbr/>Settings<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</a></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#_createTaskSettings">_createTaskSettings</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:520</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
177
177
  <p>Called to create the <a href="data_TaskSettings.TaskSettings.html">TaskSettings</a> for this feature source.</p>
178
- </div></div><h4 class="tsd-returns-title">Returns <a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</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="_deleteAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _delete<wbr/>Attachments<a href="#_deleteAttachments" 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">_delete<wbr/>Attachments<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, attachments<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_deleteAttachments">_deleteAttachments</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:552</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
178
+ </div></div><h4 class="tsd-returns-title">Returns <a href="data_TaskSettings.TaskSettings.html" class="tsd-signature-type" data-tsd-kind="Class">TaskSettings</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="_deleteAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _delete<wbr/>Attachments<a href="#_deleteAttachments" 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">_delete<wbr/>Attachments<span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a>, attachments<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_deleteAttachments">_deleteAttachments</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:569</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
179
179
  <p>Called to remove attachments from a feature. Subclasses must override
180
180
  this if they support feature attachments.</p>
181
181
  </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">
182
182
  <p>The feature to delete attachments from.</p>
183
183
  </div></div></li><li><h5>attachments: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</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></h5><div class="tsd-comment tsd-typography"><div class="lead">
184
184
  <p>The attachments or the IDs of the attachments to delete.</p>
185
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_deleteFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _delete<wbr/>Features<a href="#_deleteFeatures" 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">_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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_deleteFeatures">_deleteFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:610</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
185
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_deleteFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _delete<wbr/>Features<a href="#_deleteFeatures" 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">_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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_deleteFeatures">_deleteFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:627</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
186
186
  <p>Called to delete features. Subclasses must override this if they support
187
187
  deleting 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">
189
189
  <p>The IDs of the features to delete.</p>
190
190
  </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">
191
191
  <p>Additional options that control how the features are deleted.</p>
192
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_getAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Attachments<a href="#_getAttachments" 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/>Attachments<span class="tsd-signature-symbol">(</span>feature<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</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">&gt;</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#_getAttachments">_getAttachments</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:527</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
192
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_getAttachments" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Attachments<a href="#_getAttachments" 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/>Attachments<span class="tsd-signature-symbol">(</span>feature<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</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">&gt;</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#_getAttachments">_getAttachments</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:544</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
193
193
  <p>Called to retrieve attachments for a feature. Subclasses must override
194
194
  this if they support feature attachments.</p>
195
195
  </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">
196
196
  <p>The feature to get attachments for.</p>
197
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</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">&gt;</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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:566</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
197
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</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">&gt;</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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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#_getFeatures">_getFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:583</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
198
198
  <p>Called to retrieve features. Subclasses must override this if they
199
199
  support querying for features.</p>
200
200
  </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">
201
201
  <p>The unique IDs of features to retrieve.</p>
202
202
  </div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_FeatureSource.FeatureReadOptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
203
203
  <p>Options that control what gets returned.</p>
204
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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:1141</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
204
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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:1147</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
205
205
  <p>Overridden in child sublayer extensions that need to add an layerType ref
206
206
  properties.</p>
207
207
  </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">&lt;</span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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/VectorTileLayerExtension.ts:44</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
208
208
  <p>The property keys and their PropertyFilter values that are used to
209
209
  intelligently filter JSON when serializing and deserializing the class instance.</p>
210
- </div></div><h4 class="tsd-returns-title">Returns <a href="../modules/support_Serializable.html#PropertyDefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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="_getSerializableRefLayerProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties<a href="#_getSerializableRefLayerProperties" 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/>Ref<wbr/>Layer<wbr/>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</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#_getSerializableRefLayerProperties">_getSerializableRefLayerProperties</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1149</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
210
+ </div></div><h4 class="tsd-returns-title">Returns <a href="../modules/support_Serializable.html#PropertyDefs" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyDefs</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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="_getSerializableRefLayerProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties<a href="#_getSerializableRefLayerProperties" 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/>Ref<wbr/>Layer<wbr/>Properties<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</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#_getSerializableRefLayerProperties">_getSerializableRefLayerProperties</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1155</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
211
211
  <p>Overridden in child sublayer extensions that need to add additional
212
212
  properties when serializing layer references.</p>
213
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</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="_initializableChildCollections" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _initializable<wbr/>Child<wbr/>Collections<a href="#_initializableChildCollections" 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">_initializable<wbr/>Child<wbr/>Collections<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="support_InitializableBase.InitializableBase.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableBase</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/support_InitializableBase.InitializableBaseProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">InitializableBaseProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</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#_initializableChildCollections">_initializableChildCollections</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1301</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
213
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</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="_initializableChildCollections" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _initializable<wbr/>Child<wbr/>Collections<a href="#_initializableChildCollections" 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">_initializable<wbr/>Child<wbr/>Collections<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="support_InitializableBase.InitializableBase.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableBase</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/support_InitializableBase.InitializableBaseProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">InitializableBaseProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</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#_initializableChildCollections">_initializableChildCollections</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1307</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
214
214
  <p>Collections of child items to initialize. Items that fail to initialize
215
215
  are removed from the collection.</p>
216
216
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Collection</span><span class="tsd-signature-symbol">&lt;</span><a href="support_InitializableBase.InitializableBase.html" class="tsd-signature-type" data-tsd-kind="Class">InitializableBase</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/support_InitializableBase.InitializableBaseProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">InitializableBaseProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</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="_initializeChildren" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _initialize<wbr/>Children<a href="#_initializeChildren" 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/>Children<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_initializeChildren">_initializeChildren</a></p><ul><li>Defined in src/support/InitializableBase.ts:220</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
217
217
  <p>Initializes child entities.</p>
218
218
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_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-overwrite 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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_initializeLayer">_initializeLayer</a></p><ul><li>Defined in src/mapping/VectorTileLayerExtension.ts:74</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
219
219
  <p>Called prior to loading the layer in order to perform any extra initialization.</p>
220
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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/VectorTileLayerExtension.ts:60</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
220
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_isRelationship" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _is<wbr/>Relationship<a href="#_isRelationship" 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">_is<wbr/>Relationship<span class="tsd-signature-symbol">(</span>relationship<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><a href="../interfaces/data__Relationship.RelationshipProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">RelationshipProperties</a><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>Inherited from <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a>.<a href="mapping__LayerExtension.LayerExtension.html#_isRelationship">_isRelationship</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:638</li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>relationship: <a href="../interfaces/data__Relationship.Relationship-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/data__Relationship.RelationshipProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">RelationshipProperties</a></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</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/VectorTileLayerExtension.ts:60</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
221
221
  <p>Determines whether the layer is of the right type for the type of layer extension.</p>
222
222
  </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">
223
223
  <p>The layer to validate.</p>
@@ -228,26 +228,26 @@ are removed from the collection.</p>
228
228
  </div></div></li><li><h5>force: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
229
229
  <p>Whether to always invoke the callback, even if the value
230
230
  hasn&#39;t changed.</p>
231
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</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="_onDestroy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _on<wbr/>Destroy<a href="#_onDestroy" 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">_on<wbr/>Destroy<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_onDestroy">_onDestroy</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1024</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
231
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</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="_onDestroy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _on<wbr/>Destroy<a href="#_onDestroy" 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">_on<wbr/>Destroy<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_onDestroy">_onDestroy</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1030</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
232
232
  <p>Called to perform cleanup. Subclasses should override this method rather
233
233
  than destroy() to perform custom cleanup.</p>
234
234
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_onInitialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _on<wbr/>Initialize<a href="#_onInitialize" 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">_on<wbr/>Initialize<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_onInitialize">_onInitialize</a></p><ul><li>Defined in src/mapping/VectorTileLayerExtension.ts:85</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
235
235
  <p>Called to perform initialization of the layer extension. Subclasses
236
236
  should override this method rather than initialize() to perform custom
237
237
  initialization.</p>
238
- </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_onSublayerAddedPostInitialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize<a href="#_onSublayerAddedPostInitialize" 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">_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize<span class="tsd-signature-symbol">(</span>sublayerX<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">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_onSublayerAddedPostInitialize">_onSublayerAddedPostInitialize</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1006</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
238
+ </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_onSublayerAddedPostInitialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize<a href="#_onSublayerAddedPostInitialize" 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">_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize<span class="tsd-signature-symbol">(</span>sublayerX<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">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_onSublayerAddedPostInitialize">_onSublayerAddedPostInitialize</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1012</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
239
239
  <p>A callback executed when a sublayer is added as a child of the
240
240
  LayerExtension, after the LayerExtension has been initialized.</p>
241
241
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>sublayerX: <a href="mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">SublayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
242
242
  <p>The sublayer that was added.</p>
243
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_postInitialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _post<wbr/>Initialize<a href="#_postInitialize" 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">_post<wbr/>Initialize<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_postInitialize">_postInitialize</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1241</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
243
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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="_postInitialize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _post<wbr/>Initialize<a href="#_postInitialize" 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">_post<wbr/>Initialize<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_postInitialize">_postInitialize</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:1247</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
244
244
  <p>Called after normal initialization. Note: Child items are initialized
245
245
  before this is called.</p>
246
246
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a id="_toPropertyDef" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _to<wbr/>Property<wbr/>Def<a href="#_toPropertyDef" 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-has-type-parameter tsd-is-inherited tsd-is-protected"><li class="tsd-signature tsd-kind-icon">_to<wbr/>Property<wbr/>Def<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>def<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/support_Serializable.PropertyDef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/support_Serializable.PropertyDef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</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#_toPropertyDef">_toPropertyDef</a></p><ul><li>Defined in src/support/Serializable.ts:124</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
247
247
  <p>Converts the value to a PropertyDef object.</p>
248
248
  </div></div><h4 class="tsd-type-parameters-title">Type parameters</h4><ul class="tsd-type-parameters"><li><h4>T</h4></li></ul><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>def: <span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/support_Serializable.PropertyDef.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyDef</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">PropertyDefSerializeMode</span><span class="tsd-signature-symbol">[]</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
249
249
  <p>The value to convert.</p>
250
- </div></div></li></ul><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">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</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="_updateFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _update<wbr/>Features<a href="#_updateFeatures" 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">_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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_updateFeatures">_updateFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:596</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
250
+ </div></div></li></ul><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">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</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="_updateFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagProtected">Protected</span> _update<wbr/>Features<a href="#_updateFeatures" 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">_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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#_updateFeatures">_updateFeatures</a></p><ul><li>Defined in src/data/FeatureSourceBase.ts:613</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
251
251
  <p>Called to update features. Subclasses must override this if they support
252
252
  updating features.</p>
253
253
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>features: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
@@ -286,7 +286,7 @@ features, then an <a href="../modules/InvalidOperationError.html">InvalidOperati
286
286
  <p>The feature to add.</p>
287
287
  </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">
288
288
  <p>Additional options that control how the feature is saved.</p>
289
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="addFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">add<wbr/>Features<a href="#addFeatures" 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"><li class="tsd-signature tsd-kind-icon">add<wbr/>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><a href="data_FeatureSet.FeatureSet.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a>, 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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#addFeatures">addFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:712</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
289
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="addFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">add<wbr/>Features<a href="#addFeatures" 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"><li class="tsd-signature tsd-kind-icon">add<wbr/>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><a href="data_FeatureSet.FeatureSet.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a>, 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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#addFeatures">addFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:718</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
290
290
  <p>Adds a set of features to the source. If the source does not support
291
291
  adding features, then an <a href="../modules/InvalidOperationError.html">InvalidOperationError</a> will be thrown (see
292
292
  <a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#capabilities">capabilities</a>).</p>
@@ -322,9 +322,9 @@ deleting features, then an <a href="../modules/InvalidOperationError.html">Inval
322
322
  <p>The feature to delete.</p>
323
323
  </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">
324
324
  <p>Additional options that control how the features are deleted.</p>
325
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="deleteFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">delete<wbr/>Features<a href="#deleteFeatures" 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"><li class="tsd-signature tsd-kind-icon">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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-signature tsd-kind-icon">delete<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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#deleteFeatures">deleteFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:736</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
325
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="deleteFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">delete<wbr/>Features<a href="#deleteFeatures" 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"><li class="tsd-signature tsd-kind-icon">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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li><li class="tsd-signature tsd-kind-icon">delete<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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#deleteFeatures">deleteFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:742</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
326
326
  <p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#deleteFeature">FeatureSource.deleteFeature</a>.</p>
327
- </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></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></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li><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#deleteFeatures">deleteFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:740</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
327
+ </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></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></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li><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#deleteFeatures">deleteFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:746</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
328
328
  <p>See <a href="../interfaces/data_FeatureSource.FeatureSource.html#deleteFeature">FeatureSource.deleteFeature</a>.</p>
329
329
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>features: <span class="tsd-signature-type">Iterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h5></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></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="destroy" class="tsd-anchor"></a><h3 class="tsd-anchor-link">destroy<a href="#destroy" 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"><li class="tsd-signature tsd-kind-icon">destroy<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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#destroy">destroy</a></p><ul><li>Defined in src/support/InitializableBase.ts:139</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
330
330
  <p>A clean-up function that should get called whenever the item is disposed of.</p>
@@ -347,11 +347,11 @@ with an instance of NotFoundError.</p>
347
347
  <p>The ID of the feature to retrieve.</p>
348
348
  </div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_FeatureSource.FeatureReadOptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
349
349
  <p>Additional options that control how the feature is retrieved.</p>
350
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">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"><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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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#getFeatures">getFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:694</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
350
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">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"><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">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</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#getFeatures">getFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:700</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
351
351
  <p>Gets a set of features by their IDs.</p>
352
352
  </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">
353
353
  <p>The IDs of the features to retrieve.</p>
354
- </div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_FeatureSource.FeatureReadOptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getFullExtent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Full<wbr/>Extent<a href="#getFullExtent" 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"><li class="tsd-signature tsd-kind-icon">get<wbr/>Full<wbr/>Extent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</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#getFullExtent">getFullExtent</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:705</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
354
+ </div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/data_FeatureSource.FeatureReadOptions-1.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureReadOptions</a></h5></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterable</span><span class="tsd-signature-symbol">&lt;</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getFullExtent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Full<wbr/>Extent<a href="#getFullExtent" 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"><li class="tsd-signature tsd-kind-icon">get<wbr/>Full<wbr/>Extent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Extent</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#getFullExtent">getFullExtent</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:711</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
355
355
  <p>Returns the full extent of the source that contains all included features.</p>
356
356
  </div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Extent</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getSerializableProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link">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-inherited"><li class="tsd-signature tsd-kind-icon">get<wbr/>Serializable<wbr/>Properties<span class="tsd-signature-symbol">(</span>serializeMode<span class="tsd-signature-symbol">?: </span><a href="../modules/support_Serializable.html#SerializeMode" class="tsd-signature-type" data-tsd-kind="Type alias">SerializeMode</a><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">&lt;</span><a href="../interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">VectorTileLayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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#getSerializableProperties">getSerializableProperties</a></p><ul><li>Defined in src/support/Serializable.ts:93</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
357
357
  <p>Returns the serializable properties.</p>
@@ -385,7 +385,7 @@ updating features, then an <a href="../modules/InvalidOperationError.html">Inval
385
385
  <p>The feature to update.</p>
386
386
  </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">
387
387
  <p>Additional options that control how the feature is saved.</p>
388
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="updateFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">update<wbr/>Features<a href="#updateFeatures" 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"><li class="tsd-signature tsd-kind-icon">update<wbr/>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><a href="data_FeatureSet.FeatureSet.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a>, 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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#updateFeatures">updateFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:724</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
388
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="updateFeatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link">update<wbr/>Features<a href="#updateFeatures" 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"><li class="tsd-signature tsd-kind-icon">update<wbr/>Features<span class="tsd-signature-symbol">(</span>features<span class="tsd-signature-symbol">: </span><a href="data_FeatureSet.FeatureSet.html" class="tsd-signature-type" data-tsd-kind="Class">FeatureSet</a>, 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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</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#updateFeatures">updateFeatures</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:730</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
389
389
  <p>Saves changes to a existing features. If the source does not support
390
390
  updating features, then an <a href="../modules/InvalidOperationError.html">InvalidOperationError</a> will be thrown
391
391
  (see <a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#capabilities">capabilities</a>).</p>
@@ -402,23 +402,23 @@ updating features, then an <a href="../modules/InvalidOperationError.html">Inval
402
402
  This callback will always be invoked <em>asynchronously</em>.</p>
403
403
  </div></div></li><li><h5>sync: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
404
404
  <p>Whether to invoke the callback synchronously. The default is false.</p>
405
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a id="_getLayerData" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Layer<wbr/>Data<a href="#_getLayerData" 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 tsd-is-static"><li class="tsd-signature tsd-kind-icon">_get<wbr/>Layer<wbr/>Data<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, requestHelper<span class="tsd-signature-symbol">: </span><a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</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">&lt;</span><span class="tsd-signature-type">RestApiLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RestApiService</span><span class="tsd-signature-symbol">&gt;</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#_getLayerData">_getLayerData</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:675</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
405
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IHandle</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a id="_getLayerData" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagProtected">Protected</span> _get<wbr/>Layer<wbr/>Data<a href="#_getLayerData" 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 tsd-is-static"><li class="tsd-signature tsd-kind-icon">_get<wbr/>Layer<wbr/>Data<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, requestHelper<span class="tsd-signature-symbol">: </span><a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</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">&lt;</span><span class="tsd-signature-type">RestApiLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RestApiService</span><span class="tsd-signature-symbol">&gt;</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#_getLayerData">_getLayerData</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:681</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
406
406
  <p>Download the layer data for a particular layer url.</p>
407
407
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>url: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
408
408
  <p>The url.</p>
409
409
  </div></div></li><li><h5>requestHelper: <a href="../interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type" data-tsd-kind="Interface">ArcGISRequestHelper</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
410
410
  <p>The request helper to use.</p>
411
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RestApiLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RestApiService</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a id="create" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> create<a href="#create" 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-static"><li class="tsd-signature tsd-kind-icon">create<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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#create">create</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:520</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
411
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RestApiLayer</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RestApiService</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a id="create" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> create<a href="#create" 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-static"><li class="tsd-signature tsd-kind-icon">create<span class="tsd-signature-symbol">(</span>properties<span class="tsd-signature-symbol">: </span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</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#create">create</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:526</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
412
412
  <p>Creates the appropriate subclass of <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a> based on the
413
413
  supplied properties. Applications can customize the default creation
414
414
  behavior by supplying a custom factory object (see <a href="mapping__LayerExtension.LayerExtension.html#factory">LayerExtension.factory</a>).</p>
415
415
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>properties: <a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
416
416
  <p>The layer extension properties.</p>
417
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a id="fromPortalItem" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> from<wbr/>Portal<wbr/>Item<a href="#fromPortalItem" 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-static"><li class="tsd-signature tsd-kind-icon">from<wbr/>Portal<wbr/>Item<span class="tsd-signature-symbol">(</span>portalItemLike<span class="tsd-signature-symbol">: </span><a href="../modules/utilities_portal.html#PortalItemLike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a>, layerExtensionProperties<span class="tsd-signature-symbol">?: </span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</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">&lt;</span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</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#fromPortalItem">fromPortalItem</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:538</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
417
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a id="fromPortalItem" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagStatic">Static</span> from<wbr/>Portal<wbr/>Item<a href="#fromPortalItem" 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-static"><li class="tsd-signature tsd-kind-icon">from<wbr/>Portal<wbr/>Item<span class="tsd-signature-symbol">(</span>portalItemLike<span class="tsd-signature-symbol">: </span><a href="../modules/utilities_portal.html#PortalItemLike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a>, layerExtensionProperties<span class="tsd-signature-symbol">?: </span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</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">&lt;</span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</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#fromPortalItem">fromPortalItem</a></p><ul><li>Defined in src/mapping/_LayerExtension.ts:544</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
418
418
  <p>Creates the appropriate subclass of <a href="mapping__LayerExtension.LayerExtension.html">LayerExtension</a> based on the
419
419
  type of the supplied portal item.</p>
420
420
  </div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>portalItemLike: <a href="../modules/utilities_portal.html#PortalItemLike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
421
421
  <p>The portal item that determines the subclass to create.</p>
422
422
  </div></div></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> layerExtensionProperties: <a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a></h5><div class="tsd-comment tsd-typography"><div class="lead">
423
423
  <p>The properties used to create the subclass.</p>
424
- </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="../modules/AccessDeniedError.html">Access<wbr/>Denied<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ArgumentError.html">Argument<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ArgumentMissingError.html">Argument<wbr/>Missing<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ArgumentOutOfRangeError.html">Argument<wbr/>Out<wbr/>Of<wbr/>Range<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/Entity.html">Entity</a></li><li class=" tsd-kind-module"><a href="../modules/ErrorBase.html">Error<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/FailureMode.html">Failure<wbr/>Mode</a></li><li class=" tsd-kind-module"><a href="../modules/Hyperlink.html">Hyperlink</a></li><li class=" tsd-kind-module"><a href="../modules/InvalidOperationError.html">Invalid<wbr/>Operation<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ItemType.html">Item<wbr/>Type</a></li><li class=" tsd-kind-module"><a href="../modules/LanguageResources.html">Language<wbr/>Resources</a></li><li class=" tsd-kind-module"><a href="../modules/NotFoundError.html">Not<wbr/>Found<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/PortalUri.html">Portal<wbr/>Uri</a></li><li class=" tsd-kind-module"><a href="../modules/config.html">config</a></li><li class=" tsd-kind-module"><a href="../modules/data_ArcGISServiceTableExtension.html">data/<wbr/>ArcGISService<wbr/>Table<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_Attachment.html">data/<wbr/>Attachment</a></li><li class=" tsd-kind-module"><a href="../modules/data_Capabilities.html">data/<wbr/>Capabilities</a></li><li class=" tsd-kind-module"><a href="../modules/data_Feature.html">data/<wbr/>Feature</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureList.html">data/<wbr/>Feature<wbr/>List</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSaveError.html">data/<wbr/>Feature<wbr/>Save<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSet.html">data/<wbr/>Feature<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSettings.html">data/<wbr/>Feature<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSource.html">data/<wbr/>Feature<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSourceBase.html">data/<wbr/>Feature<wbr/>Source<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureStream.html">data/<wbr/>Feature<wbr/>Stream</a></li><li class=" tsd-kind-module"><a href="../modules/data_FieldExtension.html">data/<wbr/>Field<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_QuerySourceCapabilities.html">data/<wbr/>Query<wbr/>Source<wbr/>Capabilities</a></li><li class=" tsd-kind-module"><a href="../modules/data_Relationship.html">data/<wbr/>Relationship</a></li><li class=" tsd-kind-module"><a href="../modules/data_RelationshipBase.html">data/<wbr/>Relationship<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/data_Schema.html">data/<wbr/>Schema</a></li><li class=" tsd-kind-module"><a href="../modules/data_Table.html">data/<wbr/>Table</a></li><li class=" tsd-kind-module"><a href="../modules/data_TableExtension.html">data/<wbr/>Table<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_TaskSettings.html">data/<wbr/>Task<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/data__Relationship.html">data/_<wbr/>Relationship</a></li><li class=" tsd-kind-module"><a href="../modules/data__TableExtension.html">data/_<wbr/>Table<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_convert.html">data/convert</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_DefaultRelationshipFactory.html">data/support/<wbr/>Default<wbr/>Relationship<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_DefaultTableExtensionFactory.html">data/support/<wbr/>Default<wbr/>Table<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_RelationshipFactory.html">data/support/<wbr/>Relationship<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_TableExtensionFactory.html">data/support/<wbr/>Table<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_attachments.html">data/support/attachments</a></li><li class=" tsd-kind-module"><a href="../modules/layer_preset_LayerPreset.html">layer-<wbr/>preset/<wbr/>Layer<wbr/>Preset</a></li><li class=" tsd-kind-module"><a href="../modules/layer_preset_LayerPresetSettings.html">layer-<wbr/>preset/<wbr/>Layer<wbr/>Preset<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/locale.html">locale</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ArcGISSublayerExtension.html">mapping/<wbr/>ArcGISSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BasemapExtension.html">mapping/<wbr/>Basemap<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_Bookmark.html">mapping/<wbr/>Bookmark</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingComponentSublayerExtension.html">mapping/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingGroupSublayerExtension.html">mapping/<wbr/>Building<wbr/>Group<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingSceneLayerExtension.html">mapping/<wbr/>Building<wbr/>Scene<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingSublayerExtension.html">mapping/<wbr/>Building<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_CSVLayerExtension.html">mapping/CSVLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ElevationLayerExtension.html">mapping/<wbr/>Elevation<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_FeatureCollectionLayerExtension.html">mapping/<wbr/>Feature<wbr/>Collection<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_FeatureLayerExtension.html">mapping/<wbr/>Feature<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_FeatureLayerExtensionBase.html">mapping/<wbr/>Feature<wbr/>Layer<wbr/>Extension<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GeoRSSLayerExtension.html">mapping/<wbr/>GeoRSSLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GraphicsLayerExtension.html">mapping/<wbr/>Graphics<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GroundExtension.html">mapping/<wbr/>Ground<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GroupLayerExtension.html">mapping/<wbr/>Group<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ImageryLayerExtension.html">mapping/<wbr/>Imagery<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ImageryTileLayerExtension.html">mapping/<wbr/>Imagery<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_IntegratedMeshLayerExtension.html">mapping/<wbr/>Integrated<wbr/>Mesh<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_KMLLayerExtension.html">mapping/KMLLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_KMLSublayerExtension.html">mapping/KMLSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_LayerExtension.html">mapping/<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapConstraints.html">mapping/<wbr/>Map<wbr/>Constraints</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapExtension.html">mapping/<wbr/>Map<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapImageLayerExtension.html">mapping/<wbr/>Map<wbr/>Image<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapImageSublayerExtension.html">mapping/<wbr/>Map<wbr/>Image<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_OpenStreetMapLayerExtension.html">mapping/<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_PointCloudLayerExtension.html">mapping/<wbr/>Point<wbr/>Cloud<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_SceneLayerExtension.html">mapping/<wbr/>Scene<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_StreamLayerExtension.html">mapping/<wbr/>Stream<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_SublayerExtension.html">mapping/<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_TileLayerExtension.html">mapping/<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_TileSublayerExtension.html">mapping/<wbr/>Tile<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_UnsupportedLayerExtension.html">mapping/<wbr/>Unsupported<wbr/>Layer<wbr/>Extension</a></li><li class="current tsd-kind-module"><a href="../modules/mapping_VectorTileLayerExtension.html">mapping/<wbr/>Vector<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMSLayerExtension.html">mapping/WMSLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMSSublayerExtension.html">mapping/WMSSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMTSLayerExtension.html">mapping/WMTSLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMTSSublayerExtension.html">mapping/WMTSSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WebTileLayerExtension.html">mapping/<wbr/>Web<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping__LayerExtension.html">mapping/_<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping__SublayerExtension.html">mapping/_<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_convert.html">mapping/convert</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_BasemapExtensionFactory.html">mapping/support/<wbr/>Basemap<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_DefaultLayerExtensionFactory.html">mapping/support/<wbr/>Default<wbr/>Layer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_DefaultSublayerExtensionFactory.html">mapping/support/<wbr/>Default<wbr/>Sublayer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_LayerExtensionFactory.html">mapping/support/<wbr/>Layer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_LayerListSettings.html">mapping/support/<wbr/>Layer<wbr/>List<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_PopupTemplateFeatureSettings.html">mapping/support/<wbr/>Popup<wbr/>Template<wbr/>Feature<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_SublayerExtensionFactory.html">mapping/support/<wbr/>Sublayer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_WfsCapabilities.html">mapping/support/<wbr/>Wfs<wbr/>Capabilities</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_WfsFeatureType.html">mapping/support/<wbr/>Wfs<wbr/>Feature<wbr/>Type</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support__LayerExtensionCollection.html">mapping/support/_<wbr/>Layer<wbr/>Extension<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support__SublayerExtensionCollection.html">mapping/support/_<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support__kml.html">mapping/support/_<wbr/>kml</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_layers.html">mapping/support/layers</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_ogc.html">mapping/support/ogc</a></li><li class=" tsd-kind-module"><a href="../modules/menus_Menu.html">menus/<wbr/>Menu</a></li><li class=" tsd-kind-module"><a href="../modules/menus_MenuItem.html">menus/<wbr/>Menu<wbr/>Item</a></li><li class=" tsd-kind-module"><a href="../modules/menus_MenuItemState.html">menus/<wbr/>Menu<wbr/>Item<wbr/>State</a></li><li class=" tsd-kind-module"><a href="../modules/menus_support_MenuFactory.html">menus/support/<wbr/>Menu<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/menus_support_MenuItemFactory.html">menus/support/<wbr/>Menu<wbr/>Item<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ApplicationProperties.html">portal/<wbr/>Application<wbr/>Properties</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BaseMap.html">portal/<wbr/>Base<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BaseMapLayer.html">portal/<wbr/>Base<wbr/>Map<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BingLayer.html">portal/<wbr/>Bing<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Bookmark.html">portal/<wbr/>Bookmark</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BuildingSceneLayer.html">portal/<wbr/>Building<wbr/>Scene<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BuildingSceneSublayer.html">portal/<wbr/>Building<wbr/>Scene<wbr/>Sublayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_CIMSymbol.html">portal/CIMSymbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_CSVLayer.html">portal/CSVLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Callout.html">portal/<wbr/>Callout</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Camera.html">portal/<wbr/>Camera</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ClassBreaksRenderer.html">portal/<wbr/>Class<wbr/>Breaks<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_CodedValueDomain.html">portal/<wbr/>Coded<wbr/>Value<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ColorClassBreakInfo.html">portal/<wbr/>Color<wbr/>Class<wbr/>Break<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ColorUniqueValueInfos.html">portal/<wbr/>Color<wbr/>Unique<wbr/>Value<wbr/>Infos</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DataSource.html">portal/<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DefinitionEditor.html">portal/<wbr/>Definition<wbr/>Editor</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Domain.html">portal/<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DrawingInfo.html">portal/<wbr/>Drawing<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DynamicDataLayer.html">portal/<wbr/>Dynamic<wbr/>Data<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DynamicMapLayer.html">portal/<wbr/>Dynamic<wbr/>Map<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Edges.html">portal/<wbr/>Edges</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ElevationInfo.html">portal/<wbr/>Elevation<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ElevationLayer.html">portal/<wbr/>Elevation<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Environment.html">portal/<wbr/>Environment</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Extent.html">portal/<wbr/>Extent</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ExtrudeSymbol3DLayer.html">portal/<wbr/>Extrude<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Feature.html">portal/<wbr/>Feature</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureCollection.html">portal/<wbr/>Feature<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureLayer.html">portal/<wbr/>Feature<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureReduction.html">portal/<wbr/>Feature<wbr/>Reduction</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureSet.html">portal/<wbr/>Feature<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Field.html">portal/<wbr/>Field</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FieldInfo.html">portal/<wbr/>Field<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FillSymbol3DLayer.html">portal/<wbr/>Fill<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FormInfo.html">portal/<wbr/>Form<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Format.html">portal/<wbr/>Format</a></li><li class=" tsd-kind-module"><a href="../modules/portal_GeoRSSLayer.html">portal/<wbr/>GeoRSSLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Geometry.html">portal/<wbr/>Geometry</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Ground.html">portal/<wbr/>Ground</a></li><li class=" tsd-kind-module"><a href="../modules/portal_GroupLayer.html">portal/<wbr/>Group<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_HeatmapRenderer.html">portal/<wbr/>Heatmap<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_HeightModelInfo.html">portal/<wbr/>Height<wbr/>Model<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_IconSymbol3DLayer.html">portal/<wbr/>Icon<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ImageServiceLayer.html">portal/<wbr/>Image<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ImageServiceVectorLayer.html">portal/<wbr/>Image<wbr/>Service<wbr/>Vector<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_InheritedDomain.html">portal/<wbr/>Inherited<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_InitialState.html">portal/<wbr/>Initial<wbr/>State</a></li><li class=" tsd-kind-module"><a href="../modules/portal_IntegratedMeshLayer.html">portal/<wbr/>Integrated<wbr/>Mesh<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Item.html">portal/<wbr/>Item</a></li><li class=" tsd-kind-module"><a href="../modules/portal_JoinTableDataSource.html">portal/<wbr/>Join<wbr/>Table<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_KMLLayer.html">portal/KMLLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LabelSymbol3D.html">portal/<wbr/>Label<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LabelingInfo.html">portal/<wbr/>Labeling<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Layer.html">portal/<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LayerBase.html">portal/<wbr/>Layer<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LayerDefinition.html">portal/<wbr/>Layer<wbr/>Definition</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Lighting.html">portal/<wbr/>Lighting</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LineSymbol3D.html">portal/<wbr/>Line<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LineSymbol3DLayer.html">portal/<wbr/>Line<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LocationInfo.html">portal/<wbr/>Location<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MapFloorInfo.html">portal/<wbr/>Map<wbr/>Floor<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MapRangeInfo.html">portal/<wbr/>Map<wbr/>Range<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MapServiceLayer.html">portal/<wbr/>Map<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MediaInfo.html">portal/<wbr/>Media<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MeshSymbol3D.html">portal/<wbr/>Mesh<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MosaicRule.html">portal/<wbr/>Mosaic<wbr/>Rule</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Multipoint.html">portal/<wbr/>Multipoint</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ObjectSymbol3DLayer.html">portal/<wbr/>Object<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_OpenStreetMapLayer.html">portal/<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_OperationalLayer.html">portal/<wbr/>Operational<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PathSymbol3DLayer.html">portal/<wbr/>Path<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PictureFillSymbol.html">portal/<wbr/>Picture<wbr/>Fill<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PictureMarkerSymbol.html">portal/<wbr/>Picture<wbr/>Marker<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Point.html">portal/<wbr/>Point</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudBitfieldFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Bitfield<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudClassBreaksRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Class<wbr/>Breaks<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudFixedSizeAlgorithm.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Fixed<wbr/>Size<wbr/>Algorithm</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudLayer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudRGBRenderer.html">portal/<wbr/>Point<wbr/>CloudRGBRenderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudReturnFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Return<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudSplatAlgorithm.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Splat<wbr/>Algorithm</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudStretchRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Stretch<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudUniqueValueRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Unique<wbr/>Value<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudValueFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Value<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointSymbol3D.html">portal/<wbr/>Point<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Polygon.html">portal/<wbr/>Polygon</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PolygonSymbol3D.html">portal/<wbr/>Polygon<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Polyline.html">portal/<wbr/>Polyline</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PopupExpressionInfo.html">portal/<wbr/>Popup<wbr/>Expression<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PopupInfo.html">portal/<wbr/>Popup<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PredominanceRenderer.html">portal/<wbr/>Predominance<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Presentation.html">portal/<wbr/>Presentation</a></li><li class=" tsd-kind-module"><a href="../modules/portal_QueryTableDataSource.html">portal/<wbr/>Query<wbr/>Table<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RangeDomain.html">portal/<wbr/>Range<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RangeInfo.html">portal/<wbr/>Range<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RasterDataSource.html">portal/<wbr/>Raster<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Renderer.html">portal/<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RenderingRule.html">portal/<wbr/>Rendering<wbr/>Rule</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SceneLayer.html">portal/<wbr/>Scene<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleFillSymbol.html">portal/<wbr/>Simple<wbr/>Fill<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleLineSymbol.html">portal/<wbr/>Simple<wbr/>Line<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleMarkerSymbol.html">portal/<wbr/>Simple<wbr/>Marker<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleRenderer.html">portal/<wbr/>Simple<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Slide.html">portal/<wbr/>Slide</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SpatialReference.html">portal/<wbr/>Spatial<wbr/>Reference</a></li><li class=" tsd-kind-module"><a href="../modules/portal_StreamLayer.html">portal/<wbr/>Stream<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_StyleSymbolReference.html">portal/<wbr/>Style<wbr/>Symbol<wbr/>Reference</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Symbol.html">portal/<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Symbol3D.html">portal/<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Table.html">portal/<wbr/>Table</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TableDataSource.html">portal/<wbr/>Table<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Template.html">portal/<wbr/>Template</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TemporalRenderer.html">portal/<wbr/>Temporal<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TextSymbol.html">portal/<wbr/>Text<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TextSymbol3DLayer.html">portal/<wbr/>Text<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TileInfo.html">portal/<wbr/>Tile<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TiledImageServiceLayer.html">portal/<wbr/>Tiled<wbr/>Image<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TiledMapServiceLayer.html">portal/<wbr/>Tiled<wbr/>Map<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Type.html">portal/<wbr/>Type</a></li><li class=" tsd-kind-module"><a href="../modules/portal_UniqueValueFromStyle.html">portal/<wbr/>Unique<wbr/>Value<wbr/>From<wbr/>Style</a></li><li class=" tsd-kind-module"><a href="../modules/portal_UniqueValueRenderer.html">portal/<wbr/>Unique<wbr/>Value<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_UtilityNetwork.html">portal/<wbr/>Utility<wbr/>Network</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Value.html">portal/<wbr/>Value</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VectorFieldRenderer.html">portal/<wbr/>Vector<wbr/>Field<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VectorTileLayer.html">portal/<wbr/>Vector<wbr/>Tile<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VerticalOffset.html">portal/<wbr/>Vertical<wbr/>Offset</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Viewpoint.html">portal/<wbr/>Viewpoint</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VisualVariable.html">portal/<wbr/>Visual<wbr/>Variable</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WMSLayer.html">portal/WMSLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WMSSublayer.html">portal/WMSSublayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WMTSInfo.html">portal/WMTSInfo</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebMap.html">portal/<wbr/>Web<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebScene.html">portal/<wbr/>Web<wbr/>Scene</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebSceneBaseMap.html">portal/<wbr/>Web<wbr/>Scene<wbr/>Base<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebTileLayer.html">portal/<wbr/>Web<wbr/>Tile<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Widgets.html">portal/<wbr/>Widgets</a></li><li class=" tsd-kind-module"><a href="../modules/portal__FeatureLayer.html">portal/_<wbr/>Feature<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal__LayerBase.html">portal/_<wbr/>Layer<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/portal__layerHelper.html">portal/_<wbr/>layer<wbr/>Helper</a></li><li class=" tsd-kind-module"><a href="../modules/portal__utils.html">portal/_<wbr/>utils</a></li><li class=" tsd-kind-module"><a href="../modules/support_Action.html">support/<wbr/>Action</a></li><li class=" tsd-kind-module"><a href="../modules/support_ArcGISRequestHelper.html">support/<wbr/>ArcGISRequest<wbr/>Helper</a></li><li class=" tsd-kind-module"><a href="../modules/support_Cancellable.html">support/<wbr/>Cancellable</a></li><li class=" tsd-kind-module"><a href="../modules/support_FormatSettings.html">support/<wbr/>Format<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/support_InitializableBase.html">support/<wbr/>Initializable<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/support_InitializableCollectionProxy.html">support/<wbr/>Initializable<wbr/>Collection<wbr/>Proxy</a></li><li class=" tsd-kind-module"><a href="../modules/support_InitializeError.html">support/<wbr/>Initialize<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/support_Observable.html">support/<wbr/>Observable</a></li><li class=" tsd-kind-module"><a href="../modules/support_ReadOnlyInitializableCollection.html">support/<wbr/>Read<wbr/>Only<wbr/>Initializable<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/support_Serializable.html">support/<wbr/>Serializable</a></li><li class=" tsd-kind-module"><a href="../modules/support_Settings.html">support/<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/support__ArcGISRelationshipCollection.html">support/_<wbr/>ArcGISRelationship<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/support__esriInternal.html">support/_<wbr/>esri<wbr/>Internal</a></li><li class=" tsd-kind-module"><a href="../modules/support__graphicsQuery.html">support/_<wbr/>graphics<wbr/>Query</a></li><li class=" tsd-kind-module"><a href="../modules/support__query.html">support/_<wbr/>query</a></li><li class=" tsd-kind-module"><a href="../modules/support__requestCache.html">support/_<wbr/>request<wbr/>Cache</a></li><li class=" tsd-kind-module"><a href="../modules/support__restApiJson.html">support/_<wbr/>rest<wbr/>Api<wbr/>Json</a></li><li class=" tsd-kind-module"><a href="../modules/support_esri.html">support/esri</a></li><li class=" tsd-kind-module"><a href="../modules/support_utilities.html">support/utilities</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_CountResult.html">tasks/<wbr/>Count<wbr/>Result</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_geocoding_ArcGISGeocoder.html">tasks/geocoding/<wbr/>ArcGISGeocoder</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_geocoding_Geocoder.html">tasks/geocoding/<wbr/>Geocoder</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_geocoding_utilities.html">tasks/geocoding/utilities</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_ArcGISSublayerQueryIdentifyProvider.html">tasks/identify/<wbr/>ArcGISSublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.html">tasks/identify/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.html">tasks/identify/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_CSVLayer3DHitTestIdentifyProvider.html">tasks/identify/CSVLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.html">tasks/identify/CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_ClientSideIdentifyProvider.html">tasks/identify/<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.html">tasks/identify/<wbr/>Feature<wbr/>Layer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_FeatureLayerClientSideIdentifyProvider.html">tasks/identify/<wbr/>Feature<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_FeatureLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Feature<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_GeoRSSLayerIdentifyProvider.html">tasks/identify/<wbr/>GeoRSSLayer<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_GraphicsLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Graphics<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_HitTestIdentifyProvider.html">tasks/identify/<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyError.html">tasks/identify/<wbr/>Identify<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyOptions.html">tasks/identify/<wbr/>Identify<wbr/>Options</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyProvider.html">tasks/identify/<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyProviderBase.html">tasks/identify/<wbr/>Identify<wbr/>Provider<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyService.html">tasks/identify/<wbr/>Identify<wbr/>Service</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_ImageryLayerIdentifyProvider.html">tasks/identify/<wbr/>Imagery<wbr/>Layer<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_KMLLayerQueryIdentifyProvider.html">tasks/identify/KMLLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_PointCloudLayerHitTestIdentifyProvider.html">tasks/identify/<wbr/>Point<wbr/>Cloud<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_SceneLayerClientSideIdentifyProvider.html">tasks/identify/<wbr/>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_SceneLayerHitTestIdentifyProvider.html">tasks/identify/<wbr/>Scene<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_SceneLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Scene<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.html">tasks/identify/<wbr/>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_StreamLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Stream<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_WMSSublayerIdentifyProvider.html">tasks/identify/WMSSublayer<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify__utilities.html">tasks/identify/_<wbr/>utilities</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ArcGISRelationship.html">tasks/query/<wbr/>ArcGISRelationship</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ArcGISServiceTableQueryProvider.html">tasks/query/<wbr/>ArcGISService<wbr/>Table<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ArcGISSublayerQueryProvider.html">tasks/query/<wbr/>ArcGISSublayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_BuildingComponentSublayerClientSideQueryProvider.html">tasks/query/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_CSVLayerClientSideQueryProvider.html">tasks/query/CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_CSVLayerQueryProvider.html">tasks/query/CSVLayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ClientSideQueryProvider.html">tasks/query/<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_FeatureLayerQueryProvider.html">tasks/query/<wbr/>Feature<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_GeoRSSLayerQueryProvider.html">tasks/query/<wbr/>GeoRSSLayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_GraphicsLayerQueryProvider.html">tasks/query/<wbr/>Graphics<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ImageryLayerQueryProvider.html">tasks/query/<wbr/>Imagery<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_KMLLayerQueryProvider.html">tasks/query/KMLLayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryBasedRelationship.html">tasks/query/<wbr/>Query<wbr/>Based<wbr/>Relationship</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryError.html">tasks/query/<wbr/>Query<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryOptions.html">tasks/query/<wbr/>Query<wbr/>Options</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryProvider.html">tasks/query/<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryProviderBase.html">tasks/query/<wbr/>Query<wbr/>Provider<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryService.html">tasks/query/<wbr/>Query<wbr/>Service</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_SceneLayerClientSideQueryProvider.html">tasks/query/<wbr/>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_SceneLayerQueryProvider.html">tasks/query/<wbr/>Scene<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_StreamLayerClientSideQueryProvider.html">tasks/query/<wbr/>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_StreamLayerQueryProvider.html">tasks/query/<wbr/>Stream<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_ArcGISGeocoderSearchProvider.html">tasks/search/<wbr/>ArcGISGeocoder<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_GeocoderSearchProvider.html">tasks/search/<wbr/>Geocoder<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_QuerySearchProvider.html">tasks/search/<wbr/>Query<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchError.html">tasks/search/<wbr/>Search<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchOptions.html">tasks/search/<wbr/>Search<wbr/>Options</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchProvider.html">tasks/search/<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchProviderBase.html">tasks/search/<wbr/>Search<wbr/>Provider<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchService.html">tasks/search/<wbr/>Search<wbr/>Service</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchSuggestion.html">tasks/search/<wbr/>Search<wbr/>Suggestion</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search__utilities.html">tasks/search/_<wbr/>utilities</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_CollectionProxy.html">utilities/<wbr/>Collection<wbr/>Proxy</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_CopyOnWriteCollection.html">utilities/<wbr/>Copy<wbr/>On<wbr/>Write<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_FormatSettings.html">utilities/<wbr/>Format<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_GeometryServiceError.html">utilities/<wbr/>Geometry<wbr/>Service<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_MapTransformCollection.html">utilities/<wbr/>Map<wbr/>Transform<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ObservableMap.html">utilities/<wbr/>Observable<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ObservableSet.html">utilities/<wbr/>Observable<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ObservableWeakSet.html">utilities/<wbr/>Observable<wbr/>Weak<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ReadOnlyCollection.html">utilities/<wbr/>Read<wbr/>Only<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ReadOnlyMap.html">utilities/<wbr/>Read<wbr/>Only<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_RequestHelper.html">utilities/<wbr/>Request<wbr/>Helper</a></li><li class=" tsd-kind-module"><a href="../modules/utilities__layers.html">utilities/_<wbr/>layers</a></li><li class=" tsd-kind-module"><a href="../modules/utilities__number.html">utilities/_<wbr/>number</a></li><li class=" tsd-kind-module"><a href="../modules/utilities__ogc.html">utilities/_<wbr/>ogc</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_arcade.html">utilities/arcade</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_array.html">utilities/array</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_asyncIterable.html">utilities/async<wbr/>Iterable</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_basemaps.html">utilities/basemaps</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_checkArg.html">utilities/check<wbr/>Arg</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_collection.html">utilities/collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_date.html">utilities/date</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_enum.html">utilities/enum</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_esri.html">utilities/esri</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_extensions.html">utilities/extensions</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_field.html">utilities/field</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_geometry.html">utilities/geometry</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_iterable.html">utilities/iterable</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_layers.html">utilities/layers</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_log.html">utilities/log</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_mapping.html">utilities/mapping</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_math.html">utilities/math</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_number.html">utilities/number</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_object.html">utilities/object</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_portal.html">utilities/portal</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_promise.html">utilities/promise</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_query.html">utilities/query</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_relationships.html">utilities/relationships</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_renderers.html">utilities/renderers</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_scaleRanges.html">utilities/scale<wbr/>Ranges</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_set.html">utilities/set</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_string.html">utilities/string</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_symbol.html">utilities/symbol</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_transformation.html">utilities/transformation</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_uri.html">utilities/uri</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_uuid.html">utilities/uuid</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_watch.html">utilities/watch</a></li><li class=" tsd-kind-module"><a href="../modules/version.html">version</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class tsd-parent-kind-module"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html" class="tsd-kind-icon">Vector<wbr/>Tile<wbr/>Layer<wbr/>Extension</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_id" class="tsd-kind-icon">_id</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_itemType" class="tsd-kind-icon">_item<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchHandles" class="tsd-kind-icon">_watch<wbr/>Handles</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#allSublayerExtensions" class="tsd-kind-icon">all<wbr/>Sublayer<wbr/>Extensions</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureSettings" class="tsd-kind-icon">feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hyperlinks" class="tsd-kind-icon">hyperlinks</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#iconUrl" class="tsd-kind-icon">icon<wbr/>Url</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layerListSettings" class="tsd-kind-icon">layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onAddFeature" class="tsd-kind-icon">on<wbr/>Add<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onEditFeature" class="tsd-kind-icon">on<wbr/>Edit<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#queryService" class="tsd-kind-icon">query<wbr/>Service</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#relationships" class="tsd-kind-icon">relationships</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#schema" class="tsd-kind-icon">schema</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#taskSettings" class="tsd-kind-icon">task<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#tpkSource" class="tsd-kind-icon">tpk<wbr/>Source</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#factory" class="tsd-kind-icon">factory</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#basemapExtension" class="tsd-kind-icon">basemap<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeLabels" class="tsd-kind-icon">can<wbr/>Change<wbr/>Labels</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeOpacity" class="tsd-kind-icon">can<wbr/>Change<wbr/>Opacity</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeScale" class="tsd-kind-icon">can<wbr/>Change<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#capabilities" class="tsd-kind-icon">capabilities</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#dynamicallyAddedLayer" class="tsd-kind-icon">dynamically<wbr/>Added<wbr/>Layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveFullExtent" class="tsd-kind-icon">effective<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMaxScale" class="tsd-kind-icon">effective<wbr/>Max<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMinScale" class="tsd-kind-icon">effective<wbr/>Min<wbr/>Scale</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#failureMode" class="tsd-kind-icon">failure<wbr/>Mode</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureActions" class="tsd-kind-icon">feature<wbr/>Actions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#groundExtension" class="tsd-kind-icon">ground<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hasFeatures" class="tsd-kind-icon">has<wbr/>Features</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialVisibility" class="tsd-kind-icon">initial<wbr/>Visibility</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isDestroyed" class="tsd-kind-icon">is<wbr/>Destroyed</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isEffectivelyVisible" class="tsd-kind-icon">is<wbr/>Effectively<wbr/>Visible</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isInitialized" class="tsd-kind-icon">is<wbr/>Initialized</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#itemType" class="tsd-kind-icon">item<wbr/>Type</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layer" class="tsd-kind-icon">layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#mapExtension" class="tsd-kind-icon">map<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#parentLayerExtension" class="tsd-kind-icon">parent<wbr/>Layer<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#renderer" class="tsd-kind-icon">renderer</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#requestHelper" class="tsd-kind-icon">request<wbr/>Helper</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayerExtensions" class="tsd-kind-icon">sublayer<wbr/>Extensions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayersAreReadOnly" class="tsd-kind-icon">sublayers<wbr/>Are<wbr/>Read<wbr/>Only</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#supportsSublayers" class="tsd-kind-icon">supports<wbr/>Sublayers</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#title" class="tsd-kind-icon">title</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#visibilityMode" class="tsd-kind-icon">visibility<wbr/>Mode</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addAttachment" class="tsd-kind-icon">_add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addFeatures" class="tsd-kind-icon">_add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyLayerProperties" class="tsd-kind-icon">_apply<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyPortalItemProperties" class="tsd-kind-icon">_apply<wbr/>Portal<wbr/>Item<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_capabilities" class="tsd-kind-icon">_capabilities</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createFeatureSettings" class="tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createHyperlinks" class="tsd-kind-icon">_create<wbr/>Hyperlinks</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayer" class="tsd-kind-icon">_create<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayerListSettings" class="tsd-kind-icon">_create<wbr/>Layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createRelationships" class="tsd-kind-icon">_create<wbr/>Relationships</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSchema" class="tsd-kind-icon">_create<wbr/>Schema</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtension" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtensionCollection" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createTaskSettings" class="tsd-kind-icon">_create<wbr/>Task<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteAttachments" class="tsd-kind-icon">_delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteFeatures" class="tsd-kind-icon">_delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getAttachments" class="tsd-kind-icon">_get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getFeatures" class="tsd-kind-icon">_get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableLayerType" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableRefLayerProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializableChildCollections" class="tsd-kind-icon">_initializable<wbr/>Child<wbr/>Collections</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeChildren" class="tsd-kind-icon">_initialize<wbr/>Children</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeLayer" class="tsd-kind-icon">_initialize<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_isSupportedLayer" class="tsd-kind-icon">_is<wbr/>Supported<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_notifyChange" class="tsd-kind-icon">_notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onDestroy" class="tsd-kind-icon">_on<wbr/>Destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onInitialize" class="tsd-kind-icon">_on<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onSublayerAddedPostInitialize" class="tsd-kind-icon">_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_postInitialize" class="tsd-kind-icon">_post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_toPropertyDef" class="tsd-kind-icon">_to<wbr/>Property<wbr/>Def</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_updateFeatures" class="tsd-kind-icon">_update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchProperty" class="tsd-kind-icon">_watch<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addAttachment" class="tsd-kind-icon">add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeature" class="tsd-kind-icon">add<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeatures" class="tsd-kind-icon">add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#assignProperties" class="tsd-kind-icon">assign<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteAttachments" class="tsd-kind-icon">delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeature" class="tsd-kind-icon">delete<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeatures" class="tsd-kind-icon">delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#destroy" class="tsd-kind-icon">destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#emit" class="tsd-kind-icon">emit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#get" class="tsd-kind-icon">get</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getAttachments" class="tsd-kind-icon">get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefault" class="tsd-kind-icon">get<wbr/>Default</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefaults" class="tsd-kind-icon">get<wbr/>Defaults</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeature" class="tsd-kind-icon">get<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeatures" class="tsd-kind-icon">get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFullExtent" class="tsd-kind-icon">get<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getSerializableProperties" class="tsd-kind-icon">get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialize" class="tsd-kind-icon">initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#notifyChange" class="tsd-kind-icon">notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#on" class="tsd-kind-icon">on</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#set" class="tsd-kind-icon">set</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toItemUri" class="tsd-kind-icon">to<wbr/>Item<wbr/>Uri</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toJSON" class="tsd-kind-icon">toJSON</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeature" class="tsd-kind-icon">update<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeatures" class="tsd-kind-icon">update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#watch" class="tsd-kind-icon">watch</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getLayerData" class="tsd-kind-icon">_get<wbr/>Layer<wbr/>Data</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#create" class="tsd-kind-icon">create</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#fromPortalItem" class="tsd-kind-icon">from<wbr/>Portal<wbr/>Item</a></li></ul></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li><li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
424
+ </div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type" data-tsd-kind="Class">LayerExtension</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/mapping__LayerExtension.LayerExtensionProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerExtensionProperties</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="../modules/AccessDeniedError.html">Access<wbr/>Denied<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ArgumentError.html">Argument<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ArgumentMissingError.html">Argument<wbr/>Missing<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ArgumentOutOfRangeError.html">Argument<wbr/>Out<wbr/>Of<wbr/>Range<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/Entity.html">Entity</a></li><li class=" tsd-kind-module"><a href="../modules/ErrorBase.html">Error<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/FailureMode.html">Failure<wbr/>Mode</a></li><li class=" tsd-kind-module"><a href="../modules/Hyperlink.html">Hyperlink</a></li><li class=" tsd-kind-module"><a href="../modules/InvalidOperationError.html">Invalid<wbr/>Operation<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/ItemType.html">Item<wbr/>Type</a></li><li class=" tsd-kind-module"><a href="../modules/LanguageResources.html">Language<wbr/>Resources</a></li><li class=" tsd-kind-module"><a href="../modules/NotFoundError.html">Not<wbr/>Found<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/PortalUri.html">Portal<wbr/>Uri</a></li><li class=" tsd-kind-module"><a href="../modules/config.html">config</a></li><li class=" tsd-kind-module"><a href="../modules/data_ArcGISServiceTableExtension.html">data/<wbr/>ArcGISService<wbr/>Table<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_Attachment.html">data/<wbr/>Attachment</a></li><li class=" tsd-kind-module"><a href="../modules/data_Capabilities.html">data/<wbr/>Capabilities</a></li><li class=" tsd-kind-module"><a href="../modules/data_Feature.html">data/<wbr/>Feature</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureList.html">data/<wbr/>Feature<wbr/>List</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSaveError.html">data/<wbr/>Feature<wbr/>Save<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSet.html">data/<wbr/>Feature<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSettings.html">data/<wbr/>Feature<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSource.html">data/<wbr/>Feature<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureSourceBase.html">data/<wbr/>Feature<wbr/>Source<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/data_FeatureStream.html">data/<wbr/>Feature<wbr/>Stream</a></li><li class=" tsd-kind-module"><a href="../modules/data_FieldExtension.html">data/<wbr/>Field<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_QuerySourceCapabilities.html">data/<wbr/>Query<wbr/>Source<wbr/>Capabilities</a></li><li class=" tsd-kind-module"><a href="../modules/data_Relationship.html">data/<wbr/>Relationship</a></li><li class=" tsd-kind-module"><a href="../modules/data_RelationshipBase.html">data/<wbr/>Relationship<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/data_Schema.html">data/<wbr/>Schema</a></li><li class=" tsd-kind-module"><a href="../modules/data_Table.html">data/<wbr/>Table</a></li><li class=" tsd-kind-module"><a href="../modules/data_TableExtension.html">data/<wbr/>Table<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_TaskSettings.html">data/<wbr/>Task<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/data__Relationship.html">data/_<wbr/>Relationship</a></li><li class=" tsd-kind-module"><a href="../modules/data__TableExtension.html">data/_<wbr/>Table<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/data_convert.html">data/convert</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_DefaultRelationshipFactory.html">data/support/<wbr/>Default<wbr/>Relationship<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_DefaultTableExtensionFactory.html">data/support/<wbr/>Default<wbr/>Table<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_RelationshipFactory.html">data/support/<wbr/>Relationship<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_TableExtensionFactory.html">data/support/<wbr/>Table<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/data_support_attachments.html">data/support/attachments</a></li><li class=" tsd-kind-module"><a href="../modules/layer_preset_LayerPreset.html">layer-<wbr/>preset/<wbr/>Layer<wbr/>Preset</a></li><li class=" tsd-kind-module"><a href="../modules/layer_preset_LayerPresetSettings.html">layer-<wbr/>preset/<wbr/>Layer<wbr/>Preset<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/locale.html">locale</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ArcGISSublayerExtension.html">mapping/<wbr/>ArcGISSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BasemapExtension.html">mapping/<wbr/>Basemap<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_Bookmark.html">mapping/<wbr/>Bookmark</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingComponentSublayerExtension.html">mapping/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingGroupSublayerExtension.html">mapping/<wbr/>Building<wbr/>Group<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingSceneLayerExtension.html">mapping/<wbr/>Building<wbr/>Scene<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_BuildingSublayerExtension.html">mapping/<wbr/>Building<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_CSVLayerExtension.html">mapping/CSVLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ElevationLayerExtension.html">mapping/<wbr/>Elevation<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_FeatureCollectionLayerExtension.html">mapping/<wbr/>Feature<wbr/>Collection<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_FeatureLayerExtension.html">mapping/<wbr/>Feature<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_FeatureLayerExtensionBase.html">mapping/<wbr/>Feature<wbr/>Layer<wbr/>Extension<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GeoRSSLayerExtension.html">mapping/<wbr/>GeoRSSLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GraphicsLayerExtension.html">mapping/<wbr/>Graphics<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GroundExtension.html">mapping/<wbr/>Ground<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_GroupLayerExtension.html">mapping/<wbr/>Group<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ImageryLayerExtension.html">mapping/<wbr/>Imagery<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_ImageryTileLayerExtension.html">mapping/<wbr/>Imagery<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_IntegratedMeshLayerExtension.html">mapping/<wbr/>Integrated<wbr/>Mesh<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_KMLLayerExtension.html">mapping/KMLLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_KMLSublayerExtension.html">mapping/KMLSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_LayerExtension.html">mapping/<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapConstraints.html">mapping/<wbr/>Map<wbr/>Constraints</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapExtension.html">mapping/<wbr/>Map<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapImageLayerExtension.html">mapping/<wbr/>Map<wbr/>Image<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_MapImageSublayerExtension.html">mapping/<wbr/>Map<wbr/>Image<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_OpenStreetMapLayerExtension.html">mapping/<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_PointCloudLayerExtension.html">mapping/<wbr/>Point<wbr/>Cloud<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_SceneLayerExtension.html">mapping/<wbr/>Scene<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_StreamLayerExtension.html">mapping/<wbr/>Stream<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_SublayerExtension.html">mapping/<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_TileLayerExtension.html">mapping/<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_TileSublayerExtension.html">mapping/<wbr/>Tile<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_UnsupportedLayerExtension.html">mapping/<wbr/>Unsupported<wbr/>Layer<wbr/>Extension</a></li><li class="current tsd-kind-module"><a href="../modules/mapping_VectorTileLayerExtension.html">mapping/<wbr/>Vector<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMSLayerExtension.html">mapping/WMSLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMSSublayerExtension.html">mapping/WMSSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMTSLayerExtension.html">mapping/WMTSLayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WMTSSublayerExtension.html">mapping/WMTSSublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_WebTileLayerExtension.html">mapping/<wbr/>Web<wbr/>Tile<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping__LayerExtension.html">mapping/_<wbr/>Layer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping__SublayerExtension.html">mapping/_<wbr/>Sublayer<wbr/>Extension</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_convert.html">mapping/convert</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_BasemapExtensionFactory.html">mapping/support/<wbr/>Basemap<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_DefaultLayerExtensionFactory.html">mapping/support/<wbr/>Default<wbr/>Layer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_DefaultSublayerExtensionFactory.html">mapping/support/<wbr/>Default<wbr/>Sublayer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_LayerExtensionFactory.html">mapping/support/<wbr/>Layer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_LayerListSettings.html">mapping/support/<wbr/>Layer<wbr/>List<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_PopupTemplateFeatureSettings.html">mapping/support/<wbr/>Popup<wbr/>Template<wbr/>Feature<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_SublayerExtensionFactory.html">mapping/support/<wbr/>Sublayer<wbr/>Extension<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_WfsCapabilities.html">mapping/support/<wbr/>Wfs<wbr/>Capabilities</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_WfsFeatureType.html">mapping/support/<wbr/>Wfs<wbr/>Feature<wbr/>Type</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support__LayerExtensionCollection.html">mapping/support/_<wbr/>Layer<wbr/>Extension<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support__SublayerExtensionCollection.html">mapping/support/_<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support__kml.html">mapping/support/_<wbr/>kml</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_layers.html">mapping/support/layers</a></li><li class=" tsd-kind-module"><a href="../modules/mapping_support_ogc.html">mapping/support/ogc</a></li><li class=" tsd-kind-module"><a href="../modules/menus_Menu.html">menus/<wbr/>Menu</a></li><li class=" tsd-kind-module"><a href="../modules/menus_MenuItem.html">menus/<wbr/>Menu<wbr/>Item</a></li><li class=" tsd-kind-module"><a href="../modules/menus_MenuItemState.html">menus/<wbr/>Menu<wbr/>Item<wbr/>State</a></li><li class=" tsd-kind-module"><a href="../modules/menus_support_MenuFactory.html">menus/support/<wbr/>Menu<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/menus_support_MenuItemFactory.html">menus/support/<wbr/>Menu<wbr/>Item<wbr/>Factory</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ApplicationProperties.html">portal/<wbr/>Application<wbr/>Properties</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BaseMap.html">portal/<wbr/>Base<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BaseMapLayer.html">portal/<wbr/>Base<wbr/>Map<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BingLayer.html">portal/<wbr/>Bing<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Bookmark.html">portal/<wbr/>Bookmark</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BuildingSceneLayer.html">portal/<wbr/>Building<wbr/>Scene<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_BuildingSceneSublayer.html">portal/<wbr/>Building<wbr/>Scene<wbr/>Sublayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_CIMSymbol.html">portal/CIMSymbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_CSVLayer.html">portal/CSVLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Callout.html">portal/<wbr/>Callout</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Camera.html">portal/<wbr/>Camera</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ClassBreaksRenderer.html">portal/<wbr/>Class<wbr/>Breaks<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_CodedValueDomain.html">portal/<wbr/>Coded<wbr/>Value<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ColorClassBreakInfo.html">portal/<wbr/>Color<wbr/>Class<wbr/>Break<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ColorUniqueValueInfos.html">portal/<wbr/>Color<wbr/>Unique<wbr/>Value<wbr/>Infos</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DataSource.html">portal/<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DefinitionEditor.html">portal/<wbr/>Definition<wbr/>Editor</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Domain.html">portal/<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DrawingInfo.html">portal/<wbr/>Drawing<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DynamicDataLayer.html">portal/<wbr/>Dynamic<wbr/>Data<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_DynamicMapLayer.html">portal/<wbr/>Dynamic<wbr/>Map<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Edges.html">portal/<wbr/>Edges</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ElevationInfo.html">portal/<wbr/>Elevation<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ElevationLayer.html">portal/<wbr/>Elevation<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Environment.html">portal/<wbr/>Environment</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Extent.html">portal/<wbr/>Extent</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ExtrudeSymbol3DLayer.html">portal/<wbr/>Extrude<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Feature.html">portal/<wbr/>Feature</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureCollection.html">portal/<wbr/>Feature<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureLayer.html">portal/<wbr/>Feature<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureReduction.html">portal/<wbr/>Feature<wbr/>Reduction</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FeatureSet.html">portal/<wbr/>Feature<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Field.html">portal/<wbr/>Field</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FieldInfo.html">portal/<wbr/>Field<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FillSymbol3DLayer.html">portal/<wbr/>Fill<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_FormInfo.html">portal/<wbr/>Form<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Format.html">portal/<wbr/>Format</a></li><li class=" tsd-kind-module"><a href="../modules/portal_GeoRSSLayer.html">portal/<wbr/>GeoRSSLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Geometry.html">portal/<wbr/>Geometry</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Ground.html">portal/<wbr/>Ground</a></li><li class=" tsd-kind-module"><a href="../modules/portal_GroupLayer.html">portal/<wbr/>Group<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_HeatmapRenderer.html">portal/<wbr/>Heatmap<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_HeightModelInfo.html">portal/<wbr/>Height<wbr/>Model<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_IconSymbol3DLayer.html">portal/<wbr/>Icon<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ImageServiceLayer.html">portal/<wbr/>Image<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ImageServiceVectorLayer.html">portal/<wbr/>Image<wbr/>Service<wbr/>Vector<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_InheritedDomain.html">portal/<wbr/>Inherited<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_InitialState.html">portal/<wbr/>Initial<wbr/>State</a></li><li class=" tsd-kind-module"><a href="../modules/portal_IntegratedMeshLayer.html">portal/<wbr/>Integrated<wbr/>Mesh<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Item.html">portal/<wbr/>Item</a></li><li class=" tsd-kind-module"><a href="../modules/portal_JoinTableDataSource.html">portal/<wbr/>Join<wbr/>Table<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_KMLLayer.html">portal/KMLLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LabelSymbol3D.html">portal/<wbr/>Label<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LabelingInfo.html">portal/<wbr/>Labeling<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Layer.html">portal/<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LayerBase.html">portal/<wbr/>Layer<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LayerDefinition.html">portal/<wbr/>Layer<wbr/>Definition</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Lighting.html">portal/<wbr/>Lighting</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LineSymbol3D.html">portal/<wbr/>Line<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LineSymbol3DLayer.html">portal/<wbr/>Line<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_LocationInfo.html">portal/<wbr/>Location<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MapFloorInfo.html">portal/<wbr/>Map<wbr/>Floor<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MapRangeInfo.html">portal/<wbr/>Map<wbr/>Range<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MapServiceLayer.html">portal/<wbr/>Map<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MediaInfo.html">portal/<wbr/>Media<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MeshSymbol3D.html">portal/<wbr/>Mesh<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_MosaicRule.html">portal/<wbr/>Mosaic<wbr/>Rule</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Multipoint.html">portal/<wbr/>Multipoint</a></li><li class=" tsd-kind-module"><a href="../modules/portal_ObjectSymbol3DLayer.html">portal/<wbr/>Object<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_OpenStreetMapLayer.html">portal/<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_OperationalLayer.html">portal/<wbr/>Operational<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PathSymbol3DLayer.html">portal/<wbr/>Path<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PictureFillSymbol.html">portal/<wbr/>Picture<wbr/>Fill<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PictureMarkerSymbol.html">portal/<wbr/>Picture<wbr/>Marker<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Point.html">portal/<wbr/>Point</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudBitfieldFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Bitfield<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudClassBreaksRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Class<wbr/>Breaks<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudFixedSizeAlgorithm.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Fixed<wbr/>Size<wbr/>Algorithm</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudLayer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudRGBRenderer.html">portal/<wbr/>Point<wbr/>CloudRGBRenderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudReturnFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Return<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudSplatAlgorithm.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Splat<wbr/>Algorithm</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudStretchRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Stretch<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudUniqueValueRenderer.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Unique<wbr/>Value<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointCloudValueFilter.html">portal/<wbr/>Point<wbr/>Cloud<wbr/>Value<wbr/>Filter</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PointSymbol3D.html">portal/<wbr/>Point<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Polygon.html">portal/<wbr/>Polygon</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PolygonSymbol3D.html">portal/<wbr/>Polygon<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Polyline.html">portal/<wbr/>Polyline</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PopupExpressionInfo.html">portal/<wbr/>Popup<wbr/>Expression<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PopupInfo.html">portal/<wbr/>Popup<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_PredominanceRenderer.html">portal/<wbr/>Predominance<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Presentation.html">portal/<wbr/>Presentation</a></li><li class=" tsd-kind-module"><a href="../modules/portal_QueryTableDataSource.html">portal/<wbr/>Query<wbr/>Table<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RangeDomain.html">portal/<wbr/>Range<wbr/>Domain</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RangeInfo.html">portal/<wbr/>Range<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RasterDataSource.html">portal/<wbr/>Raster<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Renderer.html">portal/<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_RenderingRule.html">portal/<wbr/>Rendering<wbr/>Rule</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SceneLayer.html">portal/<wbr/>Scene<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleFillSymbol.html">portal/<wbr/>Simple<wbr/>Fill<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleLineSymbol.html">portal/<wbr/>Simple<wbr/>Line<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleMarkerSymbol.html">portal/<wbr/>Simple<wbr/>Marker<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SimpleRenderer.html">portal/<wbr/>Simple<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Slide.html">portal/<wbr/>Slide</a></li><li class=" tsd-kind-module"><a href="../modules/portal_SpatialReference.html">portal/<wbr/>Spatial<wbr/>Reference</a></li><li class=" tsd-kind-module"><a href="../modules/portal_StreamLayer.html">portal/<wbr/>Stream<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_StyleSymbolReference.html">portal/<wbr/>Style<wbr/>Symbol<wbr/>Reference</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Symbol.html">portal/<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Symbol3D.html">portal/<wbr/>Symbol3D</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Table.html">portal/<wbr/>Table</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TableDataSource.html">portal/<wbr/>Table<wbr/>Data<wbr/>Source</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Template.html">portal/<wbr/>Template</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TemporalRenderer.html">portal/<wbr/>Temporal<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TextSymbol.html">portal/<wbr/>Text<wbr/>Symbol</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TextSymbol3DLayer.html">portal/<wbr/>Text<wbr/>Symbol3DLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TileInfo.html">portal/<wbr/>Tile<wbr/>Info</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TiledImageServiceLayer.html">portal/<wbr/>Tiled<wbr/>Image<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_TiledMapServiceLayer.html">portal/<wbr/>Tiled<wbr/>Map<wbr/>Service<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Type.html">portal/<wbr/>Type</a></li><li class=" tsd-kind-module"><a href="../modules/portal_UniqueValueFromStyle.html">portal/<wbr/>Unique<wbr/>Value<wbr/>From<wbr/>Style</a></li><li class=" tsd-kind-module"><a href="../modules/portal_UniqueValueRenderer.html">portal/<wbr/>Unique<wbr/>Value<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_UtilityNetwork.html">portal/<wbr/>Utility<wbr/>Network</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Value.html">portal/<wbr/>Value</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VectorFieldRenderer.html">portal/<wbr/>Vector<wbr/>Field<wbr/>Renderer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VectorTileLayer.html">portal/<wbr/>Vector<wbr/>Tile<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VerticalOffset.html">portal/<wbr/>Vertical<wbr/>Offset</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Viewpoint.html">portal/<wbr/>Viewpoint</a></li><li class=" tsd-kind-module"><a href="../modules/portal_VisualVariable.html">portal/<wbr/>Visual<wbr/>Variable</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WMSLayer.html">portal/WMSLayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WMSSublayer.html">portal/WMSSublayer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WMTSInfo.html">portal/WMTSInfo</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebMap.html">portal/<wbr/>Web<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebScene.html">portal/<wbr/>Web<wbr/>Scene</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebSceneBaseMap.html">portal/<wbr/>Web<wbr/>Scene<wbr/>Base<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/portal_WebTileLayer.html">portal/<wbr/>Web<wbr/>Tile<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal_Widgets.html">portal/<wbr/>Widgets</a></li><li class=" tsd-kind-module"><a href="../modules/portal__FeatureLayer.html">portal/_<wbr/>Feature<wbr/>Layer</a></li><li class=" tsd-kind-module"><a href="../modules/portal__LayerBase.html">portal/_<wbr/>Layer<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/portal__layerHelper.html">portal/_<wbr/>layer<wbr/>Helper</a></li><li class=" tsd-kind-module"><a href="../modules/portal__utils.html">portal/_<wbr/>utils</a></li><li class=" tsd-kind-module"><a href="../modules/support_Action.html">support/<wbr/>Action</a></li><li class=" tsd-kind-module"><a href="../modules/support_ArcGISRequestHelper.html">support/<wbr/>ArcGISRequest<wbr/>Helper</a></li><li class=" tsd-kind-module"><a href="../modules/support_Cancellable.html">support/<wbr/>Cancellable</a></li><li class=" tsd-kind-module"><a href="../modules/support_FormatSettings.html">support/<wbr/>Format<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/support_InitializableBase.html">support/<wbr/>Initializable<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/support_InitializableCollectionProxy.html">support/<wbr/>Initializable<wbr/>Collection<wbr/>Proxy</a></li><li class=" tsd-kind-module"><a href="../modules/support_InitializeError.html">support/<wbr/>Initialize<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/support_Observable.html">support/<wbr/>Observable</a></li><li class=" tsd-kind-module"><a href="../modules/support_ReadOnlyInitializableCollection.html">support/<wbr/>Read<wbr/>Only<wbr/>Initializable<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/support_Serializable.html">support/<wbr/>Serializable</a></li><li class=" tsd-kind-module"><a href="../modules/support_Settings.html">support/<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/support__ArcGISRelationshipCollection.html">support/_<wbr/>ArcGISRelationship<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/support__esriInternal.html">support/_<wbr/>esri<wbr/>Internal</a></li><li class=" tsd-kind-module"><a href="../modules/support__graphicsQuery.html">support/_<wbr/>graphics<wbr/>Query</a></li><li class=" tsd-kind-module"><a href="../modules/support__query.html">support/_<wbr/>query</a></li><li class=" tsd-kind-module"><a href="../modules/support__requestCache.html">support/_<wbr/>request<wbr/>Cache</a></li><li class=" tsd-kind-module"><a href="../modules/support__restApiJson.html">support/_<wbr/>rest<wbr/>Api<wbr/>Json</a></li><li class=" tsd-kind-module"><a href="../modules/support_esri.html">support/esri</a></li><li class=" tsd-kind-module"><a href="../modules/support_utilities.html">support/utilities</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_CountResult.html">tasks/<wbr/>Count<wbr/>Result</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_geocoding_ArcGISGeocoder.html">tasks/geocoding/<wbr/>ArcGISGeocoder</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_geocoding_Geocoder.html">tasks/geocoding/<wbr/>Geocoder</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_geocoding_utilities.html">tasks/geocoding/utilities</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_ArcGISSublayerQueryIdentifyProvider.html">tasks/identify/<wbr/>ArcGISSublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.html">tasks/identify/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.html">tasks/identify/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_CSVLayer3DHitTestIdentifyProvider.html">tasks/identify/CSVLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.html">tasks/identify/CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_ClientSideIdentifyProvider.html">tasks/identify/<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.html">tasks/identify/<wbr/>Feature<wbr/>Layer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_FeatureLayerClientSideIdentifyProvider.html">tasks/identify/<wbr/>Feature<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_FeatureLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Feature<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_GeoRSSLayerIdentifyProvider.html">tasks/identify/<wbr/>GeoRSSLayer<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_GraphicsLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Graphics<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_HitTestIdentifyProvider.html">tasks/identify/<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyError.html">tasks/identify/<wbr/>Identify<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyOptions.html">tasks/identify/<wbr/>Identify<wbr/>Options</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyProvider.html">tasks/identify/<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyProviderBase.html">tasks/identify/<wbr/>Identify<wbr/>Provider<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_IdentifyService.html">tasks/identify/<wbr/>Identify<wbr/>Service</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_ImageryLayerIdentifyProvider.html">tasks/identify/<wbr/>Imagery<wbr/>Layer<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_KMLLayerQueryIdentifyProvider.html">tasks/identify/KMLLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_PointCloudLayerHitTestIdentifyProvider.html">tasks/identify/<wbr/>Point<wbr/>Cloud<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_SceneLayerClientSideIdentifyProvider.html">tasks/identify/<wbr/>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_SceneLayerHitTestIdentifyProvider.html">tasks/identify/<wbr/>Scene<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_SceneLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Scene<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.html">tasks/identify/<wbr/>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_StreamLayerQueryIdentifyProvider.html">tasks/identify/<wbr/>Stream<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify_WMSSublayerIdentifyProvider.html">tasks/identify/WMSSublayer<wbr/>Identify<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_identify__utilities.html">tasks/identify/_<wbr/>utilities</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ArcGISRelationship.html">tasks/query/<wbr/>ArcGISRelationship</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ArcGISServiceTableQueryProvider.html">tasks/query/<wbr/>ArcGISService<wbr/>Table<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ArcGISSublayerQueryProvider.html">tasks/query/<wbr/>ArcGISSublayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_BuildingComponentSublayerClientSideQueryProvider.html">tasks/query/<wbr/>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_CSVLayerClientSideQueryProvider.html">tasks/query/CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_CSVLayerQueryProvider.html">tasks/query/CSVLayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ClientSideQueryProvider.html">tasks/query/<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_FeatureLayerQueryProvider.html">tasks/query/<wbr/>Feature<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_GeoRSSLayerQueryProvider.html">tasks/query/<wbr/>GeoRSSLayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_GraphicsLayerQueryProvider.html">tasks/query/<wbr/>Graphics<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_ImageryLayerQueryProvider.html">tasks/query/<wbr/>Imagery<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_KMLLayerQueryProvider.html">tasks/query/KMLLayer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryBasedRelationship.html">tasks/query/<wbr/>Query<wbr/>Based<wbr/>Relationship</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryError.html">tasks/query/<wbr/>Query<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryOptions.html">tasks/query/<wbr/>Query<wbr/>Options</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryProvider.html">tasks/query/<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryProviderBase.html">tasks/query/<wbr/>Query<wbr/>Provider<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_QueryService.html">tasks/query/<wbr/>Query<wbr/>Service</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_SceneLayerClientSideQueryProvider.html">tasks/query/<wbr/>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_SceneLayerQueryProvider.html">tasks/query/<wbr/>Scene<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_StreamLayerClientSideQueryProvider.html">tasks/query/<wbr/>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_query_StreamLayerQueryProvider.html">tasks/query/<wbr/>Stream<wbr/>Layer<wbr/>Query<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_ArcGISGeocoderSearchProvider.html">tasks/search/<wbr/>ArcGISGeocoder<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_GeocoderSearchProvider.html">tasks/search/<wbr/>Geocoder<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_QuerySearchProvider.html">tasks/search/<wbr/>Query<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchError.html">tasks/search/<wbr/>Search<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchOptions.html">tasks/search/<wbr/>Search<wbr/>Options</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchProvider.html">tasks/search/<wbr/>Search<wbr/>Provider</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchProviderBase.html">tasks/search/<wbr/>Search<wbr/>Provider<wbr/>Base</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchService.html">tasks/search/<wbr/>Search<wbr/>Service</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search_SearchSuggestion.html">tasks/search/<wbr/>Search<wbr/>Suggestion</a></li><li class=" tsd-kind-module"><a href="../modules/tasks_search__utilities.html">tasks/search/_<wbr/>utilities</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_CollectionProxy.html">utilities/<wbr/>Collection<wbr/>Proxy</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_CopyOnWriteCollection.html">utilities/<wbr/>Copy<wbr/>On<wbr/>Write<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_FormatSettings.html">utilities/<wbr/>Format<wbr/>Settings</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_GeometryServiceError.html">utilities/<wbr/>Geometry<wbr/>Service<wbr/>Error</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_MapTransformCollection.html">utilities/<wbr/>Map<wbr/>Transform<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ObservableMap.html">utilities/<wbr/>Observable<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ObservableSet.html">utilities/<wbr/>Observable<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ObservableWeakSet.html">utilities/<wbr/>Observable<wbr/>Weak<wbr/>Set</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ReadOnlyCollection.html">utilities/<wbr/>Read<wbr/>Only<wbr/>Collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_ReadOnlyMap.html">utilities/<wbr/>Read<wbr/>Only<wbr/>Map</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_RequestHelper.html">utilities/<wbr/>Request<wbr/>Helper</a></li><li class=" tsd-kind-module"><a href="../modules/utilities__layers.html">utilities/_<wbr/>layers</a></li><li class=" tsd-kind-module"><a href="../modules/utilities__number.html">utilities/_<wbr/>number</a></li><li class=" tsd-kind-module"><a href="../modules/utilities__ogc.html">utilities/_<wbr/>ogc</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_arcade.html">utilities/arcade</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_array.html">utilities/array</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_asyncIterable.html">utilities/async<wbr/>Iterable</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_basemaps.html">utilities/basemaps</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_checkArg.html">utilities/check<wbr/>Arg</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_collection.html">utilities/collection</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_date.html">utilities/date</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_enum.html">utilities/enum</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_esri.html">utilities/esri</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_extensions.html">utilities/extensions</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_field.html">utilities/field</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_geometry.html">utilities/geometry</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_iterable.html">utilities/iterable</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_layers.html">utilities/layers</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_log.html">utilities/log</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_mapping.html">utilities/mapping</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_math.html">utilities/math</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_number.html">utilities/number</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_object.html">utilities/object</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_portal.html">utilities/portal</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_promise.html">utilities/promise</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_query.html">utilities/query</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_relationships.html">utilities/relationships</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_renderers.html">utilities/renderers</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_scaleRanges.html">utilities/scale<wbr/>Ranges</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_set.html">utilities/set</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_string.html">utilities/string</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_symbol.html">utilities/symbol</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_transformation.html">utilities/transformation</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_uri.html">utilities/uri</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_uuid.html">utilities/uuid</a></li><li class=" tsd-kind-module"><a href="../modules/utilities_watch.html">utilities/watch</a></li><li class=" tsd-kind-module"><a href="../modules/version.html">version</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class tsd-parent-kind-module"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html" class="tsd-kind-icon">Vector<wbr/>Tile<wbr/>Layer<wbr/>Extension</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_id" class="tsd-kind-icon">_id</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_itemType" class="tsd-kind-icon">_item<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchHandles" class="tsd-kind-icon">_watch<wbr/>Handles</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#allSublayerExtensions" class="tsd-kind-icon">all<wbr/>Sublayer<wbr/>Extensions</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureSettings" class="tsd-kind-icon">feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hyperlinks" class="tsd-kind-icon">hyperlinks</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#iconUrl" class="tsd-kind-icon">icon<wbr/>Url</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layerListSettings" class="tsd-kind-icon">layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onAddFeature" class="tsd-kind-icon">on<wbr/>Add<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#onEditFeature" class="tsd-kind-icon">on<wbr/>Edit<wbr/>Feature</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#queryService" class="tsd-kind-icon">query<wbr/>Service</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#relationships" class="tsd-kind-icon">relationships</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#schema" class="tsd-kind-icon">schema</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#taskSettings" class="tsd-kind-icon">task<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#tpkSource" class="tsd-kind-icon">tpk<wbr/>Source</a></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#factory" class="tsd-kind-icon">factory</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#basemapExtension" class="tsd-kind-icon">basemap<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeLabels" class="tsd-kind-icon">can<wbr/>Change<wbr/>Labels</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeOpacity" class="tsd-kind-icon">can<wbr/>Change<wbr/>Opacity</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#canChangeScale" class="tsd-kind-icon">can<wbr/>Change<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#capabilities" class="tsd-kind-icon">capabilities</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#dynamicallyAddedLayer" class="tsd-kind-icon">dynamically<wbr/>Added<wbr/>Layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveFullExtent" class="tsd-kind-icon">effective<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMaxScale" class="tsd-kind-icon">effective<wbr/>Max<wbr/>Scale</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#effectiveMinScale" class="tsd-kind-icon">effective<wbr/>Min<wbr/>Scale</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#failureMode" class="tsd-kind-icon">failure<wbr/>Mode</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#featureActions" class="tsd-kind-icon">feature<wbr/>Actions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#groundExtension" class="tsd-kind-icon">ground<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#hasFeatures" class="tsd-kind-icon">has<wbr/>Features</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialVisibility" class="tsd-kind-icon">initial<wbr/>Visibility</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isDestroyed" class="tsd-kind-icon">is<wbr/>Destroyed</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isEffectivelyVisible" class="tsd-kind-icon">is<wbr/>Effectively<wbr/>Visible</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#isInitialized" class="tsd-kind-icon">is<wbr/>Initialized</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#itemType" class="tsd-kind-icon">item<wbr/>Type</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#layer" class="tsd-kind-icon">layer</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#mapExtension" class="tsd-kind-icon">map<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#parentLayerExtension" class="tsd-kind-icon">parent<wbr/>Layer<wbr/>Extension</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#renderer" class="tsd-kind-icon">renderer</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#requestHelper" class="tsd-kind-icon">request<wbr/>Helper</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayerExtensions" class="tsd-kind-icon">sublayer<wbr/>Extensions</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#sublayersAreReadOnly" class="tsd-kind-icon">sublayers<wbr/>Are<wbr/>Read<wbr/>Only</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#supportsSublayers" class="tsd-kind-icon">supports<wbr/>Sublayers</a></li><li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#title" class="tsd-kind-icon">title</a></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#visibilityMode" class="tsd-kind-icon">visibility<wbr/>Mode</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addAttachment" class="tsd-kind-icon">_add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_addFeatures" class="tsd-kind-icon">_add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyLayerProperties" class="tsd-kind-icon">_apply<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_applyPortalItemProperties" class="tsd-kind-icon">_apply<wbr/>Portal<wbr/>Item<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_capabilities" class="tsd-kind-icon">_capabilities</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createFeatureSettings" class="tsd-kind-icon">_create<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createHyperlinks" class="tsd-kind-icon">_create<wbr/>Hyperlinks</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayer" class="tsd-kind-icon">_create<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createLayerListSettings" class="tsd-kind-icon">_create<wbr/>Layer<wbr/>List<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createRelationships" class="tsd-kind-icon">_create<wbr/>Relationships</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSchema" class="tsd-kind-icon">_create<wbr/>Schema</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtension" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createSublayerExtensionCollection" class="tsd-kind-icon">_create<wbr/>Sublayer<wbr/>Extension<wbr/>Collection</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_createTaskSettings" class="tsd-kind-icon">_create<wbr/>Task<wbr/>Settings</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteAttachments" class="tsd-kind-icon">_delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_deleteFeatures" class="tsd-kind-icon">_delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getAttachments" class="tsd-kind-icon">_get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getFeatures" class="tsd-kind-icon">_get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableLayerType" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Layer<wbr/>Type</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getSerializableRefLayerProperties" class="tsd-kind-icon">_get<wbr/>Serializable<wbr/>Ref<wbr/>Layer<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializableChildCollections" class="tsd-kind-icon">_initializable<wbr/>Child<wbr/>Collections</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeChildren" class="tsd-kind-icon">_initialize<wbr/>Children</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_initializeLayer" class="tsd-kind-icon">_initialize<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_isRelationship" class="tsd-kind-icon">_is<wbr/>Relationship</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_isSupportedLayer" class="tsd-kind-icon">_is<wbr/>Supported<wbr/>Layer</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_notifyChange" class="tsd-kind-icon">_notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onDestroy" class="tsd-kind-icon">_on<wbr/>Destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onInitialize" class="tsd-kind-icon">_on<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_onSublayerAddedPostInitialize" class="tsd-kind-icon">_on<wbr/>Sublayer<wbr/>Added<wbr/>Post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_postInitialize" class="tsd-kind-icon">_post<wbr/>Initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_toPropertyDef" class="tsd-kind-icon">_to<wbr/>Property<wbr/>Def</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_updateFeatures" class="tsd-kind-icon">_update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_watchProperty" class="tsd-kind-icon">_watch<wbr/>Property</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addAttachment" class="tsd-kind-icon">add<wbr/>Attachment</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeature" class="tsd-kind-icon">add<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#addFeatures" class="tsd-kind-icon">add<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#assignProperties" class="tsd-kind-icon">assign<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteAttachments" class="tsd-kind-icon">delete<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeature" class="tsd-kind-icon">delete<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#deleteFeatures" class="tsd-kind-icon">delete<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#destroy" class="tsd-kind-icon">destroy</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#emit" class="tsd-kind-icon">emit</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#get" class="tsd-kind-icon">get</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getAttachments" class="tsd-kind-icon">get<wbr/>Attachments</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefault" class="tsd-kind-icon">get<wbr/>Default</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getDefaults" class="tsd-kind-icon">get<wbr/>Defaults</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeature" class="tsd-kind-icon">get<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFeatures" class="tsd-kind-icon">get<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getFullExtent" class="tsd-kind-icon">get<wbr/>Full<wbr/>Extent</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#getSerializableProperties" class="tsd-kind-icon">get<wbr/>Serializable<wbr/>Properties</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#initialize" class="tsd-kind-icon">initialize</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#notifyChange" class="tsd-kind-icon">notify<wbr/>Change</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#on" class="tsd-kind-icon">on</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#set" class="tsd-kind-icon">set</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toItemUri" class="tsd-kind-icon">to<wbr/>Item<wbr/>Uri</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#toJSON" class="tsd-kind-icon">toJSON</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeature" class="tsd-kind-icon">update<wbr/>Feature</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#updateFeatures" class="tsd-kind-icon">update<wbr/>Features</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#watch" class="tsd-kind-icon">watch</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#_getLayerData" class="tsd-kind-icon">_get<wbr/>Layer<wbr/>Data</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#create" class="tsd-kind-icon">create</a></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtension.html#fromPortalItem" class="tsd-kind-icon">from<wbr/>Portal<wbr/>Item</a></li></ul></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li><li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li><li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="../assets/main.js"></script></body></html>