16 #ifndef GEOS_GEOM_UTIL_LINEARCOMPONENTEXTRACTER_H 17 #define GEOS_GEOM_UTIL_LINEARCOMPONENTEXTRACTER_H 20 #include <geos/export.h> 23 #include <geos/geom/GeometryComponentFilter.h> 24 #include <geos/geom/Geometry.h> 25 #include <geos/geom/LineString.h> 53 static void getLines(
const Geometry &geom, std::vector<const LineString*> &ret);
62 void filter_ro(
const Geometry *geom);
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
std::vector< const LineString * > ConstVect
A vector of const LineString pointers.
Definition: LineString.h:77
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: GeometryComponentFilter.h:43