#include <RectangleContains.h>
Public Member Functions | |
| RectangleContains (const geom::Polygon &rect) | |
| bool | contains (const geom::Geometry &geom) |
| RectangleContains (const RectangleContains &other) | |
| RectangleContains & | operator= (const RectangleContains &rhs) |
Static Public Member Functions | |
| static bool | contains (const geom::Polygon &rect, const geom::Geometry &b) |
As a further optimization, this class can be used directly to test many geometries against a single rectangle.
| geos::operation::predicate::RectangleContains::RectangleContains | ( | const geom::Polygon & | rect | ) | [inline] |
Create a new contains computer for two geometries.
| rect | a rectangular geometry |
1.5.4