GEOS
3.14.0dev
|
Functions | |
template<typename Visitor > | |
void | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::query (const BoundsType &queryEnv, Visitor &&visitor) |
template<typename Visitor > | |
void | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::queryPairs (Visitor &&visitor) |
void | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::query (const BoundsType &queryEnv, std::vector< ItemType > &results) |
Items | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::items () |
template<typename F > | |
void | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::iterate (F &&func) |
|
inline |
Returns a depth-first iterator over all items in the tree.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::build().
|
inline |
Iterate over all items added thus far. Explicitly does not build the tree.
References geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::built().