GeoBlazor Pro


layout: pro title: ProIndex nav_order: 2 parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro Assembly

Namespaces

dymaptic.GeoBlazor.Pro Namespace

Classes  
DependencyExtension Convenience methods for registering GeoBlazor components in Dependency Injection.
MissingConfigurationException Exception thrown when the dymaptic.GeoBlazor.Core.GeoBlazorSettings (email, license key) are missing from your application’s configuration.
ProExtensions Pro extensions to classes defined in GeoBlazor Core

dymaptic.GeoBlazor.Pro.Components.Layers Namespace

Classes  
AggregateField Defines the aggregate fields used in a layer visualized with FeatureReductionBinning or FeatureReductionCluster. An
aggregate field aggregates data from a layer’s field using a statistic type such as the average or sum.
ArcGIS Maps SDK for JavaScript
FeatureReduction Feature reduction is a technique to reduce the number of features that are rendered on the map.
ArcGIS Maps SDK for JavaScript
FeatureReductionBinning This class configures binning as a means of reducing and summarizing point features in a FeatureLayer, CSVLayer,
GeoJSONLayer, WFSLayer, or OGCFeatureLayer. This feature reduction method spatially groups points into bins in
geographic space based on predefined geohashes.
Binning only applies to layers with Point geometries in a MapView. It currently does not apply to layers with polyline and polygon geometries.
ArcGIS Maps SDK for JavaScript
FeatureReductionCluster This class configures clustering as a means of reducing and summarizing point features in a FeatureLayer, CSVLayer, GeoJSONLayer, WFSLayer, or OGCFeatureLayer. This feature reduction method spatially groups points into clusters based on an area of influence defined in screen space (i.e. the clusterRadius). By default, the size of each cluster is proportional to the number of features within the cluster.
Point clustering only applies to layers with Point geometries in a MapView. It does not apply to layers with polyline and polygon geometries.
While this can be thought of as a visualization technique, clustering is actually a method of reducing features in the view. It is therefore independent of the layer’s Renderer. The style, labels, and popup of each cluster summarizes the features it represents.
ArcGIS Maps SDK for JavaScript
FeatureReductionSelection Declutters points in the SceneView by thinning overlapping features so no features intersect on screen. Labeling also respects this option and hides labels that would otherwise overlap with the features of this layer.
ArcGIS Maps SDK for JavaScript
Enums  
AggregateStatisticType Defines the type of statistic used to aggregate data returned from OnStatisticField
or OnStatisticExpression.

dymaptic.GeoBlazor.Pro.Components.Renderers Namespace

Classes  
AttributeColorInfo Defines colors for dots in a DotDensityRenderer, or colors for pie chart slices in a PieChartRenderer.
ArcGIS Maps SDK for JavaScript
PieChartLegendOptions An object providing options for describing the renderer in the Legend.
PieChartOthersCategory Defines the rules for how to aggregate small categories to a generic “others” category.
PieChartRenderer PieChartRenderer allows you to create a pie chart for each feature in the layer. The value and color of each pie slice is specified in the attributes property. You can vary the size of each pie based on data with any other field value or Arcade expression using visualVariables.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Pro.Components.Widgets Namespace

