GEOS
3.4.2
|
Computes a point in the interior of an point geometry. More...
#include <geos/geosAlgorithm.h>
Public Member Functions | |
InteriorPointPoint (const geom::Geometry *g) | |
bool | getInteriorPoint (geom::Coordinate &ret) const |
Computes a point in the interior of an point geometry.
Algorithm:
Find a point which is closest to the centroid of the geometry.