Documentation for OpenFLUID 2.2.0
GDALHelpers.hpp File Reference

Detailed Description

#include <vector>
#include <map>
#include <set>
#include <ogr_api.h>
#include <openfluid/dllexport.hpp>
#include <openfluid/utils/GDALCompatibility.hpp>
Include dependency graph for GDALHelpers.hpp:

Go to the source code of this file.

Classes

struct  openfluid::utils::GDALDriverInfos_t
 

Namespaces

 openfluid
 
 openfluid::utils
 

Typedefs

typedef std::map< std::string, GDALDriverInfos_t > openfluid::utils::GDALDriversFilesExts_t
 

Functions

const GDALDriversFilesExts_t OPENFLUID_API openfluid::utils::getOGRFilesDriversForOpenFLUID ()
 
const GDALDriversFilesExts_t OPENFLUID_API openfluid::utils::getGDALFilesDriversForOpenFLUID ()
 
const std::set< std::string > OPENFLUID_API openfluid::utils::getOGRFilesExtensionsForOpenFLUID ()
 
std::string OPENFLUID_API openfluid::utils::getOGRGDALFormatsForQFileDialogs (const GDALDriversFilesExts_t &Drivers, const std::string &AllFormatsLabel)
 
bool OPENFLUID_API openfluid::utils::isOGRInteger (OGRFieldType FieldType)
 
bool OPENFLUID_API openfluid::utils::isOGRPunctualType (OGRwkbGeometryType Type)
 
bool OPENFLUID_API openfluid::utils::isOGRLinearType (OGRwkbGeometryType Type)
 
bool OPENFLUID_API openfluid::utils::isOGRSurfacicType (OGRwkbGeometryType Type)