GEOS  3.11.1
Functions
Introspection

Functions

bool geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::built () const
 
const Node * geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::getRoot ()
 

Detailed Description

Function Documentation

◆ built()

template<typename ItemType, typename BoundsTraits>
bool geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::built ( ) const
inline

◆ getRoot()

template<typename ItemType, typename BoundsTraits>
const Node* geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::getRoot ( )
inline

Determine whether the tree has been built, and no more items may be added.

Referenced by geos::index::strtree::TemplateSTRtreeImpl< const geos::geom::LinearRing *, EnvelopeTraits >::nearestNeighbour().