#include <BasicSegmentString.h>
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. |
geos::noding::BasicSegmentString::BasicSegmentString | ( | geom::CoordinateSequence * | newPts, | |
const void * | newContext | |||
) | [inline] |
Construct a BasicSegmentString.
newPts | CoordinateSequence representing the string, externally owned | |
newContext | the context associated to this SegmentString |
int geos::noding::BasicSegmentString::getSegmentOctant | ( | unsigned int | index | ) | const |