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
RectangleContains(const geom::Polygon &rect)
Definition: RectangleContains.h:105
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:54
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Optimized implementation of spatial predicate "contains" for cases where the first Geometry is a rect...
Definition: RectangleContains.h:52