intersects spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
More...
#include <PreparedPolygonIntersects.h>

Public Member Functions | |
| PreparedPolygonIntersects (const PreparedPolygon *const prep) | |
| bool | intersects (const geom::Geometry *geom) |
Static Public Member Functions | |
| static bool | intersects (const PreparedPolygon *const prep, const geom::Geometry *geom) |
intersects spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
Uses short-circuit tests and indexing to improve performance.
| geos::geom::prep::PreparedPolygonIntersects::PreparedPolygonIntersects | ( | const PreparedPolygon *const | prep | ) | [inline] |
| static bool geos::geom::prep::PreparedPolygonIntersects::intersects | ( | const PreparedPolygon *const | prep, | |
| const geom::Geometry * | geom | |||
| ) | [inline, static] |
Computes the intersects predicate between a PreparedPolygon and a Geometry.
| prep | the prepared polygon | |
| geom | a test geometry |
| bool geos::geom::prep::PreparedPolygonIntersects::intersects | ( | const geom::Geometry * | geom | ) |
Tests whether this PreparedPolygon intersects a given geometry.
| geom | the test geometry |
1.5.4