@vertigis/arcgis-extensions 48.3.5 → 48.4.1
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 +29 -21
- package/data/FeatureSettings.js +1 -1
- package/data/FeatureSourceBase.js +1 -1
- package/data/Schema.js +1 -1
- 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_WMSLayerExtension.WMSLayerExtension.html +4 -4
- package/docs/html/classes/tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html +1 -1
- package/docs/html/classes/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html +62 -0
- package/docs/html/classes/utilities_ObservableSet.ObservableSet.html +1 -1
- package/docs/html/classes/utilities_ObservableWeakSet.ObservableWeakSet.html +1 -1
- package/docs/html/classes/utilities_log.ConsoleLogger.html +7 -7
- package/docs/html/classes/utilities_log.LoggerBase.html +7 -7
- package/docs/html/functions/utilities__gml.esriToGml.html +2 -2
- package/docs/html/functions/utilities__layers.getEquivalencyTypeForLayers.html +1 -0
- package/docs/html/functions/utilities__layers.getLayerUrl.html +2 -2
- package/docs/html/functions/utilities_geometry.buffer.html +5 -5
- package/docs/html/functions/utilities_geometry.esriToGml.html +2 -2
- package/docs/html/functions/utilities_iterable.find.html +2 -2
- package/docs/html/functions/utilities_iterable.first.html +2 -2
- package/docs/html/functions/utilities_mapping.getMapSpatialReference.html +2 -2
- package/docs/html/functions/utilities_object.deepSearchAndTransform.html +6 -4
- package/docs/html/functions/utilities_object.deepSearchAndTransformAsync.html +6 -4
- package/docs/html/functions/utilities_object.getPropertyDescriptor.html +2 -2
- package/docs/html/functions/utilities_object.isEmpty.html +1 -1
- package/docs/html/functions/utilities_object.map.html +1 -1
- package/docs/html/functions/utilities_object.toJSON.html +1 -1
- package/docs/html/functions/utilities_portal.getPortalItemHtmlUrl.html +2 -2
- package/docs/html/functions/utilities_portal.toPortalItem.html +4 -1
- package/docs/html/functions/utilities_set.find.html +2 -2
- package/docs/html/hierarchy.html +1 -1
- package/docs/html/interfaces/data_FieldExtension.FieldProperties.html +4 -2
- package/docs/html/interfaces/json_AnnotationLayerJson.AnnotationLayerJson.html +2 -2
- package/docs/html/interfaces/json_BasemapLayerJson.BasemapLayerJsonBase.html +2 -2
- package/docs/html/interfaces/json_BingLayerJson.BingLayerJson.html +2 -2
- package/docs/html/interfaces/json_BuildingSceneLayerJson.BuildingSceneLayerJson.html +2 -2
- package/docs/html/interfaces/json_CSVLayerJson.CSVLayerJson.html +2 -2
- package/docs/html/interfaces/json_FeatureLayerJson.FeatureLayerJson.html +5 -3
- package/docs/html/interfaces/json_FeatureSetJson.FeatureSetJson.html +4 -2
- package/docs/html/interfaces/json_FieldJson.FieldJson.html +4 -2
- package/docs/html/interfaces/json_GeoJSONLayerJson.GeoJSONLayerJson.html +2 -2
- package/docs/html/interfaces/json_GeoRSSLayerJson.GeoRSSLayerJson.html +2 -2
- package/docs/html/interfaces/json_GroupLayerJson.GroupLayerJson.html +2 -2
- package/docs/html/interfaces/json_ImageServiceLayerJson.ImageServiceLayerJson.html +2 -2
- package/docs/html/interfaces/json_ImageServiceVectorLayerJson.ImageServiceVectorLayerJson.html +2 -2
- package/docs/html/interfaces/json_IntegratedMeshLayerJson.IntegratedMeshLayerJson.html +2 -2
- package/docs/html/interfaces/json_ItemJson.ItemJson.html +5 -2
- package/docs/html/interfaces/json_KMLLayerJson.KMLLayerJson.html +2 -2
- package/docs/html/interfaces/json_LayerDefinitionJson.LayerDefinitionJson.html +2 -2
- package/docs/html/interfaces/json_LayerJson.LayerJsonBase.html +2 -2
- package/docs/html/interfaces/json_MapServiceLayerJson.MapServiceLayerJson.html +2 -2
- package/docs/html/interfaces/json_OpenStreetMapLayerJson.OpenStreetMapLayerJson.html +2 -2
- package/docs/html/interfaces/json_OperationalLayerJson.OperationalLayerJsonBase.html +2 -2
- package/docs/html/interfaces/json_PointCloudLayerJson.PointCloudLayerJson.html +2 -2
- package/docs/html/interfaces/json_RasterDataElevationLayerJson.RasterDataElevationLayerJson.html +2 -2
- package/docs/html/interfaces/json_SceneLayerJson.SceneLayerJson.html +2 -2
- package/docs/html/interfaces/json_StreamLayerJson.StreamLayerJson.html +6 -4
- package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeGroupLayerJson.html +10 -5
- package/docs/html/interfaces/json_SubtypeGroupLayerJson.SubtypeSubtypeGroupLayerJson.html +10 -5
- package/docs/html/interfaces/json_SubtypeSublayerJson.SubtypeSublayerJson.html +9 -6
- package/docs/html/interfaces/json_SymbolJson.TextSymbolJson.html +2 -2
- package/docs/html/interfaces/json_TiledElevationServiceLayerJson.TiledElevationServiceLayerJson.html +2 -2
- package/docs/html/interfaces/json_TiledImageServiceLayerJson.TiledImageServiceLayerJson.html +2 -2
- package/docs/html/interfaces/json_TiledMapServiceLayerJson.TiledMapServiceLayerJson.html +2 -2
- package/docs/html/interfaces/json_VectorTileLayerJson.VectorTileLayerJson.html +2 -2
- package/docs/html/interfaces/json_WFSLayerJson.WFSLayerJson.html +2 -2
- package/docs/html/interfaces/json_WMSLayerJson.WMSLayerJson.html +2 -2
- package/docs/html/interfaces/json_WebTileLayerJson.TileInfoJson.html +2 -2
- package/docs/html/interfaces/json_WebTileLayerJson.WebTileLayerJson.html +2 -2
- package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +2 -2
- package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +6 -4
- package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +6 -4
- package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +3 -3
- package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +2 -2
- package/docs/html/interfaces/utilities_format_FormatSettings.FormatSettings.html +1 -1
- package/docs/html/interfaces/utilities_log.LogMessageOptions.html +30 -0
- package/docs/html/interfaces/utilities_log.LogMessageResourceOptions.html +33 -0
- package/docs/html/interfaces/utilities_log.Logger.html +8 -8
- package/docs/html/modules/support_esri.html +1 -0
- package/docs/html/modules/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.html +2 -0
- package/docs/html/modules/tasks_identify_defaultProviders.html +2 -1
- package/docs/html/modules/utilities_log.html +3 -1
- package/docs/html/modules.html +1 -0
- package/docs/html/types/support_esri.RequestResponse.html +1 -0
- package/docs/html/types/utilities_log.LogOptions.html +2 -0
- package/docs/html/variables/version.version.html +1 -1
- package/json/AnnotationLayerJson.d.ts +7 -7
- package/json/BasemapJson.d.ts +4 -4
- package/json/BasemapJson.js +1 -1
- package/json/BasemapLayerJson.d.ts +1 -1
- package/json/BingLayerJson.d.ts +1 -1
- package/json/BuildingSceneLayerJson.d.ts +18 -18
- package/json/BuildingSceneSublayerJson.d.ts +8 -8
- package/json/CSVLayerJson.d.ts +12 -12
- package/json/DefinitionEditorJson.d.ts +9 -9
- package/json/DrawingInfoJson.d.ts +29 -29
- package/json/EnvironmentJson.d.ts +19 -19
- package/json/FeatureCollectionJson.d.ts +1 -1
- package/json/FeatureJson.d.ts +4 -4
- package/json/FeatureJson.js +1 -1
- package/json/FeatureLayerJson.d.ts +20 -16
- package/json/FeatureLayerJson.js +1 -1
- package/json/FeatureSetJson.d.ts +5 -0
- package/json/FieldJson.d.ts +11 -7
- package/json/FormInfoJson.d.ts +48 -48
- package/json/GeoJSONLayerJson.d.ts +6 -6
- package/json/GeoRSSLayerJson.d.ts +4 -4
- package/json/GeometryJson.d.ts +12 -12
- package/json/GroundJson.d.ts +4 -4
- package/json/GroupLayerJson.d.ts +3 -3
- package/json/ImageServiceLayerJson.d.ts +20 -20
- package/json/ImageServiceVectorLayerJson.d.ts +6 -6
- package/json/IntegratedMeshLayerJson.d.ts +2 -2
- package/json/ItemJson.d.ts +51 -46
- package/json/KMLLayerJson.d.ts +3 -3
- package/json/LayerDefinitionJson.d.ts +102 -102
- package/json/LayerJson.d.ts +21 -21
- package/json/LayerJson.js +1 -1
- package/json/MapServiceLayerJson.d.ts +6 -6
- package/json/MosaicRuleJson.d.ts +14 -14
- package/json/OpenStreetMapLayerJson.d.ts +1 -1
- package/json/OperationalLayerJson.d.ts +2 -2
- package/json/PointCloudLayerJson.d.ts +4 -4
- package/json/PopupInfoJson.d.ts +47 -47
- package/json/RasterDataElevationLayerJson.d.ts +1 -1
- package/json/RendererJson.d.ts +113 -113
- package/json/SceneLayerJson.d.ts +7 -7
- package/json/SpatialReferenceJson.d.ts +5 -5
- package/json/SublayerJson.d.ts +17 -17
- package/json/SublayerJson.js +1 -1
- package/json/SubtypeGroupLayerJson.d.ts +14 -5
- package/json/SubtypeSublayerJson.d.ts +13 -8
- package/json/SymbolJson.d.ts +122 -122
- package/json/TableJson.d.ts +10 -10
- package/json/TableJson.js +1 -1
- package/json/TemplateJson.d.ts +4 -4
- package/json/TiledElevationServiceLayerJson.d.ts +3 -3
- package/json/TiledImageServiceLayerJson.d.ts +3 -3
- package/json/TiledMapServiceLayerJson.d.ts +12 -12
- package/json/TypeJson.d.ts +4 -4
- package/json/VectorTileLayerJson.d.ts +4 -4
- package/json/ViewpointJson.d.ts +6 -6
- package/json/WFSLayerJson.d.ts +16 -16
- package/json/WMSLayerJson.d.ts +16 -16
- package/json/WMSSublayerJson.d.ts +5 -5
- package/json/WebMapJson.d.ts +134 -133
- package/json/WebMapJson.js +1 -1
- package/json/WebSceneJson.d.ts +6 -6
- package/json/WebTileLayerJson.d.ts +26 -26
- package/mapping/ImageryLayerExtension.js +1 -1
- package/mapping/MapExtension.js +1 -1
- package/mapping/WMSLayerExtension.d.ts +1 -0
- package/mapping/WMSLayerExtension.js +1 -1
- package/mapping/support/ogc.js +1 -1
- package/package.json +1 -1
- package/support/esri.d.ts +1 -0
- package/tasks/identify/IdentifyService.js +1 -1
- package/tasks/identify/WMSLayerFeatureInfoIdentifyProvider.d.ts +38 -0
- package/tasks/identify/WMSLayerFeatureInfoIdentifyProvider.js +1 -0
- package/tasks/identify/defaultProviders.d.ts +1 -0
- package/tasks/identify/defaultProviders.js +1 -1
- package/utilities/ObservableSet.d.ts +1 -1
- package/utilities/ObservableSet.js +1 -1
- package/utilities/ObservableWeakSet.d.ts +1 -1
- package/utilities/ObservableWeakSet.js +1 -1
- package/utilities/_gml.d.ts +1 -1
- package/utilities/_gml.js +1 -1
- package/utilities/_layers.d.ts +5 -3
- package/utilities/_layers.js +1 -1
- package/utilities/_wkt.js +1 -1
- package/utilities/array.js +1 -1
- package/utilities/asyncIterable.js +1 -1
- package/utilities/checkArg.js +1 -1
- package/utilities/esri.js +1 -1
- package/utilities/format/date.d.ts +8 -8
- package/utilities/format/date.js +1 -1
- package/utilities/format/number.d.ts +9 -9
- package/utilities/format/number.js +1 -1
- package/utilities/format/string.d.ts +12 -12
- package/utilities/format/string.js +1 -1
- package/utilities/geometry.d.ts +4 -3
- package/utilities/geometry.js +1 -1
- package/utilities/iterable.d.ts +2 -2
- package/utilities/log.d.ts +26 -7
- package/utilities/log.js +1 -1
- package/utilities/mapping.d.ts +1 -1
- package/utilities/mapping.js +1 -1
- package/utilities/object.d.ts +10 -6
- package/utilities/object.js +1 -1
- package/utilities/portal.d.ts +4 -1
- package/utilities/portal.js +1 -1
- package/utilities/query.js +1 -1
- package/utilities/set.d.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/docs/html/interfaces/utilities_log.LogOptions.html +0 -33
|
@@ -23,5 +23,6 @@
|
|
|
23
23
|
<a href="tasks_identify_defaultProviders.html#SubtypeSublayerQueryIdentifyProvider" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Subtype<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a>
|
|
24
24
|
<a href="tasks_identify_defaultProviders.html#WFSLayerClientSideIdentifyProvider" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WFSLayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a>
|
|
25
25
|
<a href="tasks_identify_defaultProviders.html#WFSLayerQueryIdentifyProvider" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WFSLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a>
|
|
26
|
+
<a href="tasks_identify_defaultProviders.html#WMSLayerFeatureInfoIdentifyProvider" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WMSLayer<wbr/>Feature<wbr/>Info<wbr/>Identify<wbr/>Provider</span></a>
|
|
26
27
|
<a href="tasks_identify_defaultProviders.html#WMSSublayerIdentifyProvider" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WMSSublayer<wbr/>Identify<wbr/>Provider</span></a>
|
|
27
|
-
</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-References"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> References</h2></summary><section><section class="tsd-panel tsd-member"><a id="ArcGISSublayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ArcGISSublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#ArcGISSublayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html">ArcGISSublayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="BuildingComponentSublayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#BuildingComponentSublayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.BuildingComponentSublayerClientSideIdentifyProvider.html">BuildingComponentSublayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="BuildingComponentSublayerHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#BuildingComponentSublayerHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.BuildingComponentSublayerHitTestIdentifyProvider.html">BuildingComponentSublayerHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="CSVLayer3DHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CSVLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#CSVLayer3DHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_CSVLayer3DHitTestIdentifyProvider.CSVLayer3DHitTestIdentifyProvider.html">CSVLayer3DHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="CSVLayerClientSideQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#CSVLayerClientSideQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html">CSVLayerClientSideQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="FeatureLayer3DHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Feature<wbr/>Layer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#FeatureLayer3DHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html">FeatureLayer3DHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="FeatureLayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Feature<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#FeatureLayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html">FeatureLayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="FeatureLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Feature<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#FeatureLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html">FeatureLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GeoJSONLayer3DHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GeoJSONLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#GeoJSONLayer3DHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html">GeoJSONLayer3DHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GeoJSONLayerClientSideQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GeoJSONLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#GeoJSONLayerClientSideQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GeoJSONLayerClientSideQueryIdentifyProvider.GeoJSONLayerClientSideQueryIdentifyProvider.html">GeoJSONLayerClientSideQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GeoRSSLayerIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GeoRSSLayer<wbr/>Identify<wbr/>Provider</span><a href="#GeoRSSLayerIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html">GeoRSSLayerIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GraphicsLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Graphics<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#GraphicsLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html">GraphicsLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="ImageryLayerIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Imagery<wbr/>Layer<wbr/>Identify<wbr/>Provider</span><a href="#ImageryLayerIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html">ImageryLayerIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="KMLLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>KMLLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#KMLLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html">KMLLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="MapNotesSublayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Map<wbr/>Notes<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#MapNotesSublayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_MapNotesSublayerQueryIdentifyProvider.MapNotesSublayerQueryIdentifyProvider.html">MapNotesSublayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="PointCloudLayerHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Point<wbr/>Cloud<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#PointCloudLayerHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_PointCloudLayerHitTestIdentifyProvider.PointCloudLayerHitTestIdentifyProvider.html">PointCloudLayerHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="RouteLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Route<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#RouteLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_RouteLayerQueryIdentifyProvider.RouteLayerQueryIdentifyProvider.html">RouteLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SceneLayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#SceneLayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SceneLayerClientSideIdentifyProvider.SceneLayerClientSideIdentifyProvider.html">SceneLayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SceneLayerHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Scene<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#SceneLayerHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SceneLayerHitTestIdentifyProvider.SceneLayerHitTestIdentifyProvider.html">SceneLayerHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SceneLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Scene<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#SceneLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html">SceneLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="StreamLayerClientSideQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#StreamLayerClientSideQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.StreamLayerClientSideQueryIdentifyProvider.html">StreamLayerClientSideQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SubtypeSublayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Subtype<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#SubtypeSublayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SubtypeSublayerClientSideIdentifyProvider.SubtypeSublayerClientSideIdentifyProvider.html">SubtypeSublayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SubtypeSublayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Subtype<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#SubtypeSublayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html">SubtypeSublayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WFSLayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WFSLayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#WFSLayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WFSLayerClientSideIdentifyProvider.WFSLayerClientSideIdentifyProvider.html">WFSLayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WFSLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WFSLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#WFSLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WFSLayerQueryIdentifyProvider.WFSLayerQueryIdentifyProvider.html">WFSLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WMSSublayerIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WMSSublayer<wbr/>Identify<wbr/>Provider</span><a href="#WMSSublayerIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html">WMSSublayerIdentifyProvider</a></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-References"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>References</summary><div><a href="#ArcGISSublayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>ArcGISSublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#BuildingComponentSublayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#BuildingComponentSublayerHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#CSVLayer3DHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>CSVLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#CSVLayerClientSideQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#FeatureLayer3DHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Feature<wbr/>Layer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#FeatureLayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Feature<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#FeatureLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Feature<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#GeoJSONLayer3DHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>GeoJSONLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#GeoJSONLayerClientSideQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>GeoJSONLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#GeoRSSLayerIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>GeoRSSLayer<wbr/>Identify<wbr/>Provider</span></a><a href="#GraphicsLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Graphics<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#ImageryLayerIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Imagery<wbr/>Layer<wbr/>Identify<wbr/>Provider</span></a><a href="#KMLLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>KMLLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#MapNotesSublayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Map<wbr/>Notes<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#PointCloudLayerHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Point<wbr/>Cloud<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#RouteLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Route<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#SceneLayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#SceneLayerHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Scene<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#SceneLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Scene<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#StreamLayerClientSideQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#SubtypeSublayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Subtype<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#SubtypeSublayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Subtype<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#WFSLayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WFSLayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#WFSLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WFSLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#WMSSublayerIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WMSSublayer<wbr/>Identify<wbr/>Provider</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>
|
|
28
|
+
</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-References"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> References</h2></summary><section><section class="tsd-panel tsd-member"><a id="ArcGISSublayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ArcGISSublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#ArcGISSublayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html">ArcGISSublayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="BuildingComponentSublayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#BuildingComponentSublayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.BuildingComponentSublayerClientSideIdentifyProvider.html">BuildingComponentSublayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="BuildingComponentSublayerHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#BuildingComponentSublayerHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.BuildingComponentSublayerHitTestIdentifyProvider.html">BuildingComponentSublayerHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="CSVLayer3DHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CSVLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#CSVLayer3DHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_CSVLayer3DHitTestIdentifyProvider.CSVLayer3DHitTestIdentifyProvider.html">CSVLayer3DHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="CSVLayerClientSideQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#CSVLayerClientSideQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html">CSVLayerClientSideQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="FeatureLayer3DHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Feature<wbr/>Layer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#FeatureLayer3DHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html">FeatureLayer3DHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="FeatureLayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Feature<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#FeatureLayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html">FeatureLayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="FeatureLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Feature<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#FeatureLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html">FeatureLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GeoJSONLayer3DHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GeoJSONLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#GeoJSONLayer3DHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GeoJSONLayer3DHitTestIdentifyProvider.GeoJSONLayer3DHitTestIdentifyProvider.html">GeoJSONLayer3DHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GeoJSONLayerClientSideQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GeoJSONLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#GeoJSONLayerClientSideQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GeoJSONLayerClientSideQueryIdentifyProvider.GeoJSONLayerClientSideQueryIdentifyProvider.html">GeoJSONLayerClientSideQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GeoRSSLayerIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GeoRSSLayer<wbr/>Identify<wbr/>Provider</span><a href="#GeoRSSLayerIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html">GeoRSSLayerIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="GraphicsLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Graphics<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#GraphicsLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html">GraphicsLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="ImageryLayerIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Imagery<wbr/>Layer<wbr/>Identify<wbr/>Provider</span><a href="#ImageryLayerIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html">ImageryLayerIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="KMLLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>KMLLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#KMLLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html">KMLLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="MapNotesSublayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Map<wbr/>Notes<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#MapNotesSublayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_MapNotesSublayerQueryIdentifyProvider.MapNotesSublayerQueryIdentifyProvider.html">MapNotesSublayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="PointCloudLayerHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Point<wbr/>Cloud<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#PointCloudLayerHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_PointCloudLayerHitTestIdentifyProvider.PointCloudLayerHitTestIdentifyProvider.html">PointCloudLayerHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="RouteLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Route<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#RouteLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_RouteLayerQueryIdentifyProvider.RouteLayerQueryIdentifyProvider.html">RouteLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SceneLayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#SceneLayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SceneLayerClientSideIdentifyProvider.SceneLayerClientSideIdentifyProvider.html">SceneLayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SceneLayerHitTestIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Scene<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span><a href="#SceneLayerHitTestIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SceneLayerHitTestIdentifyProvider.SceneLayerHitTestIdentifyProvider.html">SceneLayerHitTestIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SceneLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Scene<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#SceneLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html">SceneLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="StreamLayerClientSideQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#StreamLayerClientSideQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.StreamLayerClientSideQueryIdentifyProvider.html">StreamLayerClientSideQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SubtypeSublayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Subtype<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#SubtypeSublayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SubtypeSublayerClientSideIdentifyProvider.SubtypeSublayerClientSideIdentifyProvider.html">SubtypeSublayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="SubtypeSublayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Subtype<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#SubtypeSublayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html">SubtypeSublayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WFSLayerClientSideIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WFSLayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span><a href="#WFSLayerClientSideIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WFSLayerClientSideIdentifyProvider.WFSLayerClientSideIdentifyProvider.html">WFSLayerClientSideIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WFSLayerQueryIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WFSLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span><a href="#WFSLayerQueryIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WFSLayerQueryIdentifyProvider.WFSLayerQueryIdentifyProvider.html">WFSLayerQueryIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WMSLayerFeatureInfoIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WMSLayer<wbr/>Feature<wbr/>Info<wbr/>Identify<wbr/>Provider</span><a href="#WMSLayerFeatureInfoIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.WMSLayerFeatureInfoIdentifyProvider.html">WMSLayerFeatureInfoIdentifyProvider</a></section><section class="tsd-panel tsd-member"><a id="WMSSublayerIdentifyProvider" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WMSSublayer<wbr/>Identify<wbr/>Provider</span><a href="#WMSSublayerIdentifyProvider" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>Re-exports <a href="../classes/tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html">WMSSublayerIdentifyProvider</a></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-References"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>References</summary><div><a href="#ArcGISSublayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>ArcGISSublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#BuildingComponentSublayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#BuildingComponentSublayerHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Building<wbr/>Component<wbr/>Sublayer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#CSVLayer3DHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>CSVLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#CSVLayerClientSideQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>CSVLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#FeatureLayer3DHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Feature<wbr/>Layer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#FeatureLayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Feature<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#FeatureLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Feature<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#GeoJSONLayer3DHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>GeoJSONLayer3DHit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#GeoJSONLayerClientSideQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>GeoJSONLayer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#GeoRSSLayerIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>GeoRSSLayer<wbr/>Identify<wbr/>Provider</span></a><a href="#GraphicsLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Graphics<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#ImageryLayerIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Imagery<wbr/>Layer<wbr/>Identify<wbr/>Provider</span></a><a href="#KMLLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>KMLLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#MapNotesSublayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Map<wbr/>Notes<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#PointCloudLayerHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Point<wbr/>Cloud<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#RouteLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Route<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#SceneLayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Scene<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#SceneLayerHitTestIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Scene<wbr/>Layer<wbr/>Hit<wbr/>Test<wbr/>Identify<wbr/>Provider</span></a><a href="#SceneLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Scene<wbr/>Layer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#StreamLayerClientSideQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Stream<wbr/>Layer<wbr/>Client<wbr/>Side<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#SubtypeSublayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Subtype<wbr/>Sublayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#SubtypeSublayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>Subtype<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#WFSLayerClientSideIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WFSLayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a><a href="#WFSLayerQueryIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WFSLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a><a href="#WMSLayerFeatureInfoIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WMSLayer<wbr/>Feature<wbr/>Info<wbr/>Identify<wbr/>Provider</span></a><a href="#WMSSublayerIdentifyProvider" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-4194304"></use></svg><span>WMSSublayer<wbr/>Identify<wbr/>Provider</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>
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
<a href="../classes/utilities_log.LogManager.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>Log<wbr/>Manager</span></a>
|
|
5
5
|
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Interfaces</h3><div class="tsd-index-list"><a href="../interfaces/utilities_log.LogEntry.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>Log<wbr/>Entry</span></a>
|
|
6
6
|
<a href="../interfaces/utilities_log.Logger.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>Logger</span></a>
|
|
7
|
-
<a href="../interfaces/utilities_log.
|
|
7
|
+
<a href="../interfaces/utilities_log.LogMessageOptions.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>Log<wbr/>Message<wbr/>Options</span></a>
|
|
8
|
+
<a href="../interfaces/utilities_log.LogMessageResourceOptions.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>Log<wbr/>Message<wbr/>Resource<wbr/>Options</span></a>
|
|
8
9
|
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Type Aliases</h3><div class="tsd-index-list"><a href="../types/utilities_log.LoggerFactory.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Logger<wbr/>Factory</span></a>
|
|
10
|
+
<a href="../types/utilities_log.LogOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Log<wbr/>Options</span></a>
|
|
9
11
|
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Functions</h3><div class="tsd-index-list"><a href="../functions/utilities_log.getLogger.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>get<wbr/>Logger</span></a>
|
|
10
12
|
<a href="../functions/utilities_log.reset.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>reset</span></a>
|
|
11
13
|
<a href="../functions/utilities_log.setLoggerFactory.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>set<wbr/>Logger<wbr/>Factory</span></a>
|
package/docs/html/modules.html
CHANGED
|
@@ -230,6 +230,7 @@
|
|
|
230
230
|
<a href="modules/tasks_identify_SubtypeSublayerQueryIdentifyProvider.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>tasks/identify/<wbr/>Subtype<wbr/>Sublayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a>
|
|
231
231
|
<a href="modules/tasks_identify_WFSLayerClientSideIdentifyProvider.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>tasks/identify/WFSLayer<wbr/>Client<wbr/>Side<wbr/>Identify<wbr/>Provider</span></a>
|
|
232
232
|
<a href="modules/tasks_identify_WFSLayerQueryIdentifyProvider.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>tasks/identify/WFSLayer<wbr/>Query<wbr/>Identify<wbr/>Provider</span></a>
|
|
233
|
+
<a href="modules/tasks_identify_WMSLayerFeatureInfoIdentifyProvider.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>tasks/identify/WMSLayer<wbr/>Feature<wbr/>Info<wbr/>Identify<wbr/>Provider</span></a>
|
|
233
234
|
<a href="modules/tasks_identify_WMSSublayerIdentifyProvider.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>tasks/identify/WMSSublayer<wbr/>Identify<wbr/>Provider</span></a>
|
|
234
235
|
<a href="modules/tasks_query_ArcGISRelationship.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>tasks/query/<wbr/>ArcGISRelationship</span></a>
|
|
235
236
|
<a href="modules/tasks_query_ArcGISServiceTableQueryProvider.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>tasks/query/<wbr/>ArcGISService<wbr/>Table<wbr/>Query<wbr/>Provider</span></a>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RequestResponse | @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/support_esri.html">support/esri</a></li><li><a href="support_esri.RequestResponse.html">RequestResponse</a></li></ul><h1>Type Alias RequestResponse</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Request<wbr/>Response</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__esri.RequestResponse</span></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>
|
|
@@ -0,0 +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>LogOptions | @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/utilities_log.html">utilities/log</a></li><li><a href="utilities_log.LogOptions.html">LogOptions</a></li></ul><h1>Type Alias LogOptions</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Log<wbr/>Options</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/utilities_log.LogMessageOptions.html" class="tsd-signature-type tsd-kind-interface">LogMessageOptions</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/utilities_log.LogMessageResourceOptions.html" class="tsd-signature-type tsd-kind-interface">LogMessageResourceOptions</a></div><div class="tsd-comment tsd-typography"><p>Options supported by <a href="../interfaces/utilities_log.Logger.html" class="tsd-kind-interface">Logger</a>.</p>
|
|
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"> = "48.
|
|
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"> = "48.4.1"</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>
|
|
@@ -15,36 +15,36 @@ export interface AnnotationLayerJson extends OperationalLayerJsonBase {
|
|
|
15
15
|
* A sequence of custom parameters appended to the URL of all requests
|
|
16
16
|
* related to supporting ArcGIS layer types.
|
|
17
17
|
*/
|
|
18
|
-
customParameters?: Record<string, unknown
|
|
18
|
+
customParameters?: Record<string, unknown> | null;
|
|
19
19
|
/**
|
|
20
20
|
* Indicates whether to allow a client to ignore popups defined by the
|
|
21
21
|
* service item.
|
|
22
22
|
*/
|
|
23
|
-
disablePopup?: boolean;
|
|
23
|
+
disablePopup?: boolean | null;
|
|
24
24
|
/**
|
|
25
25
|
* Indicates whether a client can add, remove or update features in the
|
|
26
26
|
* layer.
|
|
27
27
|
*/
|
|
28
|
-
enableEditing?: boolean;
|
|
28
|
+
enableEditing?: boolean | null;
|
|
29
29
|
/**
|
|
30
30
|
* A layerDefinition object defining the attribute schema and drawing
|
|
31
31
|
* information for the layer.
|
|
32
32
|
*/
|
|
33
|
-
layerDefinition?: LayerDefinitionJson;
|
|
33
|
+
layerDefinition?: LayerDefinitionJson | null;
|
|
34
34
|
/**
|
|
35
35
|
* A PopupInfo object defining the content of pop-up windows when you click
|
|
36
36
|
* or query a feature.
|
|
37
37
|
*/
|
|
38
|
-
popupInfo?: PopupInfoJson;
|
|
38
|
+
popupInfo?: PopupInfoJson | null;
|
|
39
39
|
/**
|
|
40
40
|
* The URL to the layer.If the layer is not from a web service but rather a
|
|
41
41
|
* feature collection, than the url property is omitted.
|
|
42
42
|
*/
|
|
43
|
-
url?: string;
|
|
43
|
+
url?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
* An array of sublayer ids that should appear visible. These ids refer to
|
|
46
46
|
* subsets of the Annotation features in the AnnotationLayer, identified by
|
|
47
47
|
* their AnnotationClassId.
|
|
48
48
|
*/
|
|
49
|
-
visibleLayers?: number[];
|
|
49
|
+
visibleLayers?: number[] | null;
|
|
50
50
|
}
|
package/json/BasemapJson.d.ts
CHANGED
|
@@ -15,24 +15,24 @@ export interface BasemapJson {
|
|
|
15
15
|
* An array of BasemapLayer objects defining the basemaps used in the web
|
|
16
16
|
* map/web scene.
|
|
17
17
|
*/
|
|
18
|
-
baseMapLayers?: BasemapLayerJson[];
|
|
18
|
+
baseMapLayers?: BasemapLayerJson[] | null;
|
|
19
19
|
/**
|
|
20
20
|
* Deprecated, use ground.layers instead. An array of elevationLayer objects
|
|
21
21
|
* defining the basemaps used in the web scene.
|
|
22
22
|
*/
|
|
23
|
-
elevationLayers?: ElevationLayerJson[];
|
|
23
|
+
elevationLayers?: ElevationLayerJson[] | null;
|
|
24
24
|
/**
|
|
25
25
|
* An identifier used to refer to the basemap when referencing it elsewhere.
|
|
26
26
|
*
|
|
27
27
|
* NOTE: Only available in web scenes!
|
|
28
28
|
*/
|
|
29
|
-
id?: string;
|
|
29
|
+
id?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
* String title for the basemap that can be used in a table of contents. If
|
|
32
32
|
* not defined, then it takes the title of the first baseMapLayer in the
|
|
33
33
|
* array.
|
|
34
34
|
*/
|
|
35
|
-
title?: string;
|
|
35
|
+
title?: string | null;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* Creates an ArcGIS JS API Basemap from the given basemap JSON.
|
package/json/BasemapJson.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"@arcgis/core/Basemap";import{createStandardBasemap as e,getStandardBasemapId as a}from"../utilities/basemaps.js";import{applyJsonToLayers as i}from"./LayerJson.js";export async function jsonToBasemap(i){const r=a(i);if(r){const t=await e(r);return t.id=i.id??t.id,t.title=i.title??t.title,t}return t.fromJSON(i)}export async function applyJsonToBasemap(t,e){e.loaded||await e.load(),t.hasOwnProperty("title")&&null!=t.title&&(e.title=t.title);const a=[],r=[];t.baseMapLayers?.forEach((t=>{t.path||(t.isReference?r:a).push(t)})),(a.length||r.length)&&(await i(a,e.baseLayers),await i(r,e.referenceLayers))}
|
|
@@ -21,7 +21,7 @@ export interface BasemapLayerJsonBase extends LayerJsonBase {
|
|
|
21
21
|
* whether or not the baseMapLayer draws on top (true) of other layers,
|
|
22
22
|
* including operationalLayers , or below (false).
|
|
23
23
|
*/
|
|
24
|
-
isReference?: boolean;
|
|
24
|
+
isReference?: boolean | null;
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* A base map layer in a web map/scene.
|
package/json/BingLayerJson.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export interface BingLayerJson extends BasemapLayerJsonBase {
|
|
|
21
21
|
* Optional string containing the item ID of the service if it's registered
|
|
22
22
|
* on ArcGIS Online or your organization's portal.
|
|
23
23
|
*/
|
|
24
|
-
itemId?: string;
|
|
24
|
+
itemId?: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* The type of layer.
|
|
27
27
|
*/
|
|
@@ -10,21 +10,21 @@ export interface BuildingSceneLayerJson extends OperationalLayerJsonBase {
|
|
|
10
10
|
/**
|
|
11
11
|
* Specifies the id of the currently active filter.
|
|
12
12
|
*/
|
|
13
|
-
activeFilterId?: string;
|
|
13
|
+
activeFilterId?: string | null;
|
|
14
14
|
/**
|
|
15
15
|
* A list of filters available for this layer. Overrides filters defined on
|
|
16
16
|
* the service.
|
|
17
17
|
*/
|
|
18
|
-
filters?: FilterJson[];
|
|
18
|
+
filters?: FilterJson[] | null;
|
|
19
19
|
/**
|
|
20
20
|
* Optional string containing the item ID of the service if it's registered
|
|
21
21
|
* on ArcGIS Online or your organization's portal.
|
|
22
22
|
*/
|
|
23
|
-
itemId?: string;
|
|
23
|
+
itemId?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
* Additional properties that can define an elevation offset for the layer.
|
|
26
26
|
*/
|
|
27
|
-
layerDefinition?: LayerDefinitionJson;
|
|
27
|
+
layerDefinition?: LayerDefinitionJson | null;
|
|
28
28
|
/**
|
|
29
29
|
* The type of layer.
|
|
30
30
|
*/
|
|
@@ -32,12 +32,12 @@ export interface BuildingSceneLayerJson extends OperationalLayerJsonBase {
|
|
|
32
32
|
/**
|
|
33
33
|
* The URL to the service.
|
|
34
34
|
*/
|
|
35
|
-
url?: string;
|
|
35
|
+
url?: string | null;
|
|
36
36
|
/**
|
|
37
37
|
* An array of objects specifying overrides for building scene layer
|
|
38
38
|
* sublayers.
|
|
39
39
|
*/
|
|
40
|
-
sublayers?: BuildingSceneSublayerJson[];
|
|
40
|
+
sublayers?: BuildingSceneSublayerJson[] | null;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* Filter allows client applications to reduce the drawn elements of a building
|
|
@@ -48,11 +48,11 @@ export interface FilterJson {
|
|
|
48
48
|
/**
|
|
49
49
|
* Description of the filter.
|
|
50
50
|
*/
|
|
51
|
-
description?: string;
|
|
51
|
+
description?: string | null;
|
|
52
52
|
/**
|
|
53
53
|
* Metadata about the authoring process for this filter.
|
|
54
54
|
*/
|
|
55
|
-
filterAuthoringInfo?: FilterAuthoringInfoCheckboxJson;
|
|
55
|
+
filterAuthoringInfo?: FilterAuthoringInfoCheckboxJson | null;
|
|
56
56
|
/**
|
|
57
57
|
* Array of filter blocks defining the filter. A filter contains at least
|
|
58
58
|
* one filter block.
|
|
@@ -62,11 +62,11 @@ export interface FilterJson {
|
|
|
62
62
|
* Unique filter id (uuid). Either a new id to extend the list of filters,
|
|
63
63
|
* or an existing id to override properties of an existing filter.
|
|
64
64
|
*/
|
|
65
|
-
id?: string;
|
|
65
|
+
id?: string | null;
|
|
66
66
|
/**
|
|
67
67
|
* Name of the filter.
|
|
68
68
|
*/
|
|
69
|
-
name?: string;
|
|
69
|
+
name?: string | null;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Client UI with checkbox representation for each filter type and filter value.
|
|
@@ -79,7 +79,7 @@ export interface FilterAuthoringInfoCheckboxJson {
|
|
|
79
79
|
/**
|
|
80
80
|
* Array of filter block authoring infos.
|
|
81
81
|
*/
|
|
82
|
-
filterBlocks?: AuthoringInfoFilterBlockJson[];
|
|
82
|
+
filterBlocks?: AuthoringInfoFilterBlockJson[] | null;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* A filter block defines what elements will be filtered with a specific filter
|
|
@@ -92,16 +92,16 @@ export interface FilterBlockJson {
|
|
|
92
92
|
/**
|
|
93
93
|
* SQL expression to select features that belong to this filter block.
|
|
94
94
|
*/
|
|
95
|
-
filterExpression?: string;
|
|
95
|
+
filterExpression?: string | null;
|
|
96
96
|
/**
|
|
97
97
|
* Filter mode defines how features are drawn. For example, the filter mode
|
|
98
98
|
* of a filter can be solid or wire frame.
|
|
99
99
|
*/
|
|
100
|
-
filterMode?: FilterModeJson;
|
|
100
|
+
filterMode?: FilterModeJson | null;
|
|
101
101
|
/**
|
|
102
102
|
* Title of the filter block.
|
|
103
103
|
*/
|
|
104
|
-
title?: string;
|
|
104
|
+
title?: string | null;
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Filter mode represents the way elements draw when participating in a filter
|
|
@@ -132,7 +132,7 @@ export interface FilterModeWireFrameJson {
|
|
|
132
132
|
* A size in points by which to extend edges beyond their original end
|
|
133
133
|
* points.
|
|
134
134
|
*/
|
|
135
|
-
edges?: EdgesJson;
|
|
135
|
+
edges?: EdgesJson | null;
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* The filter authoring info object contains metadata about the authoring
|
|
@@ -146,7 +146,7 @@ export interface AuthoringInfoFilterBlockJson {
|
|
|
146
146
|
* Array of defined filter types. Each filter type has an array of filter
|
|
147
147
|
* values.
|
|
148
148
|
*/
|
|
149
|
-
filterTypes?: AuthoringInfoFilterTypeJson[];
|
|
149
|
+
filterTypes?: AuthoringInfoFilterTypeJson[] | null;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* The file authoring information for a filter, including the filter type and
|
|
@@ -156,10 +156,10 @@ export interface AuthoringInfoFilterTypeJson {
|
|
|
156
156
|
/**
|
|
157
157
|
* Represents the filter type name. Name is a unique identifier.
|
|
158
158
|
*/
|
|
159
|
-
filterType?: string;
|
|
159
|
+
filterType?: string | null;
|
|
160
160
|
/**
|
|
161
161
|
* Array of filter values. Filter values are the attributes that can be
|
|
162
162
|
* stored for individual fields in a layer.
|
|
163
163
|
*/
|
|
164
|
-
filterValues?: string[];
|
|
164
|
+
filterValues?: string[] | null;
|
|
165
165
|
}
|
|
@@ -8,41 +8,41 @@ export interface BuildingSceneSublayerJson {
|
|
|
8
8
|
/**
|
|
9
9
|
* Allows a client to ignore popups defined by the service item.
|
|
10
10
|
*/
|
|
11
|
-
disablePopup?: boolean;
|
|
11
|
+
disablePopup?: boolean | null;
|
|
12
12
|
/**
|
|
13
13
|
* Identifies the sublayer inside the building scene layer.
|
|
14
14
|
*/
|
|
15
|
-
id?: number;
|
|
15
|
+
id?: number | null;
|
|
16
16
|
/**
|
|
17
17
|
* Additional properties that can define drawing information and a
|
|
18
18
|
* definition expression for the sublayer. See layerDefinition properties
|
|
19
19
|
* table.
|
|
20
20
|
*/
|
|
21
|
-
layerDefinition?: LayerDefinitionJson;
|
|
21
|
+
layerDefinition?: LayerDefinitionJson | null;
|
|
22
22
|
/**
|
|
23
23
|
* To show or hide the sublayer in the layer list. If property is present,
|
|
24
24
|
* must be one of the following values: show, hide.
|
|
25
25
|
*/
|
|
26
|
-
listMode?: ListMode;
|
|
26
|
+
listMode?: ListMode | null;
|
|
27
27
|
/**
|
|
28
28
|
* The degree of transparency applied to the sublayer on the client side,
|
|
29
29
|
* where 0 is full transparency and 1 is no transparency. This is multiplied
|
|
30
30
|
* with the opacity of the containing layers.
|
|
31
31
|
*/
|
|
32
|
-
opacity?: number;
|
|
32
|
+
opacity?: number | null;
|
|
33
33
|
/**
|
|
34
34
|
* A popupInfo object defining the content of pop-up windows when you click
|
|
35
35
|
* or query a feature.
|
|
36
36
|
*/
|
|
37
|
-
popupInfo?: PopupInfoJson;
|
|
37
|
+
popupInfo?: PopupInfoJson | null;
|
|
38
38
|
/**
|
|
39
39
|
* A user-friendly string title for the sublayer that can be used in a table
|
|
40
40
|
* of contents.
|
|
41
41
|
*/
|
|
42
|
-
title?: string;
|
|
42
|
+
title?: string | null;
|
|
43
43
|
/**
|
|
44
44
|
* Boolean property determining whether the sublayer is initially visible in
|
|
45
45
|
* the web scene.
|
|
46
46
|
*/
|
|
47
|
-
visibility?: boolean;
|
|
47
|
+
visibility?: boolean | null;
|
|
48
48
|
}
|