Classes  
AttachmentInfo The AttachmentInfo class returns information about attachments associated with a feature. The contents of the attachment are streamed to the client. Attachments are available if the FeatureLayer.capabilities.data.supportsAttachment is true.
ArcGIS Maps SDK for JavaScript
AttachmentsCapabilities An object that specifies the available attachments capabilities.
ArcGIS Maps SDK for JavaScript
AttachmentsCapabilitiesOperation Describes the configurable attachments operations.
AttachmentsViewModel Provides the logic for the Attachments widget.
ArcGIS Maps SDK for JavaScript
CreateTools The available sketch tools within the widget.
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.
EditFailure The Failure object for a EditorViewModel
EditorLayerInfo Configurations used for setting the layer’s editable preferences within the Editor.
ArcGIS Maps SDK for JavaScript
EditorViewModel Provides the logic for the EditorWidget.
ArcGIS Maps SDK for JavaScript
EditorWidget This widget provides an out-of-the-box editing experience to help streamline editing within a web application. It automatically recognizes if there are editable feature layers within the map. The layers that are editable will automatically be used by the widget. It is possible to configure how the Editor behaves by setting its layerInfos property. This property takes an array of objects which allows configuring the the editing experience for these layers.
ArcGIS Maps SDK for JavaScript
EditorWidgetVisibleElements The visible elements that are displayed within the widget. This provides the ability to turn individual elements of the widget’s display on/off.
ArcGIS Maps SDK for JavaScript
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.
ArcGIS Maps SDK for JavaScript
ExifInfo An array of Exchangeable image file format information for the attachment. You must set the attachment query’s returnMetadata to true to get the exif info associated with the attachment.
ArcGIS Maps SDK for JavaScript
ExifInfoTag The tag for an ExifInfo object.
FeatureFormSubmitEvent The event object for a OnSubmit event.
FeatureFormValueChangeEvent The event object for a OnValueChange event.
FeatureFormViewModel Provides the logic for the FeatureForm widget.
ArcGIS Maps SDK for JavaScript
FeatureFormWidget The FeatureForm widget displays attributes of a feature. This widget renders inputs based on the feature’s attributes and whether the field allows editing. It is possible to configure elements for fields and groups of other elements. The latter is useful for organizing how your form data displays. All of the properties and configurations set on the form are handled via the formTemplate property.
This widget is intended to be used with FeatureLayer.applyEdits method. This enables an end user to update a feature’s attribute on an editable feature layer. The UI to submit and apply any updates should be wired up within the application’s code.
ArcGIS Maps SDK for JavaScript
FeatureSnappingLayerSource The FeatureSnappingLayerSource specifies which layers will be utilized for snapping in the SnappingOptions.
FeatureTemplateSelectEvent The event object that fires when a template item is selected.
FeatureTemplatesViewModel Provides the logic for the FeatureTemplates widget.
ArcGIS Maps SDK for JavaScript
FeatureTemplatesWidget The FeatureTemplates widget is part of the overall editing workflow. Its main purpose is to display templates from one or more feature layers. In addition to displaying feature layer templates, it is also possible to filter and group templates for an easier editing experience. The widget listens for an end user to select a specific template in the widget. Its select event is fired and the resulting template information is returned. This widget can be used in conjunction with FeatureLayer.applyEdits to enable an end user to update one of its feature layers.
ArcGIS Maps SDK for JavaScript
FieldInput This is a read-only support class that represents a field’s input. It helps provide a consistent API for the different types input used by the FeatureForm widget. The values are computed internally by the FeatureFormViewModel.
ArcGIS Maps SDK for JavaScript
GeoLocationCoordinates W3 GeoLocation Spec
GeoLocationOptions W3 GeoLocation Spec
GeoLocationPosition W3 GeoLocation Spec
GraphicsLegendWidget A custom widget that displays a legend for the graphics in the View and Graphics Layers.
GroupInput This is a read-only support class that represents a group of field inputs.
ArcGIS Maps SDK for JavaScript
OrientationInfo An object containing properties specific to the orientation of an image attachment. This information is stored within the attachment’s exifInfo. In order to read this, you must first set the attachment query’s returnMetadata to true to get the exif info associated with the attachment.
ArcGIS Maps SDK for JavaScript
ProWidget Abstract base class for Widgets in the GeoBlazor Pro library
RelationshipInput This is a read-only support class that represents a relationship input field. It is used by the FeatureForm widget. The values are computed internally by the FeatureFormViewModel.
ArcGIS Maps SDK for JavaScript
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.
SelectionTools The available selection tools within the widget.
SketchLabelOptions The SketchLabelOptions allows users to configure the labels which are shown next to each segment of a graphic while sketching and editing.
ArcGIS Maps SDK for JavaScript
SketchToolCreateOptions Default create options set for the Sketch widget.
ArcGIS Maps SDK for JavaScript
SketchTooltipOptions The SketchTooltipOptions allows users to configure the tooltips which are shown while sketching and editing.
ArcGIS Maps SDK for JavaScript
SketchToolUpdateOptions 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.
SketchViewModel Sketch View Model - not currently supported
SketchWidget Sketch widget provides a simple UI for creating and updating graphics on a MapView or a SceneView. This significantly minimizes the code required for working with graphics in the view. It is intended to be used with graphics stored in its layer property.
By default, the Sketch widget provides out-of-the-box tools for creating and updating graphics with point, polyline, polygon, rectangle and circle geometries.
ArcGIS Maps SDK for JavaScript
SketchWidgetVisibleElements The visible elements that are displayed within the widget. This provides the ability to turn individual elements of the widget’s display on/off.
ArcGIS Maps SDK for JavaScript
SnappingControlsElement The elements contained within the snapping controls.
SnappingOptions The SnappingOptions allows users to configure snapping for their editing or drawing experience in both the Sketch and Editor widgets.
Snapping options provide the ability to specify whether an application will utilize self snapping, feature snapping, or both. Both are described below.
It is also possible to toggle snapping by pressing and holding down the CTRL key. This toggles the snapping on/off.
ArcGIS Maps SDK for JavaScript
SupportingWidgetAttachments Indicates whether to allow updating an existing attachment. Default value is true.
SupportingWidgetDefaults Set this to customize any supporting Editor widget’s default behavior. Specific properties can be adjusted in the Attachments, FeatureForm, and FeatureTemplates widgets. In addition, it is possible to update specific properties within the SketchViewModel.
ArcGIS Maps SDK for JavaScript
SupportingWidgetFeatureForm An object containing properties specific for customizing the FeatureForm widget.
SupportingWidgetFeatureTemplates An object containing properties specific for customizing the FeatureTemplates widget.
SupportingWidgetSketch An object containing properties specific for customizing the Sketch widget.
SupportingWidgetVisibleElements Support class for filtering.
SupportInput Abstract base for FieldInput and RelationshipInput
SwipeWidget The Swipe widget provides a tool to show a portion of a layer or layers on top of a map. Layers can be swiped vertically or horizontally to easily compare two layers or see what is underneath a layer.
To use the Swipe widget, set the leadingLayers and trailingLayers properties to determine what will be compared on either side of the widget. If one of these properties is not set, then the Swipe widget will overlay the existing map. The visibleElements separate the leading and trailing layers, as shown in the image below.
ArcGIS Maps SDK for JavaScript
TemplateItem The item displayed within the FeatureTemplates widget.
ArcGIS Maps SDK for JavaScript
TickConfig Object specification for configuring ticks on the slider.
https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slider.html#TickConfig
TimeSliderStop Defines specific locations on the time slider where thumbs will snap to when manipulated.
If unspecified, ten evenly spaced stops will be added.
TimeSliderWidget The TimeSlider widget simplifies visualization of temporal data in your application.
ore adding the TimeSlider to your application, you first should understand how it can be configured to correctly display your temporal data.
ArcGIS Maps SDK for JavaScript
TrackEvent The event fired by the TrackWidget
TrackWidget Provides a simple button that animates the View to the user’s location when clicked. The view rotates based on device heading.
ArcGIS Maps SDK for JavaScript
WebMapProperties A helper class that contains the properties that are read from a WebMap and used by the TimeSlider widget.
Enums  
CreateOptionsMode Available modes for graphics to be created.
CreationMode Defines the default behavior once the create operation is completed. By default, the user will be able to continuously create graphics with same geometry types.
GroupDisplay Defines how groups will be displayed to the user.
SketchTool The tools included in the SketchWidget.
SketchWidgetLayout Options for the directional layout of the SketchWidget
SwipeDirection Options for direction of swipe widget.
TimeSliderLayout Determines the layout used by the TimeSlider widget.
TimeSliderMode The time slider mode. This property is used for defining if the temporal data will be displayed
cumulatively up to a point in time, a single instant in time, or within a time range.
TimeSliderStops Defines specific locations on the time slider where thumbs will snap to when manipulated. If unspecified, ten evenly spaced stops will be added.

