GeometryEditorInteractionPreview

Contains information on the preview of the geometry during interactive editing. When the editing preview of the GeometryEditor changes, GeometryEditorInteractionPreview is a parameter that previews the changing geometry and the interacted GeometryEditorElement.

Since

300.1.0

See also

Properties

Link copied to clipboard

The GeometryEditorElement that is being interacted with or created. When creating a new element, the GeometryEditorInteractionPreview.interactionElement will be the new element being created.

Link copied to clipboard

The type of geometry interaction that is occurring.

Link copied to clipboard

A geometry previewing the changes made by the current interaction. If the GeometryEditor was started with an input geometry by calling GeometryEditor.start, then the preview geometry is returned in the same SpatialReference as the input geometry. If the input geometry spatial reference is null, or the editor was started using GeometryEditor.start, then the preview geometry is returned in the spatial reference of the associated MapView. If no spatial reference is set on either input geometry or via an associated map view, then the spatial reference of the preview geometry will be null.