29 #ifndef GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
30 #define GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
32 #include <geos/export.h>
33 #include <geos/geom/LineSegment.h>
71 unsigned int getIndex()
const;
86 #endif // GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
Definition: LineSegment.h:57
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
A geom::LineSegment which is tagged with its location in a geom::Geometry.
Definition: TaggedLineSegment.h:54
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167