dymaptic.GeoBlazor.Pro.Model Namespace

Classes  
ArcGISRest Provides access to the ArcGIS REST API via JavaScript. This class is a work in progress, only QueryDemographicData is currently implemented.
AttributeParameterValue An object describing the parameter values for the AttributeParameterValues property of RouteParameters.
Barrier A base class for barriers to restrict travel along a street network when using a RouteLayer.
BinLabelSchemeParams The parameters for the GetClusterLabelSchemes(ClusterLabelSchemeParams) method.
ClusterLabelSchemeParams The parameters for the GetClusterLabelSchemes(ClusterLabelSchemeParams) method.
CursorUpdateEventInfo This information is returned as toolEventInfo parameter for the create event when the user moves the cursor on the view while the graphic is being created.
DirectionsFeatureSet DirectionsFeatureSet is a subclass of FeatureSet that contains street directions for a solved route.
DirectionsFeatureSet is only returned when a route is solved with an directions output type of “complete”, “complete-no-events”, “instructions-only”, “standard”, or “summary-only”. The “featuresets” output type returns two regular FeatureSet, one for events, and the other for the path in-between events.
ArcGIS Maps SDK for JavaScript
DirectionsString An event string object with name and type.
LabelCreator Helper class for generating default labels to be set on a layer’s binning or cluster configuration.
ArcGIS Maps SDK for JavaScript
LabelScheme Contains a suggested labelingInfo to be set on the layer’s featureReduction.labelingInfo.
ArcGIS Maps SDK for JavaScript
LabelSchemes The return object of the GetClusterLabelSchemes(ClusterLabelSchemeParams) or GetBinLabelSchemes(BinLabelSchemeParams) methods.
ArcGIS Maps SDK for JavaScript
MoveEventInfo This information is returned as toolEventInfo parameter for the update event while the user is moving the graphics. It returns additional information associated with the move operation and what stage it is at.
MoveStartEventInfo This information is returned as toolEventInfo parameter for the update event while the user is moving the graphics. It returns additional information associated with the move operation and what stage it is at.
MoveStopEventInfo This information is returned as toolEventInfo parameter for the update event while the user is moving the graphics. It returns additional information associated with the move operation and what stage it is at.
NAMessage Represents a message generated during the execution of a network analyst task. It is composed of a message type and
description. NAMessage has no constructor.
ArcGIS Maps SDK for JavaScript
NetworkService This class contains functions for working with network services.
ArcGIS Maps SDK for JavaScript
PieChartClusterRendererParams Input parameters for generating a pie chart visualization for clustering. See the table below for details of each parameter.
PieChartClusterRendererResult The result object of the CreateRendererForClustering(PieChartClusterRendererParams) method.
ArcGIS Maps SDK for JavaScript
PieChartCreator This object contains a helper method for generating a pie chart for every feature.
For example, suppose you have a layer of U.S. counties with fields containing the total sales of various crops: wheat, soybeans, corn, cotton, and vegetables. You can use the createRenderer() method in this module to generate a chart for each feature visualizing the proportion of each crop type for every county.
ArcGIS Maps SDK for JavaScript
PieChartRendererParams Input parameters for generating a pie chart visualization based on a set of numeric fields.
PieChartRendererResult The result object of the CreateRenderer(PieChartRendererParams) method.
ArcGIS Maps SDK for JavaScript
PieChartScheme Properties defining the colors and schemes used to visualize pie charts.
ArcGIS Maps SDK for JavaScript
PointBarrier A point barrier to restrict travel along a street network when using a RouteLayer.
ArcGIS SDK for JavaScript
PolygonBarrier A polygon barrier to restrict travel along a street network when using a RouteLayer.
ArcGIS SDK for JavaScript
PolylineBarrier A polyline barrier to restrict travel along a street network when using a RouteLayer.
ArcGIS SDK for JavaScript
PopupTemplateCreator This object contains helper methods for generating popup templates to be set on a layer or a layer’s FeatureReductionCluster.
ArcGIS Maps SDK for JavaScript
PopupTemplateCreatorParams The parameters for the GetTemplates(PopupTemplateCreatorParams) and GetClusterTemplates(PopupTemplateCreatorParams) methods.
PopupTemplateResult Defines a suggested PopupTemplate with a given name and title describing the content and purpose of the PopupTemplate.
ArcGIS Maps SDK for JavaScript
PopupTemplateResults The return object of the GetTemplates(PopupTemplateCreatorParams) or GetClusterTemplates(PopupTemplateCreatorParams) method.
ArcGIS Maps SDK for JavaScript
ProLogicComponent Abstract base class for Logic Components in GeoBlazor Pro
RequestResponse Returns a promise that resolves to an object with the following specification. If the request returns an Error, the error object will include the details specified in EsriErrorDetails.
RequestResponse<T> Returns a promise that resolves to an object with the following specification. If the request returns an Error, the error object will include the details specified in EsriErrorDetails.
ReshapeEventInfo This information is returned as toolEventInfo parameter for the update event while the user is reshaping the graphics. It returns additional information associated with the reshape operation and what stage it is at.
ReshapeStartEventInfo This information is returned as toolEventInfo parameter for the update event while the user is reshaping the graphics. It returns additional information associated with the reshape operation and what stage it is at.
ReshapeStopEventInfo This information is returned as toolEventInfo parameter for the update event while the user is reshaping the graphics. It returns additional information associated with the reshape operation and what stage it is at.
RotateEventInfo This information is returned as toolEventInfo parameter for the update event while the user is rotating the graphics. It returns additional information associated with the rotate operation and what stage it is at.
RotateStartEventInfo This information is returned as toolEventInfo parameter for the update event while the user is rotating the graphics. It returns additional information associated with the rotate operation and what stage it is at.
RotateStopEventInfo This information is returned as toolEventInfo parameter for the update event while the user is rotating the graphics. It returns additional information associated with the rotate operation and what stage it is at.
Route Find routes between two or more locations and optionally get driving directions. The route module uses ArcGIS Server network analysis services to calculate routes. Network analysis services allow you to solve simple routing problems as well as complex ones that take into account multiple stops, barriers, and time windows.
ArcGIS Maps SDK for JavaScript
RouteParameters Input parameters for route. Specifies details such as stop locations, barrier locations, the impedance attribute, etc.
ArcGIS SDK for JavaScript
RouteResult The route result from route.solve() as part of a RouteSolveResult. A successfully solved route will contain one
RouteSolveRoute, which may contain barriers, messages, and one or more RouteResult.
RouteResult may contain stops, directions, directions lines, direction points, and route information, depending on
the corresponding RouteParameters properties. For example, setting RouteParameters.returnStops to true will include
stops in the RouteResult.
ArcGIS Maps SDK for JavaScript
RouteResultWithoutGraphics Internal usage serialization record
RouteSolveResult The results from route.solve() method. A RouteSolveResult may contain barriers, messages, and one or more
RouteResult.
ArcGIS Maps SDK for JavaScript
RouteStop A stop represents the start, end, or midpoint of a route in RouteLayer or RouteParameters.
ArcGIS SDK for JavaScript
ScaleEventInfo This information is returned as toolEventInfo parameter for the update event while the user is scaling or resizing the graphics. It returns additional information associated with the scale operation and what stage it is at.
ScaleStartEventInfo This information is returned as toolEventInfo parameter for the update event while the user is scaling or resizing the graphics. It returns additional information associated with the scale operation and what stage it is at.
ScaleStopEventInfo This information is returned as toolEventInfo parameter for the update event while the user is scaling or resizing the graphics. It returns additional information associated with the scale operation and what stage it is at.
SchemeOutline Properties for defining the outline of the pie chart, marker or background fill symbol.
SelectionChangeEventInfo This information is returned as toolEventInfo parameter for the update event while the user is selecting or deselecting graphics using Shift+Left-click.
ServiceDescription The network service description.
SizeScheme Properties defining the symbology scheme used to visualize features with attribute data-driven size.
ArcGIS Maps SDK for JavaScript
SizeSchemeBackground The schema defining the background symbol of the feature. This is a fill symbol.
SizeSchemeForPoint Properties defining the symbology scheme used to visualize point features driven by attribute data.
SizeSchemeForPolygon Properties defining the symbology scheme used to visualize polygon features driven by attribute data. When visualized by size, polygons are represented with marker symbols.
SizeSchemeForPolyline Properties defining the symbology scheme used to visualize polyline features driven by attribute data.
SketchEvent The SketchEvent class is used to represent the event object passed to the event handlers for the SketchWidget.
StatisticsUniqueValueInfo A unique value/type/category present in the field specified in the uniqueValues() query.
StatisticsUniqueValuesResult An object that contains the unique values returned from the uniqueValues() query of a layer’s field.
SummaryStatisticsResult The statistics returned from the summaryStatistics() query.
ArcGIS Maps SDK for JavaScript
ToolEventInfo Returns additional information associated with the operation such as where the user is clicking the view or where the user is moving the cursor to. Value of this parameter changes to null when the event’s state changes to complete or cancel.
TravelMode A TravelMode is a set of characteristics that define how an object like a vehicle, bicycle, or pedestrian moves along a street network. Those characteristics are considered when finding directions to determine how the vehicle or pedestrian travels, and where they can go. To get a list of supported travel modes, find the default travel mode, and to find and use a specific travel mode, you can use the networkService.fetchServiceDescription() method.
TravelModeAttributeParameterValue Lists the parameterized attributes used by the travel mode.
Vertex A vertex of the event.
VertexAddEventInfo This information is returned as toolEventInfo parameter for the create or update event when the user adds vertices to the graphic being created or updated.
VertexRemoveEventInfo This information is returned as toolEventInfo parameter for the update event when the user is removing vertices from the graphic.
VisualVariableResult The result object of the createVisualVariables() method. See the table below for details of each property.
ArcGIS Maps SDK for JavaScript
Enums  
AccumulateAttribute Accumulated units for AccumulateAttributes
CurbApproach Directions of traffic for point barriers.
DirectionEventType The type of event in a DirectionsString
DirectionsLengthUnits Units for displaying travel distance in driving directions.
DirectionsOutputType Content and verbosity of driving directions in RouteParameters
DirectionsStyleName The formatting style for directions.
DirectionsTimeAttribute Time Attributes for RouteParameters
DistanceAttributeName The distance attribute values
EventState The possible states of the SketchEvent
EventTool The current tool in the SketchEvent
EventType The possible types of the SketchEvent
FullEdge Values for FullEdge
ImpedanceAttribute Impedance units for AccumulateAttributes
ImpedanceAttributeName The network cost attribute used as impedance.
NAMessageType The type of network analyst message.
OutputGeometryPrecisionUnits Units for the OutputGeometryPrecision.
OutputLines The type of route that is output by the Solve(string, RouteParameters, RequestOptions) method.
PointBarrierType Point Barrier restriction types
PolygonBarrierType Point Barrier restriction types
PolylineBarrierType Point Barrier restriction types
RestrictionAttribute Possible restrictions on route travel in RouteParameters.
RestrictUTurns Possible restrictions on U-Turns during travel in RouteParameters.
SimplificationToleranceUnits The linear units associated with simplificationTolerance.
StopCurbApproach Directions a vehicle may arrive at and depart a stop.
StopLocationType Possible stop types along a route.
StopStatus The status of the stop with respect to the underlying street network.
TravelModeType Indicates the category of travel or vehicle represented by this travel mode.
TravelTimeAttribute Indicates the time-based cost attribute for reporting directions.
UTurnAtJunctions Indicates how the U-turns at junctions that could occur during network traversal are handled by the solver.

