com.supermap.mapping

Class FinishEditedEvent

  • java.lang.Object
    • java.util.EventObject
      • com.supermap.mapping.FinishEditedEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class FinishEditedEvent
    extends java.util.EventObject

    The listening after the topology edit completes.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getCount()
      Gets the number of new result objects.
      int[] getGeometryIDs()
      Gets the object ID array for the new result.
      Layer getLayer()
      Gets the layer edited by the topology editor.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getLayer

        public Layer getLayer()
        Gets the layer edited by the topology editor.
        Returns:
        Layers for topology editing.
      • getGeometryIDs

        public int[] getGeometryIDs()
        Gets the object ID array for the new result.
        Returns:
        The object ID array for the new result.
      • getCount

        public int getCount()
        Gets the number of new result objects.
        Returns:
        The number of new result objects.