29 #ifndef GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
30 #define GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
32 #include <geos/export.h>
33 #include <geos/geom/LineSegment.h>
70 size_t getIndex()
const;
85 #endif // GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
Definition: LineSegment.h:59
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:188