public class Segment extends Object
| Constructor and Description |
|---|
Segment(int edge,
int ring,
Point leftPoint,
Point rightPoint)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
getAbove()
Get the segment above
|
Segment |
getBelow()
Get the segment below
|
int |
getEdge()
Get the edge number
|
Point |
getLeftPoint()
Get the left point
|
Point |
getRightPoint()
Get the right point
|
int |
getRing()
Get the polygon ring number
|
void |
setAbove(Segment above)
Set the segment above
|
void |
setBelow(Segment below)
Set the segment below
|
public int getEdge()
public int getRing()
public Point getLeftPoint()
public Point getRightPoint()
public Segment getAbove()
public void setAbove(Segment above)
above - segment abovepublic Segment getBelow()
public void setBelow(Segment below)
below - segment belowCopyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.