GEOS
3.6.2
|
A prepared version of Point or MultiPoint geometries. More...
#include <PreparedPoint.h>
Public Member Functions | |
PreparedPoint (const Geometry *geom) | |
bool | intersects (const geom::Geometry *g) const |
A prepared version of Point or MultiPoint geometries.
bool geos::geom::prep::PreparedPoint::intersects | ( | const geom::Geometry * | g | ) | const [virtual] |
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.
Reimplemented from geos::geom::prep::BasicPreparedGeometry.