|
GEOS 3.15.0dev
|
Functions | |
| template<typename ItemDistance > | |
| std::pair< ItemType, ItemType > | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour (ItemDistance &distance) |
| template<typename ItemDistance > | |
| std::pair< ItemType, ItemType > | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour () |
| template<typename ItemDistance > | |
| std::pair< ItemType, ItemType > | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour (TemplateSTRtreeImpl< ItemType, BoundsTraits > &other, ItemDistance &distance) |
| template<typename ItemDistance > | |
| std::pair< ItemType, ItemType > | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour (TemplateSTRtreeImpl< ItemType, BoundsTraits > &other) |
| template<typename ItemDistance > | |
| ItemType | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour (const BoundsType &env, const ItemType &item, ItemDistance &itemDist) |
| template<typename ItemDistance > | |
| ItemType | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour (const BoundsType &env, const ItemType &item) |
| template<typename ItemDistance > | |
| bool | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::isWithinDistance (TemplateSTRtreeImpl< ItemType, BoundsTraits > &other, double maxDistance) |
|
inline |
Determine the two closest items in the tree using distance metric ItemDistance.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour().
Referenced by geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour(), geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour(), and geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour().
|
inline |
Determine the two closest items in the tree using distance metric distance.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour().
|
inline |
Determine the two closest items this tree and other tree using distance metric ItemDistance.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour().
|
inline |
Determine the two closest items this tree and other tree using distance metric distance.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::getRoot().