GEOS  3.9.1dev
Public Member Functions | List of all members
geos::index::strtree::STRtree::STRIntersectsOp Class Reference
Inheritance diagram for geos::index::strtree::STRtree::STRIntersectsOp:
[legend]
Collaboration diagram for geos::index::strtree::STRtree::STRIntersectsOp:
[legend]

Public Member Functions

bool intersects (const void *aBounds, const void *bBounds) override
 
- Public Member Functions inherited from geos::index::strtree::AbstractSTRtree::IntersectsOp
virtual ~IntersectsOp ()
 

Detailed Description

Definition at line 69 of file STRtree.h.

Member Function Documentation

bool geos::index::strtree::STRtree::STRIntersectsOp::intersects ( const void *  aBounds,
const void *  bBounds 
)
overridevirtual

For STRtrees, the bounds will be Envelopes; for SIRtrees, Intervals; for other subclasses of AbstractSTRtree, some other class.

Parameters
aBoundsthe bounds of one spatial object
bBoundsthe bounds of another spatial object
Returns
whether the two bounds intersect

Implements geos::index::strtree::AbstractSTRtree::IntersectsOp.


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