| Package | Description |
|---|---|
| mil.nga.sf.util.sweep |
| Modifier and Type | Method and Description |
|---|---|
Segment |
SweepLine.add(Event event)
Add the event to the sweep line
|
Segment |
SweepLine.find(Event event)
Find the existing event segment
|
Segment |
Segment.getAbove()
Get the segment above
|
Segment |
Segment.getBelow()
Get the segment below
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SweepLine.intersect(Segment segment1,
Segment segment2)
Determine if the two segments intersect
|
void |
SweepLine.remove(Segment segment)
Remove the segment from the sweep line
|
void |
Segment.setAbove(Segment above)
Set the segment above
|
void |
Segment.setBelow(Segment below)
Set the segment below
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.