19 #ifndef GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H 20 #define GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H 22 #include <geos/export.h> 24 #include <geos/geom/GeometryFilter.h> 50 std::vector<const geom::Coordinate*>* pts;
58 static std::vector<const geom::Coordinate*>* getCoordinates(
const geom::Geometry* geom);
75 #endif // GEOS_OP_DISTANCE_CONNECTEDELEMENTPOINTFILTER_H 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
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Extracts a single point from each connected element in a Geometry (e.g. a polygon,...
Definition: ConnectedElementPointFilter.h:47