#include <PointExtracter.h>
Extracts all the 0-dimensional (Point) components from a Geometry.
◆ PointExtracter()
Constructs a PointExtracterFilter with a list in which to store Points found.
◆ filter_ro()
void geos::geom::util::PointExtracter::filter_ro |
( |
const Geometry * |
geom | ) |
|
|
overridevirtual |
◆ filter_rw()
void geos::geom::util::PointExtracter::filter_rw |
( |
Geometry * |
geom | ) |
|
|
overridevirtual |
◆ getPoints()
Returns the Point components from a single geometry. If more than one geometry is to be processed, it is more efficient to create a single PointExtracter filter instance and pass it to multiple geometries.
The documentation for this class was generated from the following file: