My Project
|
#include "cpl_progress.h"
#include "ogr_feature.h"
#include "ogr_featurestyle.h"
#include "gdal_priv.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | OGRLayer |
class | OGRDataSource |
class | OGRSFDriver |
class | OGRSFDriverRegistrar |
Functions | |
OGRLayer::FeatureIterator | begin (OGRLayer *poLayer) |
OGRLayer::FeatureIterator | end (OGRLayer *poLayer) |
Classes related to registration of format support, and opening datasets.
|
inline |
Return begin of feature iterator.
Using this iterator for standard range-based loops is safe, but due to implementation limitations, you shouldn't try to access (dereference) more than one iterator step at a time, since the std::unique_ptr<OGRFeature> reference is reused.
Only one iterator per layer can be active at a time.
|
inline |
Return end of feature iterator.