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 int
compareTo(Event other)
int
getEdge()
Get the edgePoint
getPoint()
Get the polygon pointint
getRing()
Get the polygon ring numberEventType
getType()
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:
compareTo
in interfaceComparable<Event>
-
-