![]() |
Classes | |
| class | Binding |
| Class for easier binding with other programming languages. More... | |
| class | BindingAbstractOutErr |
| class | BindingVerboseMachineListener |
| class | CMakeProxy |
| class | CommandLineCommand |
| class | CommandLineOption |
| class | CommandLineParser |
| class | ExternalProgram |
| class | FileDownloader |
| class | FluidHubAPIClient |
| struct | GDALDriverInfos_t |
| class | GitProxy |
| class | GrassGISProxy |
| class | KillableSingleton |
| class | MeyerSingleton |
| class | ProgramProxy |
| class | RESTClient |
Typedefs | |
| typedef std::map< std::string, GDALDriverInfos_t > | GDALDriversFilesExts_t |
Functions | |
| const GDALDriversFilesExts_t OPENFLUID_API | getOGRFilesDriversForOpenFLUID () |
| const GDALDriversFilesExts_t OPENFLUID_API | getGDALFilesDriversForOpenFLUID () |
| const std::set< std::string > OPENFLUID_API | getOGRFilesExtensionsForOpenFLUID () |
| QString OPENFLUID_API | getOGRGDALFormatsForQFileDialogs (const GDALDriversFilesExts_t &Drivers, const QString &AllFormatsLabel) |
| bool OPENFLUID_API | isOGRInteger (OGRFieldType FieldType) |
| typedef std::map<std::string,GDALDriverInfos_t> openfluid::utils::GDALDriversFilesExts_t |
Map of drivercode => openfluid::utils::GDALDriverInfos_t
| const GDALDriversFilesExts_t OPENFLUID_API openfluid::utils::getGDALFilesDriversForOpenFLUID | ( | ) |
Returns a list of GDAL drivers available in OpenFLUID for GIS vector files
| const GDALDriversFilesExts_t OPENFLUID_API openfluid::utils::getOGRFilesDriversForOpenFLUID | ( | ) |
Returns a list of OGR drivers available in OpenFLUID for GIS vector files
| const std::set<std::string> OPENFLUID_API openfluid::utils::getOGRFilesExtensionsForOpenFLUID | ( | ) |
Returns a set of GIS vector files extensions available in OpenFLUID
| QString OPENFLUID_API openfluid::utils::getOGRGDALFormatsForQFileDialogs | ( | const GDALDriversFilesExts_t & | Drivers, |
| const QString & | AllFormatsLabel | ||
| ) |
Returns the available GDAL/OGR formats as a QFileDialog formats string. The string is built according to GDAL/OGR available drivers. The OGRRegisterAll() and/or GDALAllRegister() instruction must be called before using this function.
| [in] | Drivers | The available extensions list |
| [in] | AllFormatsLabel | the label displayed for all formats |
|
inline |
Returns true if the given field type is an OGR integer or an OGR 64bits integer, taking into account the compatibility with both GDAL 1.xx and 2.xx
| [in] | FieldType | the OGR field type |
1.8.13