intersects
spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.
More...
#include <PreparedPolygonIntersects.h>
Inheritance diagram for geos::geom::prep::PreparedPolygonIntersects:
Public Member Functions | |
PreparedPolygonIntersects (const PreparedPolygon *const prep) | |
bool | intersects (const geom::Geometry *geom) |
Static Public Member Functions | |
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.
|
Creates an instance of this operation.
|
|
Tests whether this PreparedPolygon intersects a given geometry.
|
|
Computes the intersects predicate between a PreparedPolygon and a Geometry.
|