An editor for features with complex polygon shapes. See ComposedShapeEditor for more information.

This editor only supports editing the polygons in a ComplexPolygon. It does not support creation of complex polygons. It also does not support adding and removing polygons to the complex polygons.

Since

2022.1

Hierarchy

Constructors

Accessors

  • get delegate(): Editor
  • Returns the delegate, as passed into the constructor.

    Returns Editor

  • get shapeType(): ShapeType
  • Returns the shape type, as passed into the constructor.

    Returns ShapeType

Methods

  • Indicates whether this editor can edit the given context.

    Parameters

    Returns boolean

    true if context.shape matches the shape type defined in the constructor, and the delegate can edit all subshapes.