#include <spatialfeaturedata.h>
Public Attributes | |
TR_DNA | startPos |
TR_DNA | endPos |
db_recno_t | readRecno |
This might make the serializing/unserializing a bit faster ( probably not significant at all, not tested ). But the main reason for the existence of this class is that the order is kept right between serializing and unserializing. But a problem with this approach might be that the endian awareness of QDataStream might be lost, when we don't serialize the types one by one. It might be a problem when moving berkeley dbs around archictures. But berkeley db probably doesn't allow this anyway?
Definition at line 77 of file spatialfeaturedata.h.
Definition at line 79 of file spatialfeaturedata.h.
Referenced by FeatureData::setStartPos(), and FeatureData::startPos().
Definition at line 80 of file spatialfeaturedata.h.
Referenced by FeatureData::endPos(), and FeatureData::setEndPos().
db_recno_t FeatureData::StorageData::readRecno |