GEOS 3.11.1
|
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) |
|
inline |
Determine the two closest items in the tree using distance metric distance
.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::nearestNeighbour().
Referenced by 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 distance
.
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().