dymaptic.GeoBlazor.Pro.Objects Namespace

Classes  
AuthoringInfo Authoring information related to generating renderers and visual variables with the Smart Mapping methods. This includes information from UI elements such as sliders and selected classification methods and themes. This allows the authoring clients to save settings so that their selections can be remembered.
ArcGIS Maps SDK for JavaScript
AuthoringInfoField A numeric field used for generating a relationship renderer
AuthoringInfoStatistics Contains summary statistics about the data represented by the renderer.
AuthoringInfoVisualVariable Contains authoring properties of visual variables generated from one of the Smart Mapping methods or sliders.
ArcGIS Maps SDK for JavaScript
ClassBreakInfo Describes the class breaks generated for an AuthoringInfoField
CreateFeaturesWorkflow A read-only class containing the logic used when creating features using the Editor widget.
CreateFeaturesWorkflowData This object supports the EditorWidget. It contains data for the CreateFeaturesWorkflow.
ArcGIS Maps SDK for JavaScript
CreationInfo This object provides required and optional properties needed when creating a new feature.
ArcGIS Maps SDK for JavaScript
EditableItem The editable item available within the map. All the properties returned within it are read-only.
ArcGIS Maps SDK for JavaScript
UpdateWorkflow A read-only class containing the logic used when updating and/or deleting features using the Editor widget.
UpdateWorkflowData This object supports the Editor widget. It contains data for the UpdateWorkflow. This is accessed via the UpdateWorkflow.data.
ArcGIS Maps SDK for JavaScript
Workflow A Workflow helps manage different stages of an editing workflow. A workflow can be thought of as one of two types: CreateFeaturesWorkflow and UpdateWorkflow. If adding an individual or multiple features, the CreateFeaturesWorkflow is used. This takes the place of the deprecated CreateWorkflow. Whereas if editing an existing feature, the UpdateWorkflow is used. Updating workflows include both editing geometry and attribute data and deleting features.
ArcGIS Maps SDK for JavaScript
WorkflowData Abstract base class for Workflow Data
Enums  
DrawingTool Possible values for the default drawing tool in a dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate
ImageContentType Possible values for the MIME type of the image.