Package mil.nga.sf.util.sweep
Class Event
- java.lang.Object
-
- mil.nga.sf.util.sweep.Event
-
- All Implemented Interfaces:
Comparable<Event>
public class Event extends Object implements Comparable<Event>
Event element- Since:
- 1.0.5
- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Event other)intgetEdge()Get the edgePointgetPoint()Get the polygon pointintgetRing()Get the polygon ring numberEventTypegetType()Get the 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
-
compareTo
public int compareTo(Event other)
- Specified by:
compareToin interfaceComparable<Event>
-
-