19#ifndef GEOS_INDEX_STRTREE_ITEMDISTANCE_H
20#define GEOS_INDEX_STRTREE_ITEMDISTANCE_H
22#include <geos/index/strtree/ItemBoundable.h>
27class GEOS_DLL ItemDistance {
38 virtual double distance(
const ItemBoundable* item1,
const ItemBoundable* item2) = 0;
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