20 #ifndef GEOS_OP_PREDICATE_RECTANGLECONTAINS_H
21 #define GEOS_OP_PREDICATE_RECTANGLECONTAINS_H
23 #include <geos/export.h>
25 #include <geos/geom/Polygon.h>
61 bool isPointContainedInBoundary(
const geom::Point& geom);
97 return rc.contains(b);
108 rectEnv(*(rect.getEnvelopeInternal()))
124 #endif // ifndef GEOS_OP_PREDICATE_RECTANGLECONTAINS_H