libspatialindex API Reference  (git-trunk)
SpatialIndex::IDataStream Class Referenceabstract

#include <SpatialIndex.h>

Inheritance diagram for SpatialIndex::IDataStream:
Inheritance graph
Collaboration diagram for SpatialIndex::IDataStream:
Collaboration graph

Public Member Functions

IDatagetNext () override=0
 
 ~IDataStream () override=default
 
- Public Member Functions inherited from Tools::IObjectStream
virtual ~IObjectStream ()=default
 
virtual bool hasNext ()=0
 
virtual uint32_t size ()=0
 
virtual void rewind ()=0
 

Detailed Description

Definition at line 134 of file SpatialIndex.h.

Constructor & Destructor Documentation

◆ ~IDataStream()

SpatialIndex::IDataStream::~IDataStream ( )
overridedefault

Member Function Documentation

◆ getNext()

IData* SpatialIndex::IDataStream::getNext ( )
overridepure virtual

Implements Tools::IObjectStream.

Implemented in DataStream.

Referenced by SpatialIndex::RTree::BulkLoader::bulkLoadUsingSTR().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: