Home
last modified time | relevance | path

Searched refs:OgrFileExportFormat (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format.h60 class OgrFileExportFormat : public FileFormat
66 OgrFileExportFormat();
H A Dogr_file_format.cpp521 OgrFileExportFormat::OgrFileExportFormat() in OgrFileExportFormat() function in OpenOrienteering::OgrFileExportFormat
531 std::unique_ptr<Exporter> OgrFileExportFormat::makeExporter(const QString& path, const Map* map, co… in makeExporter()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/
H A Dglobal.cpp43 FileFormats.registerFormat(new OgrFileExportFormat()); in doStaticInitializations()