Implementation of a data set in memory that contains spatiotemporal observations indexed by time and space. More...
#include "../common/STLUtils.h"#include "../dataaccess/dataset/DataSetType.h"#include "../dataaccess/utils/Utils.h"#include "../datatype/ByteArray.h"#include "../datatype/DataType.h"#include "../datatype/Property.h"#include "../datatype/SimpleData.h"#include "../datatype/Utils.h"#include "../datatype/DateTimeUtils.h"#include "../datatype/DateTimeInstant.h"#include "../datatype/DateTimePeriod.h"#include "../datatype/DateTime.h"#include "../datatype/Enums.h"#include "../geometry/Envelope.h"#include "../geometry/Geometry.h"#include "../geometry/GeometryProperty.h"#include "../geometry/Utils.h"#include "../memory/DataSetItem.h"#include "../sam/rtree/Index.h"#include "DataSet.h"#include "Exception.h"#include <limits>Go to the source code of this file.
Implementation of a data set in memory that contains spatiotemporal observations indexed by time and space.
Definition in file DataSet.cpp.