Class Event

    • Constructor Detail

      • Event

        public Event​(int edge,
                     int ring,
                     Point point,
                     EventType type)
        Constructor
        Parameters:
        edge - edge number
        ring - ring number
        point - point
        type - event type
    • Method Detail

      • getEdge

        public int getEdge()
        Get the edge
        Returns:
        edge number
      • getRing

        public int getRing()
        Get the polygon ring number
        Returns:
        polygon ring number
      • getPoint

        public Point getPoint()
        Get the polygon point
        Returns:
        polygon point
      • getType

        public EventType getType()
        Get the event type
        Returns:
        event type