Documentation for OpenFLUID
2.2.0
|
Namespaces | |
log | |
Classes | |
class | Binding |
Class for easier binding with other programming languages. More... | |
class | BindingAbstractOutErr |
class | BindingVerboseMachineListener |
class | CMakeProxy |
class | CommandLineOption |
class | CommandLineArg |
class | CommandLineCommand |
class | CommandLineParser |
Class for management of command line arguments. More... | |
class | ExternalProgram |
class | FluidHubAPIClient |
struct | GDALDriverInfos_t |
class | GitProxy |
class | GitOperationException |
class | GrassGISProxy |
class | HTTPClient |
class | LoggingSystem |
class | KillableSingleton |
class | MeyerSingleton |
class | PandocProxy |
class | Process |
class | ProgramProxy |
class | ReportingData |
class | CommandLineSection |
class | StructuredCommandLineParser |
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 () |
std::string OPENFLUID_API | getOGRGDALFormatsForQFileDialogs (const GDALDriversFilesExts_t &Drivers, const std::string &AllFormatsLabel) |
bool OPENFLUID_API | isOGRInteger (OGRFieldType FieldType) |
bool OPENFLUID_API | isOGRPunctualType (OGRwkbGeometryType Type) |
bool OPENFLUID_API | isOGRLinearType (OGRwkbGeometryType Type) |
bool OPENFLUID_API | isOGRSurfacicType (OGRwkbGeometryType Type) |
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
std::string OPENFLUID_API openfluid::utils::getOGRGDALFormatsForQFileDialogs | ( | const GDALDriversFilesExts_t & | Drivers, |
const std::string & | 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 |
|
inline |
Returns true if the given geometry type is a linear type (e.g. wkbLineString,
[in] | Type | the OGR geometry type |
|
inline |
Returns true if the given geometry type is a punctual type (e.g. wkbPoint),
[in] | Type | the OGR geometry type |
|
inline |
Returns true if the given geometry type is a surfacic type (e.g. wkbPolygon),
[in] | Type | the OGR geometry type |