public class Event extends Object implements Comparable<Event>
| Constructor and Description |
|---|
Event(int edge,
int ring,
Point point,
EventType type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Event other) |
int |
getEdge()
Get the edge
|
Point |
getPoint()
Get the polygon point
|
int |
getRing()
Get the polygon ring number
|
EventType |
getType()
Get the event type
|
public int getEdge()
public int getRing()
public Point getPoint()
public EventType getType()
public int compareTo(Event other)
compareTo in interface Comparable<Event>Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.