17 #ifndef GEOS_GEOM_UTIL_POINTEXTRACTER_H
18 #define GEOS_GEOM_UTIL_POINTEXTRACTER_H
20 #include <geos/export.h>
21 #include <geos/geom/GeometryFilter.h>
22 #include <geos/geom/Point.h>
23 #include <geos/platform.h>
59 if (
const Point *p=dynamic_cast<const Point *>(geom) )
65 if (
const Point *p=dynamic_cast<const Point *>(geom) )
74 PointExtracter(
const PointExtracter& other);
75 PointExtracter& operator=(
const PointExtracter& rhs);