#include <BasicSegmentString.h>
Inheritance diagram for geos::noding::BasicSegmentString:
Public Member Functions | |
BasicSegmentString (geom::CoordinateSequence *newPts, const void *newContext) | |
Construct a BasicSegmentString. | |
virtual unsigned int | size () const |
see dox in SegmentString.h | |
virtual const geom::Coordinate & | getCoordinate (unsigned int i) const |
see dox in SegmentString.h | |
virtual geom::CoordinateSequence * | getCoordinates () const |
see dox in SegmentString.h | |
virtual bool | isClosed () const |
see dox in SegmentString.h | |
virtual std::ostream & | print (std::ostream &os) const |
see dox in SegmentString.h | |
int | getSegmentOctant (unsigned int index) const |
Gets the octant of the segment starting at vertex index. |
|
Construct a BasicSegmentString.
|
|
Gets the octant of the segment starting at vertex index.
|