Object representing statistical information an spatial index. More...
#include "IIndexStats.hpp"
Inheritance diagram for IIndexStats:Public Member Functions | |
| virtual IIndexStats * | clone () const =0 |
| get an object copy | |
| virtual int | dimension () const =0 |
| get index dimension | |
| virtual IndexType | type () const =0 |
| get index type | |
| virtual int | depth () const =0 |
| get index depth | |
| virtual int | sizeNode () const =0 |
| get number of nodes | |
| virtual int | sizeLeaf () const =0 |
| get number of leafs (nodes that contain geometry objects) | |
| virtual double | tileSize () const =0 |
| get tile size (only relevant if type == IndexType::tiling) | |
| virtual long long | objectsInLeafMin () const =0 |
| virtual long long | objectsInLeafMax () const =0 |
| virtual double | objectsInLeafMean () const =0 |
| virtual double | objectsInLeafStddev () const =0 |
Public Member Functions inherited from ObjectBase | |
| virtual void | Delete () |
Object representing statistical information an spatial index.