Represents an intersection point between two NodedSegmentString.
More...
#include <SegmentNode.h>
|
template<typename CoordType > |
| SegmentNode (const SegmentString &ss, const CoordType &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::CoordinateXYZM | 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()
template<typename CoordType >
geos::noding::SegmentNode::SegmentNode |
( |
const SegmentString & |
ss, |
|
|
const CoordType & |
nCoord, |
|
|
std::size_t |
nSegmentIndex, |
|
|
int |
nSegmentOctant |
|
) |
| |
|
inline |
◆ compareTo()
int geos::noding::SegmentNode::compareTo |
( |
const SegmentNode & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: