#include <BulkLoader.h>
Collaboration diagram for SpatialIndex::RTree::BulkLoadSource:

Definition at line 35 of file BulkLoader.h.
Public Member Functions | |
| BulkLoadSource (Tools::SmartPointer< IObjectStream > spSstream, unsigned long howMany) | |
| BulkLoadSource (IObjectStream *pStream, unsigned long howMany) | |
| BulkLoadSource (IObjectStream *pStream) | |
| virtual | ~BulkLoadSource () |
| virtual Tools::IObject * | getNext () |
| virtual bool | hasNext () throw () |
| virtual unsigned long | size () throw ( Tools::NotSupportedException ) |
| virtual void | rewind () throw ( Tools::NotSupportedException ) |
Public Attributes | |
| Tools::SmartPointer< IObjectStream > | m_spDataSource |
| unsigned long | m_cHowMany |
| SpatialIndex::RTree::BulkLoadSource::BulkLoadSource | ( | Tools::SmartPointer< IObjectStream > | spSstream, | |
| unsigned long | howMany | |||
| ) |
| SpatialIndex::RTree::BulkLoadSource::BulkLoadSource | ( | IObjectStream * | pStream, | |
| unsigned long | howMany | |||
| ) |
| SpatialIndex::RTree::BulkLoadSource::BulkLoadSource | ( | IObjectStream * | pStream | ) |
| virtual SpatialIndex::RTree::BulkLoadSource::~BulkLoadSource | ( | ) | [virtual] |
| virtual Tools::IObject* SpatialIndex::RTree::BulkLoadSource::getNext | ( | ) | [virtual] |
| virtual bool SpatialIndex::RTree::BulkLoadSource::hasNext | ( | ) | throw () [virtual] |
| virtual unsigned long SpatialIndex::RTree::BulkLoadSource::size | ( | ) | throw ( Tools::NotSupportedException ) [virtual] |
| virtual void SpatialIndex::RTree::BulkLoadSource::rewind | ( | ) | throw ( Tools::NotSupportedException ) [virtual] |
Definition at line 50 of file BulkLoader.h.
| unsigned long SpatialIndex::RTree::BulkLoadSource::m_cHowMany |
Definition at line 51 of file BulkLoader.h.
1.5.1