21 #ifndef GEOS_OP_REPEATEDPOINTTESTER_H
22 #define GEOS_OP_REPEATEDPOINTTESTER_H
24 #include <geos/export.h>
26 #include <geos/geom/Coordinate.h>
32 class CoordinateSequence;
36 class MultiLineString;
37 class GeometryCollection;
69 #endif // GEOS_OP_REPEATEDPOINTTESTER_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Models a collection of Polygons.
Definition: MultiPolygon.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined ...
Definition: RepeatedPointTester.h:50
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60
Models a collection of (}s.
Definition: MultiLineString.h:52