15 #ifndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H 16 #define GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H 18 #include <geos/export.h> 19 #include <geos/inline.h> 52 virtual void filter_rw(
Geometry* geom);
53 virtual void filter_ro(
const Geometry* geom);
55 virtual bool isDone() {
return false; }
64 #endif // ndef GEOS_GEOM_GEOMETRYCOMPONENTFILTER_H Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: GeometryComponentFilter.h:43