20 #ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H
21 #define GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H
23 #include <geos/export.h>
25 #include <geos/geom/GeometryFilter.h>
51 std::vector<const geom::Coordinate*> *pts;
59 static std::vector<const geom::Coordinate*>* getCoordinates(
const geom::Geometry *geom);
76 #endif // GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H
Geometry classes support the concept of applying a Geometry filter to the Geometry.
Definition: GeometryFilter.h:49
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Extracts a single point from each connected element in a Geometry (e.g. a polygon, linestring or point) and returns them in a list.
Definition: ConnectedElementPointFilter.h:48