16 #ifndef GEOS_GEOM_UTIL_POINTEXTRACTER_H
17 #define GEOS_GEOM_UTIL_POINTEXTRACTER_H
19 #include <geos/export.h>
20 #include <geos/geom/GeometryFilter.h>
21 #include <geos/geom/Point.h>
22 #include <geos/platform.h>
58 if (
const Point *p=dynamic_cast<const Point *>(geom) )
64 if (
const Point *p=dynamic_cast<const Point *>(geom) )
73 PointExtracter(
const PointExtracter& other);
74 PointExtracter& operator=(
const PointExtracter& rhs);