15#ifndef GEOS_INDEX_STRTREE_INTERVAL_H
16#define GEOS_INDEX_STRTREE_INTERVAL_H
18#include <geos/export.h>
28class GEOS_DLL Interval {
30 Interval(
double newMin,
double newMax);
32 Interval* expandToInclude(
const Interval *other);
33 bool intersects(
const Interval *other)
const;
34 bool equals(
const Interval *o)
const;
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Definition SIRtreePointInRing.h:32
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25