GDAL
OGRGetNextFeatureThroughRaw< BaseLayer > Class Template Reference

Template class offering a GetNextFeature() implementation relying on GetNextRawFeature(). More...

#include <ogrsf_frmts.h>

Public Member Functions

OGRFeatureGetNextFeature ()
 Implement OGRLayer::GetNextFeature(), relying on BaseLayer::GetNextRawFeature().

Detailed Description

template<class BaseLayer>
class OGRGetNextFeatureThroughRaw< BaseLayer >

Template class offering a GetNextFeature() implementation relying on GetNextRawFeature().

OGRGetNextFeatureThroughRaw::GetNextFeature() calls GetNextRawFeature() and takes care of applying the spatial and attribute filters, making their taking into account in GetNextRawFeature() unnecessary.

Since
GDAL 3.2

The documentation for this class was generated from the following file: