29#ifndef GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
30#define GEOS_SIMPLIFY_TAGGEDLINESEGMENT_H
32#include <geos/export.h>
33#include <geos/geom/LineSegment.h>
67 TaggedLineSegment(
const TaggedLineSegment& ls);
71 unsigned int getIndex()
const;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Definition LineSegment.h:57
Coordinate p1
Segment start.
Definition LineSegment.h:64
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25