15 #ifndef GEOS_IDX_BINTREE_KEY_H
16 #define GEOS_IDX_BINTREE_KEY_H
18 #include <geos/export.h>
43 static int computeLevel(Interval* newInterval);
45 Key(Interval* newInterval);
53 Interval* getInterval();
55 void computeKey(Interval* itemInterval);
66 void computeInterval(
int level, Interval* itemInterval);
73 #endif // GEOS_IDX_BINTREE_KEY_H