com.vividsolutions.jts.noding
public class SegmentNode extends java.lang.Object implements java.lang.Comparable
SegmentStrings.| Modifier and Type | Field and Description |
|---|---|
Coordinate |
coord |
int |
segmentIndex |
| Constructor and Description |
|---|
SegmentNode(NodedSegmentString segString,
Coordinate coord,
int segmentIndex,
int segmentOctant) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object obj) |
boolean |
isEndPoint(int maxSegmentIndex) |
boolean |
isInterior() |
void |
print(java.io.PrintStream out) |
public final Coordinate coord
public final int segmentIndex
public SegmentNode(NodedSegmentString segString, Coordinate coord, int segmentIndex, int segmentOctant)
public boolean isInterior()
public boolean isEndPoint(int maxSegmentIndex)
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparablepublic void print(java.io.PrintStream out)