20 #ifndef GEOS_ALGORITHM_CENTROIDAREA_H
21 #define GEOS_ALGORITHM_CENTROIDAREA_H
24 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
30 class CoordinateSequence;
147 #endif // GEOS_ALGORITHM_CENTROIDAREA_H
void add(const geom::Geometry *geom)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
bool getCentroid(geom::Coordinate &ret) const
Return false if a centroid couldn't be computed ( empty polygon )
void add(const geom::CoordinateSequence *ring)
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:177
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Computes the centroid of an area geometry.
Definition: CentroidArea.h:60