#include <TaggedLineSegment.h>
Inheritance diagram for geos::simplify::TaggedLineSegment:

Public Member Functions | |
| TaggedLineSegment (const geom::Coordinate &p0, const geom::Coordinate &p1, const geom::Geometry *parent, unsigned int index) | |
| TaggedLineSegment (const geom::Coordinate &p0, const geom::Coordinate &p1) | |
| TaggedLineSegment (const TaggedLineSegment &ls) | |
| const geom::Geometry * | getParent () const |
| unsigned int | getIndex () const |
Used to index the segments in a geometry and recover the segment locations from the index.
1.4.7