@vertigis/arcgis-extensions 53.9.0 → 53.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/data/convert.d.ts +22 -0
  2. package/data/convert.js +1 -1
  3. package/data/support/_lpkxConverter.d.ts +12 -0
  4. package/data/support/_lpkxConverter.js +1 -0
  5. package/data/support/lpkxInterfaces.d.ts +359 -0
  6. package/data/support/lpkxInterfaces.js +1 -0
  7. package/docs/html/assets/navigation.js +1 -1
  8. package/docs/html/assets/search.js +1 -1
  9. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +1 -1
  10. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +51 -50
  11. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +1 -1
  12. package/docs/html/functions/data_convert.lpkxToLayerExtensions.html +5 -0
  13. package/docs/html/functions/data_support__lpkxConverter.createLpkxLayer.html +7 -0
  14. package/docs/html/hierarchy.html +1 -1
  15. package/docs/html/interfaces/data__Relationship.RelationshipProperties.html +1 -1
  16. package/docs/html/interfaces/data_convert.LpkxToLayerExtensionsOptions.html +6 -0
  17. package/docs/html/interfaces/data_support_lpkxInterfaces.CIMFillLike.html +4 -0
  18. package/docs/html/interfaces/data_support_lpkxInterfaces.ColorObject.html +6 -0
  19. package/docs/html/interfaces/data_support_lpkxInterfaces.GPValue.html +4 -0
  20. package/docs/html/interfaces/data_support_lpkxInterfaces.GeoProcessedLpkxData.html +12 -0
  21. package/docs/html/interfaces/data_support_lpkxInterfaces.LpkxCimColorObject.html +4 -0
  22. package/docs/html/interfaces/data_support_lpkxInterfaces.LpkxCimLabelClass.html +12 -0
  23. package/docs/html/interfaces/data_support_lpkxInterfaces.LpkxCimRenderer.html +10 -0
  24. package/docs/html/interfaces/data_support_lpkxInterfaces.LpkxCimRendererClass.html +8 -0
  25. package/docs/html/interfaces/data_support_lpkxInterfaces.LpkxCimRendererGroup.html +4 -0
  26. package/docs/html/interfaces/data_support_lpkxInterfaces.LpkxCimSymbolReference.html +4 -0
  27. package/docs/html/interfaces/data_support_lpkxInterfaces.LyrxLayerDefinition.html +12 -0
  28. package/docs/html/interfaces/data_support_lpkxInterfaces.LyrxResult.html +4 -0
  29. package/docs/html/interfaces/tasks_query_ArcGISRelationship.ArcGISRelationshipProperties.html +24 -23
  30. package/docs/html/interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html +1 -1
  31. package/docs/html/modules/data_convert.html +2 -0
  32. package/docs/html/modules/data_support__lpkxConverter.html +2 -0
  33. package/docs/html/modules/data_support_lpkxInterfaces.html +37 -0
  34. package/docs/html/modules.html +2 -0
  35. package/docs/html/types/data_support_lpkxInterfaces.CIMLineSymbolLike.html +2 -0
  36. package/docs/html/types/data_support_lpkxInterfaces.CIMPointSymbolLike.html +2 -0
  37. package/docs/html/types/data_support_lpkxInterfaces.CIMPolygonSymbolLike.html +2 -0
  38. package/docs/html/types/data_support_lpkxInterfaces.CIMSolidFillLike.html +2 -0
  39. package/docs/html/types/data_support_lpkxInterfaces.CIMSolidStrokeLike.html +2 -0
  40. package/docs/html/types/data_support_lpkxInterfaces.CIMSymbolPropsWithType.html +2 -0
  41. package/docs/html/types/data_support_lpkxInterfaces.CIMTextSymbolBase.html +2 -0
  42. package/docs/html/types/data_support_lpkxInterfaces.ColorArray.html +2 -0
  43. package/docs/html/types/data_support_lpkxInterfaces.ColorInput.html +2 -0
  44. package/docs/html/types/data_support_lpkxInterfaces.ColorValues.html +2 -0
  45. package/docs/html/types/data_support_lpkxInterfaces.EsriSupportedSymbol.html +2 -0
  46. package/docs/html/types/data_support_lpkxInterfaces.EsriSupportedSymbolProps.html +2 -0
  47. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimColor.html +2 -0
  48. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimColorValues.html +2 -0
  49. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimPolygonSymbol.html +3 -0
  50. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimSolidFill.html +2 -0
  51. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimSolidStroke.html +2 -0
  52. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimSymbol.html +2 -0
  53. package/docs/html/types/data_support_lpkxInterfaces.LpkxCimTextSymbol.html +9 -0
  54. package/docs/html/types/data_support_lpkxInterfaces.PictureMarkerSymbolPropsWithType.html +2 -0
  55. package/docs/html/types/data_support_lpkxInterfaces.SimpleFillSymbolPropsWithType.html +2 -0
  56. package/docs/html/types/data_support_lpkxInterfaces.SimpleLineSymbolPropsWithType.html +2 -0
  57. package/docs/html/types/data_support_lpkxInterfaces.SimpleMarkerSymbolPropsWithType.html +2 -0
  58. package/docs/html/types/data_support_lpkxInterfaces.TextSymbolPropsWithType.html +2 -0
  59. package/docs/html/variables/version.version.html +1 -1
  60. package/package.json +1 -1
  61. package/support/_ArcGISRelationshipCollection.js +1 -1
  62. package/tasks/query/ArcGISRelationship.d.ts +75 -12
  63. package/tasks/query/ArcGISRelationship.js +1 -1
  64. package/version.d.ts +1 -1
  65. package/version.js +1 -1
