#include "DataAccessExamples.h"#include <terralib/datatype/Date.h>#include <terralib/memory.h>#include <iostream>#include "boost/date_time/gregorian/gregorian.hpp"Go to the source code of this file.
Functions | |
| te::da::DataSet * | CreatingDataSetInMemoryGivingDt (te::da::DataSetType *dt) |
| te::da::DataSet* CreatingDataSetInMemoryGivingDt | ( | te::da::DataSetType * | dt | ) |
Definition at line 14 of file CreatingDataSetInMemoryGivingDt.cpp.
References te::mem::DataSet::add(), te::dt::AbstractData::clone(), DataSet(), ds, te::mem::DataSetItem::setDateTime(), te::mem::DataSetItem::setGeometry(), te::mem::DataSetItem::setInt32(), and te::mem::DataSetItem::setNumeric().
Referenced by MemoryExample(), and ORGExampleWrite().