19#ifndef GEOS_INDEX_STRTREE_GEOMETRYITEMDISTANCE_H
20#define GEOS_INDEX_STRTREE_GEOMETRYITEMDISTANCE_H
22#include <geos/geom/Geometry.h>
23#include <geos/index/strtree/ItemDistance.h>
28class GEOS_DLL GeometryItemDistance :
public ItemDistance {
39 double distance(
const ItemBoundable* item1,
const ItemBoundable* item2);
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