22 #include <geos/export.h>
24 #include <geos/geom/Coordinate.h>
30 class CoordinateSequence;
34 class MultiLineString;
35 class GeometryCollection;
51 geom::CoordinateXY& getCoordinate();
55 geom::CoordinateXY repeatedCoord;
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:51
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
Models a collection of LineStrings.
Definition: MultiLineString.h:49
Definition: MultiPolygon.h:58
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Implements the appropriate checks for repeated points (consecutive identical coordinates) as defined ...
Definition: RepeatedPointTester.h:48
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25