dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core Assembly

Namespaces

dymaptic.GeoBlazor.Core Namespace

Classes  
_Imports  
DependencyExtension Static extension class for injecting GeoBlazor types
GeoBlazorSettings Configuration Settings Object, can be populated from JSON (e.g., appsettings.json) or environment variables.
JsModuleManager Static class for managing the JavaScript modules used by GeoBlazor.
Enums  
BlazorMode Identifies whether the application is running in Server, WebAssembly, or MAUI Hybrid

dymaptic.GeoBlazor.Core.Attributes Namespace

Classes  
AncestorPropertyReferenceAttribute Identifies a property that references a parent or other ancestor component. Used to skip serialization and setter/getter logic.
ArcGISMethodAttribute Attribute to mark a method as an ArcGIS method.
ArcGISPropertyAttribute Attribute to mark a property as an ArcGIS property.
RequiredPropertyAttribute Add this attribute to any property on any subclass of MapComponent, and if the user forgets to set that property, this will throw a MissingRequiredChildElementException or MissingRequiredOptionsChildElementException. This works for both `[Parameter]` properties as well as Child Components registered with `RegisterChildComponent`

dymaptic.GeoBlazor.Core.Components Namespace

Classes  
Abilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Abilities.html”>GeoBlazor Docs</a> This object defines specific abilities for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Feature.html”>Feature</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>Popup</a> widgets. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Feature-FeatureViewModel.html#Abilities”>ArcGIS Maps SDK for JavaScript</a>
ActionBase Actions are customizable behavior which can be executed in certain widgets such as <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>Popups</a>, a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html”>BasemapLayerList</a>, or a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html”>LayerList</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-support-actions-ActionBase.html”>ArcGIS Maps SDK for JavaScript</a>
ActionButton A customizable button that performs a specific action(s) used in widgets such as the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>Popup</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html”>LayerList</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html”>BasemapLayerList</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-support-actions-ActionButton.html”>ArcGIS Maps SDK for JavaScript</a>
ActionToggle A customizable toggle used in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html”>LayerList</a> widget that performs a specific action(s) which can be toggled on/off. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-support-actions-ActionToggle.html”>ArcGIS Maps SDK for JavaScript</a>
ActiveLayerInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ActiveLayerInfo.html”>GeoBlazor Docs</a> ActiveLayerInfo is added to or removed from the collection of activeLayerInfos as layers become visible or invisible in the view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html”>ArcGIS Maps SDK for JavaScript</a>
AggregateField <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AggregateField.html”>GeoBlazor Docs</a> Defines the aggregate fields used in a layer visualized with <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionBinning.html”>FeatureReductionBinning</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionCluster.html”>FeatureReductionCluster</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-AggregateField.html”>ArcGIS Maps SDK for JavaScript</a>
AlgorithmicColorRamp <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AlgorithmicColorRamp.html”>GeoBlazor Docs</a> Creates a color ramp for use in a raster renderer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AlgorithmicColorRamp.html”>ArcGIS Maps SDK for JavaScript</a>
ApplicationProperties <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ApplicationProperties.html”>GeoBlazor Docs</a> Represents configuration of application and UI elements of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html”>WebMap</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webmap-ApplicationProperties.html”>ArcGIS Maps SDK for JavaScript</a>
ArcGISImageServiceCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ArcGISImageServiceCapabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
ArcGISImageServiceCapabilitiesMensuration <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ArcGISImageServiceCapabilitiesMensuration.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/rest/services-reference/enterprise/measure.htm”>mensuration operations</a> supported by the ImageryLayer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
ArcGISImageServiceCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ArcGISImageServiceCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations supported by the ImageryLayer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
AreaMeasurement2DViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AreaMeasurement2DViewModel.html”>GeoBlazor Docs</a> The view from which the widget will operate. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement2D-AreaMeasurement2DViewModel.html#view”>ArcGIS Maps SDK for JavaScript</a>
AreaMeasurement2DViewModelMeasurement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AreaMeasurement2DViewModelMeasurement.html”>GeoBlazor Docs</a> The area and perimeter of the measurement polygon in square meters and meters respectively. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement2D-AreaMeasurement2DViewModel.html#measurement”>ArcGIS Maps SDK for JavaScript</a>
AreaMeasurement2DViewModelMeasurementLabel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AreaMeasurement2DViewModelMeasurementLabel.html”>GeoBlazor Docs</a> This property returns the locale specific representation of the area and perimeter. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement2D-AreaMeasurement2DViewModel.html#measurementLabel”>ArcGIS Maps SDK for JavaScript</a>
AttachmentsCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AttachmentsCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes the configurable attachments operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attachments-AttachmentsViewModel.html#AttachmentsCapabilities”>ArcGIS Maps SDK for JavaScript</a>
AttachmentsOrderByInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AttachmentsOrderByInfo.html”>GeoBlazor Docs</a> The `AttachmentsOrderByInfo` class indicates the attachment field display order for the attachments configured in <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-AttachmentsContent.html”>AttachmentsContent</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-AttachmentsOrderByInfo.html”>ArcGIS Maps SDK for JavaScript</a>
AttachmentsVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AttachmentsVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attachments.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
AuthoringInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AuthoringInfo.html”>GeoBlazor Docs</a> Authoring information related to generating renderers and visual variables with the Smart Mapping methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfo.html”>ArcGIS Maps SDK for JavaScript</a>
AuthoringInfoField <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AuthoringInfoField.html”>GeoBlazor Docs</a> A numeric field used for generating a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-relationship.html”>relationship renderer</a> along with <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfo.html#field2”>field2</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfo.html#field1”>ArcGIS Maps SDK for JavaScript</a>
AuthoringInfoField1ClassBreakInfos <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AuthoringInfoField1ClassBreakInfos.html”>GeoBlazor Docs</a> Describes the class breaks generated for this field. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfo.html#field1”>ArcGIS Maps SDK for JavaScript</a>
AuthoringInfoStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AuthoringInfoStatistics.html”>GeoBlazor Docs</a> Only for renderers of type `univariate-color-size` with an `above-and-below` <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfo.html#univariateTheme”>univariateTheme</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfo.html#statistics”>ArcGIS Maps SDK for JavaScript</a>
AuthoringInfoVisualVariable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.AuthoringInfoVisualVariable.html”>GeoBlazor Docs</a> Contains authoring properties of visual variables generated from one of the Smart Mapping methods or sliders. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-AuthoringInfoVisualVariable.html”>ArcGIS Maps SDK for JavaScript</a>
Background <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Background.html”>GeoBlazor Docs</a> The background of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a> that lies behind the sky, atmosphere and stars. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-background-Background.html”>ArcGIS Maps SDK for JavaScript</a>
BarChartMediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BarChartMediaInfo.html”>GeoBlazor Docs</a> A `BarChartMediaInfo` is a type of chart media element that represents a bar chart displayed within a popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-BarChartMediaInfo.html”>ArcGIS Maps SDK for JavaScript</a>
BarcodeScannerInput The BarcodeScannerInput class defines the desired user interface for a barcode or QR code scanner. This input type will default to the TextBoxInput type as the API does not currently support bar code scanning. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-BarcodeScannerInput.html”>ArcGIS Maps SDK for JavaScript</a>
Basemap <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Basemap.html”>GeoBlazor Docs</a> A basemap is a collection of layers that provide geographic context to a map or scene with data such as topographic features, road networks, buildings, and labels. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapGalleryItem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapGalleryItem.html”>GeoBlazor Docs</a> The BasemapGalleryItem class represents one of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#items”>items</a> in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html”>BasemapGallery</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-BasemapGalleryItem.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapGalleryViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapGalleryViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html”>BasemapGallery widget</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-gallery/”>component</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapLayerListViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapLayerListViewModel.html”>GeoBlazor Docs</a> Provides logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html”>BasemapLayerList</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList-BasemapLayerListViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapLayerListWidgetVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapLayerListWidgetVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
BasemapStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapStyle.html”>GeoBlazor Docs</a> The style of the basemap from the <a target=”_blank” href=”https://developers.arcgis.com/rest/basemap-styles/”>basemap styles service (v2)</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-support-BasemapStyle.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapToggleViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapToggleViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-toggle/”>Basemap Toggle</a> component and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapToggle.html”>BasemapToggle</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapToggle-BasemapToggleViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapToggleVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BasemapToggleVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapToggle.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
Bookmark <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Bookmark.html”>GeoBlazor Docs</a> A bookmark is a saved map extent that allows end users to quickly navigate to a particular area of interest using the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks.html”>Bookmarks</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webmap-Bookmark.html”>ArcGIS Maps SDK for JavaScript</a>
BookmarkOptionsScreenshotSettings <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BookmarkOptionsScreenshotSettings.html”>GeoBlazor Docs</a> An object that specifies the settings of the screenshot that will be used to create the bookmark’s <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webmap-Bookmark.html#thumbnail”>thumbnail</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks-BookmarksViewModel.html#BookmarkOptions”>ArcGIS Maps SDK for JavaScript</a>
BookmarkOptionsScreenshotSettingsArea <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BookmarkOptionsScreenshotSettingsArea.html”>GeoBlazor Docs</a> Used to take a screenshot of a subregion of the view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks-BookmarksViewModel.html#BookmarkOptions”>ArcGIS Maps SDK for JavaScript</a>
BookmarksCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BookmarksCapabilities.html”>GeoBlazor Docs</a> Specifies the abilities for the Bookmarks widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks-BookmarksViewModel.html#BookmarksCapabilities”>ArcGIS Maps SDK for JavaScript</a>
BookmarksViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BookmarksViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks.html”>Bookmarks</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks-BookmarksViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
BookmarksVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.BookmarksVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
Camera <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Camera.html”>GeoBlazor Docs</a> The camera defines the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Camera.html#position”>position</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Camera.html#tilt”>tilt</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Camera.html#heading”>heading</a> of the point from which the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView’s</a> visible extent is observed. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Camera.html”>ArcGIS Maps SDK for JavaScript</a>
CameraLayout <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CameraLayout.html”>GeoBlazor Docs</a> The camera layout defines the position of the current view in a distributed larger view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-CameraLayout.html”>ArcGIS Maps SDK for JavaScript</a>
Capabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Capabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesAnalytics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesAnalytics.html”>GeoBlazor Docs</a> Describes what analytics capabilities are enabled on the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesAttachment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesAttachment.html”>GeoBlazor Docs</a> Describes what attachment capabilities are enabled on the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesData.html”>GeoBlazor Docs</a> Describes characteristics of the data in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesEditing <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesEditing.html”>GeoBlazor Docs</a> Describes editing capabilities that can be performed on the features in the layer via <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits”>applyEdits()</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesMetadata <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesMetadata.html”>GeoBlazor Docs</a> Describes the metadata contained on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesQueryAttributeBins <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBins.html”>GeoBlazor Docs</a>
CapabilitiesQueryAttributeBinsSupportedNormalizationTypes <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedNormalizationTypes.html”>GeoBlazor Docs</a>
CapabilitiesQueryAttributeBinsSupportedStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryAttributeBinsSupportedStatistics.html”>GeoBlazor Docs</a>
CapabilitiesQueryRelated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryRelated.html”>GeoBlazor Docs</a> Indicates if the layer’s query operation supports querying features or records related to features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesQueryTopFeatures <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CapabilitiesQueryTopFeatures.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TopFeaturesQuery.html”>top features query</a> operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
ChartMediaInfoValue <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ChartMediaInfoValue.html”>GeoBlazor Docs</a> The `ChartMediaInfoValue` class contains information for popups regarding how charts should be constructed. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-support-ChartMediaInfoValue.html”>ArcGIS Maps SDK for JavaScript</a>
ChartMediaInfoValueSeries <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ChartMediaInfoValueSeries.html”>GeoBlazor Docs</a> The `ChartMediaInfoValueSeries` class is a read-only support class that represents information specific to how data should be plotted in a chart. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-support-ChartMediaInfoValueSeries.html”>ArcGIS Maps SDK for JavaScript</a>
Circle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Circle.html”>GeoBlazor Docs</a> A circle is a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html”>Polygon</a> created by specifying a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html#center”>center point</a> and a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html#radius”>radius</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html”>ArcGIS Maps SDK for JavaScript</a>
CloudyWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CloudyWeather.html”>GeoBlazor Docs</a> The CloudyWeather class allows you to change the weather conditions in the scene to cloudy weather. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-CloudyWeather.html”>ArcGIS Maps SDK for JavaScript</a>
ClusterTitle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ClusterTitle.html”>GeoBlazor Docs</a> Describes the schema of the ClusterTitle element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#ClusterTitle”>ArcGIS Maps SDK for JavaScript</a>
CodedValue<T> The coded value in a domain. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-CodedValueDomain.html#CodedValue”>ArcGIS Maps SDK for JavaScript</a>
CodedValueDomain<T> Information about the coded values belonging to the domain. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-CodedValueDomain.html”>ArcGIS Maps SDK for JavaScript</a>
ColorRamp <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ColorRamp.html”>GeoBlazor Docs</a> A ColorRamp object is used to specify a range of colors that are applied to a group of symbols or pixels. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ColorRamp.html”>ArcGIS Maps SDK for JavaScript</a>
ColorRampElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ColorRampElement.html”>GeoBlazor Docs</a> Describes the schema of the ColorRampElement used as a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#legendElement”>legendElement</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#ColorRampElement”>ArcGIS Maps SDK for JavaScript</a>
ColorRampStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ColorRampStop.html”>GeoBlazor Docs</a> Describes the schema of the ColorRampStop element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#ColorRampStop”>ArcGIS Maps SDK for JavaScript</a>
ColorStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ColorStop.html”>GeoBlazor Docs</a> Defines a color stop used for creating a continuous color visualization in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html#stops”>color visual variable</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-support-ColorStop.html”>ArcGIS Maps SDK for JavaScript</a>
ColorVariable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ColorVariable.html”>GeoBlazor Docs</a> The color visual variable is used to visualize features along a continuous color ramp based on the values of a numeric attribute <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html#field”>field</a> or an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html#valueExpression”>expression</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html”>ArcGIS Maps SDK for JavaScript</a>
ColumnChartMediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ColumnChartMediaInfo.html”>GeoBlazor Docs</a> A `ColumnChartMediaInfo` is a type of chart media element that represents a column chart displayed within a popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-ColumnChartMediaInfo.html”>ArcGIS Maps SDK for JavaScript</a>
ComboBoxInput The ComboBoxInput class defines the desired user interface for a combo box group. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-ComboBoxInput.html”>ArcGIS Maps SDK for JavaScript</a>
CompassViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CompassViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass.html”>Compass</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass-CompassViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
Constraints Specifies constraints to scale, zoom, and rotation that may be applied to the MapView. The constraints.lods should be set in the MapView constructor, if the map does not have a basemap or when the basemap does not have tileInfo. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#constraints”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerElevationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CSVLayerElevationInfo.html”>GeoBlazor Docs</a> Specifies how features are placed on the vertical axis (z). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerElevationInfoFeatureExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CSVLayerElevationInfoFeatureExpressionInfo.html”>GeoBlazor Docs</a> Defines how to override a feature’s Z-value based on its attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.CSVLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html”>CSVLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
CustomOverlay A container for placing custom html or Razor Components on top of the Map View.
DateTimePickerInput The DateTimePickerInput class defines the desired user interface for editing date fields in a form. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-DateTimePickerInput.html”>ArcGIS Maps SDK for JavaScript</a>
DimensionalDefinition <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.DimensionalDefinition.html”>GeoBlazor Docs</a> A dimensional definition defines a filter based on one variable and one dimension. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-DimensionalDefinition.html”>ArcGIS Maps SDK for JavaScript</a>
DisplayFilterInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.DisplayFilterInfo.html”>GeoBlazor Docs</a> Display filters are associated with a given layer and control which features are visible on the map. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-DisplayFilterInfo.html”>ArcGIS Maps SDK for JavaScript</a>
DistanceMeasurement2DViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.DistanceMeasurement2DViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DistanceMeasurement2D.html”>DistanceMeasurement2D</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DistanceMeasurement2D-DistanceMeasurement2DViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
DistanceMeasurement2DViewModelMeasurement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.DistanceMeasurement2DViewModelMeasurement.html”>GeoBlazor Docs</a> The length and geometry of the measurement polyline in meters. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DistanceMeasurement2D-DistanceMeasurement2DViewModel.html#measurement”>ArcGIS Maps SDK for JavaScript</a>
Domain Domains define constraints on a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html”>layer</a><a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Field.html”>field</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Domain.html”>ArcGIS Maps SDK for JavaScript</a>
DotDensityTitle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.DotDensityTitle.html”>GeoBlazor Docs</a> Describes the schema of the DotDensityTitle element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#DotDensityTitle”>ArcGIS Maps SDK for JavaScript</a>
DynamicDataLayer A dynamic data layer is a layer created on-the-fly with data stored in a registered workspace. This is data that can be rendered and queried on the fly, but that isn’t explicitly exposed as a service sublayer. Depending on the type of data source, these layers are classified as one of the following. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#DynamicDataLayer”>ArcGIS Maps SDK for JavaScript</a>
DynamicDataLayerFields Controls field visibility in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#DynamicDataLayer”>ArcGIS Maps SDK for JavaScript</a>
DynamicDataSource Abstract base class for data sources in a dynamic data layer.
DynamicLayer Abstract base class for DynamicMapLayer and DynamicDataLayer.
DynamicMapLayer A dynamic map layer refers to a layer published in a map service that has dynamic layers enabled. This layer type may be used to create multiple sublayers that point to the same service layer, but are assigned different definition expressions, renderers, and other properties. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#DynamicMapLayer”>ArcGIS Maps SDK for JavaScript</a>
ElementExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ElementExpressionInfo.html”>GeoBlazor Docs</a> Defines an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/arcade/”>Arcade</a> expression used to create an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-ExpressionContent.html”>ExpressionContent</a> element in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-ElementExpressionInfo.html”>ArcGIS Maps SDK for JavaScript</a>
Environment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Environment.html”>GeoBlazor Docs</a> Represents settings that affect the environment in which the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html”>WebScene</a> is displayed (such as lighting). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Environment.html”>ArcGIS Maps SDK for JavaScript</a>
ExpandViewModel Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Expand.html”>Expand</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Expand-ExpandViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureEffect <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeatureEffect.html”>GeoBlazor Docs</a> FeatureEffect allows you to emphasize or deemphasize features that satisfy a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureEffect.html#filter”>filter</a> in 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureEffect.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeatureFilter.html”>GeoBlazor Docs</a> This class defines parameters for setting a client-side filter on a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#featureEffect”>featureEffect</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#filter”>layer view</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureFilter.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureLayerBaseElevationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo.html”>GeoBlazor Docs</a> Specifies how features are placed on the vertical axis (z). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
FeatureLayerBaseElevationInfoFeatureExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfoFeatureExpressionInfo.html”>GeoBlazor Docs</a> Defines how to override a feature’s Z-value based on its attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-FeatureLayerBase.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
FeatureLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeatureLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureSnappingLayerSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeatureSnappingLayerSource.html”>GeoBlazor Docs</a> The FeatureSnappingLayerSource specifies which layers will be utilized for snapping in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-snapping-SnappingOptions.html”>SnappingOptions</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-snapping-FeatureSnappingLayerSource.html”>ArcGIS Maps SDK for JavaScript</a>
FeaturesViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeaturesViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html”>Features</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
FeaturesViewModelFetchFeaturesScreenPoint  
FeaturesViewModelScreenPoint <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FeaturesViewModelScreenPoint.html”>GeoBlazor Docs</a> An object representing a point on the screen. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#ScreenPoint”>ArcGIS Maps SDK for JavaScript</a>
Field <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Field.html”>GeoBlazor Docs</a> Information about each field in a layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Field.html”>ArcGIS Maps SDK for JavaScript</a>
FieldInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FieldInfo.html”>GeoBlazor Docs</a> The `FieldInfo` class defines how a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Field.html”>Field</a> participates, or in some cases, does not participate, in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-FieldInfo.html”>ArcGIS Maps SDK for JavaScript</a>
FieldInfoFormat <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FieldInfoFormat.html”>GeoBlazor Docs</a> The `FieldInfoFormat` class is used with numerical or date fields to provide more detail about how the value should be displayed in a popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-FieldInfoFormat.html”>ArcGIS Maps SDK for JavaScript</a>
FoggyWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.FoggyWeather.html”>GeoBlazor Docs</a> The FoggyWeather class allows you to change the weather conditions in the scene to foggy weather. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-FoggyWeather.html”>ArcGIS Maps SDK for JavaScript</a>
FormInput Abstract base class for Input fields in a form element.
GeoJSONLayerElevationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GeoJSONLayerElevationInfo.html”>GeoBlazor Docs</a> Specifies how features are placed on the vertical axis (z). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerElevationInfoFeatureExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GeoJSONLayerElevationInfoFeatureExpressionInfo.html”>GeoBlazor Docs</a> Defines how to override a feature’s Z-value based on its attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GeoJSONLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html”>GeoJSONLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
GeolocationOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GeolocationOptions.html”>GeoBlazor Docs</a> An object used for setting optional position parameters. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-GeolocationPositioning.html#geolocationOptions”>ArcGIS Maps SDK for JavaScript</a>
GeometryEngine A client-side geometry engine for testing, measuring, and analyzing the spatial relationship between two or more 2D geometries. If more than one geometry is required for any of the methods below, all geometries must have the same spatial reference for the methods to work as expected. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html”>ArcGIS Maps SDK for JavaScript</a>
GeoRSSLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GeoRSSLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoRSSLayer.html”>GeoRSSLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoRSSLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
Graphic <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Graphic.html”>GeoBlazor Docs</a> A Graphic is a vector representation of real world geographic phenomena. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>ArcGIS Maps SDK for JavaScript</a>
GraphicsLayerElevationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GraphicsLayerElevationInfo.html”>GeoBlazor Docs</a> Specifies how graphics are placed on the vertical axis (z). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
GraphicsLayerElevationInfoFeatureExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GraphicsLayerElevationInfoFeatureExpressionInfo.html”>GeoBlazor Docs</a> Defines how to override a feature’s Z-value based on its attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
GraphicsLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GraphicsLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html”>GraphicsLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
GroundNavigationConstraint <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.GroundNavigationConstraint.html”>GeoBlazor Docs</a> Specifies the user navigation constraints relative to the ground surface. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#navigationConstraint”>ArcGIS Maps SDK for JavaScript</a>
HeatmapRampElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.HeatmapRampElement.html”>GeoBlazor Docs</a> Describes the schema of the HeatmapRampElement used as a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#legendElement”>legendElement</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#HeatmapRampElement”>ArcGIS Maps SDK for JavaScript</a>
HeatmapRampStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.HeatmapRampStop.html”>GeoBlazor Docs</a> Describes the schema of the HeatmapRampStop element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#HeatmapRampStop”>ArcGIS Maps SDK for JavaScript</a>
HighlightOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.HighlightOptions.html”>GeoBlazor Docs</a> HighlightOptions are used to customize the appearance of highlights applied to features. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html”>ArcGIS Maps SDK for JavaScript</a>
HomeViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.HomeViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-home/”>Home</a> component and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Home.html”>Home</a> widget that animates the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html”>View</a> to its initial <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Viewpoint.html”>Viewpoint</a> or a previously defined <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Home-HomeViewModel.html#viewpoint”>viewpoint</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Home-HomeViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
ImageMediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ImageMediaInfo.html”>GeoBlazor Docs</a> An `ImageMediaInfo` is a type of media element that represents images to display within a popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-ImageMediaInfo.html”>ArcGIS Maps SDK for JavaScript</a>
ImageMediaInfoValue <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ImageMediaInfoValue.html”>GeoBlazor Docs</a> The `ImageMediaInfoValue` class contains information for popups regarding how images should be retrieved. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-support-ImageMediaInfoValue.html”>ArcGIS Maps SDK for JavaScript</a>
ImageryLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ImageryLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html”>ImageryLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ImageryLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
InheritedDomain This is a subclass of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Domain.html”>Domain</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-InheritedDomain.html”>ArcGIS Maps SDK for JavaScript</a>
InitialViewProperties <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.InitialViewProperties.html”>GeoBlazor Docs</a> Represents the initial viewing state of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html”>WebMap</a> when displayed in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webmap-InitialViewProperties.html”>ArcGIS Maps SDK for JavaScript</a>
JoinTableDataSource The result of an on-the-fly join operation at runtime. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#JoinTableDataSource”>ArcGIS Maps SDK for JavaScript</a>
KMLLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.KMLLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KMLLayer.html”>KMLLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-KMLLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
KMLLayerViewMapImage <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.KMLLayerViewMapImage.html”>GeoBlazor Docs</a> **MapImage*represents an image overlay draped onto the terrain. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-KMLLayerView.html#MapImage”>ArcGIS Maps SDK for JavaScript</a>
KMLSublayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.KMLSublayer.html”>GeoBlazor Docs</a> Represents a sublayer in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KMLLayer.html”>KMLLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-KMLSublayer.html”>ArcGIS Maps SDK for JavaScript</a>
Label <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Label.html”>GeoBlazor Docs</a> Defines label expressions, symbols, scale ranges, label priorities, and label placement options for labels on a layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html”>ArcGIS Maps SDK for JavaScript</a>
LabelExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LabelExpressionInfo.html”>GeoBlazor Docs</a> Defines the labels for a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a>. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#labelExpressionInfo”>ArcGIS Maps SDK for JavaScript</a>
LayerFloorInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerFloorInfo.html”>GeoBlazor Docs</a> LayerFloorInfo contains properties that allow a layer to be floor-aware. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LayerFloorInfo.html”>ArcGIS Maps SDK for JavaScript</a>
LayerListCatalogOptionsVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerListCatalogOptionsVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the catalog layer list. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#catalogOptions”>ArcGIS Maps SDK for JavaScript</a>
LayerListKnowledgeGraphOptionsVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerListKnowledgeGraphOptionsVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the table list. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#knowledgeGraphOptions”>ArcGIS Maps SDK for JavaScript</a>
LayerListViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerListViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html”>LayerList</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-LayerListViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
LayerListVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerListVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
LayerOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerOptions.html”>GeoBlazor Docs</a> The `LayerOptions` class defines additional options that can be defined for a layer’s <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-LayerOptions.html”>ArcGIS Maps SDK for JavaScript</a>
LayerSearchSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerSearchSource.html”>GeoBlazor Docs</a> The following properties define a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html”>Layer</a>-based <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#sources”>source</a> whose features may be searched by a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html”>Search</a> widget instance. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LayerSearchSource.html”>ArcGIS Maps SDK for JavaScript</a>
LayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LayerView.html”>GeoBlazor Docs</a> Represents the view for a single layer after it has been added to either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>ArcGIS Maps SDK for JavaScript</a>
LegendLayerInfos <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LegendLayerInfos.html”>GeoBlazor Docs</a> Specifies a subset of the layers to display in the legend. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html#layerInfos”>ArcGIS Maps SDK for JavaScript</a>
LegendStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LegendStyle.html”>GeoBlazor Docs</a>
LegendViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LegendViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html”>Legend</a> widget, which displays a label and symbol for interpreting the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html”>Renderer</a> of each layer in a map. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-LegendViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
LegendViewModelLayerInfos <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LegendViewModelLayerInfos.html”>GeoBlazor Docs</a> Specifies a subset of the layers in the map to display in the legend. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-LegendViewModel.html#layerInfos”>ArcGIS Maps SDK for JavaScript</a>
LineChartMediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LineChartMediaInfo.html”>GeoBlazor Docs</a> A `LineChartMediaInfo` is a type of chart media element that represents a line chart displayed within a popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-LineChartMediaInfo.html”>ArcGIS Maps SDK for JavaScript</a>
ListItem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ListItem.html”>GeoBlazor Docs</a> The ListItem class represents one of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-LayerListViewModel.html#operationalItems”>operationalItems</a> in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-LayerListViewModel.html”>LayerListViewModel</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html”>ArcGIS Maps SDK for JavaScript</a>
LocalBasemapsSource The LocalBasemapsSource class is a Collection-driven <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html”>Basemap</a><a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#source”>source</a> in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html”>BasemapGalleryViewModel</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html”>BasemapGallery</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-LocalBasemapsSource.html”>ArcGIS Maps SDK for JavaScript</a>
LocateViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LocateViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-locate/”>Locate</a> component and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Locate.html”>Locate</a> widget, which animates the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html”>View</a> to the user’s current location. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Locate-LocateViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
LocationService Represents a geocode service resource exposed by the ArcGIS Server REST API. It is used to generate candidates for an address. It is also used to generate batch results for a set of addresses. Set the URL to the ArcGIS Server REST resource that represents a Locator service, for example: https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html”>ArcGIS Maps SDK for JavaScript</a>
LocatorSearchSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LocatorSearchSource.html”>GeoBlazor Docs</a> The following properties define a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#sources”>source</a> pointing to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LocatorSearchSource.html#url”>url</a> that represents a locator service, which may be used to geocode locations with a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html”>Search</a> widget instance. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LocatorSearchSource.html”>ArcGIS Maps SDK for JavaScript</a>
LOD <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.LOD.html”>GeoBlazor Docs</a> A <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html”>TileLayer</a> has a number of LODs (Levels of Detail). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LOD.html”>ArcGIS Maps SDK for JavaScript</a>
Map The Map class contains properties and methods for storing, managing, and overlaying layers common to both 2D and 3D viewing. Layers can be added and removed from the map, but are rendered via a MapView (for viewing data in 2D) or a SceneView (for viewing data in 3D). Thus a map instance is a simple container that holds the layers, while the View is the means of displaying and interacting with a map’s layers and basemap. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>ArcGIS Maps SDK for JavaScript</a>
MapComponent The abstract base Razor Component class that all GeoBlazor components derive from.
MapFont <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.MapFont.html”>GeoBlazor Docs</a> The font used to display <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html”>2D text symbols</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol3DLayer.html”>3D text symbols</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Font.html”>ArcGIS Maps SDK for JavaScript</a>
MeasurementViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.MeasurementViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement.html”>Measurement</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement-MeasurementViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
MediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.MediaInfo.html”>GeoBlazor Docs</a> Contains the media elements representing images or charts to display within the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-MediaContent.html#mediaInfos”>ArcGIS Maps SDK for JavaScript</a>
MultidimensionalSubset <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.MultidimensionalSubset.html”>GeoBlazor Docs</a> A subset of multidimensional raster data created by slicing the data along defined variables and dimensions. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MultidimensionalSubset.html”>ArcGIS Maps SDK for JavaScript</a>
MultipartColorRamp <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.MultipartColorRamp.html”>GeoBlazor Docs</a> Creates a multipart color ramp to combine multiple continuous color ramps for use in raster renderers. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-MultipartColorRamp.html”>ArcGIS Maps SDK for JavaScript</a>
NoData The pixel value representing no available information. Can be a number (same value for all bands) or array (specific value for each band).
OpacityRampElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.OpacityRampElement.html”>GeoBlazor Docs</a> Describes the schema of the OpacityRampElement used as a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#legendElement”>legendElement</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#OpacityRampElement”>ArcGIS Maps SDK for JavaScript</a>
OpacityRampStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.OpacityRampStop.html”>GeoBlazor Docs</a> Describes the schema of the OpacityRampStop element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#OpacityRampStop”>ArcGIS Maps SDK for JavaScript</a>
OpacityStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.OpacityStop.html”>GeoBlazor Docs</a> Defines an opacity stop used for creating a continuous opacity visualization in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-OpacityVariable.html#stops”>opacity visual variable</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-support-OpacityStop.html”>ArcGIS Maps SDK for JavaScript</a>
OpacityVariable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.OpacityVariable.html”>GeoBlazor Docs</a> The opacity visual variable defines the opacity of each feature’s symbol based on a numeric <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-OpacityVariable.html#field”>field</a> value or number returned from an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-OpacityVariable.html#valueExpression”>expression</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-OpacityVariable.html”>ArcGIS Maps SDK for JavaScript</a>
OrderByInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.OrderByInfo.html”>GeoBlazor Docs</a> Class that allows you to define the drawing order of features in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-OrderByInfo.html”>ArcGIS Maps SDK for JavaScript</a>
Orientation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Orientation.html”>GeoBlazor Docs</a> The z axis orientation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass-CompassViewModel.html#Orientation”>ArcGIS Maps SDK for JavaScript</a>
PieChartMediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PieChartMediaInfo.html”>GeoBlazor Docs</a> A `PieChartMediaInfo` is a type of chart media element that represents a pie chart displayed within a popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-PieChartMediaInfo.html”>ArcGIS Maps SDK for JavaScript</a>
PixelBlock <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PixelBlock.html”>GeoBlazor Docs</a> An object representing the pixel arrays in the view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-PixelBlock.html”>ArcGIS Maps SDK for JavaScript</a>
PixelBlockStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PixelBlockStatistics.html”>GeoBlazor Docs</a> An array of objects containing numeric statistical properties. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-PixelBlock.html#statistics”>ArcGIS Maps SDK for JavaScript</a>
PixelData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PixelData.html”>GeoBlazor Docs</a> An object that provides the user access to <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-PixelBlock.html#pixels”>pixels</a> and their values in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#PixelData”>ArcGIS Maps SDK for JavaScript</a>
Portal <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Portal.html”>GeoBlazor Docs</a> The Portal class is part of the <a target=”_blank” href=”https://enterprise.arcgis.com/en/portal/”>ArcGIS Enterprise portal</a> that provides a way to build applications that work with content from <a target=”_blank” href=”https://www.arcgis.com/home/”>ArcGIS Online</a> or an <a target=”_blank” href=”https://enterprise.arcgis.com/en/portal/”>ArcGIS Enterprise portal</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html”>ArcGIS Maps SDK for JavaScript</a>
PortalBasemapsSource The PortalBasemapsSource class is a Portal-driven <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html”>Basemap</a><a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#source”>source</a> in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html”>BasemapGalleryViewModel</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html”>BasemapGallery</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-PortalBasemapsSource.html”>ArcGIS Maps SDK for JavaScript</a>
PortalFeaturedGroups <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PortalFeaturedGroups.html”>GeoBlazor Docs</a> The featured groups for the portal. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html#featuredGroups”>ArcGIS Maps SDK for JavaScript</a>
PortalFolder <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PortalFolder.html”>GeoBlazor Docs</a> Provides information about folders used to organize content in a portal. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalFolder.html”>ArcGIS Maps SDK for JavaScript</a>
PortalItem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PortalItem.html”>GeoBlazor Docs</a> An item (a unit of content) in the Portal. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html”>ArcGIS Maps SDK for JavaScript</a>
PortalUser <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.PortalUser.html”>GeoBlazor Docs</a> Represents a registered user of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html”>Portal</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalUser.html”>ArcGIS Maps SDK for JavaScript</a>
Position <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Position.html”>GeoBlazor Docs</a> Describes a point in terms of a location, a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html”>Point</a>, and a coordinate, a string. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#Position”>ArcGIS Maps SDK for JavaScript</a>
QueryTableDataSource A query table is a feature class or table defined by a SQL query on the fly. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#QueryTableDataSource”>ArcGIS Maps SDK for JavaScript</a>
RadioButtonsInput <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-RadioButtonsInput.html”>ArcGIS Maps SDK for JavaScript</a>
RainyWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.RainyWeather.html”>GeoBlazor Docs</a> The RainyWeather class allows you to change the weather conditions in the scene to rainy weather. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-RainyWeather.html”>ArcGIS Maps SDK for JavaScript</a>
RangeDomain Range domains specify a valid <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RangeDomain.html#minValue”>minimum</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RangeDomain.html#maxValue”>maximum</a> valid value that can be stored in numeric and date <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Field.html#type”>fields</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RangeDomain.html”>ArcGIS Maps SDK for JavaScript</a>
RasterDataSource A file-based raster that resides in a registered raster workspace. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#RasterDataSource”>ArcGIS Maps SDK for JavaScript</a>
RasterFunction <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.RasterFunction.html”>GeoBlazor Docs</a> Raster functions specify processing to be done to the image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterFunction.html”>ArcGIS Maps SDK for JavaScript</a>
RasterSensorInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.RasterSensorInfo.html”>GeoBlazor Docs</a> The `RasterSensorInfo` class provides additional information on the raster sensor associated with an image service referenced by <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#serviceRasterInfo”>ImageryLayer</a> or module:esri/layers/ImageryTileLayer#rasterInfo. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterSensorInfo.html”>ArcGIS Maps SDK for JavaScript</a>
RelatedRecordsInfoFieldOrder The RelatedRecordsInfoFieldOrder class indicates the field display order for the related records in a layer’s <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-RelatedRecordsInfoFieldOrder.html”>ArcGIS Maps SDK for JavaScript</a>
RelationshipLabels <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.RelationshipLabels.html”>GeoBlazor Docs</a> Describes the schema of the RelationshipLabels element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#RelationshipLabels”>ArcGIS Maps SDK for JavaScript</a>
RotationVariable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.RotationVariable.html”>GeoBlazor Docs</a> The rotation visual variable, determined by mapping the values to data in a field or by other arithmetic means with an Arcade expression, controls how features rendered with <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html”>marker symbols</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html”>text symbols</a> in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> , as well as with <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html”>marker symbols</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html”>ObjectSymbol3DLayer</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-IconSymbol3DLayer.html”>IconSymbol3DLayer</a> in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>, are rotated. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-RotationVariable.html”>ArcGIS Maps SDK for JavaScript</a>
ScaleBarViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ScaleBarViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-scale-bar/”>Scale Bar</a> component and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ScaleBar.html”>ScaleBar</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ScaleBar-ScaleBarViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerElevationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SceneLayerElevationInfo.html”>GeoBlazor Docs</a> Specifies how features are placed on the vertical axis (z). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
Search <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Search.html”>GeoBlazor Docs</a> Represents the search parameters set within the web scene or the web map. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-Search.html”>ArcGIS Maps SDK for JavaScript</a>
SearchLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SearchLayer.html”>GeoBlazor Docs</a> Represents a layer to be included in search. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchLayer.html”>ArcGIS Maps SDK for JavaScript</a>
SearchLayerField <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SearchLayerField.html”>GeoBlazor Docs</a> Represents the field of a layer to use for search. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchLayerField.html”>ArcGIS Maps SDK for JavaScript</a>
SearchSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SearchSource.html”>GeoBlazor Docs</a> The following properties define generic <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#sources”>sources</a> properties for use in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html”>Search</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchSource.html”>ArcGIS Maps SDK for JavaScript</a>
SearchTable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SearchTable.html”>GeoBlazor Docs</a> Represents a table to be included in search. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchTable.html”>ArcGIS Maps SDK for JavaScript</a>
SearchTableField <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SearchTableField.html”>GeoBlazor Docs</a> Represents the field of a table to use for search. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchTableField.html”>ArcGIS Maps SDK for JavaScript</a>
SearchViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SearchViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html”>Search</a> widget, which performs search operations on <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html”>locator service(s)</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html”>map</a>/<a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>feature</a> service feature layer(s), and/or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchTable.html”>table(s)</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
SizeRampElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SizeRampElement.html”>GeoBlazor Docs</a> Describes the schema of the SizeRampElement used as a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#legendElement”>legendElement</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#SizeRampElement”>ArcGIS Maps SDK for JavaScript</a>
SizeRampStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SizeRampStop.html”>GeoBlazor Docs</a> Describes the schema of the SizeRampStop element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#SizeRampStop”>ArcGIS Maps SDK for JavaScript</a>
SizeStop <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SizeStop.html”>GeoBlazor Docs</a> Defines a size stop used for creating a continuous size visualization in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-SizeVariable.html#stops”>size visual variable</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-support-SizeStop.html”>ArcGIS Maps SDK for JavaScript</a>
SizeVariable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SizeVariable.html”>GeoBlazor Docs</a> The size visual variable defines the size of individual features in a layer based on a numeric (often thematic) value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-SizeVariable.html”>ArcGIS Maps SDK for JavaScript</a>
Slide <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Slide.html”>GeoBlazor Docs</a> A slide stores a snapshot of several pre-set properties of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html”>WebScene</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>, such as the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#basemap”>basemap</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#viewpoint”>viewpoint</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#visibleLayers”>visible layers</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html”>ArcGIS Maps SDK for JavaScript</a>
SliderViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SliderViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html”>Slider</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider-SliderViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
SliderVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SliderVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
SnappingOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SnappingOptions.html”>GeoBlazor Docs</a> The `SnappingOptions` allows users to configure snapping for their editing or drawing experience in both the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch.html#snappingOptions”>Sketch</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#snappingOptions”>Editor</a> widgets. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-snapping-SnappingOptions.html”>ArcGIS Maps SDK for JavaScript</a>
SnowyWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SnowyWeather.html”>GeoBlazor Docs</a> The SnowyWeather class allows you to change the weather conditions in the scene to snowy weather. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-SnowyWeather.html”>ArcGIS Maps SDK for JavaScript</a>
SpatialReference <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SpatialReference.html”>GeoBlazor Docs</a> Defines the spatial reference of a view, layer, or method parameters. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html”>ArcGIS Maps SDK for JavaScript</a>
SunLighting <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SunLighting.html”>GeoBlazor Docs</a> The SunLighting class allows you to change the lighting in the scene to sunlight. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-SunLighting.html”>ArcGIS Maps SDK for JavaScript</a>
SunnyWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SunnyWeather.html”>GeoBlazor Docs</a> The SunnyWeather class allows you to change the weather conditions in the scene to sunny weather. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-SunnyWeather.html”>ArcGIS Maps SDK for JavaScript</a>
SupportExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.SupportExpressionInfo.html”>GeoBlazor Docs</a> The `ExpressionInfo` class references an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/arcade/”>Arcade</a> expression following the specification defined by the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/arcade/#visualization”>Arcade Visualization Profile</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-ExpressionInfo.html”>ArcGIS Maps SDK for JavaScript</a>
SwitchInput The SwitchInput class defines the desired user interface for a binary switch or toggle. This should be used when selecting between two options. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-SwitchInput.html”>ArcGIS Maps SDK for JavaScript</a>
TableDataSource A table or feature class that resides in a registered workspace (either a folder or geodatabase). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#TableDataSource”>ArcGIS Maps SDK for JavaScript</a>
TextAreaInput The TextAreaInput class defines the desired user interface as a multi-line text area. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-TextAreaInput.html”>ArcGIS Maps SDK for JavaScript</a>
TextBoxInput The TextBoxInput class defines the desired user interface as a single-line text box. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-TextBoxInput.html”>ArcGIS Maps SDK for JavaScript</a>
Theme <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Theme.html”>GeoBlazor Docs</a> This class is used by the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html”>View</a> to define the base colors used by widgets and components to render temporary graphics and labels. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-Theme.html”>ArcGIS Maps SDK for JavaScript</a>
TickConfig <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TickConfig.html”>GeoBlazor Docs</a> Object specification for configuring ticks on the slider. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#TickConfig”>ArcGIS Maps SDK for JavaScript</a>
TileInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TileInfo.html”>GeoBlazor Docs</a> Contains information about the tiling scheme for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html”>TileLayers</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html”>ElevationLayers</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html”>ImageryTileLayers</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html”>VectorTileLayers</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WebTileLayer.html”>WebTileLayers</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TileInfo.html”>ArcGIS Maps SDK for JavaScript</a>
TileMatrixSet <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TileMatrixSet.html”>GeoBlazor Docs</a> Contains information about the tiling scheme for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html”>WMTSSublayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TileMatrixSet.html”>ArcGIS Maps SDK for JavaScript</a>
TimeExtent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TimeExtent.html”>GeoBlazor Docs</a> A period of time with a definitive <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeExtent.html#start”>start</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeExtent.html#end”>end</a> date. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeExtent.html”>ArcGIS Maps SDK for JavaScript</a>
TimeInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TimeInfo.html”>GeoBlazor Docs</a> Time info represents the temporal data of a time-aware layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TimeInfo.html”>ArcGIS Maps SDK for JavaScript</a>
TimeInterval <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TimeInterval.html”>GeoBlazor Docs</a> TimeInterval is a class that describes a length of time in one of ten temporal units such as seconds, days, or years. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeInterval.html”>ArcGIS Maps SDK for JavaScript</a>
TrackInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TrackInfo.html”>GeoBlazor Docs</a> TrackInfo provides information about how to display and analyze temporal data in a layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html”>ArcGIS Maps SDK for JavaScript</a>
TrackPartInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.TrackPartInfo.html”>GeoBlazor Docs</a> TrackPartInfo provides information about how to render and label temporal data in a layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackPartInfo.html”>ArcGIS Maps SDK for JavaScript</a>
UniqueValue <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.UniqueValue.html”>GeoBlazor Docs</a> Defines combinations of values to expect from up to three fields of categorical data in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html”>UniqueValueRenderer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-UniqueValue.html”>ArcGIS Maps SDK for JavaScript</a>
UniqueValueClass <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.UniqueValueClass.html”>GeoBlazor Docs</a> Defines a category within a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-UniqueValueGroup.html”>UniqueValueGroup</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-UniqueValueClass.html”>ArcGIS Maps SDK for JavaScript</a>
UniqueValueGroup <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.UniqueValueGroup.html”>GeoBlazor Docs</a> UniqueValueGroup represents a group of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-UniqueValueClass.html”>unique value classes</a> (i.e. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-UniqueValueGroup.html”>ArcGIS Maps SDK for JavaScript</a>
UniqueValueInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.UniqueValueInfo.html”>GeoBlazor Docs</a> Defines the categories of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html”>UniqueValueRenderer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-UniqueValueInfo.html”>ArcGIS Maps SDK for JavaScript</a>
Viewing <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Viewing.html”>GeoBlazor Docs</a> Represents view-specific properties of application and UI elements for the web map or web scene. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-Viewing.html”>ArcGIS Maps SDK for JavaScript</a>
Viewpoint <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Viewpoint.html”>GeoBlazor Docs</a> Describes a point of view for a 2D or 3D view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Viewpoint.html”>ArcGIS Maps SDK for JavaScript</a>
VirtualLighting <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.VirtualLighting.html”>GeoBlazor Docs</a> The VirtualLighting class allows you to change the lighting in the scene to virtual light. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-environment-VirtualLighting.html”>ArcGIS Maps SDK for JavaScript</a>
VisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.VisibleElements.html”>GeoBlazor Docs</a> The elements that are displayed within the tooltip while sketching and editing. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-sketch-SketchTooltipOptions.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
VisibleElementsColumnMenuItems <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.VisibleElementsColumnMenuItems.html”>GeoBlazor Docs</a> _(Since 4.30)_ The menu items within the column menu. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
VisibleElementsMenuItems <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.VisibleElementsMenuItems.html”>GeoBlazor Docs</a> The menu items within the feature table menu. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
VisualVariable <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.VisualVariable.html”>GeoBlazor Docs</a> The visual variable base class. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-VisualVariable.html”>ArcGIS Maps SDK for JavaScript</a>
VisualVariableLegendOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.VisualVariableLegendOptions.html”>GeoBlazor Docs</a> An object providing options for displaying the visual variable in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html”>Legend</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-VisualVariable.html#legendOptions”>ArcGIS Maps SDK for JavaScript</a>
WebMap <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebMap.html”>GeoBlazor Docs</a> Loads a <a target=”_blank” href=”https://doc.arcgis.com/en/arcgis-online/create-maps/make-your-first-map.htm”>WebMap</a> from <a target=”_blank” href=”https://www.arcgis.com/home/”>ArcGIS Online</a> or <a target=”_blank” href=”https://enterprise.arcgis.com/en/portal/latest/administer/windows/what-is-portal-for-arcgis-.htm”>ArcGIS Enterprise portal</a> into a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html”>ArcGIS Maps SDK for JavaScript</a>
WebMapFloorFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebMapFloorFilter.html”>GeoBlazor Docs</a> Floor filtering is controlled by a configurable <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FloorFilter.html”>floor filter</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html#FloorFilter”>ArcGIS Maps SDK for JavaScript</a>
WebMapWidgets <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebMapWidgets.html”>GeoBlazor Docs</a> The widgets object contains widgets that are exposed to the user. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html#Widgets”>ArcGIS Maps SDK for JavaScript</a>
WebScene <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebScene.html”>GeoBlazor Docs</a> The web scene is the core element of 3D mapping across ArcGIS. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html”>ArcGIS Maps SDK for JavaScript</a>
WebsceneApplicationProperties <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebsceneApplicationProperties.html”>GeoBlazor Docs</a> Represents configuration of application and UI elements. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-ApplicationProperties.html”>ArcGIS Maps SDK for JavaScript</a>
WebsceneInitialViewProperties <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebsceneInitialViewProperties.html”>GeoBlazor Docs</a> Represents the initial viewing state of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html”>WebScene</a> when displayed in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-InitialViewProperties.html”>ArcGIS Maps SDK for JavaScript</a>
WebsceneSunLighting <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebsceneSunLighting.html”>GeoBlazor Docs</a> The sun lighting object is part of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Environment.html”>webscene/Environment</a> and contains information relating to how a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a> is lit by the sun. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-SunLighting.html”>ArcGIS Maps SDK for JavaScript</a>
WebsceneVirtualLighting <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebsceneVirtualLighting.html”>GeoBlazor Docs</a> The virtual lighting object is part of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Environment.html”>webscene/Environment</a> and contains information relating to how a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a> is lit with a virtual light. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-VirtualLighting.html”>ArcGIS Maps SDK for JavaScript</a>
WebSceneWidgets <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WebSceneWidgets.html”>GeoBlazor Docs</a> The widgets object contains widgets that are exposed to the user. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html#Widgets”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerElevationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WFSLayerElevationInfo.html”>GeoBlazor Docs</a> Specifies how features are placed on the vertical axis (z). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerElevationInfoFeatureExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WFSLayerElevationInfoFeatureExpressionInfo.html”>GeoBlazor Docs</a> Defines how to override a feature’s Z-value based on its attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#elevationInfo”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerView <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WFSLayerView.html”>GeoBlazor Docs</a> Represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html”>LayerView</a> of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html”>WFSLayer</a> after it has been added to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html”>ArcGIS Maps SDK for JavaScript</a>
WMSSublayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WMSSublayer.html”>GeoBlazor Docs</a> Represents a sublayer in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html”>WMSLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html”>ArcGIS Maps SDK for JavaScript</a>
WMTSStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WMTSStyle.html”>GeoBlazor Docs</a> Contains information about the WMTS Style for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html”>WMTSSublayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSStyle.html”>ArcGIS Maps SDK for JavaScript</a>
WMTSSublayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.WMTSSublayer.html”>GeoBlazor Docs</a> Represents a sublayer in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html”>WMTSLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html”>ArcGIS Maps SDK for JavaScript</a>
ZoomViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.ZoomViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-zoom/”>Zoom</a> component and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Zoom.html”>Zoom</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Zoom-ZoomViewModel.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Geometries Namespace

Classes  
Extent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Geometries.Extent.html”>GeoBlazor Docs</a> The minimum and maximum X and Y coordinates of a bounding box. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html”>ArcGIS Maps SDK for JavaScript</a>
Geometry <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Geometries.Geometry.html”>GeoBlazor Docs</a> The base class for geometry objects. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html”>ArcGIS Maps SDK for JavaScript</a>
Point <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Geometries.Point.html”>GeoBlazor Docs</a> A location defined by X, Y, and Z coordinates. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html”>ArcGIS Maps SDK for JavaScript</a>
Polygon <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Geometries.Polygon.html”>GeoBlazor Docs</a> A polygon contains an array of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html#rings”>rings</a> and a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html#spatialReference”>spatialReference</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html”>ArcGIS Maps SDK for JavaScript</a>
Polyline <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Geometries.Polyline.html”>GeoBlazor Docs</a> A polyline contains an array of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#paths”>paths</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#spatialReference”>spatialReference</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Layers Namespace

Classes  
BaseTileLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.BaseTileLayer.html”>GeoBlazor Docs</a> This class may be extended to create a custom <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html”>TileLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BaseTileLayer.html”>ArcGIS Maps SDK for JavaScript</a>
BingMapsLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.BingMapsLayer.html”>GeoBlazor Docs</a> This layer supports Microsoft’s Bing tiled map content. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BingMapsLayer.html”>ArcGIS Maps SDK for JavaScript</a>
CSVLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.CSVLayer.html”>GeoBlazor Docs</a> The CSVLayer is a point layer based on a CSV file (.csv, .txt). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayer.html”>GeoBlazor Docs</a> A FeatureLayer is a single layer that can be created from a <a target=”_blank” href=”https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-map-service.htm”>Map Service</a> or <a target=”_blank” href=”https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-feature-service-.htm”>Feature Service</a>; ArcGIS Online or ArcGIS Enterprise portal items; or from an array of client-side features. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.GeoJSONLayer.html”>GeoBlazor Docs</a> The GeoJSONLayer class is used to create a layer based on <a target=”_blank” href=”http://geojson.org/”>GeoJSON</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html”>ArcGIS Maps SDK for JavaScript</a>
GeoRSSLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.GeoRSSLayer.html”>GeoBlazor Docs</a> The GeoRSSLayer class is used to create a layer based on <a target=”_blank” href=”https://www.ogc.org/standards/georss”>GeoRSS</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoRSSLayer.html”>ArcGIS Maps SDK for JavaScript</a>
GraphicsLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.GraphicsLayer.html”>GeoBlazor Docs</a> A GraphicsLayer contains one or more client-side <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>Graphics</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html”>ArcGIS Maps SDK for JavaScript</a>
ImageryLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.ImageryLayer.html”>GeoBlazor Docs</a> Represents a dynamic <a target=”_blank” href=”https://developers.arcgis.com/rest/services-reference/image-service.htm”>image service resource</a> as a layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html”>ArcGIS Maps SDK for JavaScript</a>
ImageryTileLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.ImageryTileLayer.html”>GeoBlazor Docs</a> ImageryTileLayer presents raster data from a tiled image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html”>ArcGIS Maps SDK for JavaScript</a>
KMLLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.KMLLayer.html”>GeoBlazor Docs</a> The KMLLayer class is used to create a layer based on a KML file (.kml, .kmz). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KMLLayer.html”>ArcGIS Maps SDK for JavaScript</a>
Layer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.Layer.html”>GeoBlazor Docs</a> The layer is the most fundamental component of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html”>ArcGIS Maps SDK for JavaScript</a>
MapImageLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.MapImageLayer.html”>GeoBlazor Docs</a> MapImageLayer allows you to display and analyze data from <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#sublayers”>sublayers</a> defined in a <a target=”_blank” href=”https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-map-service.htm”>map service</a>, exporting images instead of features. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html”>ArcGIS Maps SDK for JavaScript</a>
OpenStreetMapLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.OpenStreetMapLayer.html”>GeoBlazor Docs</a> Allows you to use <a target=”_blank” href=”http://wiki.openstreetmap.org/wiki/List_of_OSM-based_services”>basemaps</a> from <a target=”_blank” href=”http://www.openstreetmap.org/”>OpenStreetMap</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OpenStreetMapLayer.html”>ArcGIS Maps SDK for JavaScript</a>
Sublayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.Sublayer.html”>GeoBlazor Docs</a> Represents a sublayer in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html”>MapImageLayer</a> or a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html”>TileLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html”>ArcGIS Maps SDK for JavaScript</a>
TileLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.TileLayer.html”>GeoBlazor Docs</a> The TileLayer allows you work with a cached <a target=”_blank” href=”https://enterprise.arcgis.com/en/server/latest/publish-services/windows/what-is-a-map-service.htm”>map service</a> exposed by the ArcGIS Server REST API and add it to a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html”>Map</a> as a tile layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html”>ArcGIS Maps SDK for JavaScript</a>
UnknownLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.UnknownLayer.html”>GeoBlazor Docs</a> Represents a layer whose type could not be determined. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-UnknownLayer.html”>ArcGIS Maps SDK for JavaScript</a>
UnsupportedLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.UnsupportedLayer.html”>GeoBlazor Docs</a> Represents an unsupported layer instance. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-UnsupportedLayer.html”>ArcGIS Maps SDK for JavaScript</a>
VectorTileLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.VectorTileLayer.html”>GeoBlazor Docs</a> VectorTileLayer accesses cached tiles of data and renders it in vector format. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html”>ArcGIS Maps SDK for JavaScript</a>
WCSLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.WCSLayer.html”>GeoBlazor Docs</a> WCS presents raster data from a <a target=”_blank” href=”https://www.ogc.org/standards/wcs”>OGC Web Coverage Service</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html”>ArcGIS Maps SDK for JavaScript</a>
WebTileLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.WebTileLayer.html”>GeoBlazor Docs</a> WebTileLayer provides a simple way to add non-ArcGIS Server map tiles as a layer to a map. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WebTileLayer.html”>ArcGIS Maps SDK for JavaScript</a>
WFSLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.WFSLayer.html”>GeoBlazor Docs</a> The WFSLayer is used to create a layer based on an <a target=”_blank” href=”https://www.ogc.org/standards/wfs”>OGC Web Feature Service</a> (WFS). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html”>ArcGIS Maps SDK for JavaScript</a>
WMSLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.WMSLayer.html”>GeoBlazor Docs</a> The WMSLayer is used to create layers based on OGC Web Map Services (WMS). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html”>ArcGIS Maps SDK for JavaScript</a>
WMTSLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Layers.WMTSLayer.html”>GeoBlazor Docs</a> The WMTSLayer is used to create layers based on OGC Web Map Tile Services (WMTS). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Popups Namespace

Classes  
AttachmentsPopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.AttachmentsPopupContent.html”>GeoBlazor Docs</a> An `AttachmentsContent` popup element represents an attachment element associated with a feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-AttachmentsContent.html”>ArcGIS Maps SDK for JavaScript</a>
ExpressionPopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.ExpressionPopupContent.html”>GeoBlazor Docs</a> An ExpressionContent element allows you to define a popup content element with an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/arcade/”>Arcade</a> expression. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-ExpressionContent.html”>ArcGIS Maps SDK for JavaScript</a>
FieldsPopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.FieldsPopupContent.html”>GeoBlazor Docs</a> A `FieldsContent` popup element represents the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-FieldInfo.html”>FieldInfo</a> associated with a feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-FieldsContent.html”>ArcGIS Maps SDK for JavaScript</a>
MediaPopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.MediaPopupContent.html”>GeoBlazor Docs</a> A `MediaContent` popup element contains an individual or array of chart and/or image media elements to display within a popup’s content. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-MediaContent.html”>ArcGIS Maps SDK for JavaScript</a>
PopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupContent.html”>GeoBlazor Docs</a> Content elements define what should display within the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a> content. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-Content.html”>ArcGIS Maps SDK for JavaScript</a>
PopupDockOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupDockOptions.html”>GeoBlazor Docs</a> Docking the popup allows for a better user experience, particularly when opening popups in apps on mobile devices. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#dockOptions”>ArcGIS Maps SDK for JavaScript</a>
PopupDockOptionsBreakpoint <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupDockOptionsBreakpoint.html”>GeoBlazor Docs</a>
PopupExpressionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupExpressionInfo.html”>GeoBlazor Docs</a> The `ExpressionInfo` class references <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/arcade/”>Arcade</a> expressions following the specification defined by the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/arcade/#popup”>Arcade Popup Profile</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-ExpressionInfo.html”>ArcGIS Maps SDK for JavaScript</a>
PopupTemplate <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupTemplate.html”>GeoBlazor Docs</a> A PopupTemplate formats and defines the content of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>Popup</a> for a specific <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html”>Layer</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>Graphic</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>ArcGIS Maps SDK for JavaScript</a>
PopupViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupViewModel.html”>GeoBlazor Docs</a> Provides the logic for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>Popup</a> widget, which allows users to view content from feature attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup-PopupViewModel.html”>ArcGIS Maps SDK for JavaScript</a>
PopupVisibleElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.PopupVisibleElements.html”>GeoBlazor Docs</a> The visible elements that are displayed within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#VisibleElements”>ArcGIS Maps SDK for JavaScript</a>
RelationshipPopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.RelationshipPopupContent.html”>GeoBlazor Docs</a> A `RelationshipContent` popup element represents a relationship element associated with a feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-RelationshipContent.html”>ArcGIS Maps SDK for JavaScript</a>
TextPopupContent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Popups.TextPopupContent.html”>GeoBlazor Docs</a> A `TextContent` popup element is used to define descriptive text as an element within a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate’s</a> content. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-TextContent.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Renderers Namespace

Classes  
DefaultSymbol Wrapper to identify the default (fallback) symbol for a UniqueValueRenderer
DimensionalDefinitionValues An array of single values or tuples [min, max] each defining a range of valid values along the specified dimension.
RasterPresetRenderer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Renderers.RasterPresetRenderer.html”>GeoBlazor Docs</a> Defines a predefined raster renderer associated with an <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#presetRenderers”>ImageryLayer</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#presetRenderers”>ImageryTileLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-support-RasterPresetRenderer.html”>ArcGIS Maps SDK for JavaScript</a>
RasterStretchRenderer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Renderers.RasterStretchRenderer.html”>GeoBlazor Docs</a> RasterStretchRenderer defines the symbology with a gradual ramp of colors for each pixel in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html”>ImageryLayer</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html”>ImageryTileLayer</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html”>WCSLayer</a> based on the pixel value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-RasterStretchRenderer.html”>ArcGIS Maps SDK for JavaScript</a>
Renderer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Renderers.Renderer.html”>GeoBlazor Docs</a> Renderers define how to visually represent each feature in one of the following layer types:. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html”>ArcGIS Maps SDK for JavaScript</a>
SimpleRenderer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Renderers.SimpleRenderer.html”>GeoBlazor Docs</a> SimpleRenderer renders all features in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html”>Layer</a> with one <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html”>Symbol</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html”>ArcGIS Maps SDK for JavaScript</a>
UniqueValueRenderer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Renderers.UniqueValueRenderer.html”>GeoBlazor Docs</a> UniqueValueRenderer allows you to symbolize features in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html”>Layer</a> based on one or more categorical attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html”>ArcGIS Maps SDK for JavaScript</a>
UniqueValueRendererLegendOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Renderers.UniqueValueRendererLegendOptions.html”>GeoBlazor Docs</a> An object providing options for displaying the renderer in the Legend. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html#legendOptions”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Symbols Namespace

Classes  
FillSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.FillSymbol.html”>GeoBlazor Docs</a> Fill symbols are used to draw <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html”>Polygon</a> graphics in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html”>GraphicsLayer</a> or a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a> in a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
LineSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.LineSymbol.html”>GeoBlazor Docs</a> Line symbols are used to draw <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html”>Polyline</a> features in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a> in a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
LineSymbolMarker <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.LineSymbolMarker.html”>GeoBlazor Docs</a> LineSymbolMarker is used for rendering a simple marker graphic on a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html”>SimpleLineSymbol</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbolMarker.html”>ArcGIS Maps SDK for JavaScript</a>
MarkerSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.MarkerSymbol.html”>GeoBlazor Docs</a> Marker symbols are used to draw <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html”>Point</a> graphics in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a> or individual <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html”>graphics</a> in a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MarkerSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
Outline A convenience subclass of SimpleLineSymbol for defining outlines of other symbols.
PictureFillSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.PictureFillSymbol.html”>GeoBlazor Docs</a> PictureFillSymbol uses an image in a repeating pattern to symbolize polygon features in a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PictureFillSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
PictureMarkerSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.PictureMarkerSymbol.html”>GeoBlazor Docs</a> PictureMarkerSymbol renders <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html”>Point</a> graphics in either a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or 3D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a> using an image. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PictureMarkerSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
SearchViewModelDefaultSymbols <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.SearchViewModelDefaultSymbols.html”>GeoBlazor Docs</a> The default <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html”>symbol(s)</a> for the search result. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html#defaultSymbols”>ArcGIS Maps SDK for JavaScript</a>
SimpleFillSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.SimpleFillSymbol.html”>GeoBlazor Docs</a> SimpleFillSymbol is used for rendering 2D polygons in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleFillSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
SimpleLineSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol.html”>GeoBlazor Docs</a> SimpleLineSymbol is used for rendering 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html”>polyline geometries</a> in a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
SimpleMarkerSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.SimpleMarkerSymbol.html”>GeoBlazor Docs</a> SimpleMarkerSymbol is used for rendering 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html”>Point</a> geometries with a simple shape and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html#color”>color</a> in either a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a> or a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html”>ArcGIS Maps SDK for JavaScript</a>
Symbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.Symbol.html”>GeoBlazor Docs</a> Symbol is the base class for all symbols. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html”>ArcGIS Maps SDK for JavaScript</a>
SymbolTableElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.SymbolTableElement.html”>GeoBlazor Docs</a> Describes the schema of the SymbolTableElement used as a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#legendElement”>legendElement</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#SymbolTableElement”>ArcGIS Maps SDK for JavaScript</a>
TextSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Symbols.TextSymbol.html”>GeoBlazor Docs</a> Text symbols are used to define the graphic for displaying labels on a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html”>CSVLayer</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html”>Sublayer</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html”>StreamLayer</a> in a 2D <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Views Namespace

Classes  
MapView The Top-Level Map Component Container. A MapView displays a 2D view of a Map instance. An instance of MapView must be created to render a Map (along with its operational and base layers) in 2D. To render a map and its layers in 3D, see the documentation for SceneView. For a general overview of views, see View. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>ArcGIS Maps SDK for JavaScript</a>
SceneView A SceneView displays a 3D view of a Map or WebScene instance using WebGL. To render a map and its layers in 2D, see the documentation for MapView. For a general overview of views, see View. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Components.Widgets Namespace

Classes  
AreaMeasurement2DWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.AreaMeasurement2DWidget.html”>GeoBlazor Docs</a> The AreaMeasurement2D widget calculates and displays the area and perimeter of a polygon in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement2D.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapGalleryWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.BasemapGalleryWidget.html”>GeoBlazor Docs</a> The BasemapGallery widget displays a collection of images representing basemaps from ArcGIS.com or a user-defined set of map or image services. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapLayerListWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.BasemapLayerListWidget.html”>GeoBlazor Docs</a> The BasemapLayerList widget provides a way to display a list of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html”>Basemap</a> layers and switch on/off their visibility. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html”>ArcGIS Maps SDK for JavaScript</a>
BasemapToggleWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.BasemapToggleWidget.html”>GeoBlazor Docs</a> The BasemapToggle provides a widget which allows an end-user to switch between two basemaps. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapToggle.html”>ArcGIS Maps SDK for JavaScript</a>
BookmarksWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.BookmarksWidget.html”>GeoBlazor Docs</a> The Bookmarks widget allows end users to quickly navigate to a particular area of interest. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks.html”>ArcGIS Maps SDK for JavaScript</a>
CompassWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.CompassWidget.html”>GeoBlazor Docs</a> The Compass widget indicates where north is in relation to the current view <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#rotation”>rotation</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Camera.html#heading”>camera heading</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass.html”>ArcGIS Maps SDK for JavaScript</a>
DistanceMeasurement2DWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.DistanceMeasurement2DWidget.html”>GeoBlazor Docs</a> The DistanceMeasurement2D widget calculates and displays the distance between two or more points in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DistanceMeasurement2D.html”>ArcGIS Maps SDK for JavaScript</a>
ExpandWidget The Expand widget acts as a clickable button for opening a widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Expand.html”>ArcGIS Maps SDK for JavaScript</a>
HomeWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.HomeWidget.html”>GeoBlazor Docs</a> Provides a simple widget that switches the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html”>View</a> to its initial <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Viewpoint.html”>Viewpoint</a> or a previously defined <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Home.html#viewpoint”>viewpoint</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Home.html”>ArcGIS Maps SDK for JavaScript</a>
LayerListWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.LayerListWidget.html”>GeoBlazor Docs</a> The LayerList widget provides a way to display a list of layers, and switch on/off their visibility. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html”>ArcGIS Maps SDK for JavaScript</a>
LegendWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.LegendWidget.html”>GeoBlazor Docs</a> The Legend widget describes the symbols used to represent layers in a map. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html”>ArcGIS Maps SDK for JavaScript</a>
ListItemPanelWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.ListItemPanelWidget.html”>GeoBlazor Docs</a> This class allows you to display custom content for each <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html”>ListItem</a> in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html”>LayerList</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItemPanel.html”>ArcGIS Maps SDK for JavaScript</a>
LocateWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.LocateWidget.html”>GeoBlazor Docs</a> Provides a simple widget that animates the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html”>View</a> to the user’s current location. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Locate.html”>ArcGIS Maps SDK for JavaScript</a>
MeasurementWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.MeasurementWidget.html”>GeoBlazor Docs</a> The Measurement widget groups and manages multiple measurement tools and allows you to easily switch between them using the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement.html#activeTool”>activeTool</a> property. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement.html”>ArcGIS Maps SDK for JavaScript</a>
MissingMapViewReferenceException Exception raised if an external component is missing a required reference to a MapView
PopupWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.PopupWidget.html”>GeoBlazor Docs</a> The Popup widget allows users to view content from feature attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>ArcGIS Maps SDK for JavaScript</a>
ScaleBarWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.ScaleBarWidget.html”>GeoBlazor Docs</a> The ScaleBar widget displays a scale bar on the map or in a specified HTML node. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ScaleBar.html”>ArcGIS Maps SDK for JavaScript</a>
SearchWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.SearchWidget.html”>GeoBlazor Docs</a> The Search widget provides a way to perform search operations on <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html”>locator service(s)</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html”>map</a>/<a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>feature</a> service feature layer(s), <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html”>SceneLayers</a> with an associated feature layer, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-buildingSublayers-BuildingComponentSublayer.html”>BuildingComponentSublayer</a> with an associated feature layer, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html”>GeoJSONLayer</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html”>CSVLayer</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html”>OGCFeatureLayer</a>, and/or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-applicationProperties-SearchTable.html”>table(s)</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html”>ArcGIS Maps SDK for JavaScript</a>
SliderWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.SliderWidget.html”>GeoBlazor Docs</a> A slider widget that can be used for filtering data, or gathering numeric input from a user. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html”>ArcGIS Maps SDK for JavaScript</a>
Widget The base class for widgets. Each widget’s presentation is separate from its properties, methods, and data. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Widget.html”>ArcGIS Maps SDK for JavaScript</a>
ZoomWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Components.Widgets.ZoomWidget.html”>GeoBlazor Docs</a> The Zoom widget allows users to zoom in/out within a view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Zoom.html”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Enums Namespace

Enums  
ActiveTool <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ActiveTool.html”>GeoBlazor Docs</a> Specifies the current measurement tool to display.
AggregateStatisticType Defines the type of statistic used to aggregate data returned from OnStatisticField or OnStatisticExpression.
Algorithm <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Algorithm.html”>GeoBlazor Docs</a> The algorithms used to generate the colors between the fromColor and toColor. Each algorithm uses different methods for generating the intervening colors. Read more in the link above.
AllowedWorkflows <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AllowedWorkflows.html”>GeoBlazor Docs</a> Enumeration for AllowedWorkflows
AlphaMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AlphaMode.html”>GeoBlazor Docs</a> Enumeration for AlphaMode
AngularUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AngularUnit.html”>GeoBlazor Docs</a> Enumeration for AngularUnit
AttachmentsMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AttachmentsMode.html”>GeoBlazor Docs</a> Enumeration for AttachmentsMode
AttachmentsPopupContentDisplayType The type of content to display in the AttachmentsPopupContent.
AuthMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AuthMode.html”>GeoBlazor Docs</a> Authentication modes for the RequestOptions class.
AuthoringInfoFlowTheme <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AuthoringInfoFlowTheme.html”>GeoBlazor Docs</a> Enumeration for AuthoringInfoFlowTheme
AuthoringInfoVisualVariableStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AuthoringInfoVisualVariableStyle.html”>GeoBlazor Docs</a> Enumeration for AuthoringInfoVisualVariableStyle
AuthoringInfoVisualVariableTheme <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AuthoringInfoVisualVariableTheme.html”>GeoBlazor Docs</a> Enumeration for AuthoringInfoVisualVariableTheme
AuthoringInfoVisualVariableUnits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.AuthoringInfoVisualVariableUnits.html”>GeoBlazor Docs</a> Enumeration for AuthoringInfoVisualVariableUnits
Axis <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Axis.html”>GeoBlazor Docs</a> Enumeration for Axis
BasemapGalleryItemState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.BasemapGalleryItemState.html”>GeoBlazor Docs</a> The item’s state. default “loading” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-support-BasemapGalleryItem.html#state”>ArcGIS Maps SDK for JavaScript</a>
BasemapGalleryViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.BasemapGalleryViewModelState.html”>GeoBlazor Docs</a> The view model’s state. default “disabled” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery-BasemapGalleryViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
BasemapStyleName All styles available from the ArcGIS Basemap Styles service. <a target=”_blank” href=”https://developers.arcgis.com/rest/basemap-styles/”>ArcGIS REST APIs</a>
BasemapStylePlace <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.BasemapStylePlace.html”>GeoBlazor Docs</a> Enumeration for BasemapStylePlace
BinaryNodeOperator Defines the way two expressions are combined to yield a single result. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-core-sql-WhereClause.html#BinaryNode”>ArcGIS Maps SDK for JavaScript</a>
BingImageryStyle The Bing Maps Imagery Set Styles. ArcGIS currently only supports 3 options. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BingMapsLayer.html#style”>ArcGIS Maps SDK for JavaScript</a><a target=”_blank” href=”https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-imagery-metadata#template-parameters”>Bing Maps Imagery Set Styles</a>
BlendMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.BlendMode.html”>GeoBlazor Docs</a> Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer. Unlike the method of using transparency which can result in a washed-out top layer, blend modes can create a variety of very vibrant and intriguing results by blending a layer with the layer(s) below it.
Cap <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Cap.html”>GeoBlazor Docs</a> Cap enumeration.
Cardinality The cardinality which specifies the number of objects in the origin FeatureLayer related to the number of objects in the destination FeatureLayer. Please see the Desktop help for additional information on cardinality.
ClassificationMethod <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ClassificationMethod.html”>GeoBlazor Docs</a> Enumeration for ClassificationMethod
ColorRampType An enum converter containing the string values representing the color ramp type. Possible Values:”algorithmic”|”multipart”
CompassViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.CompassViewModelState.html”>GeoBlazor Docs</a> The view model’s state. default “disabled” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass-CompassViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
ConnectionStatus <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ConnectionStatus.html”>GeoBlazor Docs</a> Only valid when the list item represents a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html”>StreamLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItem.html#connectionStatus”>ArcGIS Maps SDK for JavaScript</a>
CoverageInfoVersion <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.CoverageInfoVersion.html”>GeoBlazor Docs</a> The service version. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageInfo”>ArcGIS Maps SDK for JavaScript</a>
CreateOptionsMode Available modes for graphics to be created.
CSVDelimiter Possible Column Delimiters for CSVLayer
CurrentDockPosition <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.CurrentDockPosition.html”>GeoBlazor Docs</a> Dock position in the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html”>View</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#currentDockPosition”>ArcGIS Maps SDK for JavaScript</a>
DateFormat <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DateFormat.html”>GeoBlazor Docs</a> DateFormat enumeration.
DateLabelFormatterLayout The layout of the date label formatter.
DateLabelFormatterType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DateLabelFormatterType.html”>GeoBlazor Docs</a> Enumeration for DateLabelFormatterType
DeconflictionStrategy <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DeconflictionStrategy.html”>GeoBlazor Docs</a> Defines how labels should be placed relative to one another. By default, labels have a static deconfliction strategy, meaning labels that overlap are dropped to make them easier to read. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#deconflictionStrategy”>ArcGIS Maps SDK for JavaScript</a>
Direction <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Direction.html”>GeoBlazor Docs</a> Sorts the column in either ascending (“asc”) or descending (“desc”) order. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#sortColumn”>ArcGIS Maps SDK for JavaScript</a>
DirectionMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DirectionMode.html”>GeoBlazor Docs</a> How direction values are displayed and, in case of input, how they are interpreted. default “relative” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-sketch-SketchValueOptions.html#directionMode”>ArcGIS Maps SDK for JavaScript</a>
DisplayFilterInfoMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DisplayFilterInfoMode.html”>GeoBlazor Docs</a> The display filter mode. default “manual” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-DisplayFilterInfo.html#mode”>ArcGIS Maps SDK for JavaScript</a>
DragAction JavaScript Drag actions
DrawingTool Name of the default drawing tool defined for the template to create a feature.
DrawMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DrawMode.html”>GeoBlazor Docs</a> Enumeration for DrawMode
DynamicDataSourceType Possible types of DynamicDataSource
DynamicJoinType Possible types of joins for a JoinTableDataSource
EdgeOperation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.EdgeOperation.html”>GeoBlazor Docs</a> Sets the reshape operation on the edge. default “split” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#defaultUpdateOptions”>ArcGIS Maps SDK for JavaScript</a>
ElevationInfoMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ElevationInfoMode.html”>GeoBlazor Docs</a> Enumeration for ElevationInfoMode
ElevationUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ElevationUnit.html”>GeoBlazor Docs</a> The unit for `offset` values. default meters <a target=”_blank” href=”global.html#unit”>ArcGIS Maps SDK for JavaScript</a>
ExpandMode The mode in which the Expand widget displays. These modes are listed below. Possible Values:”auto”|”floating”|”drawer” Default Value:”auto”
ExpressionInfoReturnType Indicates the return type of the Arcade expression.
FeatureGeometryType Possible types of geometries for features in a layer or table
FeatureInfoFormat The MIME type that will be requested by popups. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#featureInfoFormat”>ArcGIS Maps SDK for JavaScript</a>
FieldInputType Enumeration for InputType
FieldType Potential types of Fields in a FeatureLayer
FieldValueType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.FieldValueType.html”>GeoBlazor Docs</a><summary> The types of values that can be assigned to a field. </summary>
FilterScope <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.FilterScope.html”>GeoBlazor Docs</a> Enumeration for FilterScope
FontWeight <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.FontWeight.html”>GeoBlazor Docs</a><summary> Weight enumeration. </summary>
FunctionType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.FunctionType.html”>GeoBlazor Docs</a> Enumeration for FunctionType
GeometryEngineAreaUnit Units for area measurement. Use one of the possible values listed below or any of the numeric codes for area units. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#AreaUnits”>ArcGIS Maps SDK for JavaScript</a> Used by Widgets.
GeometryEngineLinearUnit A collection of units for measuring Linear distances. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#LinearUnits”>ArcGIS Maps SDK for JavaScript</a> by the Geometry Engine.
GeometryType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.GeometryType.html”>GeoBlazor Docs</a> Possible types of geometries
HeightModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.HeightModel.html”>GeoBlazor Docs</a> Enumeration for HeightModel
HeightUnit The unit of the vertical coordinate system. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-HeightModelInfo.html#heightUnit”>ArcGIS Maps SDK for JavaScript</a>
HomeViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.HomeViewModelState.html”>GeoBlazor Docs</a> The current state of the widget. default “disabled” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Home-HomeViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
Horizontal <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Horizontal.html”>GeoBlazor Docs</a> Enumeration for Horizontal
HorizontalAlignment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.HorizontalAlignment.html”>GeoBlazor Docs</a> The horizontal alignment for a text symbol’s text.
IgnoreFieldTypes <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.IgnoreFieldTypes.html”>GeoBlazor Docs</a> Enumeration for IgnoreFieldTypes
ImageAreaUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ImageAreaUnit.html”>GeoBlazor Docs</a><summary> Enumeration for ImageAreaUnit </summary>
ImageFormat <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ImageFormat.html”>GeoBlazor Docs</a><summary> The format of the data sent by the server. </summary>
ImageryRendererType An enum of all the possible IImageryRenderer types.
InitialDisplayMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.InitialDisplayMode.html”>GeoBlazor Docs</a> Indicates whether to initially display a list of features, or the content for one feature. default “feature” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html#initialDisplayMode”>ArcGIS Maps SDK for JavaScript</a>
InitialState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.InitialState.html”>GeoBlazor Docs</a> Defines if the group should be expanded or collapsed when the form is initially displayed. default “expanded” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-GroupElement.html#initialState”>ArcGIS Maps SDK for JavaScript</a>
InputCreatedFunctionType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.InputCreatedFunctionType.html”>GeoBlazor Docs</a> Enumeration for InputCreatedFunctionType
InputParserType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.InputParserType.html”>GeoBlazor Docs</a> Enumeration for InputParserType
Interpolation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Interpolation.html”>GeoBlazor Docs</a> Enumeration for Interpolation
IntervalNodeSign Interval node sign. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-core-sql-WhereClause.html#IntervalNode”>ArcGIS Maps SDK for JavaScript</a>
ItemControl <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ItemControl.html”>GeoBlazor Docs</a> Enumeration for ItemControl
Join <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Join.html”>GeoBlazor Docs</a> Join enumeration.
JoinType Join types for creating an offset geometry in GeometryEngine
LabelPlacement The position of the Label. Possible values are based on the feature type. This property requires a value.
LabelPosition <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LabelPosition.html”>GeoBlazor Docs</a> Specifies the orientation of the label position of a polyline label.
LayerType An enum of all the possible ArcGIS Layer types.
LegendStyleLayout The legend style layout when there are multiple legends <a target=”_blank” href=” https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html#style”>ArcGIS Maps SDK for JavaScript</a>
LegendStyleType The Legend style type. <a target=”_blank” href=” https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html#style”>ArcGIS Maps SDK for JavaScript</a>
LegendViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LegendViewModelState.html”>GeoBlazor Docs</a> The view model’s state. default “disabled” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-LegendViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
LengthUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LengthUnit.html”>GeoBlazor Docs</a> Units for linear measurement. Use one of the possible values listed below or any of the numeric codes for linear units. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-core-units.htm”>ArcGIS Maps SDK for JavaScript</a> Used by Widgets.
LinePlacement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LinePlacement.html”>GeoBlazor Docs</a> Placement enumeration.
LineSymbolMarkerStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LineSymbolMarkerStyle.html”>GeoBlazor Docs</a> LineSymbolMarkerStyle enumeration.
ListMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ListMode.html”>GeoBlazor Docs</a> Indicates how the layer should display in the LayerList widget. The possible values are listed below.
LoadStatus <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LoadStatus.html”>GeoBlazor Docs</a> Represents the status of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#load”>load</a> operation. default “not-loaded” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-featureService-FeatureService.html#loadStatus”>ArcGIS Maps SDK for JavaScript</a>
LocateViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.LocateViewModelState.html”>GeoBlazor Docs</a> The current state of the widget. default “disabled” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Locate-LocateViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
LocationType Location types for the LocationService class.
LocatorSearchLocationType Defines the type of location, either street or rooftop, of the point returned from the World Geocoding Service.
MapFontStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.MapFontStyle.html”>GeoBlazor Docs</a> MapFontStyle enumeration.
MapImageFormat The output image type of the MapImageLayer.
MeasurementSystem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.MeasurementSystem.html”>GeoBlazor Docs</a>
MeasurementViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.MeasurementViewModelState.html”>GeoBlazor Docs</a> Enumeration for MeasurementViewModelState
Method <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Method.html”>GeoBlazor Docs</a> Enumeration for Method
MinStartingPoints <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.MinStartingPoints.html”>GeoBlazor Docs</a> Enumeration for MinStartingPoints
NoDataInterpretation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.NoDataInterpretation.html”>GeoBlazor Docs</a> The interpretation of no data values in the raster dataset.
NormalizationType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.NormalizationType.html”>GeoBlazor Docs</a> Indicates how the data is normalized. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#normalizationType”>ArcGIS Maps SDK for JavaScript</a>
Operation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Operation.html”>GeoBlazor Docs</a> Enumeration for Operation
OperationType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.OperationType.html”>GeoBlazor Docs</a> Enumeration for OperationType
OrderBy <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.OrderBy.html”>GeoBlazor Docs</a> Specify ASC (ascending) or DESC (descending) to control the order of the data. For example, in a data set of 10 values from 1 to 10, the percentile value for 0.9 with orderBy set to ascending (ASC) is 9, but when orderBy is set to descending (DESC) the result is 2. The default is ASC.
OrientedImageryType Enum that defines the imagery type used in the particular Oriented Imagery Layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OrientedImageryLayer.html#orientedImageryType”>ArcGIS Maps SDK for JavaScript</a>
OriginPosition The integer’s coordinates will be returned relative to the origin position defined by this property value.
OutputPixelType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.OutputPixelType.html”>GeoBlazor Docs</a> Enumeration for OutputPixelType
OverlayPosition A collection of possible positions for setting a Widget or CustomOverlay
PixelInterpolation Defines how to interpolate pixel values.
PixelType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PixelType.html”>GeoBlazor Docs</a> Types of pixels for raster data sources
PointerType The types of pointers recognized by the DOM
PopupAlignment Position of the popup in relation to the selected feature. The default behavior is to display above the feature and adjust if not enough room. If needing to explicitly control where the popup displays in relation to the feature, choose an option besides auto.
PopupContentType Possible types of content in popups
PopupDockPosition Dock position in the View.
PopupExpressionInfoReturnType Enumeration for PopupExpressionInfoReturnType
PortalAccess <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalAccess.html”>GeoBlazor Docs</a> Enumeration for PortalAccess
PortalGroupAccess <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalGroupAccess.html”>GeoBlazor Docs</a> Enumeration for PortalGroupAccess
PortalItemAccess <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalItemAccess.html”>GeoBlazor Docs</a> Enumeration for PortalItemAccess
PortalItemAddResourceOptionsAccess <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalItemAddResourceOptionsAccess.html”>GeoBlazor Docs</a> Enumeration for PortalItemAddResourceOptionsAccess
PortalItemResourceUpdateOptionsAccess <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalItemResourceUpdateOptionsAccess.html”>GeoBlazor Docs</a> Enumeration for PortalItemResourceUpdateOptionsAccess
PortalMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalMode.html”>GeoBlazor Docs</a> Enumeration for PortalMode
PortalQuerySortOrder <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalQuerySortOrder.html”>GeoBlazor Docs</a> Enumeration for PortalQuerySortOrder
PortalUnits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalUnits.html”>GeoBlazor Docs</a> Enumeration for PortalUnits
PortalUserAccess <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalUserAccess.html”>GeoBlazor Docs</a> Enumeration for PortalUserAccess
PortalUserRole <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalUserRole.html”>GeoBlazor Docs</a> Enumeration for PortalUserRole
PortalUserUnits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.PortalUserUnits.html”>GeoBlazor Docs</a> Enumeration for PortalUserUnits
QuantizationMode Geometry coordinates are optimized for viewing and displaying of data.
QueryUnits The linear units to use for calculating a query buffer distance.
RadiusUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.RadiusUnit.html”>GeoBlazor Docs</a> Unit of the radius. default “meters” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Circle.html#radiusUnit”>ArcGIS Maps SDK for JavaScript</a>
RasterDataType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.DataType.html”>GeoBlazor Docs</a> Enumeration for RasterDataType
RasterInfoDataType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.RasterInfoDataType.html”>GeoBlazor Docs</a> Raster data type controls how the data is rendered by default. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#dataType”>ArcGIS Maps SDK for JavaScript</a>
ReferenceSizeSymbolStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ReferenceSizeSymbolStyle.html”>GeoBlazor Docs</a> Enumeration for ReferenceSizeSymbolStyle
RelationshipDirection <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.RelationshipDirection.html”>GeoBlazor Docs</a> The direction of the relationship. Can either be forward (from origin to destination) or reverse (from destination to origin).
RendererSymbolType The type of symbol to generate. Default 2d. <a target=”_blank” href=”(https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#createAgeRenderer”>ArcGIS Maps SDK for JavaScript</a>
RendererType A collection of renderer types
RequestMethod Request methods for the RequestOptions class.
ResponseType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ResponseType.html”>GeoBlazor Docs</a> Response types for the RequestOptions class.
ReturnServiceEditsOption <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ReturnServiceEditsOption.html”>GeoBlazor Docs</a> Enumeration for ReturnServiceEditsOption
Role Indicates whether the table participating in the relationship is the origin or destination table.
RotationType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.RotationType.html”>GeoBlazor Docs</a> Options for rotation type for RotationVariable
ScaleBarViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ScaleBarViewModelState.html”>GeoBlazor Docs</a> The current state of the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ScaleBar-ScaleBarViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
ScaleBarWidgetStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ScaleBarWidgetStyle.html”>GeoBlazor Docs</a> The style for the scale bar. default “line” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ScaleBar.html#style”>ArcGIS Maps SDK for JavaScript</a>
ScaleUnit Possible unit values for the ScaleBarWidget
SceneFilterSpatialRelationship The type of masking to perform.
SceneLayerGeometryType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SceneLayerGeometryType.html”>GeoBlazor Docs</a> Enumeration for SceneLayerGeometryType
SearchMenu The active menu of the search widget.
SearchSourceType The type of search source.
SearchViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SearchViewModelState.html”>GeoBlazor Docs</a> The current state of the widget. default “ready” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>
SelectionMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SelectionMode.html”>GeoBlazor Docs</a> Specifies the selection mode. default “none” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#selectionMode”>ArcGIS Maps SDK for JavaScript</a>
ServiceMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ServiceMode.html”>GeoBlazor Docs</a> The service mode for the WMTS layer. default “RESTful” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMTSLayer.html#serviceMode”>ArcGIS Maps SDK for JavaScript</a>
Shading <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Shading.html”>GeoBlazor Docs</a> Specifies the type of normals used for lighting. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-MeshComponent.html#shading”>ArcGIS Maps SDK for JavaScript</a>
ShapeOperation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ShapeOperation.html”>GeoBlazor Docs</a> Sets the move constraints for the whole shape. default “move” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#defaultUpdateOptions”>ArcGIS Maps SDK for JavaScript</a>
SimpleFillSymbolStyle The possible fill style for the SimpleFillSymbol
SimpleGeometryType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SimpleGeometryType.html”>GeoBlazor Docs</a> Enumeration for SimpleGeometryType
SimpleLineSymbolStyle Possible line style values for SimpleLineSymbol
SimpleMarkerSymbolStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SimpleMarkerSymbolStyle.html”>GeoBlazor Docs</a> The marker style.
SliderDragEventState Enumeration for the state of a slider drag event.
SliderLabelFormatterType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SliderLabelFormatterType.html”>GeoBlazor Docs</a> Enumeration for SliderLabelFormatterType
SliderLayout <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SliderLayout.html”>GeoBlazor Docs</a> Possible layouts of the SliderWidget
SliderState The state of the SliderWidget.
SliderThumbDragState The state of the drag in a SliderThumbDragEvent.
SliderViewModelType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SliderViewModelType.html”>GeoBlazor Docs</a> Returns the formatted label for a provided value. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider-SliderViewModel.html#getLabelForValue”>ArcGIS Maps SDK for JavaScript</a>
SnowCover <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SnowCover.html”>GeoBlazor Docs</a> Enumeration for SnowCover
SortDirection <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SortDirection.html”>GeoBlazor Docs</a> Enumeration for SortDirection
SortField <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SortField.html”>GeoBlazor Docs</a> Enumeration for SortField
SortOrder <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SortOrder.html”>GeoBlazor Docs</a> The sort order options for OrderByInfo
SourceType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SourceType.html”>GeoBlazor Docs</a> Enumeration for SourceType
SpatialReferenceUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SpatialReferenceUnit.html”>GeoBlazor Docs</a> The unit of the spatial reference. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html#unit”>ArcGIS Maps SDK for JavaScript</a>
SpatialRelationship <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SpatialRelationship.html”>GeoBlazor Docs</a> For spatial queries, this parameter defines the spatial relationship to query features in the layer or layer view against the input geometry. The spatial relationships discover how features are spatially related to each other. <a target=”_blank” href=”The list of fields included in the returned result set. This list is a comma delimited list of field names. If you specify the shape field in the list of return fields, it is ignored. For non-intersection addresses you can specify the candidate fields as defined in the geocode service. For intersection addresses you can specify the intersection candidate fields.”>ArcGIS Maps SDK for JavaScript</a>
SpriteFormat <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SpriteFormat.html”>GeoBlazor Docs</a> Enumeration for SpriteFormat
SqlFormat <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SqlFormat.html”>GeoBlazor Docs</a> This parameter can be either standard SQL92 standard or it can use the native SQL of the underlying datastore native. See the ArcGIS REST API documentation for more information.
StatisticType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.StatisticType.html”>GeoBlazor Docs</a> Defines the type of statistic.
Status <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Status.html”>GeoBlazor Docs</a> Enumeration for Status
StorageType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.StorageType.html”>GeoBlazor Docs</a> This property determines whether sessionStorage or localStorage will be used to store widget state. default “session” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion.html#storageType”>ArcGIS Maps SDK for JavaScript</a>
StretchType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.StretchType.html”>GeoBlazor Docs</a> The stretch type defines a histogram stretch that will be applied to the rasters to enhance their appearance. Stretching improves the appearance of the data by spreading the pixel values along a histogram from the minimum and maximum values defined by their bit depth.
StringFieldOption <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.StringFieldOption.html”>GeoBlazor Docs</a> StringFieldOption enumeration.
SupportedInterpolations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SupportedInterpolations.html”>GeoBlazor Docs</a> Enumeration for SupportedInterpolations
SupportExpressionInfoReturnType Return types for the SupportExpressionInfo
SymbolType SymbolType enumeration.
SystemOrAreaUnit Measurement systems or an area units. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-core-units.html#SystemOrAreaUnit”>ArcGIS Maps SDK for JavaScript</a>
SystemOrLengthUnit <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit.html”>GeoBlazor Docs</a> Unit system (imperial, metric) or specific unit used for displaying the distance values. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Directions.html#unit”>ArcGIS Maps SDK for JavaScript</a>
TemporalTime <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TemporalTime.html”>GeoBlazor Docs</a> Temporal units. Used by TimeInterval on Feature Layers. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-TimeInterval.html”>ArcGIS Maps SDK for JavaScript</a> Used by Feature Layer.
TextAlign <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TextAlign.html”>GeoBlazor Docs</a> Aligns the columns cell content horizontally. default “start” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-Grid-Column.html#textAlign”>ArcGIS Maps SDK for JavaScript</a>
TextDecoration <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TextDecoration.html”>GeoBlazor Docs</a> Decoration enumeration.
TickConfigMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TickConfigMode.html”>GeoBlazor Docs</a> The mode of the TickConfig.
TileInfoFormat Image format of the cached tiles.
TimeField <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TimeField.html”>GeoBlazor Docs</a> Indicates which field from the layer’s <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TimeInfo.html”>timeInfo</a> will be used to calculate observation ages for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#maxDisplayDuration”>trackInfo.maxDisplayDuration</a>. default “startTimeField” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-TrackInfo.html#timeField”>ArcGIS Maps SDK for JavaScript</a>
TraceType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TraceType.html”>GeoBlazor Docs</a> Enumeration for TraceType
TraversabilityModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.TraversabilityModel.html”>GeoBlazor Docs</a> Enumeration for TraversabilityModel
UnivariateSymbolStyle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.UnivariateSymbolStyle.html”>GeoBlazor Docs</a> Enumeration for UnivariateSymbolStyle
UnivariateTheme <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.UnivariateTheme.html”>GeoBlazor Docs</a> Enumeration for UnivariateTheme
ValidationType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ValidationType.html”>GeoBlazor Docs</a> Enumeration for ValidationType
VertexOperation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.VertexOperation.html”>GeoBlazor Docs</a> Sets the move constraints for the vertex. default “move” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#defaultUpdateOptions”>ArcGIS Maps SDK for JavaScript</a>
VertexSpace <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.VertexSpace.html”>GeoBlazor Docs</a> Enumeration for VertexSpace
Vertical <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Vertical.html”>GeoBlazor Docs</a> Enumeration for Vertical
VerticalAlignment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.VerticalAlignment.html”>GeoBlazor Docs</a> The vertical alignment for a text symbol’s text.
ViewingMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ViewingMode.html”>GeoBlazor Docs</a> Enumeration for ViewingMode
ViewModelState Enumeration for the state of the view model.
Visibility <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.Visibility.html”>GeoBlazor Docs</a> Enumeration for Visibility
VisibilityAppearance <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.VisibilityAppearance.html”>GeoBlazor Docs</a> Determines the icons used to indicate visibility. default “default” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#visibilityAppearance”>ArcGIS Maps SDK for JavaScript</a>
VisibilityMode <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.VisibilityMode.html”>GeoBlazor Docs</a> Indicates how to manage the visibility of the children layers. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GroupLayer.html#visibilityMode”>ArcGIS Maps SDK for JavaScript</a>
VisualAxis Only applicable when working in a SceneView. Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer. See the local scene sample for an example of this.
VisualValueRepresentation Specifies how to apply the data value when mapping real-world sizes.
VisualValueUnit Specifies how to apply the data value when mapping real-world sizes.
VisualVariableType A collection of VisualVariable Types
WidgetLayout <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.WidgetLayout.html”>GeoBlazor Docs</a> Enumeration for WidgetLayout
WidgetType An enum of all the possible ArcGIS Widget types.
ZoomViewModelState <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Enums.ZoomViewModelState.html”>GeoBlazor Docs</a> The current state of the widget. default “disabled” <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Zoom-ZoomViewModel.html#state”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Events Namespace

Classes  
BasemapLayerListTriggerActionEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.BasemapLayerListTriggerActionEvent.html”>GeoBlazor Docs</a> Event result type for the BasemapLayerListWidget.OnTriggerAction event.
BlurEvent Fires when browser focus is moved away from the view.
BookmarksBookmarkEditEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.BookmarksBookmarkEditEvent.html”>GeoBlazor Docs</a> Event result type for the BookmarksWidget.OnBookmarkEdit event.
BookmarksBookmarkSelectEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.BookmarksBookmarkSelectEvent.html”>GeoBlazor Docs</a> Event result type for the BookmarksWidget.OnBookmarkSelect event.
BookmarkSelectEvent Event object for a a bookmark select event from the BookmarksWidget.
ClickEvent Event object for all click (single, double, immediate) and hold events.
DomKeyboardEvent Represents the native keyboard event in the DOM.
DomMouseEvent Represents the native mouse event in the DOM.
DomPointerEvent Represents the native DOM pointer event that the ArcGIS event is built on top of.
DragEvent Result of the view.on(‘drag’) event.
FeatureLayerEditsEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.FeatureLayerEditsEvent.html”>GeoBlazor Docs</a> Event result type for the FeatureLayer.OnEdits event.
FeaturesViewModelTriggerActionEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.FeaturesViewModelTriggerActionEvent.html”>GeoBlazor Docs</a> Event result type for the FeaturesViewModel.OnTriggerAction event.
FocusEvent Fires when browser focus is on the view.
GeoJSONLayerEditsEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEvent.html”>GeoBlazor Docs</a> Event result type for the GeoJSONLayer.OnEdits event.
GeoJSONLayerEditsEventAddedFeatures <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventAddedFeatures.html”>GeoBlazor Docs</a> An array of successfully added features.
GeoJSONLayerEditsEventDeletedFeatures <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventDeletedFeatures.html”>GeoBlazor Docs</a> An array of successfully deleted features.
GeoJSONLayerEditsEventUpdatedFeatures <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.GeoJSONLayerEditsEventUpdatedFeatures.html”>GeoBlazor Docs</a> An array of successfully updated features.
HomeGoEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.HomeGoEvent.html”>GeoBlazor Docs</a> Event result type for the HomeWidget.OnGo event.
HomeViewModelGoEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.HomeViewModelGoEvent.html”>GeoBlazor Docs</a> Event result type for the HomeViewModel.OnGo event.
JsEvent Base class for many events triggered in Javascript.
KeyDownEvent Fires after a keyboard key is pressed.
KeyUpEvent Fires after a keyboard key is released.
LayerListTriggerActionEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.LayerListTriggerActionEvent.html”>GeoBlazor Docs</a> Event result type for the LayerListWidget.OnTriggerAction event.
LayerListViewModelTriggerActionEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.LayerListViewModelTriggerActionEvent.html”>GeoBlazor Docs</a> Event result type for the LayerListViewModel.OnTriggerAction event.
LayerViewCreateErrorEvent Fires when an error emits during the creation of a LayerView after a layer has been added to the map.
LayerViewCreateEvent Return event from the OnJavascriptLayerViewCreate(LayerViewCreateInternalEvent) event.
LayerViewCreateInternalEvent Custom return event from the OnJavascriptLayerViewCreate(LayerViewCreateInternalEvent) event.
LayerViewDestroyEvent Fires after a LayerView is destroyed and is no longer rendered in the view. This happens for example when a layer is removed from the map of the view.
LocateErrorEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.LocateErrorEvent.html”>GeoBlazor Docs</a> Event result type for the LocateWidget.OnLocateError event.
LocateEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.LocateEvent.html”>GeoBlazor Docs</a> Event result type for the LocateWidget.OnLocate event.
LocateViewModelLocateErrorEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.LocateViewModelLocateErrorEvent.html”>GeoBlazor Docs</a> Event result type for the LocateViewModel.OnLocateError event.
LocateViewModelLocateEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.LocateViewModelLocateEvent.html”>GeoBlazor Docs</a> Event result type for the LocateViewModel.OnLocate event.
MouseWheelEvent Fires when a wheel button of a pointing device (typically a mouse) is scrolled on the view.
PointerEvent This event type returns for all pointer events (down, up, enter, leave, move, etc.).
PopupTriggerActionEvent The event that is triggered when an action is executed.
RefreshEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.RefreshEvent.html”>GeoBlazor Docs</a> Event result type for the WFSLayer.OnRefresh event.
ResizeEvent Result of the view.on(‘resize’) event
SceneLayerEditsEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SceneLayerEditsEvent.html”>GeoBlazor Docs</a> Event result type for the SceneLayer.OnEdits event.
SearchBlurEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchBlurEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSearchBlur event.
SearchClearEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchClearEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSearchClear event.
SearchCompleteEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchCompleteEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSearchComplete event.
SearchFocusEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchFocusEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSearchFocus event.
SearchSelectResultEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchSelectResultEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSelectResult event.
SearchStartEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchStartEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSearchStart event.
SearchSuggestCompleteEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchSuggestCompleteEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSuggestComplete event.
SearchSuggestStartEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchSuggestStartEvent.html”>GeoBlazor Docs</a> Event result type for the SearchWidget.OnSuggestStart event.
SearchViewModelSearchClearEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchViewModelSearchClearEvent.html”>GeoBlazor Docs</a> Event result type for the SearchViewModel.OnSearchClear event.
SearchViewModelSearchCompleteEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchViewModelSearchCompleteEvent.html”>GeoBlazor Docs</a> Event result type for the SearchViewModel.OnSearchComplete event.
SearchViewModelSearchStartEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchViewModelSearchStartEvent.html”>GeoBlazor Docs</a> Event result type for the SearchViewModel.OnSearchStart event.
SearchViewModelSelectResultEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchViewModelSelectResultEvent.html”>GeoBlazor Docs</a> Event result type for the SearchViewModel.OnSelectResult event.
SearchViewModelSuggestCompleteEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchViewModelSuggestCompleteEvent.html”>GeoBlazor Docs</a> Event result type for the SearchViewModel.OnSuggestComplete event.
SearchViewModelSuggestStartEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SearchViewModelSuggestStartEvent.html”>GeoBlazor Docs</a> Event result type for the SearchViewModel.OnSuggestStart event.
SliderMaxChangeEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderMaxChangeEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnMaxChange event.
SliderMaxClickEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderMaxClickEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnMaxClick event.
SliderMinChangeEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderMinChangeEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnMinChange event.
SliderMinClickEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderMinClickEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnMinClick event.
SliderSegmentClickEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderSegmentClickEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnSegmentClick event.
SliderSegmentDragEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderSegmentDragEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnSegmentDrag event.
SliderThumbChangeEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderThumbChangeEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnThumbChange event.
SliderThumbClickEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderThumbClickEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnThumbClick event.
SliderThumbDragEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderThumbDragEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnThumbDrag event.
SliderTickClickEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderTickClickEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnTickClick event.
SliderTrackClickEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.SliderTrackClickEvent.html”>GeoBlazor Docs</a> Event result type for the SliderWidget.OnTrackClick event.
TrackTrackErrorEvent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.TrackTrackErrorEvent.html”>GeoBlazor Docs</a> Event result type for the TrackWidget.OnTrackError event.
VertexAddEventInfoVertices <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.VertexAddEventInfoVertices.html”>GeoBlazor Docs</a> Contains the details of the added vertices to track changes in topology of the geometry. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch.html#VertexAddEventInfo”>ArcGIS Maps SDK for JavaScript</a>
VertexRemoveEventInfoVertices <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Events.VertexRemoveEventInfoVertices.html”>GeoBlazor Docs</a> Contains the details of the removed vertices to track changes in topology of the geometry. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch.html#VertexRemoveEventInfo”>ArcGIS Maps SDK for JavaScript</a>
Interfaces  
IDomUiEvent Interface for DOM UI events (keyboard, mouse, touch).

dymaptic.GeoBlazor.Core.Exceptions Namespace

Classes  
InvalidChildElementException Exception thrown when a component is added to the wrong type of parent component.
JavascriptError A JavaScript error
JavascriptException Converts a JavaScript Error into a .NET Exception
MissingMapException Exception when a MapView is created with no Map or WebMap
MissingRequiredChildElementException An exception that specifies that a required child component was not added to the parent.
MissingRequiredOptionsChildElementException An exception that specifies that none of the choices of required child components were added.
UnMatchedTargetNameException This exception is thrown when a watchExpression’s target object name doesn’t match the targetName parameter.

dymaptic.GeoBlazor.Core.Functions Namespace

Classes  
ConvertFunction  
FilterFunction  
FormatFunction  
GetSpriteInfo  
GroupByFunction  
InputParser  
ReverseConvertFunction  
SliderLabelFormatter Callback for formatting tick labels on a SliderWidget.
Delegates  
BaseFilterPredicate(ListItem) <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Functions.BaseFilterPredicate.html”>GeoBlazor Docs</a>
BasemapFilter(Basemap, int, IReadOnlyCollection<Basemap>) This function is used by the filterFunction property to filter basemaps after they are fetched from the Portal.
DateLabelFormatter(DateTime, DateLabelFormatterType, ElementReference, DateLabelFormatterLayout) This function is used by the labelFormatFunction property to specify custom formatting and styling of the min, max and extent labels of the time slider widget.
FetchFeatureInfoFunction(object)  
GetResultsHandler(Nullable<bool>, Point, Nullable<int>, Nullable<int>, SpatialReference, SuggestResult, Nullable<Guid>) A function that is passed as a parameter to get search results. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchSource.html#GetResultsHandler”>ArcGIS Maps SDK for JavaScript</a>
GetSuggestionsHandler(Nullable<int>, Nullable<int>, SpatialReference, string, Nullable<Guid>) An object that is passed as a parameter to get search suggestions. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchSource.html#GetSuggestionsParameters”>ArcGIS Maps SDK for JavaScript</a>
GoToOverride(GoToOverrideParameters) The delegate for the GoToOverride function.
InputCreatedFunction(ElementReference, InputCreatedFunctionType, int) Passes a JavaScript function to an ArcGIS property.
LayerListFilterPredicate(ListItem) <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Functions.LayerListFilterPredicate.html”>GeoBlazor Docs</a> The content displayed in the ListItem panel. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList-ListItemPanel.html#LayerListItemPanelContent”>ArcGIS Maps SDK for JavaScript</a>
PixelFilterFunction(PixelData) Passes a JavaScript function to an ArcGIS property.
ReferenceFilterPredicate(ListItem) <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Functions.ReferenceFilterPredicate.html”>GeoBlazor Docs</a>
ThumbCreatedFunction(int, double, ElementReference, ElementReference) Passes a JavaScript function to an ArcGIS property.
TickCreatedFunction(double, ElementReference, ElementReference) Callback delegate that fires for each tick.
UpdateBasemapsCallback(IReadOnlyCollection<Basemap>) Passes a JavaScript function to an ArcGIS property.

dymaptic.GeoBlazor.Core.Interfaces Namespace

Classes  
IElevationSource Interface for elevation sources.
Interfaces  
IAPIKeyMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IAPIKeyMixin.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, FeatureLayer, SceneLayer, TileLayer
IArcGISCachedService <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IArcGISCachedService.html”>GeoBlazor Docs</a> Interface for types ElevationLayer, TileLayer
IArcGISMapService <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IArcGISMapService.html”>GeoBlazor Docs</a> Interface for types MapImageLayer, TileLayer
IAttributeBinsQuery  
IAttributeBinsQueryBinParameters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IAttributeBinsQueryBinParameters.html”>GeoBlazor Docs</a> Bin parameters describe the characteristics of the bins, including their size and starting value. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html#binParameters”>ArcGIS Maps SDK for JavaScript</a>
IAttributeTableGroupElementElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IAttributeTableGroupElementElements.html”>GeoBlazor Docs</a> An array of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableFieldElement.html”>field</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableRelationshipElement.html”>relationship</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableAttachmentElement.html”>attachment</a> elements to display as grouped. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableGroupElement.html#elements”>ArcGIS Maps SDK for JavaScript</a>
IAttributeTableTemplate  
IAttributeTableTemplateElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IAttributeTableTemplateElements.html”>GeoBlazor Docs</a> An array of attribute table element objects that represent an ordered list of table elements. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-AttributeTableTemplate.html#elements”>ArcGIS Maps SDK for JavaScript</a>
IBasemapGalleryWidgetSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IBasemapGalleryWidgetSource.html”>GeoBlazor Docs</a> The source for basemaps that the widget will display. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html#source”>ArcGIS Maps SDK for JavaScript</a>
IBasemapLayerListCatalogOptionsVisibleElements The visible elements of the basemap layer list catalog options.
IBlendLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IBlendLayer.html”>GeoBlazor Docs</a> Interface for types BaseTileLayer, BingMapsLayer, CatalogDynamicGroupLayer, CatalogFootprintLayer, CatalogLayer, CSVLayer, FeatureLayer, GeoJSONLayer, GeoRSSLayer, GraphicsLayer, GroupLayer, ImageryLayer, ImageryTileLayer, KMLLayer, MapImageLayer, OpenStreetMapLayer, TileLayer, VectorTileLayer, WCSLayer, WebTileLayer, WFSLayer, WMSLayer, WMTSLayer
ICatalogLayerListWidget Interface for the CatalogLayerListWidget component, only available in GeoBlazor Pro.
IChartMediaInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IChartMediaInfo.html”>GeoBlazor Docs</a> Interface for types BarChartMediaInfo, ColumnChartMediaInfo, LineChartMediaInfo, PieChartMediaInfo
IClassBreaksRendererBackgroundFillSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IClassBreaksRendererBackgroundFillSymbol.html”>GeoBlazor Docs</a> When symbolizing polygon features with graduated symbols, set a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol.html”>FillSymbol</a> on this property to visualize the boundaries of each feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html#backgroundFillSymbol”>ArcGIS Maps SDK for JavaScript</a>
IClosestFacilityParametersFacilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IClosestFacilityParametersFacilities.html”>GeoBlazor Docs</a> One or more locations that are searched for when finding the closest location. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilityParameters.html#facilities”>ArcGIS Maps SDK for JavaScript</a>
IClosestFacilityParametersIncidents <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IClosestFacilityParametersIncidents.html”>GeoBlazor Docs</a> One or more locations from which the service searches for the nearby locations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ClosestFacilityParameters.html#incidents”>ArcGIS Maps SDK for JavaScript</a>
IColorRampServiceCreateColorRamp <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IColorRampServiceCreateColorRamp.html”>GeoBlazor Docs</a> Interface for types AlgorithmicColorRamp, MultipartColorRamp
IColorSizeSliderWidgetUpdateVisualVariables <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IColorSizeSliderWidgetUpdateVisualVariables.html”>GeoBlazor Docs</a> Interface for types ColorVariable, SizeVariable
ICoverageInfoCoverageDescription <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ICoverageInfoCoverageDescription.html”>GeoBlazor Docs</a> Coverage description for different versions. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageInfo”>ArcGIS Maps SDK for JavaScript</a>
ICreateFeaturesWorkflowDataFullTemplate <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ICreateFeaturesWorkflowDataFullTemplate.html”>GeoBlazor Docs</a> The full version of the template referenced by the property `creationInfo.template`. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-CreateFeaturesWorkflowData.html#fullTemplate”>ArcGIS Maps SDK for JavaScript</a>
ICreateToolEventInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ICreateToolEventInfo.html”>GeoBlazor Docs</a>
ICreationInfoTemplate <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ICreationInfoTemplate.html”>GeoBlazor Docs</a>
ICustomParametersMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ICustomParametersMixin.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, FeatureLayer, MapImageLayer, SceneLayer, TileLayer
IDisplayFilteredLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IDisplayFilteredLayer.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, CSVLayer, FeatureLayer, GeoJSONLayer, WFSLayer
IDynamicDataLayerDataSource A table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#DynamicDataLayer”>ArcGIS Maps SDK for JavaScript</a>
IEditorViewModelActiveWorkflow <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IEditorViewModelActiveWorkflow.html”>GeoBlazor Docs</a> A property indicating the current active workflow. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-EditorViewModel.html#activeWorkflow”>ArcGIS Maps SDK for JavaScript</a>
IEditorViewModelGetTemplatesForLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IEditorViewModelGetTemplatesForLayer.html”>GeoBlazor Docs</a> Get all of the editing templates associated with a given layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-EditorViewModel.html#getTemplatesForLayer”>ArcGIS Maps SDK for JavaScript</a>
IEditorWidgetActiveWorkflow <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IEditorWidgetActiveWorkflow.html”>GeoBlazor Docs</a> A property indicating the current active workflow. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#activeWorkflow”>ArcGIS Maps SDK for JavaScript</a>
IElement Interface for types FieldElement, GroupElement, RelationshipElement, TextElement
IElementsAttributeTableElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IElementsAttributeTableElement.html”>GeoBlazor Docs</a> Interface for types AttributeTableAttachmentElement, AttributeTableFieldElement, AttributeTableGroupElement, AttributeTableRelationshipElement
IElementsElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IElementsElement.html”>GeoBlazor Docs</a> Interface for types AttachmentElement, FieldElement, GroupElement, RelationshipElement, TextElement, UtilityNetworkAssociationsElement
IElevationLayer  
IElevationSampler  
IEnvironmentLighting <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IEnvironmentLighting.html”>GeoBlazor Docs</a> Settings for defining the lighting of the scene. default SunLighting <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Environment.html#lighting”>ArcGIS Maps SDK for JavaScript</a>
IEnvironmentWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IEnvironmentWeather.html”>GeoBlazor Docs</a> Indicates the type of weather visualization in the scene. default SunnyWeather <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Environment.html#weather”>ArcGIS Maps SDK for JavaScript</a>
IFeatureEffectLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureEffectLayer.html”>GeoBlazor Docs</a> Interface for types CatalogFootprintLayer, CSVLayer, FeatureLayer, GeoJSONLayer, WFSLayer
IFeatureFormViewModelInputs <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureFormViewModelInputs.html”>GeoBlazor Docs</a> The field, group, or relationship inputs that make up the form <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html”>FeatureForm</a> widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#inputs”>ArcGIS Maps SDK for JavaScript</a>
IFeatureLayerBase <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureLayerBase.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, FeatureLayer
IFeatureReduction Interface for FeatureReduction classes available in GeoBlazor Pro. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReduction.html”>ArcGIS Maps SDK for JavaScript</a>
IFeatureReductionLayer Defines a layer that supports Feature Reduction clusters and binning in GeoBlazor Pro
IFeatureServiceResourcesBundleLayers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureServiceResourcesBundleLayers.html”>GeoBlazor Docs</a>
IFeatureSetLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureSetLayer.html”>GeoBlazor Docs</a> Interface for types CatalogFootprintLayer, CatalogLayer, CSVLayer, FeatureLayer, GeoJSONLayer, SubtypeSublayer, WFSLayer
IFeatureTableCellDblclickEventNative <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableCellDblclickEventNative.html”>GeoBlazor Docs</a>
IFeatureTableCellKeydownEventNative <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableCellKeydownEventNative.html”>GeoBlazor Docs</a>
IFeatureTableViewModelActiveFilters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableViewModelActiveFilters.html”>GeoBlazor Docs</a> A read-only property indicating the type of filter used by the table. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-FeatureTableViewModel.html#activeFilters”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTableViewModelCellDblclickEventNative <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableViewModelCellDblclickEventNative.html”>GeoBlazor Docs</a> The native event object used for the interaction.
IFeatureTableViewModelCellPointeroutEventNative <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableViewModelCellPointeroutEventNative.html”>GeoBlazor Docs</a> The native event object used for the interaction.
IFeatureTableViewModelColumns <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableViewModelColumns.html”>GeoBlazor Docs</a> A read-only collection of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-Grid-Column.html”>column</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-FieldColumn.html”>field</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-Grid-GroupColumn.html”>group</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-ActionColumn.html”>action</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-AttachmentsColumn.html”>attachment</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-RelationshipColumn.html”>relationship</a> columns that are displayed within the table. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-FeatureTableViewModel.html#columns”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTableWidgetActiveFilters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableWidgetActiveFilters.html”>GeoBlazor Docs</a> A read-only property indicating the type of filter used by the table. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#activeFilters”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTableWidgetColumns <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableWidgetColumns.html”>GeoBlazor Docs</a> A read-only collection of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-Grid-Column.html”>column</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-FieldColumn.html”>field</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-Grid-GroupColumn.html”>group</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-ActionColumn.html”>action</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-AttachmentsColumn.html”>attachment</a>, and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-RelationshipColumn.html”>relationship</a> columns that are displayed within the table. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#columns”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTableWidgetFindColumn Interface for types ActionColumn, AttachmentsColumn, Column, FieldColumn, GroupColumn, RelationshipColumn
IFeatureTableWidgetLayers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTableWidgetLayers.html”>GeoBlazor Docs</a> An array of layers listed within the <a target=”_blank” href=”https://developers.arcgis.com/calcite-design-system/components/dropdown/”>dropdown component</a> of the table’s header. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#layers”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTemplate  
IFeatureTemplatesViewModelItems <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTemplatesViewModelItems.html”>GeoBlazor Docs</a> The template items or grouped template items. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTemplates-FeatureTemplatesViewModel.html#items”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTemplatesViewModelLayers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTemplatesViewModelLayers.html”>GeoBlazor Docs</a> An array of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayers</a> that are associated with the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTemplates-FeatureTemplatesViewModel.html#layers”>ArcGIS Maps SDK for JavaScript</a>
IFeatureTemplatesWidgetLayers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureTemplatesWidgetLayers.html”>GeoBlazor Docs</a> An array of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayers</a> to display within the widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTemplates.html#layers”>ArcGIS Maps SDK for JavaScript</a>
IFeatureViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IFeatureViewModel.html”>GeoBlazor Docs</a>
IFeatureWidget  
IFormTemplate Represents a form template that can be used to create new features in a feature layer. Available only in GeoBlazor Pro.
IGeolocationPositioning <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IGeolocationPositioning.html”>GeoBlazor Docs</a> Interface for types LocateViewModel, TrackViewModel
IGoTo Interface for components that can be used to override the goTo() method.
IGroupLayer For reading GroupLayer layers from GeoBlazor Pro.
IHighlightLayerViewMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IHighlightLayerViewMixin.html”>GeoBlazor Docs</a> Interface for types CatalogFootprintLayerView, CSVLayerView, FeatureLayerView, GeoJSONLayerView, GraphicsLayerView, OGCFeatureLayerView, StreamLayerView, WFSLayerView
IHitTestItem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IHitTestItem.html”>GeoBlazor Docs</a> A list of layers and graphics to include in the hitTest. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest”>ArcGIS Maps SDK for JavaScript</a>
IImageryRenderer The IImageryRenderer is an interface for a group of renderers used for Imagery Layers
IImageryTileMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IImageryTileMixin.html”>GeoBlazor Docs</a> Interface for types ImageryTileLayer, WCSLayer
IInteractiveRecord Defines a type that has methods calling to JavaScript but is not a MapComponent
IIntersectItem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IIntersectItem.html”>GeoBlazor Docs</a> Items which are to be excluded when querying elevation from view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-ElevationProfile-ElevationProfileLineView.html#exclude”>ArcGIS Maps SDK for JavaScript</a>
ILayerParent <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ILayerParent.html”>GeoBlazor Docs</a> The parent to which the layer belongs. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#parent”>ArcGIS Maps SDK for JavaScript</a>
ILayersMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ILayersMixin.html”>GeoBlazor Docs</a> Interface for types GroupLayer
ILegendElement <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ILegendElement.html”>GeoBlazor Docs</a> The legendElements is constructed using the layer <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html”>Renderer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#legendElements”>ArcGIS Maps SDK for JavaScript</a>
IMapComponent An interface for all map components.
IMeasurementViewModelActiveViewModel <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IMeasurementViewModelActiveViewModel.html”>GeoBlazor Docs</a> View model of the active measurement widget. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement-MeasurementViewModel.html#activeViewModel”>ArcGIS Maps SDK for JavaScript</a>
IMeasurementWidgetActiveWidget <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IMeasurementWidgetActiveWidget.html”>GeoBlazor Docs</a> The measurement widget that is currently being used. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Measurement.html#activeWidget”>ArcGIS Maps SDK for JavaScript</a>
IMeshComponentMaterial <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IMeshComponentMaterial.html”>GeoBlazor Docs</a> The material determines how the component is visualized. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-MeshComponent.html#material”>ArcGIS Maps SDK for JavaScript</a>
IMeshUtilsSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IMeshUtilsSource.html”>GeoBlazor Docs</a> Creates a mesh geometry by sampling elevation data from an elevation service on a regular grid. param extent The extent from which to create the mesh. param options.demResolution Controls the horizontal resolution (cell size) in meters from which elevation data is sampled (defaults to `auto`). See <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html#queryElevation”>ElevationLayer.queryElevation</a> for more details on the different settings. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-meshUtils.html#createFromElevation”>ArcGIS Maps SDK for JavaScript</a>
IMeshVertexSpace Interface for VertexSpace in a Mesh.
INamedTraceConfigurationTraceConfiguration <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.INamedTraceConfigurationTraceConfiguration.html”>GeoBlazor Docs</a> The full definition of the trace configuration. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-NamedTraceConfiguration.html#traceConfiguration”>ArcGIS Maps SDK for JavaScript</a>
INormalizationBinParametersMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.INormalizationBinParametersMixin.html”>GeoBlazor Docs</a> Interface for types AutoIntervalBinParameters, FixedIntervalBinParameters
IOperationalLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IOperationalLayer.html”>GeoBlazor Docs</a> Interface for types BingMapsLayer, CatalogLayer, ElevationLayer, FeatureLayer, GeoJSONLayer, GeoRSSLayer, GroupLayer, ImageryLayer, ImageryTileLayer, KMLLayer, MapImageLayer, OpenStreetMapLayer, TileLayer, VectorTileLayer, WCSLayer, WebTileLayer, WFSLayer, WMSLayer, WMTSLayer
IOrderedLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IOrderedLayer.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, CSVLayer, FeatureLayer, GeoJSONLayer, WFSLayer
IPieChartRendererVisualVariables <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IPieChartRendererVisualVariables.html”>GeoBlazor Docs</a> An array of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-SizeVariable.html”>Size Visual Variable</a> objects. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PieChartRenderer.html#visualVariables”>ArcGIS Maps SDK for JavaScript</a>
IPopupTemplateLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IPopupTemplateLayer.html”>GeoBlazor Docs</a>
IPortalLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IPortalLayer.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, CSVLayer, ElevationLayer, FeatureLayer, GroupLayer, ImageryLayer, ImageryTileLayer, KMLLayer, OpenStreetMapLayer, SceneLayer, TileLayer, WCSLayer, WebTileLayer, WFSLayer, WMSLayer, WMTSLayer
IPublishableLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IPublishableLayer.html”>GeoBlazor Docs</a> Interface for types FeatureLayer
IQueryMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IQueryMixin.html”>GeoBlazor Docs</a> Interface for types AttributeBinsQuery
IRasterPresetRendererMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRasterPresetRendererMixin.html”>GeoBlazor Docs</a> Interface for types ImageryLayer, ImageryTileLayer
IRefreshableLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRefreshableLayer.html”>GeoBlazor Docs</a> Interface for types BaseTileLayer, BingMapsLayer, CatalogLayer, ImageryLayer, MapImageLayer, OpenStreetMapLayer, TileLayer, WebTileLayer, WFSLayer, WMSLayer, WMTSLayer
IRenderersRenderer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRenderersRenderer.html”>GeoBlazor Docs</a> Interface for types HeatmapRenderer
IRendererWithVisualVariables <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRendererWithVisualVariables.html”>GeoBlazor Docs</a> Interface for types ClassBreaksRenderer, DictionaryRenderer, PieChartRenderer, SimpleRenderer, UniqueValueRenderer
IRouteStopSymbolsBreak <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteStopSymbolsBreak.html”>GeoBlazor Docs</a> The default symbol for _break_ <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#stops”>stops</a>. default { type: “simple-marker”, color: [255, 255, 255], size: 12, outline: { color: [0, 122, 194], width: 3 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteStopSymbols.html#break”>ArcGIS Maps SDK for JavaScript</a>
IRouteStopSymbolsFirst <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteStopSymbolsFirst.html”>GeoBlazor Docs</a> The default symbol for the first <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#stops”>stop</a>. default { type: “simple-marker”, color: [0, 255, 0], size: 20, outline: { color: [255, 255, 255], width: 4 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteStopSymbols.html#first”>ArcGIS Maps SDK for JavaScript</a>
IRouteStopSymbolsLast <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteStopSymbolsLast.html”>GeoBlazor Docs</a> The default symbol for a _last_ <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#stops”>stop</a>. default { type: “simple-marker”, color: [255, 0, 0], size: 20, outline: { color: [255, 255, 255], width: 4 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteStopSymbols.html#last”>ArcGIS Maps SDK for JavaScript</a>
IRouteStopSymbolsMiddle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteStopSymbolsMiddle.html”>GeoBlazor Docs</a> The default symbol for _middle_ <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#stops”>stops</a>. default { type: “simple-marker”, color: [51, 51, 51],, size: 12, outline: { color: [0, 122, 194], width: 3 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteStopSymbols.html#middle”>ArcGIS Maps SDK for JavaScript</a>
IRouteStopSymbolsUnlocated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteStopSymbolsUnlocated.html”>GeoBlazor Docs</a> The default symbol for an _unlocated_ <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#stops”>stops</a>. default { type: “simple-marker”, color: [255, 0, 0], size: 12, outline: { color: [255, 255, 255], width: 3 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteStopSymbols.html#unlocated”>ArcGIS Maps SDK for JavaScript</a>
IRouteStopSymbolsWaypoint <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteStopSymbolsWaypoint.html”>GeoBlazor Docs</a> The default symbol for _waypoint_ <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#stops”>stops</a>. default { type: “simple-marker”, color: [255, 255, 255], size: 12, outline: { color: [0, 122, 194], width: 3 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteStopSymbols.html#waypoint”>ArcGIS Maps SDK for JavaScript</a>
IRouteSymbolsDirectionLines <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteSymbolsDirectionLines.html”>GeoBlazor Docs</a> The default symbol for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#directionLines”>direction lines</a>. default { type: “simple-line”, color: [0, 122, 194], width: 6 } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteSymbols.html#directionLines”>ArcGIS Maps SDK for JavaScript</a>
IRouteSymbolsDirectionPoints <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteSymbolsDirectionPoints.html”>GeoBlazor Docs</a> The default symbol for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#directionPoints”>direction points</a>. default { type: “simple-marker”, color: [255, 255, 255], size: 6, outline: { color: [0, 122, 194], width: 2 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteSymbols.html#directionPoints”>ArcGIS Maps SDK for JavaScript</a>
IRouteSymbolsPointBarriers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteSymbolsPointBarriers.html”>GeoBlazor Docs</a> The default symbol for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#pointBarriers”>point barriers</a>. default { type: “simple-marker”, style: “x”, size: 10, outline: { color: [255, 0, 0], width: 3 } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteSymbols.html#pointBarriers”>ArcGIS Maps SDK for JavaScript</a>
IRouteSymbolsPolygonBarriers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteSymbolsPolygonBarriers.html”>GeoBlazor Docs</a> The default symbol for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#polygonBarriers”>polygon barriers</a>. default { type: “simple-fill”, color: [255, 170, 0, 0.6], outline: { width: 7.5, color: [255, 0, 0, 0.6] } } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteSymbols.html#polygonBarriers”>ArcGIS Maps SDK for JavaScript</a>
IRouteSymbolsPolylineBarriers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteSymbolsPolylineBarriers.html”>GeoBlazor Docs</a> The default symbol for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#polylineBarriers”>polyline Barriers</a>. default { type: “simple-line”, color: [255, 85, 0, 0.7], width: 7.5 } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteSymbols.html#polylineBarriers”>ArcGIS Maps SDK for JavaScript</a>
IRouteSymbolsRouteInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IRouteSymbolsRouteInfo.html”>GeoBlazor Docs</a> The default symbol for the overall <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#routeInfo”>route</a>. default { type: “simple-line”, color: [20, 89, 127], width: 8 } <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RouteSymbols.html#routeInfo”>ArcGIS Maps SDK for JavaScript</a>
IScaleRangeLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IScaleRangeLayer.html”>GeoBlazor Docs</a> Interface for types BaseTileLayer, BingMapsLayer, CatalogDynamicGroupLayer, CatalogFootprintLayer, CatalogLayer, CSVLayer, FeatureLayer, GeoJSONLayer, GeoRSSLayer, GraphicsLayer, ImageryLayer, ImageryTileLayer, KMLLayer, MapImageLayer, OpenStreetMapLayer, SceneLayer, TileLayer, VectorTileLayer, WCSLayer, WebTileLayer, WFSLayer, WMSLayer, WMTSLayer
ISceneService <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISceneService.html”>GeoBlazor Docs</a> Interface for types SceneLayer
ISceneViewEnvironmentLighting <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISceneViewEnvironmentLighting.html”>GeoBlazor Docs</a> Indicates the type of lighting in the scene. default SunLighting <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#environment”>ArcGIS Maps SDK for JavaScript</a>
ISceneViewEnvironmentWeather <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISceneViewEnvironmentWeather.html”>GeoBlazor Docs</a> Indicates the type of weather visualization in the scene. default SunnyWeather <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#environment”>ArcGIS Maps SDK for JavaScript</a>
IServiceAreaParametersFacilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IServiceAreaParametersFacilities.html”>GeoBlazor Docs</a> The input locations around which service areas are generated. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ServiceAreaParameters.html#facilities”>ArcGIS Maps SDK for JavaScript</a>
ISizeScheme The size scheme used by the visual variable. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-univariateColorSize.html#ContinuousRendererResult”>ArcGIS Maps SDK for JavaScript</a>
ISketchViewModelPointSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISketchViewModelPointSymbol.html”>GeoBlazor Docs</a> A <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html”>SimpleMarkerSymbol</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PointSymbol3D.html”>PointSymbol3D</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html”>TextSymbol</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html”>CIMSymbol</a>, or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-WebStyleSymbol.html”>WebStyleSymbol</a> used for representing the point geometry that is being drawn. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#pointSymbol”>ArcGIS Maps SDK for JavaScript</a>
ISketchViewModelPolygonSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISketchViewModelPolygonSymbol.html”>GeoBlazor Docs</a> A <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleFillSymbol.html”>SimpleFillSymbol</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PolygonSymbol3D.html”>PolygonSymbol3D</a>, or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html”>CIMSymbol</a> used for representing the polygon geometry that is being drawn. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#polygonSymbol”>ArcGIS Maps SDK for JavaScript</a>
ISketchViewModelPolylineSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISketchViewModelPolylineSymbol.html”>GeoBlazor Docs</a> A <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html”>SimpleLineSymbol</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol3D.html”>LineSymbol3D</a>, or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html”>CIMSymbol</a> used for representing the polyline geometry that is being drawn. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Sketch-SketchViewModel.html#polylineSymbol”>ArcGIS Maps SDK for JavaScript</a>
ISliceViewModelExcludedLayers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISliceViewModelExcludedLayers.html”>GeoBlazor Docs</a> Add layers to this collection to exclude them from the slice. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slice-SliceViewModel.html#excludedLayers”>ArcGIS Maps SDK for JavaScript</a>
ISublayersOwner <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISublayersOwner.html”>GeoBlazor Docs</a> Interface for types MapImageLayer, TileLayer
ISymbol2D <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISymbol2D.html”>GeoBlazor Docs</a> Interface for types PictureFillSymbol, PictureMarkerSymbol, SimpleFillSymbol, SimpleLineSymbol, SimpleMarkerSymbol, TextSymbol
ISymbol2D3D <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISymbol2D3D.html”>GeoBlazor Docs</a>
ISymbolsFillSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISymbolsFillSymbol.html”>GeoBlazor Docs</a> Interface for types PictureFillSymbol, SimpleFillSymbol
ISymbolsMarkerSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISymbolsMarkerSymbol.html”>GeoBlazor Docs</a> Interface for types PictureMarkerSymbol, SimpleMarkerSymbol
ISymbolsSymbol <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISymbolsSymbol.html”>GeoBlazor Docs</a>
ISymbolTableElementType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ISymbolTableElementType.html”>GeoBlazor Docs</a> An array of each symbol/category/break rendered for the symbol table. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#SymbolTableElement”>ArcGIS Maps SDK for JavaScript</a>
ITableListWidget Interface for the TableListWidget, only available in GeoBlazor Pro.
ITablesMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITablesMixin.html”>GeoBlazor Docs</a> Interface for types GroupLayer
ITemplateItemTemplate <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITemplateItemTemplate.html”>GeoBlazor Docs</a> The associated <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureTemplate.html”>FeatureTemplate</a> for the item. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTemplates-TemplateItem.html#template”>ArcGIS Maps SDK for JavaScript</a>
ITemporalLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITemporalLayer.html”>GeoBlazor Docs</a> Interface for types CatalogLayer, CSVLayer, FeatureLayer, ImageryLayer, MapImageLayer
ITemporalSceneLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITemporalSceneLayer.html”>GeoBlazor Docs</a> Interface for types SceneLayer
ITimeSliderViewModelDocument <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITimeSliderViewModelDocument.html”>GeoBlazor Docs</a> Interface for types WebMap, WebScene
ITimeSliderWidgetDocument <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITimeSliderWidgetDocument.html”>GeoBlazor Docs</a> Interface for types WebMap, WebScene
ITimeUtilsDocument <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITimeUtilsDocument.html”>GeoBlazor Docs</a> Interface for types WebMap, WebScene
ITrackableLayer <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.ITrackableLayer.html”>GeoBlazor Docs</a> Interface for types CSVLayer, FeatureLayer, GeoJSONLayer, WFSLayer
IUnivariateColorSizeRampElementInfos <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IUnivariateColorSizeRampElementInfos.html”>GeoBlazor Docs</a>
IUpdateToolEventInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo.html”>GeoBlazor Docs</a>
IUtilityNetwork  
IVectorTileLayerSpriteSourceInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IVectorTileLayerSpriteSourceInfo.html”>GeoBlazor Docs</a> Interface for types SpriteSourceImageInfo, SpriteSourceUrlInfo
IVersionAdaptersUtilsInput <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IVersionAdaptersUtilsInput.html”>GeoBlazor Docs</a> Interface for types FeatureLayer, Network, UtilityNetwork
IVersionAdapterVersionableItem <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IVersionAdapterVersionableItem.html”>GeoBlazor Docs</a> Contains items with the `gdbVersion` property. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-versionManagement-VersionManagementService.html#VersionAdapter”>ArcGIS Maps SDK for JavaScript</a>
IVersionManagementUtilsInput <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IVersionManagementUtilsInput.html”>GeoBlazor Docs</a> Interface for types VersionAdapter, WebMap
IViewModel Convenience interface for managing view models for layers and widgets.
IVisualVariablesMixin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IVisualVariablesMixin.html”>GeoBlazor Docs</a> Interface for types ClassBreaksRenderer, DictionaryRenderer, SimpleRenderer, UniqueValueRenderer
IWMSLayerDimensions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IWMSLayerDimensions.html”>GeoBlazor Docs</a> An array of time, elevation and other dimensions for the root layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WMSLayer.html#dimensions”>ArcGIS Maps SDK for JavaScript</a>
IWMSSublayerDimensions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Interfaces.IWMSSublayerDimensions.html”>GeoBlazor Docs</a> An array of time, elevation and other dimensions for the sublayer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html#dimensions”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Model Namespace

Classes  
AbortManager The AbortManager translates a .NET System.Threading.CancellationToken into a JavaScript abort signal.
AbortManagerResult The result of creating an abort controller and signal.
Address A complete street address for use in an AddressQuery
AddressCandidate Represents the result of a geocode service operation as a list of address candidates. This resource provides information about candidates, including the address, location, and match score. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AddressCandidate.html”>ArcGIS Maps SDK for JavaScript</a>
AddressQuery A collection of parameters to pass to locator.addressToLocations
AiAssistantServices Provides access to AI assistant services for various natural language processing tasks
AiUtilityServices Provides access to AI utility services for operations like translation
AnalyticsCapability Describes what analytics capabilities are enabled on the layer.
ArcGISImageServiceCapabilitiesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ArcGISImageServiceCapabilitiesQuery.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>query</a> operations supported by the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
ArcGISMapServiceCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilities.html”>GeoBlazor Docs</a> Indicates the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISMapService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
ArcGISMapServiceCapabilitiesExportMap <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportMap.html”>GeoBlazor Docs</a> Indicates options supported by the exportMap operation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISMapService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
ArcGISMapServiceCapabilitiesExportTiles <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportTiles.html”>GeoBlazor Docs</a> Indicates options supported by the exportTiles operation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISMapService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
ArcGISMapServiceCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesOperations.html”>GeoBlazor Docs</a> Indicates operations that can be performed on the service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISMapService.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
AsyncFleetRouting Asynchronous fleet routing service
AsyncPrintTask Asynchronous print task service
AsyncRoutingService Asynchronous routing service with travel mode support
Attachment The attachment to be added, updated or deleted in an AttachmentEdit.
AttachmentCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.AttachmentCapabilities.html”>GeoBlazor Docs</a> The editing capabilities for attachments. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#AttachmentCapabilities”>ArcGIS Maps SDK for JavaScript</a>
AttachmentCapability Describes what attachment capabilities are enabled on the layer.
AttachmentEdit AttachmentEdit represents an attachment that can be added, updated or deleted via applyEdits. This object can be either pre-uploaded data or base 64 encoded data. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#AttachmentEdit”>ArcGIS Maps SDK for JavaScript</a>
AttachmentInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.AttachmentInfo.html”>GeoBlazor Docs</a> The `AttachmentInfo` class returns information about attachments associated with a feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html”>ArcGIS Maps SDK for JavaScript</a>
AttachmentQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.AttachmentQuery.html”>GeoBlazor Docs</a> This class defines parameters for executing queries for feature attachments from a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>feature layer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html”>ArcGIS Maps SDK for JavaScript</a>
AttributesDictionary Dictionary of Graphic Attributes that can be asynchronously updated
AuthenticationManager Manager for all authentication-related tasks, tokens, and keys
BaseImageMeasureParameters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.BaseImageMeasureParameters.html”>GeoBlazor Docs</a> Base class for imagery mensuration operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-BaseImageMeasureParameters.html”>ArcGIS Maps SDK for JavaScript</a>
BookmarkThumbnail <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.BookmarkThumbnail.html”>GeoBlazor Docs</a> The URL for a thumbnail image. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webmap-Bookmark.html#thumbnail”>ArcGIS Maps SDK for JavaScript</a>
Bounds <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Bounds.html”>GeoBlazor Docs</a> Represents the effective bounds of the slider. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#Bounds”>ArcGIS Maps SDK for JavaScript</a>
BreakPoint Defines the dimensions of the View at which to dock the popup. Set to false to disable docking at a breakpoint. DefaultValue: true
CameraInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CameraInfo.html”>GeoBlazor Docs</a> Camera information returned as a result of running <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#queryGPSInfo”>ImageryLayer.queryGPSInfo()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#queryGPSInfo”>imageService.queryGPSInfo()</a> methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-CameraInfo.html”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CapabilitiesQuery.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>query</a> operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
CapabilitiesQuerySupportedSpatialAggregationStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CapabilitiesQuerySupportedSpatialAggregationStatistics.html”>GeoBlazor Docs</a> List of supported aggregated geometries returned for each distinct group when <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#groupByFieldsForStatistics”>groupByFieldsForStatistics</a> is used. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
ColorBackground <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ColorBackground.html”>GeoBlazor Docs</a> Represents the background color of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html”>WebMap</a> when displayed in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html”>MapView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webmap-background-ColorBackground.html”>ArcGIS Maps SDK for JavaScript</a>
ColormapPixel Represents a pixel in a colormap.
CompositeTransformationGeoTransforms1 <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CompositeTransformationGeoTransforms1.html”>GeoBlazor Docs</a>
CoverageDescriptionV100 <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100.html”>GeoBlazor Docs</a> Coverage description for WCS service version 1.0.0. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100DomainSet <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100DomainSet.html”>GeoBlazor Docs</a> Describes the spatial and temporal domain of a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100DomainSetSpatialDomain <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100DomainSetSpatialDomain.html”>GeoBlazor Docs</a> Spatial domain of a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100DomainSetSpatialDomainOffset <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100DomainSetSpatialDomainOffset.html”>GeoBlazor Docs</a> Spatial domain x, y offset. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100DomainSetSpatialDomainOrigin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100DomainSetSpatialDomainOrigin.html”>GeoBlazor Docs</a> Spatial domain x, y origin. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100RangeSet <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100RangeSet.html”>GeoBlazor Docs</a> Defines the properties (categories, measures, or values) assigned to each location in the domain. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100RangeSetAxis <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100RangeSetAxis.html”>GeoBlazor Docs</a> Provides additional information on compound valued range set. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV100SupportedCRSs <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100SupportedCRSs.html”>GeoBlazor Docs</a> Coordinate reference systems supported by a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV100”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110 <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110.html”>GeoBlazor Docs</a> Coverage description for WCS service version 1.1.0. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110Domain <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Domain.html”>GeoBlazor Docs</a> Describes the spatial and temporal domain of a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110DomainSpatialDomain <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110DomainSpatialDomain.html”>GeoBlazor Docs</a> Spatial extent or domain of a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110DomainSpatialDomainOffset <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110DomainSpatialDomainOffset.html”>GeoBlazor Docs</a> Spatial domain x, y offset. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110DomainSpatialDomainOrigin <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110DomainSpatialDomainOrigin.html”>GeoBlazor Docs</a> Spatial domain x, y origin. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110Range <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Range.html”>GeoBlazor Docs</a> Defines the properties (categories, measures, or values) assigned to each location in the domain. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110RangeAxis <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110RangeAxis.html”>GeoBlazor Docs</a> Provides additional information on compound valued range. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV110Resolution <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110Resolution.html”>GeoBlazor Docs</a> Resolution x, y. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV110”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201 <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201.html”>GeoBlazor Docs</a> Coverage description for WCS service version 2.0.1 <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201BoundedBy <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201BoundedBy.html”>GeoBlazor Docs</a> Spatial and temporal extent of a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201BoundedByEnvelopeAllDims <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201BoundedByEnvelopeAllDims.html”>GeoBlazor Docs</a> The spatial extent dimensions. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201DomainSet <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201DomainSet.html”>GeoBlazor Docs</a> Domains associated with a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201DomainSetResolution <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201DomainSetResolution.html”>GeoBlazor Docs</a> Domain x, y resolution. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201EoMetadata <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201EoMetadata.html”>GeoBlazor Docs</a> The WCS 2.0 Earth Observation coverage metadata. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201EoMetadataObservation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201EoMetadataObservation.html”>GeoBlazor Docs</a> Earth observation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201RangeType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201RangeType.html”>GeoBlazor Docs</a> Describes the semantics of the range set values supported by a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageDescriptionV201Resolution <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201Resolution.html”>GeoBlazor Docs</a> Service x,y resolution. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageDescriptionV201”>ArcGIS Maps SDK for JavaScript</a>
CoverageInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CoverageInfo.html”>GeoBlazor Docs</a> Coverage information associated with a WCS service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#CoverageInfo”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerCapabilitiesAttachment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesAttachment.html”>GeoBlazor Docs</a>
CSVLayerCapabilitiesData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesData.html”>GeoBlazor Docs</a> Describes characteristics of the data in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerCapabilitiesEditing <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesEditing.html”>GeoBlazor Docs</a> Describes editing capabilities that can be performed on the features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerCapabilitiesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesQuery.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>query</a> operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
CSVLayerCapabilitiesQueryRelated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesQueryRelated.html”>GeoBlazor Docs</a> Indicates if the layer’s query operation supports querying features or records related to features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
DataCapability Describes characteristics of the data in the layer.
Dimension Defines a screen measurement in points or pixels. Supports implicit conversion from string, int, or double. Dimensions can include `pt` or `px` units. If no units are specified, `pt` is assumed.
DisplayFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.DisplayFilter.html”>GeoBlazor Docs</a> Display filters limit which features of a layer are displayed. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-DisplayFilter.html”>ArcGIS Maps SDK for JavaScript</a>
EditedFeatureResultEditedFeatures <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.EditedFeatureResultEditedFeatures.html”>GeoBlazor Docs</a> Object containing all edited features belonging to the specified layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#EditedFeatureResult”>ArcGIS Maps SDK for JavaScript</a>
EditedFeatureResultEditedFeaturesUpdates <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.EditedFeatureResultEditedFeaturesUpdates.html”>GeoBlazor Docs</a> Object containing original and updated features as a result of editing a feature that participates in a composite relationship. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#EditedFeatureResult”>ArcGIS Maps SDK for JavaScript</a>
EditFieldsInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.EditFieldsInfo.html”>GeoBlazor Docs</a> The fields that record who adds or edits data in the feature service and when the edit is made. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#EditFieldsInfo”>ArcGIS Maps SDK for JavaScript</a>
EditingCapability Describes editing capabilities that can be performed on the features in the layer via ApplyEdits().
EditingInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.EditingInfo.html”>GeoBlazor Docs</a> Specifies information about editing. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#EditingInfo”>ArcGIS Maps SDK for JavaScript</a>
Effect <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureEffect.html#Effect”>ArcGIS Maps SDK for JavaScript</a>
ElevationDimension <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ElevationDimension.html”>GeoBlazor Docs</a> Elevation dimension information. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html#ElevationDimension”>ArcGIS Maps SDK for JavaScript</a>
ElevationLayerService Service for accessing elevation layer data
ElevationQueryResultSampleInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ElevationQueryResultSampleInfo.html”>GeoBlazor Docs</a> Contains additional information about how the geometry was sampled. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#ElevationQueryResult”>ArcGIS Maps SDK for JavaScript</a>
Error Error is a class that enhances the debugging and error handling process. Rather than returning a generic JavaScript error, this Error returns a standardized error object with several properties. The error class can be useful in many scenarios, such as working with promises, the esriRequest module, and many different layers and widgets. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Error.html”>ArcGIS JS API</a>
ExifInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ExifInfo.html”>GeoBlazor Docs</a> An array of <a target=”_blank” href=”https://en.wikipedia.org/wiki/Exif”>Exchangeable image file format</a> information for the attachment. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html#ExifInfo”>ArcGIS Maps SDK for JavaScript</a>
ExifInfoTags <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ExifInfoTags.html”>GeoBlazor Docs</a> Array of tag objects containing the following properties: <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html#ExifInfo”>ArcGIS Maps SDK for JavaScript</a>
ExportTileMap Mapping between source and export URLs for tile services
FacilityLayerInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FacilityLayerInfo.html”>GeoBlazor Docs</a> The FacilityLayerInfo describes the footprints of managed buildings and other structures. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FacilityLayerInfo.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureEditResultError If the edit failed, the edit result includes an error. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#FeatureEditResult”>ArcGIS Maps SDK for JavaScript</a>
FeatureEdits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FeatureEdits.html”>GeoBlazor Docs</a>
FeatureIdentifier <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FeatureIdentifier.html”>GeoBlazor Docs</a> A feature identifier. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#FeatureIdentifier”>ArcGIS Maps SDK for JavaScript</a>
FeatureLayerCapabilities Describes the layer’s supported capabilities.
FeatureSet <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FeatureSet.html”>GeoBlazor Docs</a> A collection of features returned from ArcGIS Server or used as input to methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FeatureType.html”>GeoBlazor Docs</a> FeatureType is a subset of features defined in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a> that share the same attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureType.html”>ArcGIS Maps SDK for JavaScript</a>
FeatureViewModelLastEditInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FeatureViewModelLastEditInfo.html”>GeoBlazor Docs</a> A read-only property containing metadata regarding the last edit performed on a feature. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Feature-FeatureViewModel.html#lastEditInfo”>ArcGIS Maps SDK for JavaScript</a>
FetchResource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FetchResource.html”>GeoBlazor Docs</a> A resource reference returned in the result of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#fetchResources”>fetchResources()</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#FetchResource”>ArcGIS Maps SDK for JavaScript</a>
FieldsIndex <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FieldsIndex.html”>GeoBlazor Docs</a> An array of date fields or field json objects.
FindImagesParameters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.FindImagesParameters.html”>GeoBlazor Docs</a> Input parameter for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#findImages”>ImageryLayer.findImages()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#findImages”>imageService.findImages()</a> methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FindImagesParameters.html”>ArcGIS Maps SDK for JavaScript</a>
GenericDimension <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GenericDimension.html”>GeoBlazor Docs</a> Generic dimension information. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html#GenericDimension”>ArcGIS Maps SDK for JavaScript</a>
GeocodeService Service for geocoding addresses and locations
GeographicTransformation Projecting your data between coordinate systems sometimes requires transforming between geographic coordinate systems. Geographic transformations are used to transform coordinates between spatial references that have different geographic coordinate systems, and thus different datums. Using the most suitable transformation ensures the best possible accuracy when converting geometries from one spatial reference to another. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-GeographicTransformation.html”>ArcGIS Maps SDK for JavaScript</a>
GeographicTransformationStep Represents a step in the process of transforming coordinates from one geographic coordinate system to another. A geographic transformation step can be constructed from a well-known ID (wkid) or a well known text (wkt) that represents a geographic datum transformation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-GeographicTransformationStep.html”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerApplyEditsEdits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerApplyEditsEdits.html”>GeoBlazor Docs</a>
GeoJSONLayerCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerCapabilitiesAttachment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesAttachment.html”>GeoBlazor Docs</a>
GeoJSONLayerCapabilitiesData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesData.html”>GeoBlazor Docs</a> Describes characteristics of the data in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerCapabilitiesEditing <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesEditing.html”>GeoBlazor Docs</a> Describes editing capabilities that can be performed on the features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerCapabilitiesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQuery.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>query</a> operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
GeoJSONLayerCapabilitiesQueryRelated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQueryRelated.html”>GeoBlazor Docs</a> Indicates if the layer’s query operation supports querying features or records related to features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
GeometryFieldsInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo.html”>GeoBlazor Docs</a> The `GeometryFieldsInfo` class returns information about the system maintained geometry information associated with a specific feature in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-GeometryFieldsInfo.html”>ArcGIS Maps SDK for JavaScript</a>
Geotrigger <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Geotrigger.html”>GeoBlazor Docs</a> A Geotrigger is a condition that will be monitored against dynamic GIS data - for example using a spatial operation to check for enter/exit. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-geotriggersInfo-Geotrigger.html”>ArcGIS Maps SDK for JavaScript</a>
GeotriggersInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GeotriggersInfo.html”>GeoBlazor Docs</a> Information relating to a list of Geotriggers. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-GeotriggersInfo.html”>ArcGIS Maps SDK for JavaScript</a>
GoToOverrideParameters The following properties define a goTo override function. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-widget.html#GoToOverride”>ArcGIS Maps SDK for JavaScript</a>
GoToParameters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.GoToParameters.html”>GeoBlazor Docs</a> The parameters for the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo”>MapView’s goTo()</a> method and the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#goTo”>SceneView’s goTo()</a> method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-support-widget.html#GoToParameters”>ArcGIS Maps SDK for JavaScript</a>
GoToTarget The target location/viewpoint to animate to in the goTo() method. A two or three-element array of numbers represents the [x,y,z] coordinates to center the view on. When using an object for the target, use the properties in this record.
GraphicHit Object specification for the graphic hit result returned in HitTestResult of the hitTest() method.
GraphicOrigin  
Ground <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Ground.html”>GeoBlazor Docs</a> The Ground class contains properties that specify how the ground surface is displayed in a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html”>ArcGIS Maps SDK for JavaScript</a>
Handle A handle to a LayerView.Highlight call result. The handle can be used to remove the installed highlight or other events.
HeightModelInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.HeightModelInfo.html”>GeoBlazor Docs</a> The height model info defines the characteristics of a vertical coordinate system. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-HeightModelInfo.html”>ArcGIS Maps SDK for JavaScript</a>
HelperServices Provides access to various ArcGIS helper services and endpoints
ImageData Represents the image data of a screenshot.
ImageObject <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ImageObject.html”>GeoBlazor Docs</a> Defines an image object that can be used when setting <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteSourceImageInfo”>SpriteSourceImageInfo</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#ImageObject”>ArcGIS Maps SDK for JavaScript</a>
LabelInfos <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.LabelInfos.html”>GeoBlazor Docs</a> Label infos for the slider. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#LabelInfos”>ArcGIS Maps SDK for JavaScript</a>
LayerSearchSourceFilter For filtering suggests or search results. Setting a value here takes precedence over withinViewEnabled. Please see the object specification table below for details.
LevelLayerInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.LevelLayerInfo.html”>GeoBlazor Docs</a> The LevelLayerInfo class describes the footprint of each occupiable floor contained in a managed facility. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LevelLayerInfo.html”>ArcGIS Maps SDK for JavaScript</a>
ListItemPanelContent Represents the content of a ListItem panel, which can be a System.String, Widget, or an Microsoft.AspNetCore.Components.ElementReference.
LocatorSearchSourceFilter For filtering suggests or search results. Setting a value here takes precedence over withinViewEnabled. Please see the object specification table below for details.
LogicComponent A base class for non-map components, such as GeometryEngine, Projection, etc.
MapColor Creates a new color object by passing either a hex, rgb(a), hsl(a) or named color value. Hex, hsl(a) and named color values can be passed as a string: <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html”>ArcGIS Maps SDK for JavaScript</a>
MapFloorInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.MapFloorInfo.html”>GeoBlazor Docs</a> Floor-aware maps facilitate visualizing, editing, and analyzing indoor data and they allow for fast navigation of buildings in maps and scenes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-support-MapFloorInfo.html”>ArcGIS Maps SDK for JavaScript</a>
MapPath Represents both Paths and Rings, as a two-dimensional array of number coordinates. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html#paths”>ArcGIS Maps SDK for JavaScript</a>
MapPoint This is another representation of Point that should be used to create MapPaths.
MeasurementValue <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.MeasurementValue.html”>GeoBlazor Docs</a> An object containing measurement values returned from a mensuration operation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#measurementValue”>ArcGIS Maps SDK for JavaScript</a>
Members <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Members.html”>GeoBlazor Docs</a> Members returned in the result of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalGroup.html#fetchMembers”>fetchMembers()</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalGroup.html#Members”>ArcGIS Maps SDK for JavaScript</a>
MetadataCapability Describes the metadata contained on features in the layer.
MosaicRule <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.MosaicRule.html”>GeoBlazor Docs</a> Specifies the mosaic rule when defining how individual images should be mosaicked. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MosaicRule.html”>ArcGIS Maps SDK for JavaScript</a>
ObjectId Wraps the string and numeric possibilities of ObjectIds from ArcGIS.
OperationsCapability Describes operations that can be performed on features in the layer.
OrientationInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.OrientationInfo.html”>GeoBlazor Docs</a> An object containing properties specific to the orientation of an image attachment. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-query-support-AttachmentInfo.html#OrientationInfo”>ArcGIS Maps SDK for JavaScript</a>
PackagingService Service for packaging maps and data for offline use
PixelBlockAddDataPlaneData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PixelBlockAddDataPlaneData.html”>GeoBlazor Docs</a>
PixelBlockAddDataPlaneDataStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PixelBlockAddDataPlaneDataStatistics.html”>GeoBlazor Docs</a>
PixelSize <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PixelSize.html”>GeoBlazor Docs</a> Specifies the pixel size (or the resolution). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#PixelSize”>ArcGIS Maps SDK for JavaScript</a>
PixelSizeSpatialReference <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PixelSizeSpatialReference.html”>GeoBlazor Docs</a> Spatial reference to be used for the request. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#PixelSize”>ArcGIS Maps SDK for JavaScript</a>
PortalGroup <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PortalGroup.html”>GeoBlazor Docs</a> The group resource represents a group within the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html”>Portal</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalGroup.html”>ArcGIS Maps SDK for JavaScript</a>
PortalHub Represents the Hub configuration for the organization.
PortalHubCommunityOrg Represents the community organization configuration for Hub.
PortalHubEvents Represents the events configuration for Hub.
PortalHubSettings Represents the settings for Hub.
PortalItemApplicationProxies <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PortalItemApplicationProxies.html”>GeoBlazor Docs</a> Contains an array of objects containing proxy information for premium platform services. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies”>ArcGIS Maps SDK for JavaScript</a>
PortalItemResource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PortalItemResource.html”>GeoBlazor Docs</a> A reference to a portal item resource. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItemResource.html”>ArcGIS Maps SDK for JavaScript</a>
PortalLink Represents a link in the portal organization settings.
PortalLinks Represents the links section of the organization settings.
PortalOpenData Represents the Open Data configuration for the organization.
PortalOpenDataMigrations Represents the migration settings for Open Data.
PortalOpenDataSettings Represents the settings for Open Data.
PortalProperties Represents the organization settings structure from the ArcGIS Portal API.
PortalQueryParams <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PortalQueryParams.html”>GeoBlazor Docs</a> The parameters used to perform a query for Items, Groups, and Users within a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html”>Portal</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalQueryParams.html”>ArcGIS Maps SDK for JavaScript</a>
PortalRating <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PortalRating.html”>GeoBlazor Docs</a> PortalRating provides details about the rating associated with a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html”>Portal item</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalRating.html”>ArcGIS Maps SDK for JavaScript</a>
PortalSharedTheme Represents the shared theme configuration for the organization.
PortalSharedThemeBody Represents the body theming configuration.
PortalSharedThemeButton Represents the button theming configuration.
PortalSharedThemeHeader Represents the header theming configuration.
PortalSharedThemeLogo Represents the logo configuration in the shared theme.
Presentation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Presentation.html”>GeoBlazor Docs</a> A presentation contains a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html”>Collection</a> of <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html”>slides</a> that allows users to quickly navigate to predefined settings of a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html”>SceneView</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Presentation.html”>ArcGIS Maps SDK for JavaScript</a>
PrintLayoutOptions Options for configuring print layouts
PrintTaskService Service for print tasks to create printable maps
PrintTemplateService Template configuration for print services
ProjectionEngine A client-side projection engine for converting geometries from one SpatialReference to another. When projecting geometries the starting spatial reference must be specified on the input geometry. You can specify a specific geographic (datum) transformation for the project operation, or accept the default transformation if one is needed. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html”>ArcGIS Maps SDK for JavaScript</a>
PublishingInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.PublishingInfo.html”>GeoBlazor Docs</a> This stops when the status has been determined or when the layer is destroyed. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-PublishingInfo.html”>ArcGIS Maps SDK for JavaScript</a>
QuantizationParameters Used to project the geometry onto a virtual grid, likely representing pixels on the screen. Geometry coordinates are converted to integers by building a grid with a resolution matching the quantizationParameters.tolerance. Each coordinate is then snapped to one pixel on the grid.
Query <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Query.html”>GeoBlazor Docs</a> This class defines parameters for executing queries for features from a layer or layer view. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>ArcGIS Maps SDK for JavaScript</a>
QueryCapability Describes query operations that can be performed on features in the layer.
QueryCompositeTransformation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.QueryCompositeTransformation.html”>GeoBlazor Docs</a>
QueryParameterValues <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.QueryParameterValues.html”>GeoBlazor Docs</a> Filters features from the layer based on pre-authored parameterized filters. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#parameterValues”>ArcGIS Maps SDK for JavaScript</a>
QueryRangeValues <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.QueryRangeValues.html”>GeoBlazor Docs</a> Filters features from the layer that are within the specified range values. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html#rangeValues”>ArcGIS Maps SDK for JavaScript</a>
QueryRelatedCapability Indicates if the layer’s query operation supports querying features or records related to features in the layer.
QuerySimpleTransformation <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.QuerySimpleTransformation.html”>GeoBlazor Docs</a>
QueryTopFeaturesCapability Describes top features query operations that can be performed on features in the layer.
RampTitle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RampTitle.html”>GeoBlazor Docs</a> Describes the schema of the RampTitle element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#RampTitle”>ArcGIS Maps SDK for JavaScript</a>
RasterBandInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterBandInfo.html”>GeoBlazor Docs</a> referenced by <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#serviceRasterInfo”>ImageryLayer</a> or module:esri/layers/ImageryTileLayer#rasterInfo. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterBandInfo.html”>ArcGIS Maps SDK for JavaScript</a>
RasterBandStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterBandStatistics.html”>GeoBlazor Docs</a> Raster statistics information returned that meets the specified <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageHistogramParameters.html”>ImageHistogramParameters</a> from the `computeStatisticsHistograms()` method on <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#computeStatisticsHistograms”>ImageryLayer</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#computeStatisticsHistograms”>ImageryTileLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#RasterBandStatistics”>ArcGIS Maps SDK for JavaScript</a>
RasterFunctionInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterFunctionInfo.html”>GeoBlazor Docs</a> The raster function published with the image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#RasterFunctionInfo”>ArcGIS Maps SDK for JavaScript</a>
RasterHistogram <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterHistogram.html”>GeoBlazor Docs</a> Raster histogram information returned that meets the specified <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageHistogramParameters.html”>ImageHistogramParameters</a> from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#computeHistograms”>computeHistograms()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#computeStatisticsHistograms”>computeStatisticsHistograms()</a> method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#RasterHistogram”>ArcGIS Maps SDK for JavaScript</a>
RasterInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterInfo.html”>GeoBlazor Docs</a> Describes general raster data information exposed by the ArcGIS REST API for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html”>ImageryLayer</a>, <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html”>ImageryTileLayer</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html”>WCSLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html”>ArcGIS Maps SDK for JavaScript</a>
RasterInfoPixelSize <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterInfoPixelSize.html”>GeoBlazor Docs</a> Raster pixel size. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#pixelSize”>ArcGIS Maps SDK for JavaScript</a>
RasterInfoStatistics <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterInfoStatistics.html”>GeoBlazor Docs</a> Raster band statistics. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#statistics”>ArcGIS Maps SDK for JavaScript</a>
RasterMultidimensionalInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterMultidimensionalInfo.html”>GeoBlazor Docs</a> RasterMultidimensionalInfo contains dimensions for each variable in the service describing information about the images collected at multiple times, depths, or heights. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#RasterMultidimensionalInfo”>ArcGIS Maps SDK for JavaScript</a>
RasterMultidimensionalInfoVariables <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterMultidimensionalInfoVariables.html”>GeoBlazor Docs</a> The multi dimensional variables. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#RasterMultidimensionalInfo”>ArcGIS Maps SDK for JavaScript</a>
RasterMultidimensionalInfoVariablesDimensions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterMultidimensionalInfoVariablesDimensions.html”>GeoBlazor Docs</a> A dimension may be used to represent real physical dimensions such as time or depth/height. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-RasterInfo.html#RasterMultidimensionalInfo”>ArcGIS Maps SDK for JavaScript</a>
RasterSliceValue <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RasterSliceValue.html”>GeoBlazor Docs</a> Data series returned in <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#RasterIdentifyResult”>RasterIdentifyResult</a> when <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#identify”>identify()</a> is called on a transposed multidimensional ImageryTileLayer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#RasterSliceValue”>ArcGIS Maps SDK for JavaScript</a>
Relationship <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Relationship.html”>GeoBlazor Docs</a> Describes a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>layer’s</a> relationship with another layer or table. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Relationship.html”>ArcGIS Maps SDK for JavaScript</a>
RelationshipCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RelationshipCapabilities.html”>GeoBlazor Docs</a> Specific permissions for relationship operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#RelationshipCapabilities”>ArcGIS Maps SDK for JavaScript</a>
RelationshipQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RelationshipQuery.html”>GeoBlazor Docs</a> This class defines parameters for executing queries for related records from a layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-RelationshipQuery.html”>ArcGIS Maps SDK for JavaScript</a>
RendererTitle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.RendererTitle.html”>GeoBlazor Docs</a> Describes the schema of the RendererTitle element. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#RendererTitle”>ArcGIS Maps SDK for JavaScript</a>
ResultTypeJSON <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ResultTypeJSON.html”>GeoBlazor Docs</a> ResultTypeJSON specifies the type of results to return after running a trace. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceParameters.html#ResultTypeJSON”>ArcGIS Maps SDK for JavaScript</a>
RotatorPanel Custom HTML for the home page.
RoutingService Synchronous routing service with travel mode support
SceneFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneFilter.html”>GeoBlazor Docs</a> A SceneFilter defines parameters for setting a client-side spatial filter on a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#filter”>SceneLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SceneFilter.html”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerCapabilitiesData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesData.html”>GeoBlazor Docs</a> Describes characteristics of the data in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerCapabilitiesEditing <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesEditing.html”>GeoBlazor Docs</a> Describes editing capabilities that can be performed on the features in the layer via <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#applyEdits”>applyEdits()</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerCapabilitiesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesQuery.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>query</a> operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
SceneLayerCapabilitiesQueryRelated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesQueryRelated.html”>GeoBlazor Docs</a> Indicates if the layer’s query operation supports querying features or records related to features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#Capabilities”>ArcGIS Maps SDK for JavaScript</a>
SceneServiceVersion <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SceneServiceVersion.html”>GeoBlazor Docs</a> The version of the scene service specification used for this service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-SceneService.html#version”>ArcGIS Maps SDK for JavaScript</a>
ScreenPoint <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ScreenPoint.html”>GeoBlazor Docs</a> An object representing a point on the screen. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-layers-BaseLayerView2D.html#ScreenPoint”>ArcGIS Maps SDK for JavaScript</a>
Screenshot Represents a screenshot of the map view.
ScreenshotArea Specifies whether to take a screenshot of a specific area of the view. The area coordinates are relative to the origin of the padded view and will be clipped to the view size. Defaults to the whole view.
ScreenshotOptions Options for taking a screenshot
SearchResponse <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SearchResponse.html”>GeoBlazor Docs</a> When resolved, returns this response after calling <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#search”>search</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#SearchResponse”>ArcGIS Maps SDK for JavaScript</a>
SearchResponseErrors <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SearchResponseErrors.html”>GeoBlazor Docs</a>
SearchSourceFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SearchSourceFilter.html”>GeoBlazor Docs</a> For filtering suggests or search results. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchSource.html#filter”>ArcGIS Maps SDK for JavaScript</a>
SelectionFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SelectionFilter.html”>GeoBlazor Docs</a> Use this for selecting rows within the table based off of their object ID. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-FeatureTableViewModel.html#SelectionFilter”>ArcGIS Maps SDK for JavaScript</a>
SeparableWrapModes <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SeparableWrapModes.html”>GeoBlazor Docs</a> A separable wrap configuration for horizontal and vertical wrapping modes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-MeshTexture.html#SeparableWrapModes”>ArcGIS Maps SDK for JavaScript</a>
ServiceEdits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ServiceEdits.html”>GeoBlazor Docs</a> Results returned from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateAddAssociations”>generateAddAssociations</a> method and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#generateDeleteAssociations”>generateDeleteAssociations</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#ServiceEdits”>ArcGIS Maps SDK for JavaScript</a>
ServiceEditsIdentifierFields <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ServiceEditsIdentifierFields.html”>GeoBlazor Docs</a> Identifier for globalId and objectId. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-UtilityNetwork.html#ServiceEdits”>ArcGIS Maps SDK for JavaScript</a>
SiteLayerInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SiteLayerInfo.html”>GeoBlazor Docs</a> The SiteLayerInfo class describes the boundaries of managed sites and is used for visualizing groups of facilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-SiteLayerInfo.html”>ArcGIS Maps SDK for JavaScript</a>
SlideDescription <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideDescription.html”>GeoBlazor Docs</a> The description of the slide. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#description”>ArcGIS Maps SDK for JavaScript</a>
SlideEnvironment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideEnvironment.html”>GeoBlazor Docs</a> Represents settings that affect the environment in which the WebScene is displayed (such as lighting). <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#environment”>ArcGIS Maps SDK for JavaScript</a>
SlideGround <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideGround.html”>GeoBlazor Docs</a> Ground properties for this slide. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#ground”>ArcGIS Maps SDK for JavaScript</a>
SlideThumbnail <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideThumbnail.html”>GeoBlazor Docs</a> A data URI encoded thumbnail. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#thumbnail”>ArcGIS Maps SDK for JavaScript</a>
SlideTitle <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideTitle.html”>GeoBlazor Docs</a> The title of the slide. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#title”>ArcGIS Maps SDK for JavaScript</a>
SlideUpdateFromOptionsScreenshot <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideUpdateFromOptionsScreenshot.html”>GeoBlazor Docs</a> Screenshot options to use. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#updateFrom”>ArcGIS Maps SDK for JavaScript</a>
SlideVisibleLayers <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SlideVisibleLayers.html”>GeoBlazor Docs</a> The visible layers of the scene. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webscene-Slide.html#visibleLayers”>ArcGIS Maps SDK for JavaScript</a>
SpatialReferenceInfo The return object of ExtendedSpatialReferenceInfo(SpatialReference)
SpriteInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SpriteInfo.html”>GeoBlazor Docs</a> A description of each image contained in the sprite. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteInfo”>ArcGIS Maps SDK for JavaScript</a>
SpriteSource <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SpriteSource.html”>GeoBlazor Docs</a> The sprite source returned from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#setSpriteSource”>setSpriteSource</a> method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteSource”>ArcGIS Maps SDK for JavaScript</a>
SpriteSourceImageInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SpriteSourceImageInfo.html”>GeoBlazor Docs</a> Defines sprite source from an image and index json when the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#setSpriteSource”>setSpriteSource()</a> method is called. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteSourceImageInfo”>ArcGIS Maps SDK for JavaScript</a>
SpriteSourceImageInfoSpriteSource1x <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SpriteSourceImageInfoSpriteSource1x.html”>GeoBlazor Docs</a> Sprite source for non high-DPI devices. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteSourceImageInfo”>ArcGIS Maps SDK for JavaScript</a>
SpriteSourceImageInfoSpriteSource2x <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SpriteSourceImageInfoSpriteSource2x.html”>GeoBlazor Docs</a> Sprite source for high-DPI devices. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteSourceImageInfo”>ArcGIS Maps SDK for JavaScript</a>
SpriteSourceUrlInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SpriteSourceUrlInfo.html”>GeoBlazor Docs</a> The URL of the sprite source to be fetched when the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#setSpriteSource”>setSpriteSource()</a> method is called. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#SpriteSourceUrlInfo”>ArcGIS Maps SDK for JavaScript</a>
StatisticDefinition <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.StatisticDefinition.html”>GeoBlazor Docs</a> This class defines the parameters for querying a layer or layer view for statistics. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-StatisticDefinition.html”>ArcGIS Maps SDK for JavaScript</a>
StatisticDefinitionStatisticParameters <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.StatisticDefinitionStatisticParameters.html”>GeoBlazor Docs</a> The parameters for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-StatisticDefinition.html#statisticType”>percentile statistics</a>. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-StatisticDefinition.html#statisticParameters”>ArcGIS Maps SDK for JavaScript</a>
SublayerCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SublayerCapabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
SublayerCapabilitiesAttachment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SublayerCapabilitiesAttachment.html”>GeoBlazor Docs</a>
SublayerCapabilitiesData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SublayerCapabilitiesData.html”>GeoBlazor Docs</a> Describes characteristics of the data in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
SublayerCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SublayerCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
SublayerCapabilitiesQueryRelated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SublayerCapabilitiesQueryRelated.html”>GeoBlazor Docs</a> Indicates if the layer’s query operation supports querying features or records related to features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
SubsetDimension <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SubsetDimension.html”>GeoBlazor Docs</a> Dimension name and its extent or range computed from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MultidimensionalSubset.html#subsetDefinitions”>subsetDefinitions</a> and it is added to <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MultidimensionalSubset.html#dimensions”>dimensions</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-MultidimensionalSubset.html#SubsetDimension”>ArcGIS Maps SDK for JavaScript</a>
Subtype <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.Subtype.html”>GeoBlazor Docs</a> Subtypes categorize a subset of features in a layer that share the same attributes. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Subtype.html”>ArcGIS Maps SDK for JavaScript</a>
SubtypeSublayerEdits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SubtypeSublayerEdits.html”>GeoBlazor Docs</a>
SuggestResponse <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SuggestResponse.html”>GeoBlazor Docs</a> When resolved, returns this response after calling <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#suggest”>suggest</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#SuggestResponse”>ArcGIS Maps SDK for JavaScript</a>
SuggestResponseErrors <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SuggestResponseErrors.html”>GeoBlazor Docs</a>
SupportedSpatialStatisticAggregations List of supported aggregated geometries returned for each distinct group when groupByFieldsForStatistics is used.
SymbolTableElementInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.SymbolTableElementInfo.html”>GeoBlazor Docs</a> Properties defining the scheme of the SymbolTableElementInfo. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-support-ActiveLayerInfo.html#SymbolTableElementInfo”>ArcGIS Maps SDK for JavaScript</a>
TemporalDomain <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.TemporalDomain.html”>GeoBlazor Docs</a> Temporal domain or extent of a coverage. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#TemporalDomain”>ArcGIS Maps SDK for JavaScript</a>
Thumbnail An object used to create a thumbnail image that represents a feature type in the feature template.
TickElementGroup The HTML Element nodes representing a single slider tick and its associated label.
TimeDimension <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.TimeDimension.html”>GeoBlazor Docs</a> Time dimension information. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html#TimeDimension”>ArcGIS Maps SDK for JavaScript</a>
TimeDimensionInterval <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.TimeDimensionInterval.html”>GeoBlazor Docs</a> The time dimension interval. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html#TimeDimensionInterval”>ArcGIS Maps SDK for JavaScript</a>
TimeDimensionIntervalResolution <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.TimeDimensionIntervalResolution.html”>GeoBlazor Docs</a> Interval duration defined by the following properties. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMSSublayer.html#TimeDimensionInterval”>ArcGIS Maps SDK for JavaScript</a>
TopFeaturesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.TopFeaturesQuery.html”>GeoBlazor Docs</a> This class defines parameters for executing <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#queryTopFeatures”>top features queries</a> from a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TopFeaturesQuery.html”>ArcGIS Maps SDK for JavaScript</a>
TopFilter <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.TopFilter.html”>GeoBlazor Docs</a> This class defines the top filter parameters for executing top features queries for features from a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html”>FeatureLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-TopFilter.html”>ArcGIS Maps SDK for JavaScript</a>
UpdateCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.UpdateCapabilities.html”>GeoBlazor Docs</a> Specific permissions for update operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#UpdateCapabilities”>ArcGIS Maps SDK for JavaScript</a>
UrlService Base service providing a URL endpoint
ValidateServiceEdits <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ValidateServiceEdits.html”>GeoBlazor Docs</a> ValidateServiceEdits represents the layerId and editedFeatures. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#ValidateServiceEdits”>ArcGIS Maps SDK for JavaScript</a>
ValidationSetItemJSON <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.ValidationSetItemJSON.html”>GeoBlazor Docs</a> ValidationSetItemJSON represents the set of features and objects to validate. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyParameters.html#ValidationSetItemJSON”>ArcGIS Maps SDK for JavaScript</a>
VectorTileLayerCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.VectorTileLayerCapabilities.html”>GeoBlazor Docs</a> Indicates the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
VectorTileLayerCapabilitiesExportTiles <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.VectorTileLayerCapabilitiesExportTiles.html”>GeoBlazor Docs</a> Indicates options supported by the exportTiles operation. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
VectorTileLayerCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.VectorTileLayerCapabilitiesOperations.html”>GeoBlazor Docs</a> Indicates operations that can be performed on the service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
VectorTileLayerCurrentStyleInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.VectorTileLayerCurrentStyleInfo.html”>GeoBlazor Docs</a> The current style information of the VectorTileLayer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-VectorTileLayer.html#currentStyleInfo”>ArcGIS Maps SDK for JavaScript</a>
VectorTileOrigin  
ViewExtentUpdate A class to represent all the parameters that make up the extent of the map view.
VisibleContentElements <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.VisibleContentElements.html”>GeoBlazor Docs</a>
WebDocTimeSlider <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WebDocTimeSlider.html”>GeoBlazor Docs</a> Time animation is controlled by a configurable <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider.html”>time slider</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-webdoc-widgets-TimeSlider.html”>ArcGIS Maps SDK for JavaScript</a>
WebMapSourceVersion <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WebMapSourceVersion.html”>GeoBlazor Docs</a> The version of the source document from which the WebMap was read. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html#sourceVersion”>ArcGIS Maps SDK for JavaScript</a>
WebMapUpdateFromOptionsThumbnailSize <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WebMapUpdateFromOptionsThumbnailSize.html”>GeoBlazor Docs</a> The size of the thumbnail. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebMap.html#updateFrom”>ArcGIS Maps SDK for JavaScript</a>
WebSceneSourceVersion <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WebSceneSourceVersion.html”>GeoBlazor Docs</a> The version of the source document from which the WebScene was read. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html#sourceVersion”>ArcGIS Maps SDK for JavaScript</a>
WebSceneUpdateFromOptionsThumbnailSize <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WebSceneUpdateFromOptionsThumbnailSize.html”>GeoBlazor Docs</a> The size of the thumbnail. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-WebScene.html#updateFrom”>ArcGIS Maps SDK for JavaScript</a>
WFSCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSCapabilities.html”>GeoBlazor Docs</a> WFS service information about the available layers and operations. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ogc-wfsUtils.html#WFSCapabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSFeatureType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSFeatureType.html”>GeoBlazor Docs</a> Provides information about an individual feature type, or layer, found in the WFS service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ogc-wfsUtils.html#WFSFeatureType”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilities.html”>GeoBlazor Docs</a> Describes the layer’s supported capabilities. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerCapabilitiesAttachment <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesAttachment.html”>GeoBlazor Docs</a>
WFSLayerCapabilitiesData <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesData.html”>GeoBlazor Docs</a> Describes characteristics of the data in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerCapabilitiesEditing <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesEditing.html”>GeoBlazor Docs</a> Describes editing capabilities that can be performed on the features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerCapabilitiesOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesOperations.html”>GeoBlazor Docs</a> Describes operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerCapabilitiesQuery <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesQuery.html”>GeoBlazor Docs</a> Describes <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-Query.html”>query</a> operations that can be performed on features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerCapabilitiesQueryRelated <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesQueryRelated.html”>GeoBlazor Docs</a> Indicates if the layer’s query operation supports querying features or records related to features in the layer. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#capabilities”>ArcGIS Maps SDK for JavaScript</a>
WFSLayerInfo <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSLayerInfo.html”>GeoBlazor Docs</a> The layer info from the WFS service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ogc-wfsUtils.html#WFSLayerInfo”>ArcGIS Maps SDK for JavaScript</a>
WFSOperations <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSOperations.html”>GeoBlazor Docs</a> Information about some operations of the WFS service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ogc-wfsUtils.html#WFSOperations”>ArcGIS Maps SDK for JavaScript</a>
WFSOperationsDescribeFeatureType <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSOperationsDescribeFeatureType.html”>GeoBlazor Docs</a>
WFSOperationsGetCapabilities <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSOperationsGetCapabilities.html”>GeoBlazor Docs</a>
WFSOperationsGetFeature <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Model.WFSOperationsGetFeature.html”>GeoBlazor Docs</a>
Enums  
ScreenshotFormat The format of the resulting encoded data url.

dymaptic.GeoBlazor.Core.Options Namespace

Classes  
BasemapLayerListCatalogOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.BasemapLayerListCatalogOptions.html”>GeoBlazor Docs</a><a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html”>CatalogLayer</a> specific properties. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapLayerList.html#catalogOptions”>ArcGIS Maps SDK for JavaScript</a>
BookmarkOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.BookmarkOptions.html”>GeoBlazor Docs</a> Specifies how bookmarks will be created or modified. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks-BookmarksViewModel.html#BookmarkOptions”>ArcGIS Maps SDK for JavaScript</a>
CreatePopupTemplateOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.CreatePopupTemplateOptions.html”>GeoBlazor Docs</a> Options for creating the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html”>PopupTemplate</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-support-popupUtils.html#CreatePopupTemplateOptions”>ArcGIS Maps SDK for JavaScript</a>
DefaultUpdateHighlightOptions Default update options set for the Sketch widget. Update options set on this property will be overwritten if the update options are changed when update() method is called.
FeatureEditOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.FeatureEditOptions.html”>GeoBlazor Docs</a>
FeatureFormViewModelValidateContingencyConstraintsOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.FeatureFormViewModelValidateContingencyConstraintsOptions.html”>GeoBlazor Docs</a>
GeoLocationOptions <a target=”_blank” href=”https://www.w3.org/TR/geolocation/#position_options_interface”>W3 GeoLocation Spec</a>
GoToOptions Animation options for the goTo() method. See properties below for parameter specifications.
GroundCreateElevationSamplerOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.GroundCreateElevationSamplerOptions.html”>GeoBlazor Docs</a>
GroundQueryElevationOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.GroundQueryElevationOptions.html”>GeoBlazor Docs</a>
HitTestOptions Options to specify what is included in or excluded from the hitTest.
ImageryTileMixinFetchPixelsOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.ImageryTileMixinFetchPixelsOptions.html”>GeoBlazor Docs</a>
LayerListCatalogOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.LayerListCatalogOptions.html”>GeoBlazor Docs</a><a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html”>CatalogLayer</a> specific properties. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#catalogOptions”>ArcGIS Maps SDK for JavaScript</a>
LayerListKnowledgeGraphOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.LayerListKnowledgeGraphOptions.html”>GeoBlazor Docs</a><a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-KnowledgeGraphLayer.html”>KnowledgeGraphLayer</a> specific properties. default null <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-LayerList.html#knowledgeGraphOptions”>ArcGIS Maps SDK for JavaScript</a>
PopupFetchFeaturesOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.PopupFetchFeaturesOptions.html”>GeoBlazor Docs</a> Optional properties to use with the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#fetchFeatures”>fetchFeatures</a> method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#FetchFeaturesOptions”>ArcGIS Maps SDK for JavaScript</a>
PopupOpenOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.PopupOpenOptions.html”>GeoBlazor Docs</a>
PopupOptions A collection of options to define when creating a Popup. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html”>ArcGIS Maps SDK for JavaScript</a>
PortalFetchBasemapsOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.PortalFetchBasemapsOptions.html”>GeoBlazor Docs</a>
PortalItemAddResourceOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.PortalItemAddResourceOptions.html”>GeoBlazor Docs</a>
PortalItemResourceFetchOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.PortalItemResourceFetchOptions.html”>GeoBlazor Docs</a>
PortalItemResourceUpdateOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.PortalItemResourceUpdateOptions.html”>GeoBlazor Docs</a>
RasterIdentifyOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.RasterIdentifyOptions.html”>GeoBlazor Docs</a> Additional options to set for `identify()` method on <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#identify”>ImageryTileLayer</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#identify”>WCSLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#RasterIdentifyOptions”>ArcGIS Maps SDK for JavaScript</a>
RequestOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.RequestOptions.html”>GeoBlazor Docs</a> An object with the following properties that describe the request. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-request.html#RequestOptions”>ArcGIS Maps SDK for JavaScript</a>
ReshapeOptions Changes the behavior for the reshape tool. Defines the operations for edge and/or the constraints for moving a shape and/or a vertex. Only supported in 3D.
SlideUpdateFromOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.SlideUpdateFromOptions.html”>GeoBlazor Docs</a>
SublayerGetFieldDomainOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.SublayerGetFieldDomainOptions.html”>GeoBlazor Docs</a>
SubtypeSublayerApplyEditsOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.SubtypeSublayerApplyEditsOptions.html”>GeoBlazor Docs</a>
WebMapSaveAsOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WebMapSaveAsOptions.html”>GeoBlazor Docs</a>
WebMapSaveOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WebMapSaveOptions.html”>GeoBlazor Docs</a>
WebMapUpdateFromOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WebMapUpdateFromOptions.html”>GeoBlazor Docs</a>
WebSceneSaveAsOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WebSceneSaveAsOptions.html”>GeoBlazor Docs</a>
WebSceneSaveOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WebSceneSaveOptions.html”>GeoBlazor Docs</a>
WebSceneUpdateFromOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WebSceneUpdateFromOptions.html”>GeoBlazor Docs</a>
WfsUtilsGetCapabilitiesOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WfsUtilsGetCapabilitiesOptions.html”>GeoBlazor Docs</a>
WfsUtilsGetWFSLayerInfoOptions <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Options.WfsUtilsGetWFSLayerInfoOptions.html”>GeoBlazor Docs</a>

dymaptic.GeoBlazor.Core.Results Namespace

Classes  
AttachmentsQueryResult Represents the result of a query for attachments, grouped by the source feature objectIds.
DeleteItemsResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.DeleteItemsResult.html”>GeoBlazor Docs</a> The result of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalUser.html#deleteItems”>`deleteItems()`</a> method containing the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html”>item</a>, if deletion is successful, and error, if any. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalUser.html#DeleteItemsResult”>ArcGIS Maps SDK for JavaScript</a>
EditedFeatureResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.EditedFeatureResult.html”>GeoBlazor Docs</a> Results returned from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits”>applyEdits</a> method if the `returnServiceEditsOption` parameter is set to `original-and-current-features`. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#EditedFeatureResult”>ArcGIS Maps SDK for JavaScript</a>
ElevationQueryResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.ElevationQueryResult.html”>GeoBlazor Docs</a> Object returned when <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#queryElevation”>queryElevation()</a> promise resolves:. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-Ground.html#ElevationQueryResult”>ArcGIS Maps SDK for JavaScript</a>
ExtentQueryResult The return type for QueryExtent(Query, CancellationToken).
FeatureEditResult FeatureEditResult represents the result of adding, updating or deleting a feature or an attachment. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#FeatureEditResult”>ArcGIS Maps SDK for JavaScript</a>
FeatureEditsResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.FeatureEditsResult.html”>GeoBlazor Docs</a> Results returned from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits”>applyEdits</a> method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#EditsResult”>ArcGIS Maps SDK for JavaScript</a>
FetchItemsResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.FetchItemsResult.html”>GeoBlazor Docs</a> The result of the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalUser.html#fetchItems”>`fetchItems()`</a> method containing an array of the fetched <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html”>portal items</a>, the next entry index, and the total number of results. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalUser.html#FetchItemsResult”>ArcGIS Maps SDK for JavaScript</a>
FetchPopupFeaturesResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.FetchPopupFeaturesResult.html”>GeoBlazor Docs</a> The resulting features returned from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#fetchFeatures”>fetchFeatures</a> method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#FetchPopupFeaturesResult”>ArcGIS Maps SDK for JavaScript</a>
FetchResourcesResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.FetchResourcesResult.html”>GeoBlazor Docs</a> Object returned when <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#fetchResources”>fetchResources()</a> promise resolves. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#FetchResourcesResult”>ArcGIS Maps SDK for JavaScript</a>
GroundIntersectionResult Ground intersection result, only applies to SceneViews. The ground hit result will always be returned, even if the ground was excluded from the hitTest.
HitTestResult Object specification for the result of the MapView.HitTest method. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#HitTestResult”>ArcGIS Maps SDK for JavaScript</a>
NearestPointResult Object returned from the nearestCoordinate(), nearestVertex(), and nearestVertices() methods of GeometryEngine.
PortalQueryResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.PortalQueryResult.html”>GeoBlazor Docs</a> Represents the result object returned from a portal query. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalQueryResult.html”>ArcGIS Maps SDK for JavaScript</a>
RasterIdentifyResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.RasterIdentifyResult.html”>GeoBlazor Docs</a> The result of `identify` operation on <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#identify”>ImageryTileLayer</a> and <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#identify”>WCSLayer</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#RasterIdentifyResult”>ArcGIS Maps SDK for JavaScript</a>
RelatedFeaturesCountQueryResult Represents the result of a query for counts of related features, grouped by the source layer or table objectIds. Value is the number of related features.
RelatedFeaturesQueryResult Represents the result of a query for related features, grouped by the source layer or table objectIds.
SearchCompleteEventResults <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchCompleteEventResults.html”>GeoBlazor Docs</a>
SearchResponseResults <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchResponseResults.html”>GeoBlazor Docs</a> An array of objects representing the results of search. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#SearchResponse”>ArcGIS Maps SDK for JavaScript</a>
SearchResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchResult.html”>GeoBlazor Docs</a> The result object returned from a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#search”>search()</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#SearchResult”>ArcGIS Maps SDK for JavaScript</a>
SearchResultResponse A collection of SearchResults for each SearchSource
SearchSuggestCompleteEventResults <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchSuggestCompleteEventResults.html”>GeoBlazor Docs</a>
SearchViewModelSearchCompleteEventResults <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchViewModelSearchCompleteEventResults.html”>GeoBlazor Docs</a> An array of objects representing the results of the search. See object specification table below for more information about the result object.
SearchViewModelSearchResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchViewModelSearchResult.html”>GeoBlazor Docs</a> The result object returned from the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html#search”>search</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html#SearchResult”>ArcGIS Maps SDK for JavaScript</a>
SearchViewModelSelectResultEventResult <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchViewModelSelectResultEventResult.html”>GeoBlazor Docs</a> An object containing the results of the search.
SearchViewModelSuggestCompleteEventResults <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SearchViewModelSuggestCompleteEventResults.html”>GeoBlazor Docs</a> An array of objects representing the results of suggest. See object specification table below for more information about the result object.
SuggestionResult Describes the object representing the result of the Locator.SuggestLocations() method.
SuggestResponseResults <a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Core.Results.SuggestResponseResults.html”>GeoBlazor Docs</a> An array of objects representing the results of suggest. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#SuggestResponse”>ArcGIS Maps SDK for JavaScript</a>
SuggestResult The result object returned from a <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#suggest”>suggest()</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#SuggestResult”>ArcGIS Maps SDK for JavaScript</a>
ViewHit Object specification for the Results. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#ViewHit”>ArcGIS Maps SDK for JavaScript</a>

dymaptic.GeoBlazor.Core.Serialization Namespace

Classes  
DrawingToolStringConverter Converts an enum to a kebab case string for serialization. Used with LabelPlacement which returns esriServerPointLabelPlacement from the ESRI JS.
EnumToKebabCaseStringConverter<T> Converts an enum to a kebab case string for serialization.
LabelPlacementStringConverter Converts an enum to a kebab case string for serialization. Used with LabelPlacement which returns esriServerPointLabelPlacement from the ESRI JS.