Class PreparedPoint

Hierarchy: Object , BasicPreparedGeometry, PreparedPoint
All Implemented Interfaces: PreparedGeometry
public class PreparedPoint
extends BasicPreparedGeometry
A prepared version for Puntal geometries.

Instances of this class are thread-safe.

Authors:
Martin Davis
public PreparedPoint(Puntal point)
public boolean intersects(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.