18#include <geos/export.h>
19#include <geos/geom/Coordinate.h>
40class GEOS_DLL InteriorPointPoint {
45 geom::CoordinateXY centroid;
58 void add(
const geom::CoordinateXY* point);
64 ~InteriorPointPoint() {}
66 bool getInteriorPoint(geom::CoordinateXY& ret)
const;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:32
Basic namespace for all GEOS functionalities.
Definition geos.h:39