21#include <geos/geom/Geometry.h>
22#include <geos/index/strtree/ItemDistance.h>
27class GEOS_DLL GeometryItemDistance :
public ItemDistance {
38 double distance(
const ItemBoundable* item1,
const ItemBoundable* item2)
override;
A function method which computes the distance between two ItemBoundables in an STRtree....
Definition ItemDistance.h:33
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Definition AbstractNode.h:31
Provides classes for various kinds of spatial indexes.
Definition DiscreteFrechetDistance.h:50
Basic namespace for all GEOS functionalities.
Definition geos.h:39