#include <RectangleContains.h>
Public Member Functions | |
| RectangleContains (const geom::Polygon &rect) | |
| bool | contains (const geom::Geometry &geom) |
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.
|
|
Create a new contains computer for two geometries.
|
1.4.4