An editor that allows editing and creation of features with a "circle-by-3-points" shape.

Handles

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

Creation

The CircleBy3PointsEditor uses the "Create-by-template" strategy. After creation is started, the user clicks (or taps) once on the map. The CircleBy3Points 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

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