21#include <geos/export.h>
23#include <geos/geom/GeometryFilter.h>
49 std::vector<const geom::CoordinateXY*>* pts;
59 ConnectedElementPointFilter(std::vector<const geom::CoordinateXY*>* newPts)
Geometry classes support the concept of applying a Geometry filter to the Geometry.
Definition GeometryFilter.h:45
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
static std::vector< const geom::CoordinateXY * > * getCoordinates(const geom::Geometry *geom)
Provides classes for computing the distance between geometries.
Definition namespaces.h:185
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39