19 #ifndef GEOS_ALGORITHM_CENTROID_H
20 #define GEOS_ALGORITHM_CENTROID_H
22 #include <geos/export.h>
23 #include <geos/geom/Coordinate.h>
31 class CoordinateSequence;
100 std::auto_ptr<geom::Coordinate> areaBasePt;
157 #endif // GEOS_ALGORITHM_CENTROID_H
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:167
Centroid(const geom::Geometry &geom)
Definition: Centroid.h:79
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
Definition: Centroid.h:61