@vertigis/arcgis-extensions 49.7.0 → 49.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppConfig.schema.json +13 -0
- package/data/_TableExtension.d.ts +1 -1
- package/docs/html/assets/navigation.js +1 -1
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/data__TableExtension.TableSchema.html +2 -2
- package/docs/html/classes/mapping_MediaLayerExtension.MediaLayerExtension.html +435 -0
- package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +1 -1
- package/docs/html/functions/utilities__layers.isMediaLayer.html +3 -0
- package/docs/html/functions/utilities_extensions.isMediaLayerExtension.html +3 -0
- package/docs/html/hierarchy.html +1 -1
- package/docs/html/interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html +7 -3
- package/docs/html/interfaces/json_BasemapLayerJson.BasemapLayerJsonBase.html +6 -2
- package/docs/html/interfaces/json_BingLayerJson.BingLayerJson.html +6 -2
- package/docs/html/interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html +6 -2
- package/docs/html/interfaces/json_CSVLayerJson.CSVLayerJson.html +6 -2
- package/docs/html/interfaces/json_FeatureLayerJson.FeatureLayerJson.html +7 -3
- package/docs/html/interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html +6 -2
- package/docs/html/interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html +6 -2
- package/docs/html/interfaces/json_GroupLayerJson.GroupLayerJson.html +6 -2
- package/docs/html/interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html +6 -2
- package/docs/html/interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html +6 -2
- package/docs/html/interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html +6 -2
- package/docs/html/interfaces/json_KMLLayerJson.KMLLayerJson.html +7 -3
- package/docs/html/interfaces/json_LayerJson.LayerJsonBase.html +6 -2
- package/docs/html/interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html +7 -3
- package/docs/html/interfaces/json_MediaLayerJson.GeoreferenceJson.html +15 -0
- package/docs/html/interfaces/json_MediaLayerJson.MediaLayerJson.html +79 -0
- package/docs/html/interfaces/json_OpenStreetMapLayerJson.OpenStreetMapLayerJson.html +6 -2
- package/docs/html/interfaces/json_OperationalLayerJson.OperationalLayerJsonBase.html +6 -2
- package/docs/html/interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html +6 -2
- package/docs/html/interfaces/json_RasterDataElevationLayerJson.RasterDataElevationLayerJson.html +6 -2
- package/docs/html/interfaces/json_SceneLayerJson.SceneLayerJson.html +6 -2
- package/docs/html/interfaces/json_StreamLayerJson.StreamLayerJson.html +7 -3
- package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html +6 -2
- package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeSubtypeGroupLayerJson.html +6 -2
- package/docs/html/interfaces/json_SubtypeSublayerJson.SubtypeSublayerJson.html +6 -2
- package/docs/html/interfaces/json_TiledElevationServiceLayerJson.TiledElevationServiceLayerJson.html +6 -2
- package/docs/html/interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html +6 -2
- package/docs/html/interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html +6 -2
- package/docs/html/interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html +6 -2
- package/docs/html/interfaces/json_WFSLayerJson.WFSLayerJson.html +7 -3
- package/docs/html/interfaces/json_WMSLayerJson.WMSLayerJson.html +7 -3
- package/docs/html/interfaces/json_WebTileLayerJson.WebTileLayerJson.html +7 -3
- package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +6 -2
- package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +7 -3
- package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +7 -3
- package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +5 -2
- package/docs/html/interfaces/mapping_MediaLayerExtension.MediaLayerExtensionProperties.html +42 -0
- package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +6 -2
- package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +1 -1
- package/docs/html/modules/json_MediaLayerJson.html +3 -0
- package/docs/html/modules/mapping_MediaLayerExtension.html +3 -0
- package/docs/html/modules/utilities__layers.html +1 -0
- package/docs/html/modules/utilities_extensions.html +1 -0
- package/docs/html/modules.html +2 -0
- package/docs/html/types/json_LayerJson.LayerJsonType.html +1 -1
- package/docs/html/types/json_OperationalLayerJson.OperationalLayerJson.html +1 -1
- package/docs/html/variables/version.version.html +1 -1
- package/json/LayerJson.d.ts +7 -1
- package/json/LayerJson.js +1 -1
- package/json/MediaLayerJson.d.ts +77 -0
- package/json/MediaLayerJson.js +1 -0
- package/json/OperationalLayerJson.d.ts +2 -1
- package/mapping/MediaLayerExtension.d.ts +29 -0
- package/mapping/MediaLayerExtension.js +1 -0
- package/mapping/support/DefaultLayerExtensionFactory.js +1 -1
- package/package.json +1 -1
- package/utilities/_layers.d.ts +7 -0
- package/utilities/_layers.js +1 -1
- package/utilities/extensions.d.ts +7 -0
- package/utilities/extensions.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PointCloudLayerProperties | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/mapping_PointCloudLayerExtension.html">mapping/PointCloudLayerExtension</a></li><li><a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html">PointCloudLayerProperties</a></li></ul><h1>Interface PointCloudLayerProperties</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Properties for a PointCloudLayer that can be passed into the constructor for
|
|
2
2
|
<a href="../classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html" class="tsd-kind-class">PointCloudLayerExtension</a>.</p>
|
|
3
|
-
</div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">PointCloudLayerProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_portalItem">$portalItem</a><span class="tsd-signature-symbol">?: </span><a href="../types/utilities_portal.PortalItemLike.html" class="tsd-signature-type tsd-kind-type-alias">PortalItemLike</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_ref">$ref</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="mapping__LayerExtension.LayerReference.html" class="tsd-signature-type tsd-kind-interface">LayerReference</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#blendMode">blendMode</a><span class="tsd-signature-symbol">?: </span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"multiply"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"color"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"normal"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"lighter"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"invert"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"average"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"color-burn"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"color-dodge"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"darken"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-atop"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-in"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-out"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-over"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"difference"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"exclusion"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"hard-light"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"hue"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"lighten"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"luminosity"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"minus"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"overlay"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"plus"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"reflect"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"saturation"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"screen"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"soft-light"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"source-atop"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"source-in"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"source-out"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"vivid-light"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"xor"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#disablePopup">disablePopup</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#effect">effect</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.EffectJson.html" class="tsd-signature-type tsd-kind-type-alias">EffectJson</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#id">id</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#layerDefinition">layerDefinition</a><span class="tsd-signature-symbol">?: </span><a href="json_LayerDefinitionJson.LayerDefinitionJson.html" class="tsd-signature-type tsd-kind-interface">LayerDefinitionJson</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#layerType">layerType</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"PointCloudLayer"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#listMode">listMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"show"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hide"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hide-children"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#maxScale">maxScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#minScale">minScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#opacity">opacity</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#popupInfo">popupInfo</a><span class="tsd-signature-symbol">?: </span><a href="json_PopupInfoJson.PopupInfoJson.html" class="tsd-signature-type tsd-kind-interface">PopupInfoJson</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#refreshInterval">refreshInterval</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#showLegend">showLegend</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#title">title</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#type">type</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.LegacyOperationalLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyOperationalLayerJsonType</a><span class="tsd-signature-symbol"> | </span><a href="../types/json_LayerJson.LegacyBasemapLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyBasemapLayerJsonType</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#url">url</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#visibility">visibility</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#mapping/PointCloudLayerExtension.PointCloudLayerProperties">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="json_PointCloudLayerJson.PointCloudLayerJson.html" class="tsd-signature-type tsd-kind-interface">PointCloudLayerJson</a></li><li><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="../types/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type tsd-kind-type-alias">LayerProperties</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"layerType"</span><span class="tsd-signature-symbol">></span><ul class="tsd-hierarchy"><li><span class="target">PointCloudLayerProperties</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_portalItem" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>$portal<wbr/>Item?</span></a>
|
|
3
|
+
</div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">PointCloudLayerProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_portalItem">$portalItem</a><span class="tsd-signature-symbol">?: </span><a href="../types/utilities_portal.PortalItemLike.html" class="tsd-signature-type tsd-kind-type-alias">PortalItemLike</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_ref">$ref</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="mapping__LayerExtension.LayerReference.html" class="tsd-signature-type tsd-kind-interface">LayerReference</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#blendMode">blendMode</a><span class="tsd-signature-symbol">?: </span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"multiply"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"color"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"normal"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"lighter"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"invert"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"average"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"color-burn"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"color-dodge"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"darken"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-atop"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-in"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-out"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"destination-over"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"difference"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"exclusion"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"hard-light"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"hue"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"lighten"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"luminosity"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"minus"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"overlay"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"plus"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"reflect"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"saturation"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"screen"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"soft-light"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"source-atop"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"source-in"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"source-out"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"vivid-light"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"xor"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#disablePopup">disablePopup</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#effect">effect</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.EffectJson.html" class="tsd-signature-type tsd-kind-type-alias">EffectJson</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#id">id</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#layerDefinition">layerDefinition</a><span class="tsd-signature-symbol">?: </span><a href="json_LayerDefinitionJson.LayerDefinitionJson.html" class="tsd-signature-type tsd-kind-interface">LayerDefinitionJson</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#layerType">layerType</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"PointCloudLayer"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#listMode">listMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"show"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hide"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hide-children"</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#maxScale">maxScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#minScale">minScale</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#opacity">opacity</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#popupInfo">popupInfo</a><span class="tsd-signature-symbol">?: </span><a href="json_PopupInfoJson.PopupInfoJson.html" class="tsd-signature-type tsd-kind-interface">PopupInfoJson</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#refreshInterval">refreshInterval</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#showLegend">showLegend</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#title">title</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#type">type</a><span class="tsd-signature-symbol">?: </span><a href="../types/json_LayerJson.LegacyOperationalLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyOperationalLayerJsonType</a><span class="tsd-signature-symbol"> | </span><a href="../types/json_LayerJson.LegacyBasemapLayerJsonType.html" class="tsd-signature-type tsd-kind-type-alias">LegacyBasemapLayerJsonType</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#url">url</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#visibility">visibility</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#visibilityTimeExtent">visibilityTimeExtent</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#mapping/PointCloudLayerExtension.PointCloudLayerProperties">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="json_PointCloudLayerJson.PointCloudLayerJson.html" class="tsd-signature-type tsd-kind-interface">PointCloudLayerJson</a></li><li><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="../types/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type tsd-kind-type-alias">LayerProperties</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"layerType"</span><span class="tsd-signature-symbol">></span><ul class="tsd-hierarchy"><li><span class="target">PointCloudLayerProperties</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_portalItem" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>$portal<wbr/>Item?</span></a>
|
|
4
4
|
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#_ref" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>$ref?</span></a>
|
|
5
5
|
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#blendMode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blend<wbr/>Mode?</span></a>
|
|
6
6
|
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#disablePopup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Popup?</span></a>
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#type" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type?</span></a>
|
|
20
20
|
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#url" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>url?</span></a>
|
|
21
21
|
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#visibility" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visibility?</span></a>
|
|
22
|
+
<a href="mapping_PointCloudLayerExtension.PointCloudLayerProperties.html#visibilityTimeExtent" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visibility<wbr/>Time<wbr/>Extent?</span></a>
|
|
22
23
|
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_portalItem" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>$portal<wbr/>Item</span><a href="#_portalItem" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">$portal<wbr/>Item</span><span class="tsd-signature-symbol">?:</span> <a href="../types/utilities_portal.PortalItemLike.html" class="tsd-signature-type tsd-kind-type-alias">PortalItemLike</a></div><div class="tsd-comment tsd-typography"><p>When present, <a href="../classes/mapping__LayerExtension.LayerExtension.html#layer" class="tsd-kind-accessor">mapping/_LayerExtension!LayerExtension.layer</a> will be
|
|
23
24
|
loaded from the given web layer in Portal. The web layer can be specified
|
|
24
25
|
either as a PortalItem object, or simply using the portal item ID.</p>
|
|
@@ -67,4 +68,7 @@ URL, but is not an ArcGIS web service, then this parameter can be
|
|
|
67
68
|
supplied to denote the layer type.</p>
|
|
68
69
|
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_PointCloudLayerJson.PointCloudLayerJson.html">PointCloudLayerJson</a>.<a href="json_PointCloudLayerJson.PointCloudLayerJson.html#type">type</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="url" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>url</span><a href="#url" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">url</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>URL to the ArcGIS Server Image Service.</p>
|
|
69
70
|
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_PointCloudLayerJson.PointCloudLayerJson.html">PointCloudLayerJson</a>.<a href="json_PointCloudLayerJson.PointCloudLayerJson.html#url">url</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="visibility" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>visibility</span><a href="#visibility" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">visibility</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Determines whether the layer is initially visible in the web map.</p>
|
|
70
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_PointCloudLayerJson.PointCloudLayerJson.html">PointCloudLayerJson</a>.<a href="json_PointCloudLayerJson.PointCloudLayerJson.html#visibility">visibility</a></p></aside></section
|
|
71
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_PointCloudLayerJson.PointCloudLayerJson.html">PointCloudLayerJson</a>.<a href="json_PointCloudLayerJson.PointCloudLayerJson.html#visibility">visibility</a></p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="visibilityTimeExtent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>visibility<wbr/>Time<wbr/>Extent</span><a href="#visibilityTimeExtent" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">visibility<wbr/>Time<wbr/>Extent</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span></div><div class="tsd-comment tsd-typography"><p>Represents time extent that will control when a layer should be visible
|
|
72
|
+
based on webmap's current time. Visibility time extent only affects the
|
|
73
|
+
layer visibility and will not filter the data.</p>
|
|
74
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="json_PointCloudLayerJson.PointCloudLayerJson.html">PointCloudLayerJson</a>.<a href="json_PointCloudLayerJson.PointCloudLayerJson.html#visibilityTimeExtent">visibilityTimeExtent</a></p></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#_portalItem" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>$portal<wbr/>Item</span></a><a href="#_ref" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>$ref</span></a><a href="#blendMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blend<wbr/>Mode</span></a><a href="#disablePopup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>disable<wbr/>Popup</span></a><a href="#effect" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>effect</span></a><a href="#id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a><a href="#layerDefinition" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>layer<wbr/>Definition</span></a><a href="#layerType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>layer<wbr/>Type</span></a><a href="#listMode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>list<wbr/>Mode</span></a><a href="#maxScale" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max<wbr/>Scale</span></a><a href="#minScale" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>min<wbr/>Scale</span></a><a href="#opacity" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>opacity</span></a><a href="#popupInfo" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>popup<wbr/>Info</span></a><a href="#refreshInterval" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>refresh<wbr/>Interval</span></a><a href="#showLegend" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Legend</span></a><a href="#title" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a><a href="#type" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type</span></a><a href="#url" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>url</span></a><a href="#visibility" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visibility</span></a><a href="#visibilityTimeExtent" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>visibility<wbr/>Time<wbr/>Extent</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LayerExtensionProperties | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/mapping__LayerExtension.html">mapping/_LayerExtension</a></li><li><a href="mapping__LayerExtension.LayerExtensionProperties.html">LayerExtensionProperties</a></li></ul><h1>Interface LayerExtensionProperties</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Properties that can be passed into the constructor for
|
|
2
2
|
<a href="../classes/mapping__LayerExtension.LayerExtension.html" class="tsd-kind-class">mapping/_LayerExtension!LayerExtension</a>.</p>
|
|
3
|
-
</div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">LayerExtensionProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#attachmentTypes">attachmentTypes</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#failureMode">failureMode</a><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#featureActions">featureActions</a><span class="tsd-signature-symbol">?: </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="../classes/menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#featureSettings">featureSettings</a><span class="tsd-signature-symbol">?: </span><a href="data_FeatureSettings.FeatureSettingsProperties.html" class="tsd-signature-type tsd-kind-interface">FeatureSettingsProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#featureSourceActions">featureSourceActions</a><span class="tsd-signature-symbol">?: </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="../classes/menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#hyperlinks">hyperlinks</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><a href="Hyperlink.HyperlinkProperties.html" class="tsd-signature-type tsd-kind-interface">HyperlinkProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/Hyperlink.Hyperlink.html" class="tsd-signature-type tsd-kind-class">Hyperlink</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#iconUrl">iconUrl</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#id">id</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#layer">layer</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol"> | </span><a href="../types/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type tsd-kind-type-alias">LayerProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#layerListSettings">layerListSettings</a><span class="tsd-signature-symbol">?: </span><a href="../classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type tsd-kind-class">LayerListSettingsProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#onAddFeature">onAddFeature</a><span class="tsd-signature-symbol">?: </span><a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a><span class="tsd-signature-symbol">?: </span><a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#relationships">relationships</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#requestHelper">requestHelper</a><span class="tsd-signature-symbol">?: </span><a href="support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type tsd-kind-interface">ArcGISRequestHelper</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#schema">schema</a><span class="tsd-signature-symbol">?: </span><a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#sublayerExtensions">sublayerExtensions</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type tsd-kind-class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</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><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#taskSettings">taskSettings</a><span class="tsd-signature-symbol">?: </span><a href="data_TaskSettings.TaskSettingsProperties.html" class="tsd-signature-type tsd-kind-interface">TaskSettingsProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#tpkSource">tpkSource</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#visibilityMode">visibilityMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#mapping/_LayerExtension.LayerExtensionProperties">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html" class="tsd-signature-type tsd-kind-interface">FeatureSourceBaseProperties</a><ul class="tsd-hierarchy"><li><span class="target">LayerExtensionProperties</span><ul class="tsd-hierarchy"><li><a href="mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">BuildingSceneLayerExtensionProperties</a></li><li><a href="mapping_CSVLayerExtension.CSVLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">CSVLayerExtensionProperties</a></li><li><a href="mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">ElevationLayerExtensionProperties</a></li><li><a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html" class="tsd-signature-type tsd-kind-interface">FeatureLayerExtensionBaseProperties</a></li><li><a href="mapping_GeoJSONLayerExtension.GeoJSONLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GeoJSONLayerExtensionProperties</a></li><li><a href="mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GeoRSSLayerExtensionProperties</a></li><li><a href="mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GraphicsLayerExtensionProperties</a></li><li><a href="mapping_GroupLayerExtension.GroupLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GroupLayerExtensionProperties</a></li><li><a href="mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">ImageryLayerExtensionProperties</a></li><li><a href="mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">ImageryTileLayerExtensionProperties</a></li><li><a href="mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">IntegratedMeshLayerExtensionProperties</a></li><li><a href="mapping_KMLLayerExtension.KMLLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">KMLLayerExtensionProperties</a></li><li><a href="mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">MapImageLayerExtensionProperties</a></li><li><a href="mapping_MapNotesLayerExtension.MapNotesLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">MapNotesLayerExtensionProperties</a></li><li><a href="mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">OpenStreetMapLayerExtensionProperties</a></li><li><a href="mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">PointCloudLayerExtensionProperties</a></li><li><a href="mapping_RouteLayerExtension.RouteLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">RouteLayerExtensionProperties</a></li><li><a href="mapping_SceneLayerExtension.SceneLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SceneLayerExtensionProperties</a></li><li><a href="mapping_StreamLayerExtension.StreamLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">StreamLayerExtensionProperties</a></li><li><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SubtypeGroupLayerExtensionProperties</a></li><li><a href="mapping_TileLayerExtension.TileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">TileLayerExtensionProperties</a></li><li><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">VectorTileLayerExtensionProperties</a></li><li><a href="mapping_WFSLayerExtension.WFSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WFSLayerExtensionProperties</a></li><li><a href="mapping_WMSLayerExtension.WMSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WMSLayerExtensionProperties</a></li><li><a href="mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WMTSLayerExtensionProperties</a></li><li><a href="mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WebTileLayerExtensionProperties</a></li></ul></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="mapping__LayerExtension.LayerExtensionProperties.html#attachmentTypes" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>attachment<wbr/>Types?</span></a>
|
|
3
|
+
</div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">LayerExtensionProperties</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#attachmentTypes">attachmentTypes</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#failureMode">failureMode</a><span class="tsd-signature-symbol">?: </span><a href="../types/FailureMode.FailureMode.html" class="tsd-signature-type tsd-kind-type-alias">FailureMode</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#featureActions">featureActions</a><span class="tsd-signature-symbol">?: </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="../classes/menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#featureSettings">featureSettings</a><span class="tsd-signature-symbol">?: </span><a href="data_FeatureSettings.FeatureSettingsProperties.html" class="tsd-signature-type tsd-kind-interface">FeatureSettingsProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#featureSourceActions">featureSourceActions</a><span class="tsd-signature-symbol">?: </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/menus_Menu.Menu.html" class="tsd-signature-type tsd-kind-class">Menu</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">, </span><a href="../classes/menus_MenuItem.MenuItem.html" class="tsd-signature-type tsd-kind-class">MenuItem</a><span class="tsd-signature-symbol"><</span><a href="menus_MenuItem.MenuItemProperties.html" class="tsd-signature-type tsd-kind-interface">MenuItemProperties</a><span class="tsd-signature-symbol">, </span><a href="menus_Menu.MenuProperties.html" class="tsd-signature-type tsd-kind-interface">MenuProperties</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#hyperlinks">hyperlinks</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><a href="Hyperlink.HyperlinkProperties.html" class="tsd-signature-type tsd-kind-interface">HyperlinkProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/Hyperlink.Hyperlink.html" class="tsd-signature-type tsd-kind-class">Hyperlink</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#iconUrl">iconUrl</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#id">id</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#layer">layer</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Layer</span><span class="tsd-signature-symbol"> | </span><a href="../types/mapping__LayerExtension.LayerProperties.html" class="tsd-signature-type tsd-kind-type-alias">LayerProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#layerListSettings">layerListSettings</a><span class="tsd-signature-symbol">?: </span><a href="../classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html" class="tsd-signature-type tsd-kind-class">LayerListSettingsProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#onAddFeature">onAddFeature</a><span class="tsd-signature-symbol">?: </span><a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#onEditFeature">onEditFeature</a><span class="tsd-signature-symbol">?: </span><a href="../types/support_Action.Action.html" class="tsd-signature-type tsd-kind-type-alias">Action</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#relationships">relationships</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><a href="data__Relationship.Relationship-1.html" class="tsd-signature-type tsd-kind-interface">Relationship</a><span class="tsd-signature-symbol"> | </span><a href="data__Relationship.RelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">RelationshipProperties</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#requestHelper">requestHelper</a><span class="tsd-signature-symbol">?: </span><a href="support_ArcGISRequestHelper.ArcGISRequestHelper.html" class="tsd-signature-type tsd-kind-interface">ArcGISRequestHelper</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#schema">schema</a><span class="tsd-signature-symbol">?: </span><a href="data_Schema.SchemaProperties.html" class="tsd-signature-type tsd-kind-interface">SchemaProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#sublayerExtensions">sublayerExtensions</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</a><span class="tsd-signature-symbol"> | </span><a href="../classes/mapping__SublayerExtension.SublayerExtension.html" class="tsd-signature-type tsd-kind-class">SublayerExtension</a><span class="tsd-signature-symbol"><</span><a href="mapping__SublayerExtension.SublayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SublayerExtensionProperties</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><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#taskSettings">taskSettings</a><span class="tsd-signature-symbol">?: </span><a href="data_TaskSettings.TaskSettingsProperties.html" class="tsd-signature-type tsd-kind-interface">TaskSettingsProperties</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#tpkSource">tpkSource</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="mapping__LayerExtension.LayerExtensionProperties.html#visibilityMode">visibilityMode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherited"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"independent"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"exclusive"</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#mapping/_LayerExtension.LayerExtensionProperties">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="data_FeatureSourceBase.FeatureSourceBaseProperties.html" class="tsd-signature-type tsd-kind-interface">FeatureSourceBaseProperties</a><ul class="tsd-hierarchy"><li><span class="target">LayerExtensionProperties</span><ul class="tsd-hierarchy"><li><a href="mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">BuildingSceneLayerExtensionProperties</a></li><li><a href="mapping_CSVLayerExtension.CSVLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">CSVLayerExtensionProperties</a></li><li><a href="mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">ElevationLayerExtensionProperties</a></li><li><a href="mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html" class="tsd-signature-type tsd-kind-interface">FeatureLayerExtensionBaseProperties</a></li><li><a href="mapping_GeoJSONLayerExtension.GeoJSONLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GeoJSONLayerExtensionProperties</a></li><li><a href="mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GeoRSSLayerExtensionProperties</a></li><li><a href="mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GraphicsLayerExtensionProperties</a></li><li><a href="mapping_GroupLayerExtension.GroupLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">GroupLayerExtensionProperties</a></li><li><a href="mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">ImageryLayerExtensionProperties</a></li><li><a href="mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">ImageryTileLayerExtensionProperties</a></li><li><a href="mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">IntegratedMeshLayerExtensionProperties</a></li><li><a href="mapping_KMLLayerExtension.KMLLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">KMLLayerExtensionProperties</a></li><li><a href="mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">MapImageLayerExtensionProperties</a></li><li><a href="mapping_MapNotesLayerExtension.MapNotesLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">MapNotesLayerExtensionProperties</a></li><li><a href="mapping_MediaLayerExtension.MediaLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">MediaLayerExtensionProperties</a></li><li><a href="mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">OpenStreetMapLayerExtensionProperties</a></li><li><a href="mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">PointCloudLayerExtensionProperties</a></li><li><a href="mapping_RouteLayerExtension.RouteLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">RouteLayerExtensionProperties</a></li><li><a href="mapping_SceneLayerExtension.SceneLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SceneLayerExtensionProperties</a></li><li><a href="mapping_StreamLayerExtension.StreamLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">StreamLayerExtensionProperties</a></li><li><a href="mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">SubtypeGroupLayerExtensionProperties</a></li><li><a href="mapping_TileLayerExtension.TileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">TileLayerExtensionProperties</a></li><li><a href="mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">VectorTileLayerExtensionProperties</a></li><li><a href="mapping_WFSLayerExtension.WFSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WFSLayerExtensionProperties</a></li><li><a href="mapping_WMSLayerExtension.WMSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WMSLayerExtensionProperties</a></li><li><a href="mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WMTSLayerExtensionProperties</a></li><li><a href="mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html" class="tsd-signature-type tsd-kind-interface">WebTileLayerExtensionProperties</a></li></ul></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="mapping__LayerExtension.LayerExtensionProperties.html#attachmentTypes" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>attachment<wbr/>Types?</span></a>
|
|
4
4
|
<a href="mapping__LayerExtension.LayerExtensionProperties.html#failureMode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>failure<wbr/>Mode?</span></a>
|
|
5
5
|
<a href="mapping__LayerExtension.LayerExtensionProperties.html#featureActions" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>feature<wbr/>Actions?</span></a>
|
|
6
6
|
<a href="mapping__LayerExtension.LayerExtensionProperties.html#featureSettings" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>feature<wbr/>Settings?</span></a>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>json/MediaLayerJson | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="json_MediaLayerJson.html">json/MediaLayerJson</a></li></ul><h1>Module json/MediaLayerJson</h1></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Interfaces</h3><div class="tsd-index-list"><a href="../interfaces/json_MediaLayerJson.GeoreferenceJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Georeference<wbr/>Json</span></a>
|
|
2
|
+
<a href="../interfaces/json_MediaLayerJson.MediaLayerJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Media<wbr/>Layer<wbr/>Json</span></a>
|
|
3
|
+
</div></section></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>mapping/MediaLayerExtension | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="mapping_MediaLayerExtension.html">mapping/MediaLayerExtension</a></li></ul><h1>Module mapping/MediaLayerExtension</h1></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><h3 class="tsd-index-heading uppercase">Index</h3><section class="tsd-index-section"><h3 class="tsd-index-heading">Classes</h3><div class="tsd-index-list"><a href="../classes/mapping_MediaLayerExtension.MediaLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-128"></use></svg><span>Media<wbr/>Layer<wbr/>Extension</span></a>
|
|
2
|
+
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Interfaces</h3><div class="tsd-index-list"><a href="../interfaces/mapping_MediaLayerExtension.MediaLayerExtensionProperties.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-256"></use></svg><span>Media<wbr/>Layer<wbr/>Extension<wbr/>Properties</span></a>
|
|
3
|
+
</div></section></section></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
<a href="../functions/utilities__layers.isMapImageSublayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Map<wbr/>Image<wbr/>Sublayer</span></a>
|
|
28
28
|
<a href="../functions/utilities__layers.isMapNotesLayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Map<wbr/>Notes<wbr/>Layer</span></a>
|
|
29
29
|
<a href="../functions/utilities__layers.isMapNotesSublayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Map<wbr/>Notes<wbr/>Sublayer</span></a>
|
|
30
|
+
<a href="../functions/utilities__layers.isMediaLayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Media<wbr/>Layer</span></a>
|
|
30
31
|
<a href="../functions/utilities__layers.isOpenStreetMapLayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer</span></a>
|
|
31
32
|
<a href="../functions/utilities__layers.isPointCloudLayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Point<wbr/>Cloud<wbr/>Layer</span></a>
|
|
32
33
|
<a href="../functions/utilities__layers.isRouteLayer.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Route<wbr/>Layer</span></a>
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
<a href="../functions/utilities_extensions.isKMLLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>isKMLLayer<wbr/>Extension</span></a>
|
|
13
13
|
<a href="../functions/utilities_extensions.isMapImageLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Map<wbr/>Image<wbr/>Layer<wbr/>Extension</span></a>
|
|
14
14
|
<a href="../functions/utilities_extensions.isMapImageSublayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Map<wbr/>Image<wbr/>Sublayer<wbr/>Extension</span></a>
|
|
15
|
+
<a href="../functions/utilities_extensions.isMediaLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Media<wbr/>Layer<wbr/>Extension</span></a>
|
|
15
16
|
<a href="../functions/utilities_extensions.isPointCloudLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Point<wbr/>Cloud<wbr/>Layer<wbr/>Extension</span></a>
|
|
16
17
|
<a href="../functions/utilities_extensions.isSceneLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Scene<wbr/>Layer<wbr/>Extension</span></a>
|
|
17
18
|
<a href="../functions/utilities_extensions.isStreamLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-64"></use></svg><span>is<wbr/>Stream<wbr/>Layer<wbr/>Extension</span></a>
|
package/docs/html/modules.html
CHANGED
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
<a href="modules/json_LayerDefinitionJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Layer<wbr/>Definition<wbr/>Json</span></a>
|
|
68
68
|
<a href="modules/json_LayerJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Layer<wbr/>Json</span></a>
|
|
69
69
|
<a href="modules/json_MapServiceLayerJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Map<wbr/>Service<wbr/>Layer<wbr/>Json</span></a>
|
|
70
|
+
<a href="modules/json_MediaLayerJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Media<wbr/>Layer<wbr/>Json</span></a>
|
|
70
71
|
<a href="modules/json_MosaicRuleJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Mosaic<wbr/>Rule<wbr/>Json</span></a>
|
|
71
72
|
<a href="modules/json_OpenStreetMapLayerJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer<wbr/>Json</span></a>
|
|
72
73
|
<a href="modules/json_OperationalLayerJson.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>json/<wbr/>Operational<wbr/>Layer<wbr/>Json</span></a>
|
|
@@ -132,6 +133,7 @@
|
|
|
132
133
|
<a href="modules/mapping_MapImageSublayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Map<wbr/>Image<wbr/>Sublayer<wbr/>Extension</span></a>
|
|
133
134
|
<a href="modules/mapping_MapNotesLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Map<wbr/>Notes<wbr/>Layer<wbr/>Extension</span></a>
|
|
134
135
|
<a href="modules/mapping_MapNotesSublayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Map<wbr/>Notes<wbr/>Sublayer<wbr/>Extension</span></a>
|
|
136
|
+
<a href="modules/mapping_MediaLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Media<wbr/>Layer<wbr/>Extension</span></a>
|
|
135
137
|
<a href="modules/mapping_OpenStreetMapLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Open<wbr/>Street<wbr/>Map<wbr/>Layer<wbr/>Extension</span></a>
|
|
136
138
|
<a href="modules/mapping_PointCloudLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Point<wbr/>Cloud<wbr/>Layer<wbr/>Extension</span></a>
|
|
137
139
|
<a href="modules/mapping_RouteLayerExtension.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="assets/icons.svg#icon-2"></use></svg><span>mapping/<wbr/>Route<wbr/>Layer<wbr/>Extension</span></a>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LayerJsonType | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/json_LayerJson.html">json/LayerJson</a></li><li><a href="json_LayerJson.LayerJsonType.html">LayerJsonType</a></li></ul><h1>Type Alias LayerJsonType</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Layer<wbr/>Json<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISAnnotationLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISFeatureLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISImageServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISImageServiceVectorLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISMapServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISSceneServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISStreamLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISTiledElevationServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISTiledImageServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISTiledMapServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BingMapsAerial"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BingMapsHybrid"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BingMapsRoad"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BuildingSceneLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"CSV"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"GeoJSON"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"GeoRSS"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"GroupLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"IntegratedMeshLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"KML"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"OpenStreetMap"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"PointCloudLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"RasterDataElevationLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"SubtypeGroupLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"VectorTileLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"WebTiledLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"WFS"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"WMS"</span></div><div class="tsd-comment tsd-typography"><p>Constants for the layerType property of service layers. This field and its
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>LayerJsonType | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/json_LayerJson.html">json/LayerJson</a></li><li><a href="json_LayerJson.LayerJsonType.html">LayerJsonType</a></li></ul><h1>Type Alias LayerJsonType</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Layer<wbr/>Json<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISAnnotationLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISFeatureLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISImageServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISImageServiceVectorLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISMapServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISSceneServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISStreamLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISTiledElevationServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISTiledImageServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"ArcGISTiledMapServiceLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BingMapsAerial"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BingMapsHybrid"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BingMapsRoad"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"BuildingSceneLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"CSV"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"GeoJSON"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"GeoRSS"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"GroupLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"IntegratedMeshLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"KML"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"MediaLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"OpenStreetMap"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"PointCloudLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"RasterDataElevationLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"SubtypeGroupLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"VectorTileLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"WebTiledLayer"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"WFS"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"WMS"</span></div><div class="tsd-comment tsd-typography"><p>Constants for the layerType property of service layers. This field and its
|
|
2
2
|
possible values isn't officially documented by esri, however it's used in
|
|
3
3
|
ArcGIS online web maps.</p>
|
|
4
4
|
</div><div class="tsd-comment tsd-typography"></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OperationalLayerJson | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/json_OperationalLayerJson.html">json/OperationalLayerJson</a></li><li><a href="json_OperationalLayerJson.OperationalLayerJson.html">OperationalLayerJson</a></li></ul><h1>Type Alias OperationalLayerJson</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Operational<wbr/>Layer<wbr/>Json</span><span class="tsd-signature-symbol">:</span> <br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html" class="tsd-signature-type tsd-kind-interface">AnnotationLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html" class="tsd-signature-type tsd-kind-interface">BuildingSceneLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_CSVLayerJson.CSVLayerJson.html" class="tsd-signature-type tsd-kind-interface">CSVLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_FeatureLayerJson.FeatureLayerJson.html" class="tsd-signature-type tsd-kind-interface">FeatureLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html" class="tsd-signature-type tsd-kind-interface">GeoJSONLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html" class="tsd-signature-type tsd-kind-interface">GeoRSSLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_GroupLayerJson.GroupLayerJson.html" class="tsd-signature-type tsd-kind-interface">GroupLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">ImageServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html" class="tsd-signature-type tsd-kind-interface">ImageServiceVectorLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html" class="tsd-signature-type tsd-kind-interface">IntegratedMeshLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_KMLLayerJson.KMLLayerJson.html" class="tsd-signature-type tsd-kind-interface">KMLLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">MapServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html" class="tsd-signature-type tsd-kind-interface">PointCloudLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_SceneLayerJson.SceneLayerJson.html" class="tsd-signature-type tsd-kind-interface">SceneLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_StreamLayerJson.StreamLayerJson.html" class="tsd-signature-type tsd-kind-interface">StreamLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html" class="tsd-signature-type tsd-kind-interface">SubtypeGroupLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">TiledImageServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">TiledMapServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html" class="tsd-signature-type tsd-kind-interface">VectorTileLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_WebTileLayerJson.WebTileLayerJson.html" class="tsd-signature-type tsd-kind-interface">WebTileLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_WFSLayerJson.WFSLayerJson.html" class="tsd-signature-type tsd-kind-interface">WFSLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_WMSLayerJson.WMSLayerJson.html" class="tsd-signature-type tsd-kind-interface">WMSLayerJson</a></div><div class="tsd-comment tsd-typography"><p>An operational layer in a web map/scene.</p>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OperationalLayerJson | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/json_OperationalLayerJson.html">json/OperationalLayerJson</a></li><li><a href="json_OperationalLayerJson.OperationalLayerJson.html">OperationalLayerJson</a></li></ul><h1>Type Alias OperationalLayerJson</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Operational<wbr/>Layer<wbr/>Json</span><span class="tsd-signature-symbol">:</span> <br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html" class="tsd-signature-type tsd-kind-interface">AnnotationLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html" class="tsd-signature-type tsd-kind-interface">BuildingSceneLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_CSVLayerJson.CSVLayerJson.html" class="tsd-signature-type tsd-kind-interface">CSVLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_FeatureLayerJson.FeatureLayerJson.html" class="tsd-signature-type tsd-kind-interface">FeatureLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html" class="tsd-signature-type tsd-kind-interface">GeoJSONLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html" class="tsd-signature-type tsd-kind-interface">GeoRSSLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_GroupLayerJson.GroupLayerJson.html" class="tsd-signature-type tsd-kind-interface">GroupLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">ImageServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html" class="tsd-signature-type tsd-kind-interface">ImageServiceVectorLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html" class="tsd-signature-type tsd-kind-interface">IntegratedMeshLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_KMLLayerJson.KMLLayerJson.html" class="tsd-signature-type tsd-kind-interface">KMLLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_MediaLayerJson.MediaLayerJson.html" class="tsd-signature-type tsd-kind-interface">MediaLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">MapServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html" class="tsd-signature-type tsd-kind-interface">PointCloudLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_SceneLayerJson.SceneLayerJson.html" class="tsd-signature-type tsd-kind-interface">SceneLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_StreamLayerJson.StreamLayerJson.html" class="tsd-signature-type tsd-kind-interface">StreamLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html" class="tsd-signature-type tsd-kind-interface">SubtypeGroupLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">TiledImageServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html" class="tsd-signature-type tsd-kind-interface">TiledMapServiceLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html" class="tsd-signature-type tsd-kind-interface">VectorTileLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_WebTileLayerJson.WebTileLayerJson.html" class="tsd-signature-type tsd-kind-interface">WebTileLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_WFSLayerJson.WFSLayerJson.html" class="tsd-signature-type tsd-kind-interface">WFSLayerJson</a><br/><span> </span><span class="tsd-signature-symbol">| </span><a href="../interfaces/json_WMSLayerJson.WMSLayerJson.html" class="tsd-signature-type tsd-kind-interface">WMSLayerJson</a></div><div class="tsd-comment tsd-typography"><p>An operational layer in a web map/scene.</p>
|
|
2
2
|
</div><div class="tsd-comment tsd-typography"></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>version | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/version.html">version</a></li><li><a href="version.version.html">version</a></li></ul><h1>Variable version<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">version</span><span class="tsd-signature-symbol"> = "49.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>version | @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 defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></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"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@vertigis/arcgis-extensions</a></li><li><a href="../modules/version.html">version</a></li><li><a href="version.version.html">version</a></li></ul><h1>Variable version<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">version</span><span class="tsd-signature-symbol"> = "49.8.0"</span></div><div class="tsd-comment tsd-typography"><p>The current version of the Geocortex ArcGIS Extensions API.</p>
|
|
2
2
|
</div><div class="tsd-comment tsd-typography"></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@vertigis/arcgis-extensions</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer></footer><div class="overlay"></div></body></html>
|