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 |
| |
|
|
geom::Coordinate | coord |
| | the point of intersection (own copy)
|
| |
|
std::size_t | segmentIndex |
| | the index of the containing line segment in the parent edge
|
| |
|
|
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 |
|
inline |
The documentation for this class was generated from the following file: