21 #include <geos/export.h> 23 #include <geos/geom/GeometryFilter.h> 49 std::vector<const geom::CoordinateXY*>* pts;
57 static std::vector<const geom::CoordinateXY*>* getCoordinates(
const geom::Geometry* geom);
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:186
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
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:46