An editor that allows editing and creation of features with a geobuffer shape.

Handles

The geobuffer editor defines the following edit handles:
GeoBufferEditor handles
GeoBufferEditor handles
  • Base shape handles (A): These handles are created by createShapeHandles. See GeoBuffer.isSupportedBaseShape for a list of supported geobuffer base shape types. In the image above, the base shape is a PointListEditor.
  • Width handle (B): This handle allows the user to change the geobuffer's width. The user can do this by dragging the stroke of the geobuffer. The default width handle also draws a helper shape that previews the new width of the geobuffer. In the image above, the width helper shape is the gray zone around the letter B.
  • Helper handle: A non-interactive handle, it paints helper lines for the GeoBuffer. The helper lines are the grey lines in the image above. They visualize the base shape of the geobuffer. This does not include the gray zone of the width handle, around the letter B.
  • Shape translate handle: This handle translates (moves) the entire GeoBuffer shape. The light blue area in the image above indicates where the shape translate handle is active. This includes the red stroke.

Creation

The Editor.getCreateHandle of the width is changed to a default size.

Since

2022.1

Hierarchy

Constructors

Accessors

Methods