#include <PreparedPoint.h>

Public Member Functions | |
| PreparedPoint (const Geometry *geom) | |
| bool | intersects (geom::Geometry *g) |
| bool geos::geom::prep::PreparedPoint::intersects | ( | geom::Geometry * | g | ) |
Tests whether this point intersects a Geometry.
The optimization here is that computing topology for the test geometry is avoided. This can be significant for large geometries.
1.5.4