#include <ComponentCoordinateExtracter.h>
Inheritance diagram for geos::geom::util::ComponentCoordinateExtracter:
Public Member Functions | |
ComponentCoordinateExtracter (std::vector< const Coordinate * > &newComps) | |
void | filter_rw (Geometry *geom) |
void | filter_ro (const Geometry *geom) |
Static Public Member Functions | |
void | getCoordinates (const Geometry &geom, std::vector< const Coordinate * > &ret) |
|
Constructs a ComponentCoordinateFilter with a list in which to store Coordinates found. |
|
Performs an operation with or on
Reimplemented from geos::geom::GeometryComponentFilter. |
|
Push the linear components from a single geometry into the provided vector. If more than one geometry is to be processed, it is more efficient to create a single ComponentCoordinateFilter instance and pass it to multiple geometries. |