Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list.
More...
#include <ConnectedElementPointFilter.h>
|
| ConnectedElementPointFilter (std::vector< const geom::CoordinateXY * > *newPts) |
void | filter_ro (const geom::Geometry *geom) override |
virtual void | filter_rw (Geometry *) |
Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list.
◆ filter_ro()
void geos::operation::distance::ConnectedElementPointFilter::filter_ro |
( |
const geom::Geometry * | geom | ) |
|
|
overridevirtual |
◆ getCoordinates()
std::vector< const geom::CoordinateXY * > * geos::operation::distance::ConnectedElementPointFilter::getCoordinates |
( |
const geom::Geometry * | geom | ) |
|
|
static |
The documentation for this class was generated from the following file: