19 #ifndef GEOS_OP_PREDICATE_RECTANGLECONTAINS_H
20 #define GEOS_OP_PREDICATE_RECTANGLECONTAINS_H
22 #include <geos/export.h>
24 #include <geos/geom/Polygon.h>
60 bool isPointContainedInBoundary(
const geom::Point& geom);
96 return rc.contains(b);
107 rectEnv(*(rect.getEnvelopeInternal()))
123 #endif // ifndef GEOS_OP_PREDICATE_RECTANGLECONTAINS_H