21#include <geos/export.h>
23#include <geos/geom/GeometryFilter.h>
24#include <geos/operation/distance/GeometryLocation.h>
53 std::vector<GeometryLocation> locations;
54 ConnectedElementLocationFilter() =
default;
55 ConnectedElementLocationFilter(
const ConnectedElementLocationFilter&) =
delete;
56 ConnectedElementLocationFilter& operator=(
const ConnectedElementLocationFilter&) =
delete;
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< GeometryLocation > getLocations(const geom::Geometry *geom)
Returns a list containing a point from each Polygon, LineString, and Point found inside the specified...
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