shapereader
Read ESRI shapefiles
shapereader.h
Go to the documentation of this file.
1/*
2 * Read ESRI shapefiles
3 *
4 * Copyright (C) 2023 Andreas Vögele
5 *
6 * This library is free software; you can redistribute it and/or modify it
7 * under either the terms of the ISC License or the same terms as Perl.
8 */
9
10/* SPDX-License-Identifier: ISC OR Artistic-1.0-Perl OR GPL-1.0-or-later */
11
16#ifndef _SHAPEREADER_SHAPEREADER_H
17#define _SHAPEREADER_SHAPEREADER_H
18
19#include "dbf.h"
20#include "shp.h"
21#include "shx.h"
22#include <stdlib.h>
23
24#endif