Namespaces | |
| namespace | RTree |
| namespace | StorageManager |
Enumerations | |
| enum | CommandType { CT_NODEREAD = 0x0, CT_NODEDELETE, CT_NODEWRITE } |
Functions | |
| virtual void | getShape (IShape **out) const =0 |
| virtual | ~IEntry () |
| virtual | ~IData () |
| virtual | ~IDataStream () |
| std::ostream & | operator<< (std::ostream &, const ISpatialIndex &) |
| std::ostream & | operator<< (std::ostream &, const IStatistics &) |
Variables | |
| interface byte **data | const = 0 |
| virtual void SpatialIndex::getShape | ( | IShape ** | out | ) | const [pure virtual] |
| std::ostream& SpatialIndex::operator<< | ( | std::ostream & | , | |
| const IStatistics & | ||||
| ) |
| std::ostream& SpatialIndex::operator<< | ( | std::ostream & | , | |
| const ISpatialIndex & | ||||
| ) |
| virtual SpatialIndex::~IData | ( | ) | [virtual] |
Definition at line 84 of file SpatialIndex.h.
| virtual SpatialIndex::~IDataStream | ( | ) | [virtual] |
Definition at line 91 of file SpatialIndex.h.
| virtual SpatialIndex::~IEntry | ( | ) | [virtual] |
Definition at line 65 of file SpatialIndex.h.
| interface byte** data SpatialIndex::const = 0 |
Definition at line 83 of file SpatialIndex.h.
1.5.1