Represents an intersection point between two NodedSegmentString.
More...
#include <SegmentNode.h>
|
| | SegmentNode (const NodedSegmentString &ss, const geom::Coordinate &nCoord, std::size_t nSegmentIndex, int nSegmentOctant) |
| |
|
bool | isInterior () const |
| | Return true if this Node is internal (not on the boundary) of the corresponding segment. Currently only the first segment endpoint is checked, actually.
|
| |
|
bool | isEndPoint (unsigned int maxSegmentIndex) const |
| |
| int | compareTo (const SegmentNode &other) const |
| |
|
|
std::ostream & | operator<< (std::ostream &os, const SegmentNode &n) |
| |
Represents an intersection point between two NodedSegmentString.
Final class.
◆ SegmentNode()
◆ compareTo()
| int geos::noding::SegmentNode::compareTo |
( |
const SegmentNode & |
other | ) |
const |
- Returns
- -1 this EdgeIntersection is located before the argument location
-
0 this EdgeIntersection is at the argument location
-
1 this EdgeIntersection is located after the argument location
The documentation for this class was generated from the following file: