|
GDAL
|
Template class offering a GetNextFeature() implementation relying on GetNextRawFeature(). More...
#include <ogrsf_frmts.h>
Public Member Functions | |
| OGRFeature * | GetNextFeature () |
| Implement OGRLayer::GetNextFeature(), relying on BaseLayer::GetNextRawFeature(). | |
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.