Implementation of a DataSet for OGR data provider. More...
#include "../common/Translator.h"#include "../dataaccess/dataset/DataSetType.h"#include "../datatype/DateTimeProperty.h"#include "../datatype/ByteArray.h"#include "../datatype/TimeInstant.h"#include "../geometry/Envelope.h"#include "../geometry/Geometry.h"#include "../geometry/WKBReader.h"#include "../srs/Config.h"#include "DataSource.h"#include "DataSet.h"#include "Exception.h"#include "Utils.h"#include <ogrsf_frmts.h>#include <ogr_core.h>#include <cassert>#include <memory>Go to the source code of this file.
Implementation of a DataSet for OGR data provider.
Definition in file DataSet.cpp.