GEOS  3.4.2
Public Member Functions | List of all members
geos::index::strtree::Interval Class Reference

A contiguous portion of 1D-space. Used internally by SIRtree. More...

#include <Interval.h>

Public Member Functions

 Interval (Interval *other)
 
 Interval (double newMin, double newMax)
 
double getCentre ()
 
IntervalexpandToInclude (Interval *other)
 
bool intersects (Interval *other)
 
bool equals (void *o)
 

Detailed Description

A contiguous portion of 1D-space. Used internally by SIRtree.

See Also
SIRtree

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