/src/gdal/ogr/ogrsf_frmts/generic/ogrlayerwithtranslatefeature.cpp
Line | Count | Source (jump to first uncovered line) |
1 | | /****************************************************************************** |
2 | | * |
3 | | * Project: OpenGIS Simple Features Reference Implementation |
4 | | * Purpose: Defines OGRLayerWithTranslateFeature class |
5 | | * Author: Even Rouault, even dot rouault at spatialys.com |
6 | | * |
7 | | ****************************************************************************** |
8 | | * Copyright (c) 2025, Even Rouault <even dot rouault at spatialys.com> |
9 | | * |
10 | | * SPDX-License-Identifier: MIT |
11 | | ****************************************************************************/ |
12 | | |
13 | | #include "ogrlayerwithtranslatefeature.h" |
14 | | |
15 | | #ifndef DOXYGEN_SKIP |
16 | | |
17 | 0 | OGRLayerWithTranslateFeature::~OGRLayerWithTranslateFeature() = default; |
18 | | |
19 | | #endif |