17 #ifndef GEOS_ALGORITHM_CENTROIDAREA_H
18 #define GEOS_ALGORITHM_CENTROIDAREA_H
21 #include <geos/export.h>
22 #include <geos/geom/Coordinate.h>
27 class CoordinateSequence;
120 #endif // GEOS_ALGORITHM_CENTROIDAREA_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Computes the centroid of an area geometry.
Definition: CentroidArea.h:50
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60