30 #ifndef GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
31 #define GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
33 #include <geos/export.h>
34 #include <geos/geom/LineSegment.h>
72 unsigned int getIndex()
const;
87 #endif // GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
Definition: LineSegment.h:58
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
A geom::LineSegment which is tagged with its location in a geom::Geometry.
Definition: TaggedLineSegment.h:55
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168