Package mil.nga.sf.util.sweep
Class EventQueue
- java.lang.Object
-
- mil.nga.sf.util.sweep.EventQueue
-
-
Constructor Summary
Constructors Constructor Description EventQueue(List<LineString> rings)
ConstructorEventQueue(LineString ring)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<Event>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
EventQueue
public EventQueue(LineString ring)
Constructor- Parameters:
ring
- polygon ring
-
EventQueue
public EventQueue(List<LineString> rings)
Constructor- Parameters:
rings
- polygon rings
-
-