GDAL
gdal_vector_cpp.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Name: gdal_vector_cpp.h
4 * Project: GDAL Core
5 * Purpose: GDAL Core Vector C++ declarations.
6 * Author: Even Rouault, <even dot rouault at spatialys.com>
7 *
8 ******************************************************************************
9 * Copyright (c) 2025 Even Rouault <even dot rouault at spatialys.com>
10 *
11 * SPDX-License-Identifier: MIT
12 ****************************************************************************/
13
14#ifndef GDAL_VECTOR_CPP_H_INCLUDED
15#define GDAL_VECTOR_CPP_H_INCLUDED
16
24
25#include "gdal_dataset.h"
26#include "gdal_drivermanager.h"
27#include "ogrsf_frmts.h"
28#include "ogr_feature.h"
29#include "ogr_geometry.h"
30
31#endif
Simple feature classes.
Simple feature geometry classes.
Classes related to registration of format support, and opening datasets.