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 RectangleContains(const geom::Polygon &rect)
Definition: RectangleContains.h:104
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:53
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: LineString.h:70
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Optimized implementation of spatial predicate "contains" for cases where the first Geometry is a rect...
Definition: RectangleContains.h:51