A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list. The elements of the list are DistanceOp::GeometryLocation.
More...
#include <ConnectedElementLocationFilter.h>
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list. The elements of the list are DistanceOp::GeometryLocation.
◆ filter_ro()
| void geos::operation::distance::ConnectedElementLocationFilter::filter_ro |
( |
const geom::Geometry * | geom | ) |
|
|
virtual |
◆ filter_rw()
| void geos::operation::distance::ConnectedElementLocationFilter::filter_rw |
( |
geom::Geometry * | geom | ) |
|
|
virtual |
◆ getLocations()
Returns a list containing a point from each Polygon, LineString, and Point found inside the specified geometry. Thus, if the specified geometry is not a GeometryCollection, an empty list will be returned. The elements of the list are com.vividsolutions.jts.operation.distance.GeometryLocations.
The documentation for this class was generated from the following file: