Interface IGeometryEditCallback


public interface IGeometryEditCallback
A callback interface that can signal that a geometry was edited.

This class is used by IEditHandles implementations to signal that they made changes to the geometry. See also IGeometryHandlesProvider.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEdit(Geometry newGeometry, ChangeStatus changeStatus)
    Can be implemented to handle the given geometry.
  • Method Details

    • onEdit

      void onEdit(@NotNull Geometry newGeometry, @NotNull ChangeStatus changeStatus)
      Can be implemented to handle the given geometry.
      Parameters:
      newGeometry - the new geometry, cannot be null
      changeStatus - the status of the change