GEOS  3.9.1dev
Public Member Functions | List of all members
geos::geom::prep::PreparedPoint Class Reference

A prepared version of Point or MultiPoint geometries. More...

#include <PreparedPoint.h>

Inheritance diagram for geos::geom::prep::PreparedPoint:
[legend]
Collaboration diagram for geos::geom::prep::PreparedPoint:
[legend]

Public Member Functions

 PreparedPoint (const Geometry *geom)
 
bool intersects (const geom::Geometry *g) const override
 
- Public Member Functions inherited from geos::geom::prep::BasicPreparedGeometry
 BasicPreparedGeometry (const Geometry *geom)
 
 ~BasicPreparedGeometry () override=default
 
const geom::GeometrygetGeometry () const override
 Gets the original Geometry which has been prepared. More...
 
const Coordinate::ConstVectgetRepresentativePoints () const
 
bool isAnyTargetComponentInTest (const geom::Geometry *testGeom) const
 
bool contains (const geom::Geometry *g) const override
 
bool containsProperly (const geom::Geometry *g) const override
 
bool coveredBy (const geom::Geometry *g) const override
 
bool covers (const geom::Geometry *g) const override
 
bool crosses (const geom::Geometry *g) const override
 
bool disjoint (const geom::Geometry *g) const override
 
bool overlaps (const geom::Geometry *g) const override
 
bool touches (const geom::Geometry *g) const override
 
bool within (const geom::Geometry *g) const override
 
std::unique_ptr< geom::CoordinateSequencenearestPoints (const geom::Geometry *g) const override
 
double distance (const geom::Geometry *g) const override
 
std::string toString ()
 
- Public Member Functions inherited from geos::geom::prep::PreparedGeometry
virtual ~PreparedGeometry ()
 

Additional Inherited Members

- Protected Member Functions inherited from geos::geom::prep::BasicPreparedGeometry
void setGeometry (const geom::Geometry *geom)
 
bool envelopesIntersect (const geom::Geometry *g) const
 
bool envelopeCovers (const geom::Geometry *g) const
 

Detailed Description

A prepared version of Point or MultiPoint geometries.

Author
Martin Davis

Definition at line 36 of file PreparedPoint.h.

Constructor & Destructor Documentation

geos::geom::prep::PreparedPoint::PreparedPoint ( const Geometry geom)
inline

Definition at line 40 of file PreparedPoint.h.

References intersects().

Here is the call graph for this function:

Member Function Documentation

bool geos::geom::prep::PreparedPoint::intersects ( const geom::Geometry g) const
overridevirtual

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.

Referenced by PreparedPoint().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: