com.supermap.mapping

Interface GeometryAddedListener

  • All Superinterfaces:
    java.util.EventListener


    public interface GeometryAddedListener
    extends java.util.EventListener
    Removes a listener of receiving the event of adding the geometry object.
    See Also:
    GeometryEvent
    • Method Detail

      • geometryAdded

        void geometryAdded(GeometryEvent event)
        Occurs when a geometric object is added in an interactive map editing.
        Parameters:
        event - Indicates the event that the geometric object is edited.