@@ -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>QueryBasedRelationship | @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/tasks_query_QueryBasedRelationship.html">tasks/query/QueryBasedRelationship</a></li><li><a href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html">QueryBasedRelationship</a></li></ul><h1>Class QueryBasedRelationship&lt;TProperties&gt;</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A <a href="../modules/data__Relationship.Relationship.html" class="tsd-kind-namespace">data/_Relationship!Relationship</a> that works by querying the related
2
2
  source for features.</p>
3
- </div><div class="tsd-comment tsd-typography"></div></section> <section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="TProperties" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">TProperties</span><span class="tsd-signature-keyword"> extends </span><a href="../interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">QueryBasedRelationshipProperties</a> = <a href="../interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">QueryBasedRelationshipProperties</a></span></li></ul></section> <section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#tasks/query/QueryBasedRelationship.QueryBasedRelationship">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="data_RelationshipBase.RelationshipBase.html" class="tsd-signature-type tsd-kind-class">RelationshipBase</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#constructor.new_QueryBasedRelationship.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">QueryBasedRelationship</span><ul class="tsd-hierarchy"><li><a href="tasks_query_ArcGISRelationship.ArcGISRelationship.html" class="tsd-signature-type tsd-kind-class">ArcGISRelationship</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">Constructors</h3><div class="tsd-index-list"><a href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
3
+ </div><div class="tsd-comment tsd-typography"></div></section> <section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="TProperties" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">TProperties</span><span class="tsd-signature-keyword"> extends </span><a href="../interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">QueryBasedRelationshipProperties</a> = <a href="../interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html" class="tsd-signature-type tsd-kind-interface">QueryBasedRelationshipProperties</a></span></li></ul></section> <section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#tasks/query/QueryBasedRelationship.QueryBasedRelationship">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="data_RelationshipBase.RelationshipBase.html" class="tsd-signature-type tsd-kind-class">RelationshipBase</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#constructor.new_QueryBasedRelationship.TProperties-1">TProperties</a><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">QueryBasedRelationship</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">Constructors</h3><div class="tsd-index-list"><a href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
4
4
  </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#_handles" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_handles</span></a>
5
5
  <a href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#_id" class="tsd-index-link tsd-is-protected 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>
6
6
  <a href="tasks_query_QueryBasedRelationship.QueryBasedRelationship.html#_itemType" class="tsd-index-link tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_item<wbr/>Type</span></a>
@@ -0,0 +1,5 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>lpkxToLayerExtensions | @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/data_convert.html">data/convert</a></li><li><a href="data_convert.lpkxToLayerExtensions.html">lpkxToLayerExtensions</a></li></ul><h1>Function lpkxToLayerExtensions</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="lpkxToLayerExtensions" class="tsd-anchor"></a><span class="tsd-kind-call-signature">lpkx<wbr/>To<wbr/>Layer<wbr/>Extensions</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">lpkxBlob</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type tsd-kind-class">LayerExtension</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#lpkxToLayerExtensions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Converts a Blob that represents LPKX data to an array of layer extensions.</p>
2
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">lpkxBlob</span>: <span class="tsd-signature-type">Blob</span></span><div class="tsd-comment tsd-typography"><p>The Blob containing LPKX data to convert.</p>
3
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/data_convert.LpkxToLayerExtensionsOptions.html" class="tsd-signature-type tsd-kind-interface">LpkxToLayerExtensionsOptions</a></span><div class="tsd-comment tsd-typography"><p>The options for converting the LPKX file.</p>
4
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/mapping__LayerExtension.LayerExtension.html" class="tsd-signature-type tsd-kind-class">LayerExtension</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><p>A promise that resolves to an array of <code>LayerExtension</code> objects.</p>
5
+ <div class="tsd-comment tsd-typography"></div></li></ul></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,7 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>createLpkxLayer | @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/data_support__lpkxConverter.html">data/support/_lpkxConverter</a></li><li><a href="data_support__lpkxConverter.createLpkxLayer.html">createLpkxLayer</a></li></ul><h1>Function createLpkxLayer</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="createLpkxLayer" class="tsd-anchor"></a><span class="tsd-kind-call-signature">create<wbr/>Lpkx<wbr/>Layer</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">geoProcessedLpkxData</span>, <span class="tsd-kind-parameter">lpkxBlob</span>, <span class="tsd-kind-parameter">displayServiceUrl</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">MapImageLayer</span><a href="#createLpkxLayer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-comment tsd-typography"><p>Opens a feature layer from the geoprocessed LPKX data.</p>
2
+ </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">geoProcessedLpkxData</span>: <a href="../interfaces/data_support_lpkxInterfaces.GeoProcessedLpkxData.html" class="tsd-signature-type tsd-kind-interface">GeoProcessedLpkxData</a></span><div class="tsd-comment tsd-typography"><p>The data resulting from the LPKX geoprocessing
3
+ task.</p>
4
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">lpkxBlob</span>: <span class="tsd-signature-type">Blob</span></span><div class="tsd-comment tsd-typography"><p>The original LPKX file blob.</p>
5
+ </div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">displayServiceUrl</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The URL of the Display Service.</p>
6
+ </div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">MapImageLayer</span></h4><p>A MapImageLayer containing the LPKX data.</p>
7
+ <div class="tsd-comment tsd-typography"></div></li></ul></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>