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;
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:55
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Models a collection of LineStrings.
Definition: MultiLineString.h:51
Definition: MultiPolygon.h:59
Represents a linear polygon, which may include holes.
Definition: Polygon.h:64
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined ...
Definition: RepeatedPointTester.h:49
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26