An editor that allows editing and creation of features with a "circular-arc-by-center-point" shape.

Handles

The editor defines the following edit handles:
CircularArcByCenterPointEditor handles
CircularArcByCenterPointEditor handles

Creation

The CircularArcByCenterPointEditor uses the "Create-by-template" strategy. After creation is started, the user clicks (or taps) once on the map. The CircularArcByCenterPoint is moved to that location and resized to a size appropriate for the current zoom level. Then, the edit handles become active. When the user is done editing the shape (by double clicking outside the shape, or a single click if finishOnSingleClick), the creation finishes.

Since

2022.1

Hierarchy

  • Editor
    • CircularArcByCenterPointEditor

Constructors

Methods

  • Creates the shape translation handle.

    This is a handle that allows translation (moving) of an entire shape / feature.

    Parameters

    • context: EditContext

      The context to retrieve the shape translate handle for

    Returns null | EditHandle