21 #include <geos/export.h>
23 #include <geos/geom/Polygon.h>
58 bool isPointContainedInBoundary(
const geom::Point& geom);
67 bool isPointContainedInBoundary(
const geom::CoordinateXY& pt);
95 return rc.contains(b);
105 rectEnv(*(rect.getEnvelopeInternal()))
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:59
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
Definition: LineString.h:66
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Optimized implementation of spatial predicate "contains" for cases where the first Geometry is a rect...
Definition: RectangleContains.h:50
RectangleContains(const geom::Polygon &rect)
Definition: RectangleContains.h:103
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25