Enroute Flight Navigation
A navigation app for VFR pilots
FileFormats::TIFF Class Reference

TIFF support. More...

#include <TIFF.h>

Inheritance diagram for FileFormats::TIFF:
FileFormats::DataFileAbstract FileFormats::GeoTIFF

Public Member Functions

 TIFF (const QString &fileName)
 Constructor.
 
 TIFF (QIODevice &device)
 Constructor.
 
QMap< quint16, QVariantList > fields ()
 TIFF data fields.
 
QSize rasterSize ()
 Size of the TIFF raster image.
 
- Public Member Functions inherited from FileFormats::DataFileAbstract
bool isValid () const
 Validity check.
 
QString error () const
 Error string.
 
QStringList warnings () const
 Warnings.
 

Static Public Member Functions

static QStringList mimeTypes ()
 Mime type for files that can be opened by this class.
 
- Static Public Member Functions inherited from FileFormats::DataFileAbstract
static QSharedPointer< QFile > openFileURL (const QString &fileName)
 Open file, file URL or Android content URL.
 

Detailed Description

TIFF support.

This class reads GeoTIFF files. It extracts image dimension as well as the TIFF fields. It does not read the raster data.

Definition at line 41 of file TIFF.h.

Constructor & Destructor Documentation

◆ TIFF() [1/2]

FileFormats::TIFF::TIFF ( const QString & fileName)

Constructor.

The constructor opens and reads the TIFF file. It does not read the raster data and is therefore lightweight.

Parameters
fileNameFile name of a TIFF file.

◆ TIFF() [2/2]

FileFormats::TIFF::TIFF ( QIODevice & device)

Constructor.

The constructor opens and rteads the TIFF file. It does not read the raster data and is therefore lightweight.

Parameters
deviceDevice from which the TIFF is read. The device must be opened and seekable. The device will not be closed by this method.

Member Function Documentation

◆ fields()

QMap< quint16, QVariantList > FileFormats::TIFF::fields ( )
inlinenodiscard

TIFF data fields.

Returns
TIFF-internal data fields

Definition at line 73 of file TIFF.h.

◆ mimeTypes()

static QStringList FileFormats::TIFF::mimeTypes ( )
inlinestaticnodiscard

Mime type for files that can be opened by this class.

Returns
Name of mime type

Definition at line 90 of file TIFF.h.

◆ rasterSize()

QSize FileFormats::TIFF::rasterSize ( )
inlinenodiscard

Size of the TIFF raster image.

Returns
Size of the TIFF raster image, or an invalid size in case or error.

Definition at line 79 of file TIFF.h.


The documentation for this class was generated from the following file: