16 #ifndef GEOS_ALGORITHM_CENTROIDLINE_H
17 #define GEOS_ALGORITHM_CENTROIDLINE_H
20 #include <geos/export.h>
21 #include <geos/geom/Coordinate.h>
27 class CoordinateSequence;
77 #endif // GEOS_ALGORITHM_CENTROIDLINE_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Definition: CentroidLine.h:35
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59