19 #ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTLOCATIONFILTER_H
20 #define GEOS_OP_DISTANCE_CONNECTEDELEMENTLOCATIONFILTER_H
22 #include <geos/export.h>
24 #include <geos/geom/GeometryFilter.h>
25 #include <geos/operation/distance/GeometryLocation.h>
54 std::vector<std::unique_ptr<GeometryLocation>> locations;
Geometry classes support the concept of applying a Geometry filter to the Geometry.
Definition: GeometryFilter.h:47
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
A ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e....
Definition: ConnectedElementLocationFilter.h:51
static std::vector< std::unique_ptr< GeometryLocation > > getLocations(const geom::Geometry *geom)
Returns a list containing a point from each Polygon, LineString, and Point found inside the specified...
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26