22#include <geos/export.h>
24#include <geos/geom/Coordinate.h>
30class CoordinateSequence;
35class GeometryCollection;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:44
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:58
Represents a collection of heterogeneous Geometry objects.
Definition GeometryCollection.h:52
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:186
Models a collection of LineStrings.
Definition MultiLineString.h:50
Definition MultiPolygon.h:59
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 geos.h:39