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
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: Centroid.h:61
Centroid(const geom::Geometry &geom)
Definition: Centroid.h:79
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
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