GEOS 3.13.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) |
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 nearestNeighbour().
Referenced by nearestNeighbour(), nearestNeighbour(), and nearestNeighbour().
|
inline |
Determine the two closest items in the tree using distance metric distance.
References nearestNeighbour().
|
inline |
Determine the two closest items this tree and other tree using distance metric ItemDistance.
References nearestNeighbour(), and TemplateSTRtreeImpl().
|
inline |
Determine the two closest items this tree and other tree using distance metric distance.
References getRoot(), and TemplateSTRtreeImpl().