20 #ifndef GEOS_OP_REPEATEDPOINTTESTER_H
21 #define GEOS_OP_REPEATEDPOINTTESTER_H
23 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
31 class CoordinateSequence;
35 class MultiLineString;
36 class GeometryCollection;
68 #endif // GEOS_OP_REPEATEDPOINTTESTER_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Models a collection of Polygons.
Definition: MultiPolygon.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined ...
Definition: RepeatedPointTester.h:49
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Models a collection of (}s.
Definition: MultiLineString.h:51