|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
These functions use GDAL to read and write vector GIS files in several formats. This version will build with GDAL version 2 and upwards. More...
#include <cstdio>#include <iostream>#include <sstream>#include <gdal.h>#include <gdal_priv.h>#include <ogr_core.h>#include <ogrsf_frmts.h>#include <ogr_feature.h>#include <ogr_geometry.h>#include <cpl_error.h>#include "cme.h"#include "simulation.h"#include "coast.h"#include "cliff.h"Go to the source code of this file.
These functions use GDAL to read and write vector GIS files in several formats. This version will build with GDAL version 2 and upwards.
TODO 001 A more detailed description of these routines.
Definition in file gis_vector.cpp.